History log of /php-src/NEWS (Results 9551 – 9575 of 15459)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 12995039 23-May-2012 Jerome Loyet

- Fixed bug #61026 (FPM pools can listen on the same address)

# 5d61e56d 23-May-2012 Jerome Loyet

- Fixed bug #61026 (FPM pools can listen on the same address)

# 0b44f16e 23-May-2012 Jerome Loyet

- Fixed bug #61839 (Unable to cross-compile PHP with --enable-fpm)

# a07d76c0 23-May-2012 Jerome Loyet

- Fixed bug #61295 (php-fpm should not fail with commented 'user' for non-root start)

# 812d2481 23-May-2012 Jerome Loyet

- Fixed bug #61295 (php-fpm should not fail with commented 'user' for non-root start)

# 06c7c367 23-May-2012 Jerome Loyet

- Fixed bug #61835 (php-fpm is not allowed to run as root)

# 7b396c07 23-May-2012 Jerome Loyet

- Fixed bug #61835 (php-fpm is not allowed to run as root)

# 5b831618 23-May-2012 Xinchen Hui

Revert NEWS

# dce25909 22-May-2012 Jerome Loyet

- Fixed bug #61045 (fpm don't send error log to fastcgi clients)

# d1e529c1 22-May-2012 Jerome Loyet

- fix NEWS for bug #61812

# faca4e08 22-May-2012 Jerome Loyet

- Fixed bug #61045 (fpm don't send error log to fastcgi clients)

# 2ae8d2fb 21-May-2012 Dmitry Stogov

Fixed bug #61998 (Using traits with method aliases appears to result in crash during execution)

# c5fcd9f5 20-May-2012 Felipe Pena

- BFN

# c9331a3e 19-May-2012 Felipe Pena

- BFN

# 79d52503 18-May-2012 Felipe Pena

- BFN

# 72a9b595 16-May-2012 Johannes Schlüter

PHP 5.3.15-dev

# 6e519895 16-May-2012 Stanislav Malyshev

fd fix

# df2a38e7 16-May-2012 Stanislav Malyshev

fd fix

# 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

1...<<381382383384385386387388389390>>...619