@@ -3,6 +3,10 @@ summary: DataStax PHP Driver for Apache Cassandra
33homepage : http://datastax.github.io/php-driver/
44theme : datastax
55sections :
6+ - title : Building PHP Extension
7+ prefix : /building
8+ type : markdown
9+ files : ' ext/README.md'
610 - title : Features
711 prefix : /features
812 sources :
@@ -25,6 +29,12 @@ rewrites:
2529 - \#L92: '#using-cassandra-the-tinyint-and-smallint-types'
2630 - \#L135: '#using-cassandra-date-type'
2731 - \#L170: '#using-cassandra-time-type'
32+ - vc_build.bat : https://github.com/datastax/php-dse-driver/blob/master/ext/vc_build.bat
33+ - http://downloads.datastax.com/php-driver/1.0.0/ : http://downloads.datastax.com/php-driver/
34+ - http://downloads.datastax.com/php-driver/1.1.0/ : http://downloads.datastax.com/php-driver/
35+ - http://downloads.datastax.com/php-driver/1.2.0/ : http://downloads.datastax.com/php-driver/
36+ - http://datastax.github.io/php-driver/api/Cassandra/interface.Type/ : https://docs.datastax.com/en/developer/php-driver/latest/api/Cassandra/class.Type/
37+ - http://datastax.github.io/php-driver/features/http://localhost:8000/features/datatypes/ : https://docs.datastax.com/en/developer/php-driver/latest/features/
2838links :
2939 - title : Binaries
3040 href : http://downloads.datastax.com/php-driver
@@ -40,12 +50,6 @@ links:
4050 href : https://academy.datastax.com/slack
4151 - title : Releases
4252 href : https://github.com/datastax/php-driver/releases
43- rewrites :
44- - http://downloads.datastax.com/php-driver/1.0.0/ : http://downloads.datastax.com/php-driver/
45- - http://downloads.datastax.com/php-driver/1.1.0/ : http://downloads.datastax.com/php-driver/
46- - http://downloads.datastax.com/php-driver/1.2.0/ : http://downloads.datastax.com/php-driver/
47- - http://datastax.github.io/php-driver/api/Cassandra/interface.Type/ : https://docs.datastax.com/en/developer/php-driver/latest/api/Cassandra/class.Type/
48- - http://datastax.github.io/php-driver/features/http://localhost:8000/features/datatypes/ : https://docs.datastax.com/en/developer/php-driver/latest/features/
4953versions :
5054 - name : 1.3
5155 ref : HEAD
0 commit comments