[PHP-CVS] cvs: php4(PHP_4_3) /main SAPI.c

2003-06-18 Thread Jani Taskinen
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 ---

[PHP-CVS] cvs: php4(PHP_4_3) /main SAPI.c

2003-02-11 Thread Moriyoshi Koizumi
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 ---

Re: [PHP-CVS] cvs: php4(PHP_4_3) /main SAPI.c

2003-02-10 Thread Jani Taskinen
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 buffer

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

2003-02-09 Thread Sascha Schumann
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

Re: [PHP-CVS] cvs: php4(PHP_4_3) /main SAPI.c SAPI.h /sapi/apachemod_php4.c /sapi/thttpd thttpd.c

2003-02-09 Thread Jani Taskinen
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 TSRMLS_CC);

[PHP-CVS] cvs: php4(PHP_4_3) /main SAPI.c

2003-01-15 Thread Sascha Schumann
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 +++