[PHP-CVS] cvs: php-src /main SAPI.c

2009-05-23 Thread Jani Taskinen
janiSat May 23 18:19:11 2009 UTC Modified files: /php-src/main SAPI.c Log: ws + cs http://cvs.php.net/viewvc.cgi/php-src/main/SAPI.c?r1=1.237&r2=1.238&diff_format=u Index: php-src/main/SAPI.c diff -u php-src/main/SAPI.c:1.237 php-src/main/SAPI.c:1.238 -

[PHP-CVS] cvs: php-src /main SAPI.c

2009-05-23 Thread Jani Taskinen
janiSat May 23 18:10:13 2009 UTC Modified files: /php-src/main SAPI.c Log: - Fix typo http://cvs.php.net/viewvc.cgi/php-src/main/SAPI.c?r1=1.236&r2=1.237&diff_format=u Index: php-src/main/SAPI.c diff -u php-src/main/SAPI.c:1.236 php-src/main/SAPI.c:1.2

[PHP-CVS] cvs: php-src /main SAPI.c SAPI.h main.c php_globals.h /sapi/aolserver aolserver.c /sapi/apache mod_php.c /sapi/apache2filter sapi_apache2.c /sapi/apache2handler sapi_apache2.c /sapi/apa

2008-03-19 Thread Rasmus Lerdorf
rasmus Wed Mar 19 16:37:50 2008 UTC Modified files: /ZendEngine2Zend.m4 zend.c zend.h zend_execute.h zend_execute_API.c zend_globals.h /php-src/main SAPI.c SAPI.h main.c php_globals.h /php-src/sapi/aolserver aolserve

[PHP-CVS] cvs: php-src /main SAPI.c

2008-01-28 Thread Scott MacVicar
scottmacMon Jan 28 16:08:15 2008 UTC Modified files: /php-src/main SAPI.c Log: Fixed bug #43954 (Memory leak when sending the same HTTP status code more than once.) http://cvs.php.net/viewvc.cgi/php-src/main/SAPI.c?r1=1.228&r2=1.229&diff_format=u

[PHP-CVS] cvs: php-src /main SAPI.c

2007-12-03 Thread Dmitry Stogov
dmitry Mon Dec 3 16:04:47 2007 UTC Modified files: /php-src/main SAPI.c Log: Fixed crash because of uninitialized SG(sapi_headers).mimetype http://cvs.php.net/viewvc.cgi/php-src/main/SAPI.c?r1=1.226&r2=1.227&diff_format=u Index: php-src/main/SAPI.c di

[PHP-CVS] cvs: php-src /main SAPI.c

2007-07-16 Thread Jani Taskinen
janiMon Jul 16 12:58:23 2007 UTC Modified files: /php-src/main SAPI.c Log: - Removed leftovers from nuking safe-mode http://cvs.php.net/viewvc.cgi/php-src/main/SAPI.c?r1=1.225&r2=1.226&diff_format=u Index: php-src/main/SAPI.c diff -u php-src/main/SAPI.

[PHP-CVS] cvs: php-src /main SAPI.c

2007-05-25 Thread Rasmus Lerdorf
rasmus Fri May 25 09:19:05 2007 UTC Modified files: /php-src/main SAPI.c Log: Optimize sapi_get_request_time() slightly making it use the cached time and also checking if there is a server_context before trying to call the request_time sapi hook. h

[PHP-CVS] cvs: php-src /main SAPI.c

2007-04-25 Thread Dmitry Stogov
dmitry Wed Apr 25 14:18:15 2007 UTC Modified files: /php-src/main SAPI.c Log: ZTS fix http://cvs.php.net/viewvc.cgi/php-src/main/SAPI.c?r1=1.223&r2=1.224&diff_format=u Index: php-src/main/SAPI.c diff -u php-src/main/SAPI.c:1.223 php-src/main/SAPI.c:1.2

[PHP-CVS] cvs: php-src /main SAPI.c

2007-04-25 Thread Antony Dovgal
tony2001Wed Apr 25 11:19:10 2007 UTC Modified files: /php-src/main SAPI.c Log: MFB: Fix crashes when SAPI handlers are overriden in dl()-ed extensions http://cvs.php.net/viewvc.cgi/php-src/main/SAPI.c?r1=1.222&r2=1.223&diff_format=u Index: php-s

