#
664f0661 |
| 15-Sep-2010 |
Pierre Joye |
- fix news |
#
41624094 |
| 15-Sep-2010 |
Adam Harvey |
Fix bug #52849 (GNU MP invalid version match). |
#
f2df6a4a |
| 15-Sep-2010 |
Dmitry Stogov |
- Improved memory usage . zend_function.pass_rest_by_reference is replaced by ZEND_ACC_PASS_REST_BY_REFERENCE in zend_function.fn_flags . zend_function.return_reference is replace
- Improved memory usage . zend_function.pass_rest_by_reference is replaced by ZEND_ACC_PASS_REST_BY_REFERENCE in zend_function.fn_flags . zend_function.return_reference is replaced by ZEND_ACC_RETURN_REFERENCE in zend_function.fn_flags . zend_arg_info.required_num_args removed. it was needed only for internal functions. Now the first arg_info for internal function (which has special meaning) is represented by zend_internal_function_info structure. . zend_op_array.size, size_var, size_literal, current_brk_cont, backpatch_count moved into CG(context), because they are used only during compilation. . zend_op_array.start_op is moved into EG(start_op), because it's used only for 'interactive' execution of single top-level op-array. . zend_op_array.done_pass_two is replaced by ZEND_ACC_DONE_PASS_TWO in zend_op_array.fn_flags. . op_array.vars array is trimmed (reallocated) during pass_two. . zend_class_entry.constants_updated is replaced by ZEND_ACC_CONSTANTS_UPDATED in zend_class_entry.ce_flags . the size of zend_class_entry is reduced by sharing the same memory space by different information for internal and user classes. See zend_class_inttry.info union.
show more ...
|
#
09ca4291 |
| 15-Sep-2010 |
Felipe Pena |
- Fixed bug #52843 (Segfault when optional parameters are not passed in to mssql_connect) |
#
877a6f92 |
| 14-Sep-2010 |
Adam Harvey |
Fix bug #52827 (cURL leaks handle and causes assertion error (CURLOPT_STDERR)). Patch by Gustavo. |
#
992991fe |
| 14-Sep-2010 |
Pierre Joye |
- fix #48831 php -i has different output to php --ini |
#
4119b09a |
| 13-Sep-2010 |
Kalle Sommer Nielsen |
Fixed bug #52772 (var_dump() doesn't check for the existence of get_class_name before calling it) |
#
6ca2ea71 |
| 10-Sep-2010 |
Felipe Pena |
- Fixed bug #49215 (make fails on glob_wrapper) |
#
77d307cc |
| 10-Sep-2010 |
Pierre Joye |
- open_basedir symlink support for Windows |
#
2b043648 |
| 10-Sep-2010 |
Pierre Joye |
- Implement bug #51804, splFileInfo::getLinkTarget() on Windows |
#
97f6da74 |
| 09-Sep-2010 |
Adam Harvey |
Fixed bug #52744 (cal_days_in_month incorrect for December 1 BCE). Original patch by gpap at internet dot gr. |
#
bcea4e69 |
| 09-Sep-2010 |
Adam Harvey |
Fix bug #52786 (PHP should reset section to [PHP] after ini sections). Patch by Fedora at famillecollet dot com. |
#
7a2c4afa |
| 09-Sep-2010 |
Adam Harvey |
Fix bug ordering in NEWS. |
#
266ff49a |
| 08-Sep-2010 |
Pierre Joye |
- Fix #50524, proc_open should respect cwd as it does on other platforms |
#
c725c054 |
| 07-Sep-2010 |
Jérôme Loyet |
- Fixed bug #52498 (libevent was not only linked to php-fpm) |
#
f696aece |
| 07-Sep-2010 |
Pierre Joye |
- fix bug #50953, socket will not connect to IPv4 address when the host has both ipv4 and ipv6 addresses |
#
c286d482 |
| 06-Sep-2010 |
Pierre Joye |
- links related fixes |
#
80ddb8d9 |
| 06-Sep-2010 |
Pierre Joye |
- fix bug #52260, catch all DNS not found error |
#
a54ac713 |
| 01-Sep-2010 |
Stanislav Malyshev |
Fix bug #50590 - IntlDateFormatter::parse result is limited to the integer range |
#
6b2b7046 |
| 01-Sep-2010 |
Jérôme Loyet |
- Fixed bug #52725 (gcc builtin atomic functions were sometimes used when they were not available). |
#
0605d5f3 |
| 31-Aug-2010 |
Jérôme Loyet |
- Changed listen.backlog in the FPM configuration file to default to 128 instead of -1 (except on FreeBSD and OpenBSD). This is the same value as the one used in the cgi sapi. This patch
- Changed listen.backlog in the FPM configuration file to default to 128 instead of -1 (except on FreeBSD and OpenBSD). This is the same value as the one used in the cgi sapi. This patch completes revision 302725.
show more ...
|
#
bf28d740 |
| 31-Aug-2010 |
Jérôme Loyet |
- Changed listen.backlog in the FPM configuration file to default to 128 instead of -1 (except on FreeBSD and OpenBSD). This is the same value as the one used in the cgi sapi. This patch
- Changed listen.backlog in the FPM configuration file to default to 128 instead of -1 (except on FreeBSD and OpenBSD). This is the same value as the one used in the cgi sapi. This patch completes revision 302725.
show more ...
|
#
77d65090 |
| 30-Aug-2010 |
Andrey Hristov |
here comes the news |
#
bb8ec8d6 |
| 30-Aug-2010 |
Derick Rethans |
- Fixed bug #52430 (date_parse parse 24:xx:xx as valid time). (Derick) |
#
aa82af78 |
| 30-Aug-2010 |
Derick Rethans |
- Fixed bug #52454 (Relative dates and getTimestamp increments by one day) |