[PHP-CVS] cvs: php4 / NEWS

2002-09-28 Thread Markus Fischer
mfischerSat Sep 28 04:56:33 2002 EDT Modified files: /php4 NEWS Log: - Don't forget whom to blame ... ;) Index: php4/NEWS diff -u php4/NEWS:1.1145 php4/NEWS:1.1146 --- php4/NEWS:1.1145Fri Sep 27 20:34:07 2002 +++ php4/NEWS Sat Sep 28

[PHP-CVS] cvs: php4 /ext/standard dir.c

2002-09-28 Thread Yasuo Ohgaki
yohgaki Sat Sep 28 05:14:46 2002 EDT Modified files: /php4/ext/standard dir.c Log: It must be GLOB_NOCHECK instead of GLOB_NOMATCH. GLOB_NOMATCH does not make sense at all. Index: php4/ext/standard/dir.c diff -u php4/ext/standard/dir.c:1.105

[PHP-CVS] cvs: php4 / NEWS

2002-09-28 Thread Derick Rethans
derick Sat Sep 28 05:14:59 2002 EDT Modified files: /php4 NEWS Log: - Consistency Index: php4/NEWS diff -u php4/NEWS:1.1146 php4/NEWS:1.1147 --- php4/NEWS:1.1146Sat Sep 28 04:56:33 2002 +++ php4/NEWS Sat Sep 28 05:14:59 2002 -4,7 +4,7 -

[PHP-CVS] cvs: php4 /ext/standard file.c

2002-09-28 Thread Wez Furlong
wez Sat Sep 28 09:04:48 2002 EDT Modified files: /php4/ext/standard file.c Log: Add missing folding marker. Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.264 php4/ext/standard/file.c:1.265 --- php4/ext/standard/file.c:1.264

[PHP-CVS] cvs: php4 /main php_streams.h streams.c user_streams.c

2002-09-28 Thread Wez Furlong
wez Sat Sep 28 09:05:48 2002 EDT Modified files: /php4/main php_streams.h streams.c user_streams.c Log: Allow user streams/wrappers to implement fstat(), opendir() and stat(). Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.49

[PHP-CVS] cvs: php4 /ext/iconv/tests 002.phpt

2002-09-28 Thread Marcus Börger
helly Sat Sep 28 09:59:17 2002 EDT Modified files: /php4/ext/iconv/tests 002.phpt Log: Synch with README.TESTING Index: php4/ext/iconv/tests/002.phpt diff -u php4/ext/iconv/tests/002.phpt:1.2 php4/ext/iconv/tests/002.phpt:1.3 ---

[PHP-CVS] cvs: php4 /ext/fribidi fribidi.c

2002-09-28 Thread James Moore
jmoore Sat Sep 28 11:37:21 2002 EDT Modified files: /php4/ext/fribidi fribidi.c Log: Make ext/fribidi compile against latest fribidi CVS Index: php4/ext/fribidi/fribidi.c diff -u php4/ext/fribidi/fribidi.c:1.25 php4/ext/fribidi/fribidi.c:1.26 ---

[PHP-CVS] cvs: php4 /ext/fribidi fribidi.c

2002-09-28 Thread Tal Peer
tal Sat Sep 28 11:41:57 2002 EDT Modified files: /php4/ext/fribidi fribidi.c Log: - Eliminated LFs Index: php4/ext/fribidi/fribidi.c diff -u php4/ext/fribidi/fribidi.c:1.26 php4/ext/fribidi/fribidi.c:1.27 --- php4/ext/fribidi/fribidi.c:1.26 Sat

[PHP-CVS] cvs: php4 /main fopen_wrappers.c

2002-09-28 Thread Rasmus Lerdorf
rasmus Sat Sep 28 12:10:43 2002 EDT Modified files: /php4/main fopen_wrappers.c Log: Probable fix for bug #19292 Index: php4/main/fopen_wrappers.c diff -u php4/main/fopen_wrappers.c:1.148 php4/main/fopen_wrappers.c:1.149 ---

[PHP-CVS] cvs: php4(PHP_4_2_0) /main fopen_wrappers.c

2002-09-28 Thread Rasmus Lerdorf
rasmus Sat Sep 28 12:27:53 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main fopen_wrappers.c Log: MFH fix for bug 19292 Index: php4/main/fopen_wrappers.c diff -u php4/main/fopen_wrappers.c:1.142.2.3 php4/main/fopen_wrappers.c:1.142.2.4 ---

[PHP-CVS] cvs: php4 /ext/ncurses ncurses_functions.c

