[PHP-CVS] cvs: php-src(PHP_5_1) /sapi/cgi fastcgi.c fastcgi.h

2006-04-27 Thread Dmitry Stogov
dmitry Thu Apr 27 11:39:32 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/sapi/cgi fastcgi.c fastcgi.h Log: Proper fix for bug #37205 http://cvs.php.net/viewcvs.cgi/php-src/sapi/cgi/fastcgi.c?r1=1.4.2.9r2=1.4.2.10diff_format=u Index:

[PHP-CVS] cvs: php-src /sapi/cgi fastcgi.c fastcgi.h

2006-04-27 Thread Dmitry Stogov
dmitry Thu Apr 27 11:39:46 2006 UTC Modified files: /php-src/sapi/cgi fastcgi.c fastcgi.h Log: Proper fix for bug #37205 http://cvs.php.net/viewcvs.cgi/php-src/sapi/cgi/fastcgi.c?r1=1.10r2=1.11diff_format=u Index: php-src/sapi/cgi/fastcgi.c diff -u

[PHP-CVS] cvs: php-src /ext/pcntl pcntl.c

2006-04-27 Thread Andrei Zmievski
andrei Thu Apr 27 15:21:01 2006 UTC Modified files: /php-src/ext/pcntl pcntl.c Log: Safe-fy some functions. http://cvs.php.net/viewcvs.cgi/php-src/ext/pcntl/pcntl.c?r1=1.51r2=1.52diff_format=u Index: php-src/ext/pcntl/pcntl.c diff -u

[PHP-CVS] cvs: php-src /ext/pcntl pcntl.c

2006-04-27 Thread Andrei Zmievski
andrei Thu Apr 27 15:28:22 2006 UTC Modified files: /php-src/ext/pcntl pcntl.c Log: pcntl_signal is safe too http://cvs.php.net/viewcvs.cgi/php-src/ext/pcntl/pcntl.c?r1=1.52r2=1.53diff_format=u Index: php-src/ext/pcntl/pcntl.c diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /sapi/apache php_apache.c

2006-04-27 Thread Andi Gutmans
Shouldn't you use ZEND_DLIMPORT? It'd be much nicer and save us those #ifdef's Andi At 02:31 AM 4/26/2006, Edin Kadribasic wrote: edink Wed Apr 26 09:31:23 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/sapi/apachephp_apache.c Log: Correctly