#
956d7457 |
| 15-May-2012 |
Michael Wallner |
BFN |
#
38398529 |
| 15-May-2012 |
Sebastian Bergmann |
Fix NEWS entry for #61602. |
#
83449b48 |
| 15-May-2012 |
Sebastian Bergmann |
Merge branch 'add-const-name' of git://github.com/reeze/php-src into PHP-5.4
|
#
a72b2143 |
| 13-May-2012 |
Stanislav Malyshev |
update NEWS/UPGRADING |
#
a0dff6fd |
| 13-May-2012 |
Stanislav Malyshev |
fix bug #61782 - __clone/__destruct do not match other methods when checking access controls |
#
ec061a93 |
| 12-Apr-2012 |
Nikita Popov |
Allow arbitrary expressions for empty() This change is as per RFC https://wiki.php.net/rfc/empty_isset_exprs. The change allows passing the result of function calls and other ex
Allow arbitrary expressions for empty() This change is as per RFC https://wiki.php.net/rfc/empty_isset_exprs. The change allows passing the result of function calls and other expressions to the empty() language construct. This is accomplished by simply rewriting empty(expr) to !expr. The change does not affect the suppression of errors when using empty() on variables. empty($undefinedVar) will continue not to throw errors. When an expression is used inside empty() on the other hand, errors will not be suppressed. Thus empty($undefinedVar + $somethingElse) *will* throw a notice. The change also does not make empty() into a real function, so using 'empty' as a callback is still not possible. In addition to the empty() changes the commit adds nicer error messages when isset() is used on function call results or other expressions.
show more ...
|
#
58482206 |
| 09-May-2012 |
Stanislav Malyshev |
update NEWS |
#
6a509558 |
| 12-May-2012 |
Xinchen Hui |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: Fixed Bug #62005 (unexpected behavior when incrementally assigning to a member of a null object) fix stack overflow in php_intlog10
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: Fixed Bug #62005 (unexpected behavior when incrementally assigning to a member of a null object) fix stack overflow in php_intlog10abs() Conflicts: Zend/zend_execute.c
show more ...
|
#
3332943c |
| 12-May-2012 |
Xinchen Hui |
Fixed Bug #62005 (unexpected behavior when incrementally assigning to a member of a null object) |
#
fc0c9054 |
| 10-May-2012 |
Anatoliy Belsky |
updated NEWS |
#
652632a8 |
| 10-May-2012 |
Anatoliy Belsky |
updated NEWS |
#
1e60d0c1 |
| 09-May-2012 |
Xinchen Hui |
Implemented FR #61977 (Need CLI web-server support for files with .htm & svg extensions) |
#
f46a0647 |
| 09-May-2012 |
Felipe Pena |
- BFN |
#
838b4b8f |
| 08-May-2012 |
Anatoliy Belsky |
updated NEWS |
#
e8e66112 |
| 08-May-2012 |
Johannes Schlüter |
Fix #61704 (Crash apache, phpinfo() threading issue) |
#
e120a0c7 |
| 08-May-2012 |
Johannes Schlüter |
This will be PHP 5.3.14 |
#
4cceeb25 |
| 06-May-2012 |
Xinchen Hui |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: Fixed bug #61730 (Segfault from array_walk modifying an array passed by reference)
|
#
7ccd5943 |
| 06-May-2012 |
Xinchen Hui |
Fixed bug #61730 (Segfault from array_walk modifying an array passed by reference) |
#
304ac568 |
| 06-May-2012 |
Nikita Popov |
Add NEWS entry for bug #61961 |
#
4632fe0e |
| 05-May-2012 |
Xinchen Hui |
correct NEWS |
#
19632ae7 |
| 05-May-2012 |
Xinchen Hui |
Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction) |
#
035ce937 |
| 05-May-2012 |
Xinchen Hui |
Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction) |
#
72f19e9a |
| 03-May-2012 |
Xinchen Hui |
Fixed bug #61922 (ZTS build doesn't accept zend.script_encoding config) |
#
0ce37188 |
| 03-May-2012 |
andrey |
here comes the news |
#
e25eea8b |
| 02-May-2012 |
Stanislav Malyshev |
merge 5.3.11 stuff |