2002-09-28 Thread Wez Furlong
wez Sat Sep 28 13:03:02 2002 EDT Modified files: /php4/ext/ncurses ncurses_functions.c Log: Fix crash bug and return value. Index: php4/ext/ncurses/ncurses_functions.c diff -u php4/ext/ncurses/ncurses_functions.c:1.21

[PHP-CVS] cvs: php4 /ext/mnogosearch CREDITS php_mnogo.c

2002-09-28 Thread Sergey Kartashoff
gluke Sat Sep 28 13:52:06 2002 EDT Modified files: /php4/ext/mnogosearch CREDITS php_mnogo.c Log: - Site mirror detection and popularity rank has been added to mnogosearch extension Index: php4/ext/mnogosearch/CREDITS diff -u

[PHP-CVS] cvs: php4 /main main.c

2002-09-28 Thread Ilia Alshanetsky
iliaa Sat Sep 28 16:13:28 2002 EDT Modified files: /php4/main main.c Log: Fixed bug #13936 Index: php4/main/main.c diff -u php4/main/main.c:1.491 php4/main/main.c:1.492 --- php4/main/main.c:1.491 Wed Sep 25 12:11:31 2002 +++ php4/main/main.cSat

[PHP-CVS] cvs: php4 /main php_streams.h streams.c

2002-09-28 Thread Wez Furlong
wez Sat Sep 28 18:10:47 2002 EDT Modified files: /php4/main streams.c php_streams.h Log: Differentiate between write buffer and streams read buffer sizes. Add options for timeout and chunk size; previously these were only set-able for socket streams.

[PHP-CVS] cvs: php4 /main network.c php_network.h

2002-09-28 Thread Wez Furlong
wez Sat Sep 28 18:12:23 2002 EDT Modified files: /php4/main network.c php_network.h Log: remove chunk size setting code (it's now in streams.c). Move timeout setting code. Index: php4/main/network.c diff -u php4/main/network.c:1.69

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c file.c file.h http_fopen_wrapper.c /ext/standard/tests/file userstreams.phpt /main user_streams.c

2002-09-28 Thread Wez Furlong
wez Sat Sep 28 18:14:21 2002 EDT Modified files: /php4/ext/standard basic_functions.c file.c file.h http_fopen_wrapper.c /php4/ext/standard/tests/file userstreams.phpt /php4/main user_streams.c Log: Rename streams

[PHP-CVS] cvs: php4 / NEWS

2002-09-28 Thread Wez Furlong
wez Sat Sep 28 18:37:12 2002 EDT Modified files: /php4 NEWS Log: More streams related news. Index: php4/NEWS diff -u php4/NEWS:1.1147 php4/NEWS:1.1148 --- php4/NEWS:1.1147Sat Sep 28 05:14:59 2002 +++ php4/NEWS Sat Sep 28 18:37:11 2002 -1,8

[PHP-CVS] cvs: php4 / NEWS

2002-09-28 Thread Wez Furlong
wez Sat Sep 28 18:37:51 2002 EDT Modified files: /php4 NEWS Log: WS Index: php4/NEWS diff -u php4/NEWS:1.1148 php4/NEWS:1.1149 --- php4/NEWS:1.1148Sat Sep 28 18:37:11 2002 +++ php4/NEWS Sat Sep 28 18:37:51 2002 -4,8 +4,8 - Renamed:

[PHP-CVS] cvs: php4 /ext/ncurses ncurses_fe.c ncurses_functions.c php_ncurses_fe.h

2002-09-28 Thread Wez Furlong
wez Sat Sep 28 18:50:23 2002 EDT Modified files: /php4/ext/ncurses ncurses_fe.c ncurses_functions.c php_ncurses_fe.h Log: Added ncurses_getyx(). Index: php4/ext/ncurses/ncurses_fe.c diff -u php4/ext/ncurses/ncurses_fe.c:1.16

[PHP-CVS] cvs: php4 / NEWS

2002-09-28 Thread Ilia Alshanetsky
iliaa Sat Sep 28 19:39:59 2002 EDT Modified files: /php4 NEWS Log: Bug fixing news Index: php4/NEWS diff -u php4/NEWS:1.1149 php4/NEWS:1.1150 --- php4/NEWS:1.1149Sat Sep 28 18:37:51 2002 +++ php4/NEWS Sat Sep 28 19:39:59 2002 -1,6 +1,7 PHP

[PHP-CVS] cvs: php4 / Makefile.global configure.in /main php_embed.c php_embed.h /win32 phpembed.dsp

2002-09-28 Thread Edin Kadribasic
edink Sat Sep 28 22:45:25 2002 EDT Added files: /php4/main php_embed.c php_embed.h /php4/win32 phpembed.dsp Modified files: /php4 Makefile.global configure.in Log: Added php/embed toolkit for embedding PHP engine into C/C++