[PHP-CVS] cvs: php4 /ext/ircg ircg.c ircg_scanner.c ircg_scanner.re php_ircg_alloc.h

2002-11-30 Thread Sascha Schumann
sas Sun Dec 1 01:30:02 2002 EDT Modified files: /php4/ext/ircg ircg.c ircg_scanner.c ircg_scanner.re php_ircg_alloc.h Log: expand define's make the msg scanner use shared memory, if necessary replace the msg cache with a more

Re: [PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c

2002-11-30 Thread Andi Gutmans
It'd probably be clearer to call the function sapi_force_http_1_0 (I just added an underscore). Andi At 03:28 AM 12/1/2002 +, Sascha Schumann wrote: sas Sat Nov 30 22:28:22 2002 EDT Modified files: /php4/main SAPI.c SAPI.h /php4/sapi/apache mod_php4.c Log: add a

Re: [PHP-CVS] cvs: php4 /sapi/milter Makefile.frag TODO config.m4getopt.c php_milter.c

2002-11-30 Thread Jani Taskinen
1. Whatta hell is this useful for? 2. You have never read the CODING_STANDARDS or README.CVS-RULES ? - This is C code..so no // comments!! - THOU SHALT NOT COMMIT WITHOUT TESTING!!! (the config.m4 affects EVERYTHING even if the extension itself is not enabled!)

[PHP-CVS] cvs: php4 /sapi/milter config.m4

2002-11-30 Thread Jani Taskinen
sniper Sun Dec 1 00:14:56 2002 EDT Modified files: /php4/sapi/milter config.m4 Log: Fix build Index: php4/sapi/milter/config.m4 diff -u php4/sapi/milter/config.m4:1.2 php4/sapi/milter/config.m4:1.3 --- php4/sapi/milter/config.m4:1.2 Sat Nov 30 22:37:

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

2002-11-30 Thread Sascha Schumann
sas Sat Nov 30 23:53:59 2002 EDT Modified files: /php4/ext/ircg ircg.c Log: Make error subsystem work properly in a multi-process environment Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.147 php4/ext/ircg/ircg.c:1.148 --- php4/ext/ircg/

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

2002-11-30 Thread Sascha Schumann
sas Sat Nov 30 23:10:34 2002 EDT Modified files: /php4/ext/ircg ircg.c Log: fix condition Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.146 php4/ext/ircg/ircg.c:1.147 --- php4/ext/ircg/ircg.c:1.146 Sat Nov 30 23:07:30 2002 +++ php4/ext/

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

2002-11-30 Thread Sascha Schumann
sas Sat Nov 30 23:07:31 2002 EDT Modified files: /php4/ext/ircg ircg.c Log: flush write buffer in idle handler add missing condition before deleting write buffer Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.145 php4/ext/ircg/ircg.c:1.

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

2002-11-30 Thread Sascha Schumann
sas Sat Nov 30 22:59:48 2002 EDT Modified files: /php4/ext/ircg ircg.c Log: move back initialization of the write buffer to the original place, so that the condition "fd>=0" can be equated to "wb is initialized" again. Index: php4/ext/ircg/ircg.c

[PHP-CVS] cvs: php4 /ext/ircg config.m4 ircg.c ircg_common.c ircg_dummy.c ircg_thttpd.c php_ircg.h php_ircg_alloc.h php_ircg_hash.h php_ircg_lock.h

2002-11-30 Thread Sascha Schumann
sas Sat Nov 30 22:47:50 2002 EDT Added files: /php4/ext/ircg ircg_common.c php_ircg_alloc.h php_ircg_hash.h php_ircg_lock.h Removed files: /php4/ext/ircg ircg_dummy.c Modified files:

[PHP-CVS] cvs: php4 /sapi/milter Makefile.frag TODO config.m4 getopt.c php_milter.c

2002-11-30 Thread Harald Radi
phanto Sat Nov 30 22:37:50 2002 EDT Added files: /php4/sapi/milter getopt.c Modified files: /php4/sapi/milter config.m4 Makefile.frag php_milter.c TODO Log: it finally compiles now tests will follow tomorrow Index: php4/sapi/mi

[PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c

2002-11-30 Thread Sascha Schumann
sas Sat Nov 30 22:28:22 2002 EDT Modified files: /php4/main SAPI.c SAPI.h /php4/sapi/apache mod_php4.c Log: add a "force HTTP/1.0 response" facility to the SAPI layer this is necessary, when you want to take over control of a connection and the w

[PHP-CVS] cvs: php4 / run-tests2.php

2002-11-30 Thread Sterling Hughes
sterlingSat Nov 30 22:13:03 2002 EDT Modified files: /php4 run-tests2.php Log: remove dos line endings Index: php4/run-tests2.php diff -u php4/run-tests2.php:1.3 php4/run-tests2.php:1.4 --- php4/run-tests2.php:1.3 Wed Nov 13 08:31:32 2002 ++

[PHP-CVS] cvs: php4 /sapi/milter php_milter.c

2002-11-30 Thread Harald Radi
phanto Sat Nov 30 21:45:30 2002 EDT Modified files: /php4/sapi/milter php_milter.c Log: fix build Index: php4/sapi/milter/php_milter.c diff -u php4/sapi/milter/php_milter.c:1.2 php4/sapi/milter/php_milter.c:1.3 --- php4/sapi/milter/php_milter.c:1.2 Sat N

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

2002-11-30 Thread Moriyoshi Koizumi
moriyoshi Sat Nov 30 21:44:50 2002 EDT Modified files: /php4/ext/standard base64.c Log: Fixed possible buffer overflow in php_base64_decode(); # This bug doesn't appear to be harmful for now, # so I won't merge it into branches... Index: php4/ext/s

[PHP-CVS] cvs: php4 /sapi/milter TODO

2002-11-30 Thread Harald Radi
phanto Sat Nov 30 20:36:26 2002 EDT Added files: /php4/sapi/milter TODO Log: todo or not todo -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php4 /sapi/milter EXPERIMENTAL

2002-11-30 Thread Harald Radi
phanto Sat Nov 30 20:18:49 2002 EDT Added files: /php4/sapi/milter EXPERIMENTAL Log: added remaining functions, still untested, still having problems with config.m4 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

[PHP-CVS] cvs: php4 /sapi/milter php_milter.c

2002-11-30 Thread Harald Radi
phanto Sat Nov 30 20:17:42 2002 EDT Modified files: /php4/sapi/milter php_milter.c Log: added remaining functions, still untested, still having problems with config.m4 Index: php4/sapi/milter/php_milter.c diff -u php4/sapi/milter/php_milter.c:1.1 php4/sapi

[PHP-CVS] cvs: php4 /ext/overload config.m4

2002-11-30 Thread Marcus Boerger
helly Sat Nov 30 19:38:31 2002 EDT Modified files: /php4/ext/overload config.m4 Log: Skip overload for ZE2 Bug #20156 Index: php4/ext/overload/config.m4 diff -u php4/ext/overload/config.m4:1.5 php4/ext/overload/config.m4:1.6 --- php4/ext/overload/config.

[PHP-CVS] cvs: php4 /sapi/milter CREDITS Makefile.frag config.m4 php_milter.c

2002-11-30 Thread Harald Radi
phanto Sat Nov 30 19:21:10 2002 EDT Added files: /php4/sapi/milter config.m4 CREDITS Makefile.frag php_milter.c Log: Sendmail Milter SAPI initial version Index: php4/sapi/milter/config.m4 +++ php4/sapi/milter/config.m4 dnl dnl $Id: config.m4,v 1.1 20

[PHP-CVS] cvs: php4(PHP_4_3) /ext/imap php_imap.c

2002-11-30 Thread Frank M. Kromann
fmk Sat Nov 30 16:52:36 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/imap php_imap.c Log: MFH Index: php4/ext/imap/php_imap.c diff -u php4/ext/imap/php_imap.c:1.142.2.1 php4/ext/imap/php_imap.c:1.142.2.2 --- php4/ext/imap/php_imap.c:1.142.2.1

[PHP-CVS] cvs: php4(PHP_4_3) /win32 sendmail.c

2002-11-30 Thread Frank M. Kromann
fmk Sat Nov 30 16:51:20 2002 EDT Modified files: (Branch: PHP_4_3) /php4/win32 sendmail.c Log: MFH Index: php4/win32/sendmail.c diff -u php4/win32/sendmail.c:1.47 php4/win32/sendmail.c:1.47.2.1 --- php4/win32/sendmail.c:1.47 Sat Sep 21 11:03:24 2002 +++ p

[PHP-CVS] cvs: php4 /win32 sendmail.c

2002-11-30 Thread Frank M. Kromann
fmk Sat Nov 30 16:50:17 2002 EDT Modified files: /php4/win32 sendmail.c Log: Dont scan headers for cc abd bcc if extra parameters are used for these Index: php4/win32/sendmail.c diff -u php4/win32/sendmail.c:1.47 php4/win32/sendmail.c:1.48 --- php4/win32/

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

2002-11-30 Thread Frank M. Kromann
fmk Sat Nov 30 16:49:20 2002 EDT Modified files: /php4/ext/imap php_imap.c Log: Fix the use of "personal" information in To and Cc headers Index: php4/ext/imap/php_imap.c diff -u php4/ext/imap/php_imap.c:1.145 php4/ext/imap/php_imap.c:1.146 --- php4/

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

2002-11-30 Thread Ilia Alshanetsky
iliaa Sat Nov 30 14:13:29 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard file.c Log: MFH Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.279.2.1 php4/ext/standard/file.c:1.279.2.2 --- php4/ext/standard/file.c:1.279.2.1 Wed

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

2002-11-30 Thread Ilia Alshanetsky
iliaa Sat Nov 30 14:12:48 2002 EDT Modified files: /php4/ext/standard file.c Log: Fixed bug #20716. Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.280 php4/ext/standard/file.c:1.281 --- php4/ext/standard/file.c:1.280 Wed Nov 27 15:

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard file.h /main php_globals.h

2002-11-30 Thread Marcus Boerger
helly Sat Nov 30 13:39:32 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard file.h /php4/main php_globals.h Log: MFH: Bug #20433 Index: php4/ext/standard/file.h diff -u php4/ext/standard/file.h:1.70 php4/ext/standard/file.h:1.70.2.1 --- ph

[PHP-CVS] cvs: php4 /ext/standard file.h /main php_globals.h

2002-11-30 Thread Marcus Boerger
helly Sat Nov 30 13:36:17 2002 EDT Modified files: /php4/ext/standard file.h /php4/main php_globals.h Log: Bug #20433 Index: php4/ext/standard/file.h diff -u php4/ext/standard/file.h:1.70 php4/ext/standard/file.h:1.71 --- php4/ext/standard/file.h:1.7

[PHP-CVS] cvs: php4(PHP_4_3) /ext/domxml php_domxml.c

2002-11-30 Thread Christian Stocker
chregu Sat Nov 30 05:52:05 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/domxmlphp_domxml.c Log: MFH (fixed big bad memory leak in xpath objects.) Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.218.2.2 php4/ext/domxml/ph

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

2002-11-30 Thread Christian Stocker
chregu Sat Nov 30 05:38:18 2002 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: fixed big bad memory leak in xpath objects. Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.224 php4/ext/domxml/php_domxml.c:1.225 --- php4/e