[PHP-CVS] cvs: php-src /main SAPI.c

2006-12-31 Thread Ilia Alshanetsky
iliaa Sun Dec 31 19:22:18 2006 UTC Modified files: /php-src/main SAPI.c Log: MFB: Fixed bug #39984 (redirect response code in header() could be ignored in CGI sapi). http://cvs.php.net/viewvc.cgi/php-src/main/SAPI.c?r1=1.219&r2=1.220&diff_format

[PHP-CVS] cvs: php-src /main SAPI.c

2006-12-21 Thread Antony Dovgal
tony2001Thu Dec 21 21:49:13 2006 UTC Modified files: /php-src/main SAPI.c Log: fix ws, cs and overall code readability http://cvs.php.net/viewvc.cgi/php-src/main/SAPI.c?r1=1.218&r2=1.219&diff_format=u Index: php-src/main/SAPI.c diff -u php-src/

[PHP-CVS] cvs: php-src /main SAPI.c

2006-12-18 Thread Antony Dovgal
tony2001Mon Dec 18 13:15:18 2006 UTC Modified files: /php-src/main SAPI.c Log: fix possible invalid read (reproducible only on big-endian machines) http://cvs.php.net/viewvc.cgi/php-src/main/SAPI.c?r1=1.217&r2=1.218&diff_format=u Index: php-src/

[PHP-CVS] cvs: php-src /main SAPI.c

2006-08-30 Thread Michael Wallner
mikeWed Aug 30 12:25:56 2006 UTC Modified files: /php-src/main SAPI.c Log: - the Vary header for zlib.output_compression is now handled inside the output handler http://cvs.php.net/viewvc.cgi/php-src/main/SAPI.c?r1=1.216&r2=1.217&diff_format=u Index:

[PHP-CVS] cvs: php-src /main SAPI.c /sapi/apache mod_php5.c

2006-05-10 Thread Rasmus Lerdorf
rasmus Wed May 10 21:25:01 2006 UTC Modified files: /php-src/main SAPI.c /php-src/sapi/apachemod_php5.c Log: MFB input filter hook for getenv() http://cvs.php.net/viewcvs.cgi/php-src/main/SAPI.c?r1=1.213&r2=1.214&diff_format=u Index: php-s

[PHP-CVS] cvs: php-src /main SAPI.c

2006-03-23 Thread Andrei Zmievski
andrei Fri Mar 24 00:25:49 2006 UTC Modified files: /php-src/main SAPI.c Log: UTODO note http://cvs.php.net/viewcvs.cgi/php-src/main/SAPI.c?r1=1.212&r2=1.213&diff_format=u Index: php-src/main/SAPI.c diff -u php-src/main/SAPI.c:1.212 php-src/main/SAPI.c

[PHP-CVS] cvs: php-src /main SAPI.c

2005-12-29 Thread Jani Taskinen
sniper Fri Dec 30 05:39:38 2005 EDT Modified files: /php-src/main SAPI.c Log: fix typo http://cvs.php.net/viewcvs.cgi/php-src/main/SAPI.c?r1=1.208&r2=1.209&diff_format=u Index: php-src/main/SAPI.c diff -u php-src/main/SAPI.c:1.208 php-src/main/SAPI.c:1.20

[PHP-CVS] cvs: php-src /main SAPI.c

2005-12-05 Thread Ilia Alshanetsky
iliaa Mon Dec 5 22:39:27 2005 EDT Modified files: /php-src/main SAPI.c Log: Prevent header injection by limiting each header to a single line. http://cvs.php.net/diff.php/php-src/main/SAPI.c?r1=1.207&r2=1.208&ty=u Index: php-src/main/SAPI.c diff -

[PHP-CVS] cvs: php-src /main SAPI.c

2005-11-06 Thread Jani Taskinen
sniper Sun Nov 6 17:07:15 2005 EDT Modified files: /php-src/main SAPI.c Log: - Revert bad patch. This is wrong way to handle leak in "php -m" http://cvs.php.net/diff.php/php-src/main/SAPI.c?r1=1.206&r2=1.207&ty=u Index: php-src/main/SAPI.c diff -u php-sr

