History log of /PHP-5.3/ (Results 51 – 75 of 46464)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
50ac53e103-Jul-2013 Sebastian Bergmann

Add bison 2.6.4 to the list of supported versions

e4ee921b20-Jun-2013 Johannes Schlüter

Update git rules (5.5 is stable, 5.3 sec only)

f0eaa02f19-Jun-2013 Johannes Schlüter

This will be PHP 5.3.28

6238dd6f14-Jun-2013 Matteo Beccati

Fixed bug #63186 (compile failure on netbsd)

cd1b44c412-Jun-2013 Anatol Belski

ensure the error_reporting level to get expected notice

eccc05fc11-Jun-2013 Anatol Belski

fixed tests

f16143f511-Jun-2013 Anatol Belski

missing tests for bug #53437

18403e4910-Jun-2013 Anatol Belski

missing colon

88c2dbe510-Jun-2013 Anatol Belski

Backported the fix for bug #53437

f5f6404210-Jun-2013 Dmitry Stogov

Fixed test script

75c5712209-Jun-2013 Xinchen Hui

Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits systems)

e8f004d509-Jun-2013 Xinchen Hui

Fixed bug #64966 (segfault in zend_do_fcall_common_helper_SPEC)

1aee7ad606-Jun-2013 Anatol Belski

Fixed bug #64934 Apache2 TS crash with get_browser()

In favour of reading the browscap.ini into a true global var
only once in MINIT, the price for that is to deep copy the
any data

Fixed bug #64934 Apache2 TS crash with get_browser()

In favour of reading the browscap.ini into a true global var
only once in MINIT, the price for that is to deep copy the
any data from it.

show more ...

ec3bcbcb05-Jun-2013 Johannes Schlüter

Add NEWS for PHP 5.3.26

3c87945c05-Jun-2013 Xinchen Hui

Fixed bug #64960 (Segfault in gc_zval_possible_root)

93e0d78e20-May-2013 Stanislav Malyshev

fix CVE-2013-2110 - use correct formula to calculate string size

2463e89702-Jun-2013 Matteo Beccati

Clean up leftover test files

25aae37202-Jun-2013 Matteo Beccati

Fixed bug #64609 (pg_convert enum type support)

79803beb01-Jun-2013 Matteo Beccati

Fixed bug #62857 (bytea test failures)

Postgres 9.1+ test fixes. Tests were failing due to the default
standard_conforming_strings GUC being changed to on. Also the
pg_escape_bytea t

Fixed bug #62857 (bytea test failures)

Postgres 9.1+ test fixes. Tests were failing due to the default
standard_conforming_strings GUC being changed to on. Also the
pg_escape_bytea test was encoding the data before estabilishing
a connection, thus falling back to the old escaping type which
isn't properly handled by the backend when using a default
configuration.

I haven't updated the NEWS file as it's just test fixes.

show more ...

bf4a034e31-May-2013 Matteo Beccati

NEWS

5104989431-May-2013 Matteo Beccati

Slightly edited tests and fix for bug #62024

df6ca45022-Mar-2013 Matheus Degiovani

Fixed bug #62024 (unable to run consecutive prepared querys with null values)

Credits to james@kenjim.com for the patch.

65d233f022-Mar-2013 Matheus Degiovani

Fixed bug #64037 (wrong value returned when using a negative numeric field equal to the scale)

1c623e3b31-May-2013 Remi Collet

Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error)

There is a lot of call such as:
pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed");
Where the 3rd paramater

Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error)

There is a lot of call such as:
pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed");
Where the 3rd paramater is a error message string where a sqlstate (5 chars)
is expected. This cause a segfault in copy_from.phpt and copy_to.phpt.

This is only a sanity check to avoid buffer overflow, but obviously this
calls need to be fixed (using NULL or a correct sqlstate).

show more ...

13e5c97f29-May-2013 Dmitry Stogov

Fixed incorrect argument number

12345678910>>...1859