@@ -3,6 +3,10 @@ summary: DataStax PHP Driver for Apache Cassandra
3
3
homepage : http://datastax.github.io/php-driver/
4
4
theme : datastax
5
5
sections :
6
+ - title : Building PHP Extension
7
+ prefix : /building
8
+ type : markdown
9
+ files : ' ext/README.md'
6
10
- title : Features
7
11
prefix : /features
8
12
sources :
@@ -25,6 +29,12 @@ rewrites:
25
29
- \#L92: '#using-cassandra-the-tinyint-and-smallint-types'
26
30
- \#L135: '#using-cassandra-date-type'
27
31
- \#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/
28
38
links :
29
39
- title : Binaries
30
40
href : http://downloads.datastax.com/php-driver
@@ -40,12 +50,6 @@ links:
40
50
href : https://academy.datastax.com/slack
41
51
- title : Releases
42
52
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/
49
53
versions :
50
54
- name : 1.3
51
55
ref : HEAD
0 commit comments