#
fa67c860 |
| 04-Nov-2009 |
Matteo Beccati |
- Properly fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction). # Removed usage of the memory address when generating prepared statemend names # as uniqueness can't be
- Properly fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction). # Removed usage of the memory address when generating prepared statemend names # as uniqueness can't be enforced. Used a statment counter instead.
show more ...
|
#
41611fd0 |
| 04-Nov-2009 |
Ilia Alshanetsky |
Fixed bug #50073 (parse_url() incorrect when ? in fragment). |
Revision tags: php-5.3.1RC3 |
|
#
e048c24d |
| 03-Nov-2009 |
Scott MacVicar |
BFN |
#
574b0882 |
| 02-Nov-2009 |
Felipe Pena |
- Fixed bug #49244 (Floating point NaN cause garbage characters). (patch by Sjoerd) |
#
779ce8fd |
| 01-Nov-2009 |
Felipe Pena |
- Fixed bug #49908 (throwing exception in __autoload crashes when interface is not defined) |
#
8e91d464 |
| 01-Nov-2009 |
Felipe Pena |
- Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private property in base class) |
#
f7420d58 |
| 30-Oct-2009 |
Stanislav Malyshev |
report collator_get_sort_key |
#
1e50b189 |
| 29-Oct-2009 |
Ilia Alshanetsky |
Fixed bug #50023 (pdo_mysql doesn't use PHP_MYSQL_UNIX_SOCK_ADDR) # Original patch by six at aegis-corp dot org |
#
1376b76e |
| 27-Oct-2009 |
Jani Taskinen |
- You add, remove, fix or implement. Introduce yourself to someone else. |
#
e2211cee |
| 27-Oct-2009 |
Ilia Alshanetsky |
Introduced a max_file_uploads INI setting, which is set to limit the number of file uploads per-request to 100 by default, to prevent possible DOS via temporary file exhaustion. |
#
e8359d3f |
| 27-Oct-2009 |
David Soria Parra |
- Fixed bug #49142 (crash when exception thrown from __tostring()) |
#
ff5a2ce9 |
| 26-Oct-2009 |
Ilia Alshanetsky |
Fixed bug #49921 (Curl post upload functions changed). |
#
42626ae6 |
| 26-Oct-2009 |
Ilia Alshanetsky |
- Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction). |
#
70e8b40f |
| 25-Oct-2009 |
Jani Taskinen |
- Fixed bug #49990 (SNMP3 warning message about security level printed twice). |
#
26270b4f |
| 21-Oct-2009 |
Pierre Joye |
- fix leak in DL on error (windows) |
Revision tags: php-5.3.1RC2 |
|
#
4a8de304 |
| 19-Oct-2009 |
Johannes Schlüter |
Merge #289581 (Fixed PDORow and PDOStatement crashes when instantiating throught Reflection (Felipe) |
#
8dcb3513 |
| 19-Oct-2009 |
Johannes Schlüter |
Merge NEWS for merged stuff from PHP_5_3 to PHP_5_3_1 |
#
21d12bc1 |
| 19-Oct-2009 |
Jani Taskinen |
fn |
#
76d87527 |
| 16-Oct-2009 |
Scott MacVicar |
Part fix for bug #49224 |
#
5af006d6 |
| 16-Oct-2009 |
Scott MacVicar |
Update libsqlite to 3.6.19 |
#
ef173159 |
| 15-Oct-2009 |
Ilia Alshanetsky |
Fixed bug #49855 (import_request_variables() always returns NULL). |
#
31729738 |
| 14-Oct-2009 |
Ilia Alshanetsky |
Fixed bug #49847 (exec() fails to return data inside 2nd parameter, given output lines >4095 bytes). |
#
5d34329d |
| 12-Oct-2009 |
Felipe Pena |
- BFN |
#
8e5a00e5 |
| 09-Oct-2009 |
Garrett Serack |
- changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be case insensitive (garretts) |
#
b2ff362a |
| 08-Oct-2009 |
Jani Taskinen |
- Fixed bug #49809 (time_sleep_until is not available on solaris) |