#
73c1be26 |
| 15-Jan-2015 |
Xinchen Hui |
Bump year
|
Revision tags: php-5.5.21RC1, php-5.6.5RC1 |
|
#
b7a7b1a6 |
| 03-Jan-2015 |
Stanislav Malyshev |
trailing whitespace removal
|
#
599d7a39 |
| 04-Jan-2015 |
Stanislav Malyshev |
Fix bug #68706 - uninitalized pointer in mbstring
|
#
6ec5ab77 |
| 23-Dec-2014 |
Dmitry Stogov |
Improved trim/ltrim/rtrim functions. Now php_trim() operates on zend_string and returns zend_string (it may return the same zend_string).
|
Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4 |
|
#
bdeb220f |
| 13-Dec-2014 |
Anatol Belski |
first shot remove TSRMLS_* things
|
Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1 |
|
#
0490a322 |
| 15-Oct-2014 |
Anatol Belski |
more exts converted for static tsrm ls pointer mbstring, pcre, reflection
|
Revision tags: php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2 |
|
#
d0cb7153 |
| 19-Sep-2014 |
Johannes Schlüter |
s/PHP 5/PHP 7/
|
#
bae92295 |
| 19-Sep-2014 |
Anatol Belski |
remove useless condition
|
Revision tags: php-5.4.33, php-5.5.17 |
|
#
49a6b485 |
| 16-Sep-2014 |
Anatol Belski |
redo the fix casting to size_t where applicable
|
#
8240255e |
| 15-Sep-2014 |
Anatol Belski |
fixed signed/unsigned mismatch warning
|
Revision tags: php-5.6.1RC1 |
|
#
18fa07e6 |
| 11-Sep-2014 |
Tjerk Meesters |
Revert "Revert "Removing ext/ereg and dependencies"" This reverts commit 1981dd9c73ada7ea893b4636b84211f68838ba23.
|
#
1981dd9c |
| 11-Sep-2014 |
Dmitry Stogov |
Revert "Removing ext/ereg and dependencies" This reverts commit 86de7963fe69638431c0aa8f413d25e01bf99d68.
|
Revision tags: php-5.5.17RC1, php-5.4.33RC1 |
|
#
86de7963 |
| 28-Aug-2014 |
Tjerk Meesters |
Removing ext/ereg and dependencies Affected extensions: - opcache (use pcre) - mbstring (removed ereg functions overloading) - pgsql (use pcre) - reflection (test cases using
Removing ext/ereg and dependencies Affected extensions: - opcache (use pcre) - mbstring (removed ereg functions overloading) - pgsql (use pcre) - reflection (test cases using 'ereg') SAPI: - apache (header only) - apache_hooks (header only)
show more ...
|
#
88d7ca44 |
| 01-Sep-2014 |
Dmitry Stogov |
Refactored INI subsystem to use zend_string* instead of char*
|
#
6db8d4f8 |
| 27-Aug-2014 |
Anatol Belski |
's' works with size_t round 3
|
#
257ed406 |
| 27-Aug-2014 |
Anatol Belski |
's' works with size_t round 2
|
#
32344808 |
| 27-Aug-2014 |
Anatol Belski |
first show to make 's' work with size_t
|
Revision tags: php-5.6.0 |
|
#
f719b9dd |
| 26-Aug-2014 |
Nikita Popov |
Fix mbstring overloads in zts
|
#
c56c4d24 |
| 26-Aug-2014 |
Xinchen Hui |
Unused variale
|
Revision tags: POST_AST_MERGE, PRE_AST_MERGE |
|
#
af59e92b |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 7
|
#
c3e3c98e |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 1
|
Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32 |
|
#
6428b498 |
| 19-Aug-2014 |
Anatol Belski |
ported ext/mbstring
|
#
63d3f0b8 |
| 19-Aug-2014 |
Anatol Belski |
basic macro replacements, all at once
|
Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31 |
|
#
6c8db864 |
| 11-Jul-2014 |
Dmitry Stogov |
Implemented builtin instruction for strlen()
|
Revision tags: php-5.4.31RC1, php-5.5.15RC1 |
|
#
6bf24f4d |
| 04-Jul-2014 |
Dmitry Stogov |
Removed EG(active_symbol_table) and use corresponding value from EG(current_execute_data)
|