[PHP-CVS] cvs: php-src /main SAPI.c /sapi/cgi cgi_main.c

2005-11-02 Thread Michael Wallner
mikeWed Nov 2 09:27:03 2005 EDT Modified files: /php-src/main SAPI.c /php-src/sapi/cgi cgi_main.c Log: - sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL, 0, 0}) caused HTTP response splitting - sapi_send_headers() already takes care of default_

[PHP-CVS] cvs: php-src /main SAPI.c

2005-11-01 Thread Ilia Alshanetsky
iliaa Tue Nov 1 18:02:53 2005 EDT Modified files: /php-src/main SAPI.c Log: MFB51: Fixed minor memory leak triggered by: -dzlib.output_compression=1 -m http://cvs.php.net/diff.php/php-src/main/SAPI.c?r1=1.204&r2=1.205&ty=u Index: php-src/main/SAPI.c

[PHP-CVS] cvs: php-src /main SAPI.c

2005-10-19 Thread Ilia Alshanetsky
iliaa Wed Oct 19 16:30:42 2005 EDT Modified files: /php-src/main SAPI.c Log: Fixed bug #29983 (PHP does not explicitly set mime type & charset). http://cvs.php.net/diff.php/php-src/main/SAPI.c?r1=1.203&r2=1.204&ty=u Index: php-src/main/SAPI.c diff -u

[PHP-CVS] cvs: php-src /main SAPI.c main.c

2005-07-12 Thread Ilia Alshanetsky
iliaa Tue Jul 12 12:53:34 2005 EDT Modified files: /php-src/main main.c SAPI.c Log: Fixed double-free in the digest authentication handling. # Found and Reported by Stefan Esser http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.635&r2=1.636

[PHP-CVS] cvs: php-src /main SAPI.c SAPI.h main.c php_variables.c /sapi/apache mod_php5.c /sapi/apache_hooks mod_php5.c

2005-04-04 Thread Rui Hirokawa
hirokawaMon Apr 4 11:06:36 2005 EDT Modified files: /php-src/main SAPI.c SAPI.h main.c php_variables.c /php-src/sapi/apachemod_php5.c /php-src/sapi/apache_hooks mod_php5.c Log: added a server variable PHP_AUTH_DIGEST to support HTT

[PHP-CVS] cvs: php-src /main SAPI.c SAPI.h /sapi/aolserver aolserver.c /sapi/apache mod_php5.c /sapi/apache2filter sapi_apache2.c /sapi/apache2handler sapi_apache2.c /sapi/apache_hooks mod_php5.c /sapi/cgi cgi_main.c /sapi/thttpd thttpd.c /sapi/tux php_tux.c

2005-03-14 Thread Rasmus Lerdorf
rasmus Mon Mar 14 14:25:40 2005 EDT Modified files: /php-src/main SAPI.c SAPI.h /php-src/sapi/aolserver aolserver.c /php-src/sapi/apachemod_php5.c /php-src/sapi/apache2filter sapi_apache2.c /php-src/sapi/apache2handlersapi_

[PHP-CVS] cvs: php-src /main SAPI.c

2005-02-21 Thread Moriyoshi Koizumi
moriyoshi Tue Feb 22 00:07:38 2005 EDT Modified files: /php-src/main SAPI.c Log: - Silly typo. http://cvs.php.net/diff.php/php-src/main/SAPI.c?r1=1.195&r2=1.196&ty=u Index: php-src/main/SAPI.c diff -u php-src/main/SAPI.c:1.195 php-src/main/SAPI.c:

[PHP-CVS] cvs: php-src /main SAPI.c

2005-02-21 Thread Jani Taskinen
sniper Mon Feb 21 16:00:04 2005 EDT Modified files: /php-src/main SAPI.c Log: Nuke unused variables when PCRE is not compiled in http://cvs.php.net/diff.php/php-src/main/SAPI.c?r1=1.194&r2=1.195&ty=u Index: php-src/main/SAPI.c diff -u php-src/main/SAPI.c:

