We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58fe12 commit c64ef6eCopy full SHA for c64ef6e
.gitignore
@@ -1,9 +1,10 @@
1
-/.cproject
2
-/.project
3
-/.settings
4
/.idea
5
/build
6
/target
7
/build.properties
8
.DS_Store
9
.README.md.html
+/.cproject
+/.buildpath
+/.project
10
+/.settings
build.default.properties
@@ -25,6 +25,7 @@ php.configure = --enable-debug \
25
--enable-memcached=static \
26
--enable-redis=static \
27
--enable-appserver=static \
28
+ --enable-pcntl \
29
--with-pear \
30
--with-mcrypt \
31
--with-gd \
0 commit comments