#
70f83f35 |
| 30-Nov-2012 |
Dmitry Stogov |
. The VM stacks for passing function arguments and syntaticaly nested calls were merged into a single stack. The stack size needed for op_array execution is calculated at compile time and preallocate
. The VM stacks for passing function arguments and syntaticaly nested calls were merged into a single stack. The stack size needed for op_array execution is calculated at compile time and preallocated at once. As result all the stack push operatins don't require checks for stack overflow any more. . Generators implementation was improved using the new VM stack. Now it's a bit more clear and faster.
show more ...
|
#
ff6c9e27 |
| 30-Nov-2012 |
Xinchen Hui |
Fixed bug #63377 (Segfault on output buffer) |
#
96300f55 |
| 30-Nov-2012 |
Xinchen Hui |
format |
#
00d86afe |
| 30-Nov-2012 |
Xinchen Hui |
Format |
#
b6898195 |
| 30-Nov-2012 |
Xinchen Hui |
Merge branch 'PHP-5.3' into PHP-5.4
|
#
40fabf68 |
| 30-Nov-2012 |
Xinchen Hui |
Fixed bug #63398 (Segfault when polling closed link) |
#
7f7cff0b |
| 29-Nov-2012 |
Dmitry Stogov |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests) Conflicts: NEWS ext/soap/soap.c
|
#
dc2192c0 |
| 29-Nov-2012 |
Dmitry Stogov |
Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests) |
#
1a09bf80 |
| 29-Nov-2012 |
Dmitry Stogov |
Fixed bug #61557 (Crasher in tt-rss backend.php) |
#
f877d7fe |
| 29-Nov-2012 |
Dmitry Stogov |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: Fixed bug #63635 (Segfault in gc_collect_cycles) Conflicts: NEWS
|
#
92e2f293 |
| 29-Nov-2012 |
Dmitry Stogov |
Fixed bug #63635 (Segfault in gc_collect_cycles) |
#
c37d7a94 |
| 28-Nov-2012 |
Remi Collet |
NEWS |
#
bc492007 |
| 28-Nov-2012 |
Remi Collet |
Fixed Bug #63581 Possible buffer overflow In fpm-log, possible buffer overflow. Check for length is done at the beginning of the loop, so is not done when overflow occurs on the last
Fixed Bug #63581 Possible buffer overflow In fpm-log, possible buffer overflow. Check for length is done at the beginning of the loop, so is not done when overflow occurs on the last loop (len = 1024 or 1025). (ack from fat). This issue where found from by static code analysis tool and, so, I can't provide any reproducer.
show more ...
|
#
be1e5b9c |
| 28-Nov-2012 |
Michael Wallner |
BFN #61272 |
#
ca240f5b |
| 27-Nov-2012 |
Anatoliy Belsky |
updated NEWS |
#
d88017e9 |
| 27-Nov-2012 |
Anatoliy Belsky |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows Conflicts: NEWS ext/file
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows Conflicts: NEWS ext/fileinfo/libmagic.patch ext/fileinfo/tests/finfo_open_error-win32.phpt
show more ...
|
#
e6b727d3 |
| 27-Nov-2012 |
Anatoliy Belsky |
Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows |
#
070239a1 |
| 27-Nov-2012 |
Xinchen Hui |
Merge branch 'PHP-5.3' into PHP-5.4
|
#
df3b9a1e |
| 27-Nov-2012 |
Xinchen Hui |
Fixed Bug #63614 (Fatal error on Reflection) |
#
289bb339 |
| 25-Nov-2012 |
Remi Collet |
Fixed bug #63588 Duplicate implementation of php_next_utf8_char Json use an utf8 parser from a third party library, switch to our implementation of php_next_utf8_char. This also help
Fixed bug #63588 Duplicate implementation of php_next_utf8_char Json use an utf8 parser from a third party library, switch to our implementation of php_next_utf8_char. This also helps on solving #63520. All the unit tests succeed. Our implementation also seems a little faster. json.dsp need to be regenerated.
show more ...
|
#
8d2c44b5 |
| 25-Nov-2012 |
Remi Collet |
Fixed Bug #63361 Header not installed ext/mysqli/php_mysqli_structs.h is installed and includes mysqli_mysqlnd.h or mysqli_libmysql.h. So this header must also be installed. |
#
137503dd |
| 25-Nov-2012 |
Remi Collet |
NEWS entries |
#
c08e2c8c |
| 25-Nov-2012 |
Stanislav Malyshev |
fix NEWS |
#
7262bf67 |
| 10-Nov-2012 |
Stanislav Malyshev |
5.4.10-dev |
#
90d2561a |
| 24-Nov-2012 |
Remi Collet |
NEWS |