[PHP-CVS] cvs: php-src /main SAPI.c

2005-02-21 Thread Jani Taskinen
sniper Mon Feb 21 15:57:21 2005 EDT Modified files: /php-src/main SAPI.c Log: Remove the useless TSRM_FETCH calls http://cvs.php.net/diff.php/php-src/main/SAPI.c?r1=1.193&r2=1.194&ty=u Index: php-src/main/SAPI.c diff -u php-src/main/SAPI.c:1.193 php-src/m

[PHP-CVS] cvs: php-src /main SAPI.c

2004-11-28 Thread Stefan Esser
sesser Sun Nov 28 08:32:29 2004 EDT Modified files: /php-src/main SAPI.c Log: Fixed: Correctly Initialize fields http://cvs.php.net/diff.php/php-src/main/SAPI.c?r1=1.191&r2=1.192&ty=u Index: php-src/main/SAPI.c diff -u php-src/main/SAPI.c:1.191 php-

[PHP-CVS] cvs: php-src /main SAPI.c main.c TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h

2004-10-04 Thread Andi Gutmans
andiMon Oct 4 20:42:25 2004 EDT Modified files: /TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h /php-src/main SAPI.c main.c Log: - Apply realpath() cache patch. We don't use it if we're in safe_mode and - friends (which are quite slow anyway).

[PHP-CVS] cvs: php-src /main SAPI.c

2004-08-10 Thread Rasmus Lerdorf
rasmus Wed Aug 11 02:18:25 2004 EDT Modified files: /php-src/main SAPI.c Log: Reset global request_time in sapi_activate. Reset it in sapi_deactivate too, although I can't see why that would be necessary, but most of the other sapi globals are reset the

[PHP-CVS] cvs: php-src /main SAPI.c

2004-06-08 Thread Ilia Alshanetsky
iliaa Tue Jun 8 09:23:38 2004 EDT Modified files: /php-src/main SAPI.c Log: Fixed bug #28692 (\0 in Authenticate header passed via safe_mode). http://cvs.php.net/diff.php/php-src/main/SAPI.c?r1=1.186&r2=1.187&ty=u Index: php-src/main/SAPI.c diff -u p

[PHP-CVS] cvs: php-src /main SAPI.c

2004-06-07 Thread Ilia Alshanetsky
iliaa Mon Jun 7 09:51:50 2004 EDT Modified files: /php-src/main SAPI.c Log: Fixed bug #28670 (WWW-Authentication header mangling with PCRE in safe_mode adds extra spaces). http://cvs.php.net/diff.php/php-src/main/SAPI.c?r1=1.185&r2=1.186&ty=u Index

[PHP-CVS] cvs: php-src /main SAPI.c

2004-05-25 Thread Stefan Esser
sesser Tue May 25 18:12:40 2004 EDT Modified files: /php-src/main SAPI.c Log: break is better http://cvs.php.net/diff.php/php-src/main/SAPI.c?r1=1.184&r2=1.185&ty=u Index: php-src/main/SAPI.c diff -u php-src/main/SAPI.c:1.184 php-src/main/SAPI.c:1.1

[PHP-CVS] cvs: php-src /main SAPI.c

2004-03-08 Thread Ilia Alshanetsky
iliaa Mon Mar 8 21:24:03 2004 EDT Modified files: /php-src/main SAPI.c Log: Fixed bug #27530 (broken http auth when safe_mode is on and PCRE is disabled). http://cvs.php.net/diff.php/php-src/main/SAPI.c?r1=1.182&r2=1.183&ty=u Index: php-src/main/SA

[PHP-CVS] cvs: php-src /main SAPI.c

2003-11-22 Thread Stefan Esser
sesser Sat Nov 22 16:10:48 2003 EDT Modified files: /php-src/main SAPI.c Log: On error do not leave content_type_dup unitialised. Index: php-src/main/SAPI.c diff -u php-src/main/SAPI.c:1.179 php-src/main/SAPI.c:1.180 --- php-src/main/SAPI.c:1.179

Re: [PHP-CVS] cvs: php-src /main SAPI.c /main/streams streams.c userspace.c /tests/lang bug24054.phpt

