[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/nsapi nsapi.c

2009-03-20 Thread Uwe Schindler
thetaphiFri Mar 20 15:54:36 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/nsapi nsapi.c Log: Fix a sigsegv on server shutdown, add missing sapi_shutdown().

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/nsapi nsapi.c

2009-02-25 Thread Uwe Schindler
thetaphiWed Feb 25 19:52:06 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/nsapi nsapi.c Log: Fix Bug 47495: Keep header in internal list after add, so headers_list() works correctly. Other SAPIs have the same problem, but PHP 5.3 fixes this more

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/nsapi nsapi.c

2009-01-06 Thread Uwe Schindler
thetaphiTue Jan 6 13:46:49 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/nsapi nsapi.c Log: MFH: the #ifdef was never working. If Sun extends its NSAPI to support subrequests, much of this code must be rewritten. Because of that it is better

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/nsapi nsapi.c

2008-12-01 Thread Uwe Schindler
thetaphiMon Dec 1 10:11:57 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/nsapi nsapi.c Log: remove unneeded includes (not needed since NSAPI 3.0, wich is very old). This is needed for cleanup of the windows build.

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/nsapi nsapi.c

2008-11-29 Thread Uwe Schindler
thetaphiSat Nov 29 14:51:45 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/nsapi nsapi.c Log: Hallo release manager: This patch is not release critical (affects only NSAPI, but I want it to be fixed in the last version of PHP 5.2). If you do not

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/nsapi nsapi.c

2008-11-29 Thread Uwe Schindler
thetaphiSat Nov 29 19:38:04 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/nsapi nsapi.c Log: MFH: remove one stat call and replace by cached one (release-manager: the same like with last commit)

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/nsapi nsapi.c

2008-11-29 Thread Uwe Schindler
thetaphiSat Nov 29 19:59:27 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/nsapi nsapi.c Log: MFH: Some nsapi.h specific ifdefs unified corrected (same like last commit, only cleanup)

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/nsapi nsapi.c

2008-11-29 Thread Uwe Schindler
thetaphiSat Nov 29 23:44:44 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/nsapi nsapi.c Log: MFH: support stat cache of webserver (like apache does)

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/nsapi nsapi.c

2008-06-22 Thread Uwe Schindler
thetaphiSun Jun 22 18:10:33 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/nsapi nsapi.c Log: MFH: Response to: [PHP-DEV] cleaning up the functions - any volunteers? :)

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/nsapi nsapi.c

2008-03-09 Thread Felipe Pena
felipe Sun Mar 9 16:06:33 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/nsapi nsapi.c Log: Fix typo (#44381) http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.69.2.3.2.7r2=1.69.2.3.2.8diff_format=u Index: php-src/sapi/nsapi/nsapi.c diff

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/nsapi nsapi.c

2007-04-26 Thread Uwe Schindler
thetaphiFri Apr 27 00:29:26 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/nsapi nsapi.c Log: MFH: Fix crash on server startup when log message is printed

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/nsapi nsapi.c

2007-03-06 Thread Uwe Schindler
thetaphiTue Mar 6 15:43:49 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/nsapi nsapi.c Log: use slprintf instead of snprintf and remove 0termination things (because slprintf is always available now)

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/nsapi nsapi.c

2007-03-06 Thread Uwe Schindler
thetaphiTue Mar 6 18:15:25 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/nsapi nsapi.c Log: remove (large) static buffers for header names and request uri

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/nsapi nsapi.c

2007-03-05 Thread Uwe Schindler
thetaphiMon Mar 5 16:29:18 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/nsapi nsapi.c Log: snprintf patch http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.69.2.3.2.2r2=1.69.2.3.2.3diff_format=u Index: php-src/sapi/nsapi/nsapi.c