#
1b0e6067 |
| 25-Nov-2013 |
Andrey Hristov |
bring the news |
#
27dc82d0 |
| 25-Nov-2013 |
Dmitry Stogov |
Fixed bug #65915 (Inconsistent results with require return value) |
#
e3528f08 |
| 18-Nov-2013 |
Andrea Faulds |
Updated NEWS |
#
2042d78f |
| 18-Nov-2013 |
kovacs.ferenc |
Merge branch 'JSONCaseFix' of git://github.com/TazeTSchnitzel/php-src into TazeTSchnitzel-JSONCaseFix
|
#
5e9268f4 |
| 17-Nov-2013 |
Xinchen Hui |
Update NEWS |
#
823e330c |
| 17-Nov-2013 |
Xinchen Hui |
Fixed Bug #66094 (unregister_tick_function tries to cast a Closure to a string) |
#
81d0ba10 |
| 15-Nov-2013 |
Christopher Jones |
Update NEWS |
#
d0cd1127 |
| 15-Nov-2013 |
Christopher Jones |
This is CLI web server change. Added some common MIME types to the existing lookup list, pending a more thorough lookup solution, if anyone wants to do that. Ref http://news.php.net/php.int
This is CLI web server change. Added some common MIME types to the existing lookup list, pending a more thorough lookup solution, if anyone wants to do that. Ref http://news.php.net/php.internals/69990 A router can be used to add to, or override, the MIME type lookups, see http://php.net/manual/en/features.commandline.webserver.php
show more ...
|
#
cd6eda5e |
| 15-Nov-2013 |
Remi Collet |
NEWS |
#
d7441f66 |
| 14-Nov-2013 |
Adam Harvey |
Move the JSON bugfix into the 5.5.6 changelog. |
#
dc4bf922 |
| 12-Nov-2013 |
Nikita Popov |
Allow $num=0 in array_fill() Implemented request #49824. |
#
1984919d |
| 12-Nov-2013 |
Julien Pauli |
5.5.7 now |
#
91779db9 |
| 17-Sep-2013 |
Andrea Faulds |
Fixed case part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly") |
#
304bff90 |
| 10-Nov-2013 |
Adam Harvey |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Update NEWS and remove the unnecessary UPGRADING note. UPGRADING and NEWS Better test: Check combined leading/trailing
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Update NEWS and remove the unnecessary UPGRADING note. UPGRADING and NEWS Better test: Check combined leading/trailing Fixed whitespace part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly")
show more ...
|
#
c9cfd98b |
| 10-Nov-2013 |
Adam Harvey |
Update NEWS and remove the unnecessary UPGRADING note. |
#
915c428b |
| 08-Nov-2013 |
Dmitry Stogov |
Fixed issue #115 (path issue when using phar). Fixed issue #149 (Phar mount points not working with OPcache enabled). |
#
717268cb |
| 08-Nov-2013 |
Xinchen Hui |
Update NEWS |
#
cf2626f1 |
| 08-Nov-2013 |
Xinchen Hui |
Fixed bug #65947 (basename is no more working after fgetcsv in certain situation) previous codes: "#define php_mblen(ptr, len) ((ptr) == NULL ? mbsinit(&BG(mblen_state)): (int)mbrlen(ptr
Fixed bug #65947 (basename is no more working after fgetcsv in certain situation) previous codes: "#define php_mblen(ptr, len) ((ptr) == NULL ? mbsinit(&BG(mblen_state)): (int)mbrlen(ptr, len, &BG(mblen_state)))# it use mbsinit there, seems try to initialize the mblen_state, but: "This function does not change the state identified by ps. Typical ways to make the state pointed by ps an initial state are: memset (ps,0,sizeof(*ps)); // ps points to zero-valued object " http://www.cplusplus.com/reference/cwchar/mbsinit/?kw=mbsinit
show more ...
|
#
f3451520 |
| 08-Nov-2013 |
Xinchen Hui |
Update NEWS |
#
fd3fa9b5 |
| 08-Nov-2013 |
Xinchen Hui |
Fixed Bug #66043 (Segfault calling bind_param() on mysqli) Although the doc said it is (unsigned int *), but it is ulong* in the libmysql 5.0 's source codes |
#
caab9515 |
| 08-Nov-2013 |
Rasmus Lerdorf |
NEWS entry |
#
224dc52e |
| 08-Nov-2013 |
Rasmus Lerdorf |
NEWS entry |
#
d17b684b |
| 06-Nov-2013 |
Ferenc Kovacs |
bump version, empty NEWS, UPGRADING and UPGRADING.INTERNALS |
#
9d75b9fb |
| 06-Nov-2013 |
Xinchen Hui |
Revert "Fixed issue #115 (path issue when using phar)." We need another better way to fix this This reverts commit 098855433dc5d609e3970f0bc9d6766c007273f3. Conflicts:
Revert "Fixed issue #115 (path issue when using phar)." We need another better way to fix this This reverts commit 098855433dc5d609e3970f0bc9d6766c007273f3. Conflicts: ext/opcache/ZendAccelerator.c
show more ...
|
#
c4cfdfa9 |
| 05-Nov-2013 |
Anatol Belski |
updated NEWS |