#
a2e0e256 |
| 01-May-2011 |
Gustavo André dos Santos Lopes |
- Fixed bug #54580 (get_browser() segmentation fault when the browscap ini directive is set in activation time). This commit fixes this by adding a per request parsing of the browscap fil
- Fixed bug #54580 (get_browser() segmentation fault when the browscap ini directive is set in activation time). This commit fixes this by adding a per request parsing of the browscap file that's when get_browser is called the first time and the directive is set on activation time.w
show more ...
|
#
6df67ace |
| 01-May-2011 |
Gustavo André dos Santos Lopes |
- Fixed bug #54623 (Segfault when when writing to a persistent socket after closing a copy of the socket). |
#
3841295b |
| 29-Apr-2011 |
Pierrick Charron |
Added support for CURLOPT_MAX_RECV_SPEED_LARGE and CURLOPT_MAX_SEND_SPEED_LARGE. FR #51815 # MFH. This addition was already committed to trunk and is backported as requested in #54622 |
#
fc7ee596 |
| 28-Apr-2011 |
Ilia Alshanetsky |
#doc Added 3rd parameter to filter_var_array() and filter_input_array() functions that allows disabling addition of empty elements |
#
e510daf2 |
| 25-Apr-2011 |
Dmitry Stogov |
Fixed bug #54585 (track_errors causes segfault) |
#
1153eaf5 |
| 21-Apr-2011 |
Pierrick Charron |
Revert bug #54454 fix from PHP_5_3 branch to avoid BC break in minor release |
#
c157f4b4 |
| 20-Apr-2011 |
Dmitry Stogov |
Fixed bug #54367 (Use of closure causes problem in ArrayAccess). |
#
5ca8ba7a |
| 18-Apr-2011 |
Hannes Magnusson |
Add an --man-dir to php-config too |
#
a0d80503 |
| 18-Apr-2011 |
Hannes Magnusson |
Expose PHP_MANDIR Useful for apps (like the pear installer, phd, .. etc) to install their manpages into the same dir as php did :] |
#
339f4623 |
| 17-Apr-2011 |
Stanislav Malyshev |
implement FR #54540 - Allow loading of arbitrary resource bundles when fallback is disabled |
#
1b6dd180 |
| 15-Apr-2011 |
Rob Richards |
Implement FR #48587 (MySQL PDO driver doesn't support SSL connections) |
#
833ec62d |
| 13-Apr-2011 |
Stanislav Malyshev |
add CVE |
#
2e206e07 |
| 13-Apr-2011 |
Stanislav Malyshev |
fix bug #54238 (use-after-free in substr_replace()) |
#
0e80f262 |
| 12-Apr-2011 |
Ilia Alshanetsky |
Fixed bug #54121 (error message format string typo). |
#
047ed8df |
| 09-Apr-2011 |
Gustavo André dos Santos Lopes |
- Fixed bug #54440: libxml extension ignores default context. |
#
f2cfb997 |
| 09-Apr-2011 |
Gustavo André dos Santos Lopes |
- Fixed bug #54494: mb_substr() mishandles UTF-32LE and UCS-2LE. |
#
6f3148db |
| 09-Apr-2011 |
Sebastian Bergmann |
Add optional argument to debug_backtrace() and debug_print_backtrace() to limit the amount of stack frames returned. |
#
def1ab1e |
| 08-Apr-2011 |
Dmitry Stogov |
- Fixed bug #54358 (Closure, use and reference) - Fixed bug #54039 (use() of static variables in lambda functions can break staticness) |
#
03b6daed |
| 07-Apr-2011 |
Dmitry Stogov |
Fixed bug #54372 (Crash accessing global object itself returned from its __get() handle) |
#
840308cf |
| 06-Apr-2011 |
Adam Harvey |
Implement FR #54459 (Range function accuracy) by changing the way range() calculates values when used with floating point bounds/step. |
#
2975308e |
| 04-Apr-2011 |
Gustavo André dos Santos Lopes |
- Fixed bug #54384 (Dual iterators, GlobIterator, SplFileObject and SplTempFileObject crash when user-space classes don't call the paren constructor). |
#
47012ccd |
| 03-Apr-2011 |
Ilia Alshanetsky |
Fixed bug #53037 (FILTER_FLAG_EMPTY_STRING_NULL is not implemented). |
#
4919f328 |
| 03-Apr-2011 |
Pierrick Charron |
Fixed bug #54454 (substr_compare incorrectly reports equality in some cases) |
#
689268a0 |
| 01-Apr-2011 |
Pierre Joye |
- add CURLINFO_REDIRECT_URL |
#
dd5781bc |
| 31-Mar-2011 |
Antony Dovgal |
fix bug #54423 (classes from dl()'ed extensions are not destroyed) |