#
b69fd9c9 |
| 18-Jan-2013 |
Gustavo Lopes |
NEWS for bug #64011. See 77ee200 |
#
be2f5474 |
| 16-Jan-2013 |
Johannes Schlüter |
Fix NEWS after 5.3.21 |
#
94a4e0f8 |
| 16-Jan-2013 |
Christopher Jones |
Fix News |
#
77010bf9 |
| 16-Jan-2013 |
Adam Harvey |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Update the arguments in the prototype of fpm_socket_unix_test_connect().
|
#
142c40f3 |
| 16-Jan-2013 |
Adam Harvey |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: Update the arguments in the prototype of fpm_socket_unix_test_connect().
|
#
f63a9f6c |
| 16-Jan-2013 |
Adam Harvey |
Update the arguments in the prototype of fpm_socket_unix_test_connect(). Fixes bug #63999 (php with fpm fails to build on Solaris 10 or 11). |
#
dba22c08 |
| 15-Jan-2013 |
Jille Timmermans |
Dereferencing process-handles no longer waits on those processes. Implements FR #46487 |
#
4c38003d |
| 14-Jan-2013 |
Gustavo Lopes |
NEWS for bug #63893 |
#
b1bf5241 |
| 15-Jan-2013 |
Adam Harvey |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: Revert "Update fputcsv() to escape all characters equally."
|
#
c077074c |
| 15-Jan-2013 |
Adam Harvey |
Revert "Update fputcsv() to escape all characters equally." On second thoughts, while the behaviour _is_ broken, this isn't the right fix. This reverts commit 9b5cb0e8059b1e8bec0960
Revert "Update fputcsv() to escape all characters equally." On second thoughts, while the behaviour _is_ broken, this isn't the right fix. This reverts commit 9b5cb0e8059b1e8bec096067491ed8d75f878938.
show more ...
|
#
c4fe37bd |
| 15-Jan-2013 |
Andrey Hristov |
Merge branch 'PHP-5.5' Conflicts: NEWS
|
#
eb40f73c |
| 15-Jan-2013 |
Lars Strojny |
Bug #62489: dba_insert not working as expected |
#
374ebc87 |
| 15-Jan-2013 |
Stanislav Malyshev |
fix NEWS |
#
4fcf4e08 |
| 15-Jan-2013 |
Xinchen Hui |
Fixed bug #57702 (Multi-row BLOB fetches) |
#
9b5cb0e8 |
| 15-Jan-2013 |
Adam Harvey |
Update fputcsv() to escape all characters equally. At present, backslashes have special case handling within fputcsv(): when one is encountered within a field that's being escaped, escap
Update fputcsv() to escape all characters equally. At present, backslashes have special case handling within fputcsv(): when one is encountered within a field that's being escaped, escaping stops until the next instance of the enclosure character is hit. This can result in malformed CSV. Fixes bug #43225 (fputcsv incorrectly handles cells ending in \ followed by ").
show more ...
|
#
6313fc7e |
| 14-Jan-2013 |
Derick Rethans |
Added NEWS item for DateTimeImmutable |
#
6a065876 |
| 14-Jan-2013 |
Lars Strojny |
Bug #52958: Segfault in PDO_OCI on cleanup after running a long testsuite. |
#
92965b03 |
| 14-Jan-2013 |
Lars Strojny |
Bug #46408: Fix double formatting for PostgreSQL bound parameters |
#
bf9ad4e6 |
| 14-Jan-2013 |
Lars Strojny |
Support BITMAPV5HEADER in getimagesize(): https://en.wikipedia.org/wiki/BMP_file_format#DIB_header_.28bitmap_information_header.29 |
#
1e9a3ed2 |
| 14-Jan-2013 |
Lars Strojny |
Fix bug #63916: PDO::PARAM_INT casts to 32bit int internally even on 64bit builds in pdo_sqlite |
#
99d087e5 |
| 14-Jan-2013 |
Lars Strojny |
Fixed bug #63921: sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API |
#
62059c16 |
| 14-Jan-2013 |
Xinchen Hui |
Fixed bug #63980 (object members get trimmed by zero bytes) |
#
1a96fe0b |
| 14-Jan-2013 |
Stanislav Malyshev |
fix bug #63982: isset() inconsistently produces a fatal error on protected property |
#
f9e8678d |
| 09-Jan-2013 |
Dmitry Stogov |
Fixed bug #63882 (zend_std_compare_objects crash on recursion) |
#
f3b1b851 |
| 09-Jan-2013 |
Xinchen Hui |
update NEWS |