#
1aee7ad6 |
| 06-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 ...
|
#
c649186c |
| 05-Jun-2013 |
David Soria Parra |
News update |
#
aef52957 |
| 05-Jun-2013 |
David Soria Parra |
PHP 5.5.0RC3 NEWS |
#
ec3bcbcb |
| 05-Jun-2013 |
Johannes Schlüter |
Add NEWS for PHP 5.3.26 |
#
7da648ff |
| 05-Jun-2013 |
Xinchen Hui |
Update NEWS |
#
3c93402f |
| 05-Jun-2013 |
Xinchen Hui |
Update NEWS |
#
3c87945c |
| 05-Jun-2013 |
Xinchen Hui |
Fixed bug #64960 (Segfault in gc_zval_possible_root) |
#
785f4c5f |
| 05-Jun-2013 |
Stanislav Malyshev |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: fix CVE-2013-2110 - use correct formula to calculate string size
|
#
efdeec3c |
| 05-Jun-2013 |
Stanislav Malyshev |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: fix CVE-2013-2110 - use correct formula to calculate string size
|
#
93e0d78e |
| 20-May-2013 |
Stanislav Malyshev |
fix CVE-2013-2110 - use correct formula to calculate string size |
#
74e52eae |
| 04-Jun-2013 |
Stanislav Malyshev |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: news for dblib fixes Fix PDO_DBLIB bugs: #64338, #64808, #63638 Conflicts: ext/pdo_dblib/dblib_driver.c
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: news for dblib fixes Fix PDO_DBLIB bugs: #64338, #64808, #63638 Conflicts: ext/pdo_dblib/dblib_driver.c ext/pdo_dblib/dblib_stmt.c
show more ...
|
#
90bb2872 |
| 04-Jun-2013 |
Stanislav Malyshev |
news for dblib fixes |
#
3579e812 |
| 03-Jun-2013 |
Remi Collet |
Fixed Bug #64962 imagerotate produce corrupted image See https://bitbucket.org/libgd/gd-libgd/issue/67/problem-with-gdrotate This computation need to be done in signed range. |
#
245e103e |
| 03-Jun-2013 |
Remi Collet |
NEWS |
#
25aae372 |
| 02-Jun-2013 |
Matteo Beccati |
Fixed bug #64609 (pg_convert enum type support) |
#
bf4a034e |
| 31-May-2013 |
Matteo Beccati |
NEWS |
#
c829895a |
| 31-May-2013 |
Remi Collet |
NEWS |
#
0c9f1175 |
| 31-May-2013 |
Remi Collet |
NEWS |
#
1c623e3b |
| 31-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 ...
|
#
540a5a52 |
| 28-May-2013 |
Anthony Ferrara |
Fix #64745 hash_pbkdf2 truncation issue When using hash_pbkdf2 with hex output and 0 length (auto), it incorrectly truncates the result to 1/2 the expected result. |
#
af13dded |
| 24-May-2013 |
Remi Collet |
NEWS |
#
9f6ca9bc |
| 24-May-2013 |
Remi Collet |
Fixed Bug #64915 (error_log ignored when daemonize=0) Use configured error_log file when stderr is not a tty. So only use tty during interactive debug run. |
#
2df10670 |
| 22-May-2013 |
David Soria Parra |
News for upcoming RC3 if necessary |
#
aa5f19cf |
| 22-May-2013 |
David Soria Parra |
News for RC2 |
#
4cb25d25 |
| 22-May-2013 |
Johannes Schlüter |
This will be PHP 5.3.27 |