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
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
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!)
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:
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/
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/
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.
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
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:
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
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
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
++
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
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
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
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.
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
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.
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
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
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
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/
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/
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
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:
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
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
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
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
29 matches
Mail list logo