#
4d997f63 |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 3 |
#
6f9f0bf2 |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 2 |
#
c3e3c98e |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 1 |
Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE |
|
#
9d760498 |
| 21-Aug-2014 |
Anatol Belski |
fixed array_pad() |
Revision tags: php-5.5.16, php-5.4.32 |
|
#
6d54e899 |
| 20-Aug-2014 |
Anatol Belski |
Merge remote-tracking branch 'php/master'
|
#
cf09bc78 |
| 20-Aug-2014 |
Dmitry Stogov |
Fixed bug #67874 (Crash in array_map()) |
#
97c5172a |
| 19-Aug-2014 |
Anatol Belski |
Merge remote-tracking branch 'php/master' Conflicts: ext/date/lib/parse_date.c
|
#
0f5bad93 |
| 18-Aug-2014 |
Dmitry Stogov |
Fixed bug #67856 (Leak when using array_reduce with by-ref function) |
#
b8324e6d |
| 18-Aug-2014 |
Anatol Belski |
further fixes to ext/standard |
#
c586133d |
| 18-Aug-2014 |
Anatol Belski |
rename zval_get_long and fixes to some string functions |
#
f2182ab8 |
| 17-Aug-2014 |
Anatol Belski |
some more pure naming replacements |
#
7534bf12 |
| 16-Aug-2014 |
Anatol Belski |
fix set_time_limit, substr and some more |
#
1169de3e |
| 16-Aug-2014 |
Anatol Belski |
fix some cases with fast zpp |
#
b7e7a895 |
| 16-Aug-2014 |
Anatol Belski |
several fixes - - param parsing Z_PARAM_STR vs Z_PARAM_STRING - some functions for new params - etc |
#
cb25136f |
| 16-Aug-2014 |
Anatol Belski |
fix macros in the 5 basic extensions |
Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1 |
|
#
7301994c |
| 04-Aug-2014 |
Dmitry Stogov |
Merge branch 'master' into phpng * master: (46 commits) PHP_INT_MIN and _MAX tests NEWS and UPGRADING Added PHP_INT_MIN Fix wrong lenght size Bug #51096 - Remov
Merge branch 'master' into phpng * master: (46 commits) PHP_INT_MIN and _MAX tests NEWS and UPGRADING Added PHP_INT_MIN Fix wrong lenght size Bug #51096 - Remove unnecessary ? for first/last day of Moved streams related functions to xp_ssl.c Remove duplicate NEWS Update NEWS Update NEWS Update NEWS BFN BFN Fixed bug #67715 (php-milter does not build and crashes randomly). We need to turn off any strict mode here for this warning to show up Disable restrictions regarding arrays in constants at run-time. For the discussion around it, see the thread on the mailing list: http://www.mail-archive.com/internals@lists.php.net/msg68245.html Revert "Fix bug #67064 in a BC safe way" Updated NEWS for #67693 Updated NEWS for #67693 Fixed bug #67693 - incorrect push to the empty array add missing entry to NEWS ... Conflicts: Zend/tests/errmsg_040.phpt Zend/tests/ns_059.phpt Zend/zend_language_parser.y Zend/zend_vm_def.h ext/openssl/openssl.c ext/reflection/php_reflection.c ext/session/session.c ext/spl/spl_directory.c ext/spl/spl_iterators.c ext/sqlite3/sqlite3.c ext/standard/array.c
show more ...
|
Revision tags: php-5.3.29RC1 |
|
#
3c0adf2d |
| 30-Jul-2014 |
Bob Weinand |
Merge branch 'PHP-5.6'
|
#
d5ddd2db |
| 30-Jul-2014 |
Bob Weinand |
Disable restrictions regarding arrays in constants at run-time. For the discussion around it, see the thread on the mailing list: http://www.mail-archive.com/internals@lists.php.net/msg68245.
Disable restrictions regarding arrays in constants at run-time. For the discussion around it, see the thread on the mailing list: http://www.mail-archive.com/internals@lists.php.net/msg68245.html
show more ...
|
#
354ee12b |
| 30-Jul-2014 |
Bob Weinand |
Revert "Fix bug #67064 in a BC safe way" This reverts commit 1a4a9eede59b853f11e8e8b965e5f715f53da8f7. Conflicts: ext/standard/array.c ext/standard/tests/arr
Revert "Fix bug #67064 in a BC safe way" This reverts commit 1a4a9eede59b853f11e8e8b965e5f715f53da8f7. Conflicts: ext/standard/array.c ext/standard/tests/array/bug67064.phpt
show more ...
|
#
0dc88c45 |
| 30-Jul-2014 |
Tjerk Meesters |
Merge branch 'PHP-5.6' * PHP-5.6: Updated NEWS for #67693 Fixed bug #67693 - incorrect push to the empty array
|
#
f9258929 |
| 30-Jul-2014 |
Tjerk Meesters |
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: Updated NEWS for #67693 Fixed bug #67693 - incorrect push to the empty array
|
#
e9967292 |
| 30-Jul-2014 |
Tjerk Meesters |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Updated NEWS for #67693 Fixed bug #67693 - incorrect push to the empty array
|
#
da3add26 |
| 30-Jul-2014 |
Tjerk Meesters |
Fixed bug #67693 - incorrect push to the empty array |
Revision tags: php-5.6.0RC3 |
|
#
dda7e84f |
| 29-Jul-2014 |
Dmitry Stogov |
Fixed ext/standard/tests/array/unexpected_array_mod_bug.phpt |
Revision tags: php-5.5.15, php-5.4.31 |
|
#
27f38798 |
| 11-Jul-2014 |
Dmitry Stogov |
Fast parameter parsing API This API is experemental. It may be changed or removed. It should be used only for really often used functions. (Keep the original parsing code and wrap us
Fast parameter parsing API This API is experemental. It may be changed or removed. It should be used only for really often used functions. (Keep the original parsing code and wrap usage with #ifndef FAST_ZPP)
show more ...
|