aharvey Tue, 20 Apr 2010 04:31:11 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298196
Log:
Added explanatory comments to filter_input and filter_input_array to document
why some code that looks intuitively wrong is actually correct. Related to
stas Tue, 20 Apr 2010 00:45:07 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298194
Log:
fix 64-bit integer overflow in mhash_keygen_s2k
Changed paths:
U php/php-src/branches/PHP_5_3/NEWS
U php/php-src/branches/PHP_5_3/ext/hash/h
fat Mon, 19 Apr 2010 20:45:03 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298188
Log:
true/false was not a valid value for boolean directives
Changed paths:
U php/php-src/trunk/sapi/fpm/fpm/xml_config.c
Modified: php/php-src/trunk/
stas Mon, 19 Apr 2010 19:45:03 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298187
Log:
restore $this support for closures to its former glory
Changed paths:
U php/php-src/trunk/NEWS
A php/php-src/trunk/Zend/tests/closure_005.ph
fat Mon, 19 Apr 2010 18:02:36 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298185
Log:
correct path in the man page
Changed paths:
U php/php-src/trunk/sapi/fpm/config.m4
U php/php-src/trunk/sapi/fpm/php-fpm.1.in
Modified: php/