SOURCES: php-fpm.patch - fixed SEGV when php.cgi or php.fcgi --help was exe...
hawk
hawk at pld-linux.org
Thu Mar 19 15:18:53 CET 2009
Author: hawk Date: Thu Mar 19 14:18:53 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fixed SEGV when php.cgi or php.fcgi --help was executed
---- Files affected:
SOURCES:
php-fpm.patch (1.13 -> 1.14)
---- Diffs:
================================================================
Index: SOURCES/php-fpm.patch
diff -u SOURCES/php-fpm.patch:1.13 SOURCES/php-fpm.patch:1.14
--- SOURCES/php-fpm.patch:1.13 Fri Feb 27 10:18:41 2009
+++ SOURCES/php-fpm.patch Thu Mar 19 15:18:47 2009
@@ -541,8 +541,7 @@
if (is_initialized) {
zend_hash_destroy(&fcgi_mgmt_vars);
}
-- is_fastcgi = 0;
-+ is_fastcgi = 1;
+ is_fastcgi = 0;
+
+ if (allowed_clients) {
+ free(allowed_clients);
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/php-fpm.patch?r1=1.13&r2=1.14&f=u
More information about the pld-cvs-commit
mailing list