sniper Wed Jun 18 17:58:08 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/main SAPI.c
Log:
This broke more than fixed. Fixes e.g. max_input_time.
Index: php4/main/SAPI.c
diff -u php4/main/SAPI.c:1.155.2.10 php4/main/SAPI.c:1.155.2.11
--- php4/main/SAPI.c:1.15
moriyoshi Tue Feb 11 18:30:13 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/main SAPI.c
Log:
MFH: reverted my patch & applying a new patch by Stefan Esser
Index: php4/main/SAPI.c
diff -u php4/main/SAPI.c:1.155.2.8 php4/main/SAPI.c:1.155.2.9
--- php4/
Why didn't you MFH the other changes too..? (The ZLIB stuff)
--Jani
On Mon, 10 Feb 2003, Moriyoshi Koizumi wrote:
>moriyoshi Mon Feb 10 15:13:36 2003 EDT
>
> Modified files: (Branch: PHP_4_3)
>/php4/main SAPI.c
> Log:
> MFH: fixed possible buff
moriyoshi Mon Feb 10 15:13:36 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/main SAPI.c
Log:
MFH: fixed possible buffer overflow in 64bit systems
Index: php4/main/SAPI.c
diff -u php4/main/SAPI.c:1.155.2.6 php4/main/SAPI.c:1.155.2.7
--- php4/main/SAPI
On Sun, 9 Feb 2003, Sascha Schumann wrote:
> } else {
>- return -1;
>+ return FAILURE;
>+ }
>+}
>+
>+
>+SAPI_API int sapi_get_target_uid(uid_t *obj TSRMLS_DC)
>+{
>+ if (sapi_module.get_target_uid) {
>+ return sapi_module.get_target_uid(obj TS
sas Sun Feb 9 16:28:50 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/main SAPI.c SAPI.h
/php4/sapi/apache mod_php4.c
/php4/sapi/thttpd thttpd.c
Log:
MFH 0/-1 changes
Index: php4/main/SAPI.c
diff -u php4/main/SAPI.c:1.155.2.5 php4/main/SA
sas Wed Jan 15 06:28:26 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/main SAPI.c
Log:
MFH 1.161
Index: php4/main/SAPI.c
diff -u php4/main/SAPI.c:1.155.2.3 php4/main/SAPI.c:1.155.2.4
--- php4/main/SAPI.c:1.155.2.3 Tue Dec 31 11:24:57 2002
+++ php4/main/S