2003-09-17 Thread Marcus Börger
Hello Jani, Wednesday, September 17, 2003, 2:23:46 PM, you wrote: > On Sat, 13 Sep 2003, Ard Biesheuvel wrote: >>> Sascha and me had a deeper check upon this and it is absolutley NON >>> portable. This is one of the C99 extensions only a few systems support. >>> If we want the prefix 'z' then we

Re: [PHP-CVS] cvs: php-src /main SAPI.c /main/streams streams.c userspace.c /tests/lang bug24054.phpt

2003-09-17 Thread Jani Taskinen
On Sat, 13 Sep 2003, Ard Biesheuvel wrote: >> Sascha and me had a deeper check upon this and it is absolutley NON >> portable. This is one of the C99 extensions only a few systems support. >> If we want the prefix 'z' then we could do it for our own php internal >> [v]s[np]printf implementations.

Re: [PHP-CVS] cvs: php-src /main SAPI.c /main/streams streams.c userspace.c /tests/lang bug24054.phpt

2003-09-13 Thread Ard Biesheuvel
Sascha and me had a deeper check upon this and it is absolutley NON portable. This is one of the C99 extensions only a few systems support. If we want the prefix 'z' then we could do it for our own php internal [v]s[np]printf implementations. But then we'd need to always use them and that's probabl

Re: [PHP-CVS] cvs: php-src /main SAPI.c /main/streams streams.c userspace.c /tests/lang bug24054.phpt

2003-09-13 Thread Marcus Börger
Hello Zeev, Saturday, September 13, 2003, 5:54:45 PM, you wrote: > I don't think %zd is portable. We need to come up with some alternative > solution, or some check. Sascha and me had a deeper check upon this and it is absolutley NON portable. This is one of the C99 extensions only a few syste

Re: [PHP-CVS] cvs: php-src /main SAPI.c /main/streams streams.c userspace.c /tests/lang bug24054.phpt

2003-09-13 Thread Zeev Suraski
I don't think %zd is portable. We need to come up with some alternative solution, or some check. Zeev At 18:27 13/09/2003, Ard Biesheuvel wrote: abies Sat Sep 13 11:27:11 2003 EDT Modified files: /php-src/main SAPI.c /php-src/main/streams streams.c userspace.c

[PHP-CVS] cvs: php-src /main SAPI.c /main/streams streams.c userspace.c /tests/lang bug24054.phpt

2003-09-13 Thread Ard Biesheuvel
abies Sat Sep 13 11:27:11 2003 EDT Modified files: /php-src/main SAPI.c /php-src/main/streams streams.c userspace.c /php-src/tests/lang bug24054.phpt Log: Fixed for 64bit archs Index: php-src/main/SAPI.c diff -u php-src/main/SAPI.c:1.178

[PHP-CVS] cvs: php-src /main SAPI.c

2003-09-10 Thread Stefan Roehrich
sr Wed Sep 10 04:47:38 2003 EDT Modified files: /php-src/main SAPI.c Log: Fix for bug #23488 zlib.output_compression overrides vary header. It was already fixed for ob_gzhandler (#24827). Index: php-src/main/SAPI.c diff -u php-src/main/SAPI.c:1.

[PHP-CVS] cvs: php-src /main SAPI.c main.c /main/streams streams.c

2003-08-28 Thread Sascha Schumann
sas Thu Aug 28 13:07:42 2003 EDT Modified files: /php-src/main SAPI.c main.c /php-src/main/streams streams.c Log: kill warnings Index: php-src/main/SAPI.c diff -u php-src/main/SAPI.c:1.176 php-src/main/SAPI.c:1.177 --- php-src/main/SAPI.c

[PHP-CVS] cvs: php-src /main SAPI.c

2003-08-14 Thread Marcus Boerger
helly Mon Aug 11 15:36:26 2003 EDT Modified files: /php-src/main SAPI.c Log: Bugfix #25044 Index: php-src/main/SAPI.c diff -u php-src/main/SAPI.c:1.175 php-src/main/SAPI.c:1.176 --- php-src/main/SAPI.c:1.175 Tue Jun 10 16:03:41 2003 +++ php-src/main/SA