#
e7ce002c |
| 05-Feb-2013 |
Remi Collet |
revert |
#
6585a7bd |
| 04-Feb-2013 |
Remi Collet |
NEWS |
#
6533094d |
| 04-Feb-2013 |
Remi Collet |
Fixed bug #64142 (dval to lval different behavior on ppc64) On x86_64: (long)(double)9223372036854775807+1 = -9223372036854775808 On ppc64 (long)(double)9223372036854775807-1 = 9
Fixed bug #64142 (dval to lval different behavior on ppc64) On x86_64: (long)(double)9223372036854775807+1 = -9223372036854775808 On ppc64 (long)(double)9223372036854775807-1 = 9223372036854775807
show more ...
|
#
60b5f6d4 |
| 03-Feb-2013 |
Martin Jansen |
News about FR #49180. |
#
a000920d |
| 03-Feb-2013 |
Gustavo Lopes |
NEWS/UPGRADING for changes in sockets, intl |
#
114245c1 |
| 01-Feb-2013 |
Nikita Popov |
Fix bug #63830: Segfault on undefined function call in nested generator This also reverses the destruction order of the pushed arguments to align with how it is done everywhere else.
Fix bug #63830: Segfault on undefined function call in nested generator This also reverses the destruction order of the pushed arguments to align with how it is done everywhere else. I'm not exactly sure whether this is the right way to fix it, but it seems to work fine.
show more ...
|
#
2117b8ed |
| 01-Feb-2013 |
Remi Collet |
NEWS |
#
0cea9e68 |
| 01-Feb-2013 |
Remi Collet |
Fixed bug #64128 buit-in web server is broken on ppc64. fdset management using bit operator is broken on non-x86 arch and cause built-in server the enter an infinite loop of "select"
Fixed bug #64128 buit-in web server is broken on ppc64. fdset management using bit operator is broken on non-x86 arch and cause built-in server the enter an infinite loop of "select" and never handle any request.
show more ...
|
#
a80fdc47 |
| 30-Jan-2013 |
Johannes Schlüter |
This will be PHP 5.3.23 |
#
836a2b11 |
| 30-Jan-2013 |
Lars Strojny |
NEWS entry new OpenSSL option [doc] |
#
321f4f18 |
| 30-Jan-2013 |
Nikita Popov |
Fixed bug #64106: Segfault on SplFixedArray[][x] = y when extended |
#
09b6e33b |
| 29-Jan-2013 |
Stanislav Malyshev |
branched 5.4.12 |
#
7a6e76fd |
| 29-Jan-2013 |
Stanislav Malyshev |
update NEWS |
#
93fd9c70 |
| 29-Jan-2013 |
Johannes Schlüter |
Fix bug #64099 (Wrong TSRM usage in zend_register_class_alias) |
#
5382e156 |
| 29-Jan-2013 |
Stanislav Malyshev |
Fix bug #62524, only follow redirects in file streams for 3xx HTTP statuses |
#
389d41cc |
| 29-Jan-2013 |
Stanislav Malyshev |
Add news for bug #60524 |
#
a9d013bb |
| 29-Jan-2013 |
Stanislav Malyshev |
Implement fix for bug #46439 - add CURLFile class for safer uploads |
#
184db665 |
| 28-Jan-2013 |
Stanislav Malyshev |
fix bug #60833 - self, parent, static behave inconsistently case-sensitive |
#
51e50223 |
| 22-Jan-2013 |
David Soria Parra |
NEWS: Start PHP 5.5.0 Beta 1 section |
#
ca734cfb |
| 22-Jan-2013 |
David Soria Parra |
NEWS for PHP 5.5.0alpha4 |
#
03ff2b30 |
| 22-Jan-2013 |
David Soria Parra |
Fix NEWS |
#
f7b99c48 |
| 19-Jan-2013 |
Xinchen Hui |
Fixed bug #64007 (There is an ability to create instance of Generator by hand). Use get_constrctor instead of access of the ce->constructor directly |
#
8991ed01 |
| 19-Jan-2013 |
Lars Strojny |
Class Name Resolution As Scalar Via "class" Keyword |
#
9e7c2e59 |
| 18-Jan-2013 |
Stanislav Malyshev |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: fix bug #63462 (Magic methods called twice for unset protected properties)
|
#
33b104c7 |
| 14-Jan-2013 |
Stanislav Malyshev |
fix bug #63462 (Magic methods called twice for unset protected properties) |