Skip to content

Commit c64ef6e

Browse files
committed
extended gitignorefile, added --enable-pcntl to build configure
1 parent d58fe12 commit c64ef6e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
/.cproject
2-
/.project
3-
/.settings
41
/.idea
52
/build
63
/target
74
/build.properties
85
.DS_Store
96
.README.md.html
7+
/.cproject
8+
/.buildpath
9+
/.project
10+
/.settings

build.default.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ php.configure = --enable-debug \
2525
--enable-memcached=static \
2626
--enable-redis=static \
2727
--enable-appserver=static \
28+
--enable-pcntl \
2829
--with-pear \
2930
--with-mcrypt \
3031
--with-gd \

0 commit comments

Comments
 (0)