#
bdeb220f |
| 13-Dec-2014 |
Anatol Belski |
first shot remove TSRMLS_* things |
#
759f03ac |
| 24-Nov-2014 |
Stanislav Malyshev |
Merge branch 'pull-request/819' * pull-request/819: Indention fix
|
#
c8e1fae1 |
| 26-Oct-2014 |
Rasmus Lerdorf |
Fix off-by-one here |
#
dc9cd2d0 |
| 14-Sep-2014 |
Reeze Xia |
Indention fix indent with tab instead of spaces |
#
88d7ca44 |
| 01-Sep-2014 |
Dmitry Stogov |
Refactored INI subsystem to use zend_string* instead of char* |
#
32344808 |
| 27-Aug-2014 |
Anatol Belski |
first show to make 's' work with size_t |
#
4d997f63 |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 3 |
#
c3e3c98e |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 1 |
#
70de6180 |
| 24-Aug-2014 |
Anatol Belski |
fixes to %pd format usage |
#
fdbbe5fa |
| 20-Aug-2014 |
Anatol Belski |
fixed some incompatible types |
#
476bdbf8 |
| 19-Aug-2014 |
Anatol Belski |
ported opcache |
#
63d3f0b8 |
| 19-Aug-2014 |
Anatol Belski |
basic macro replacements, all at once |
#
e2522b4f |
| 15-Aug-2014 |
Xinchen Hui |
Remove old version PHP supports |
#
accaaf9d |
| 16-Jun-2014 |
Dmitry Stogov |
Don't include trailing zero into hash function |
#
f9927a6c |
| 25-Apr-2014 |
Dmitry Stogov |
Merge mainstream 'master' branch into refactoring During merge I had to revert: Nikita's patch for php_splice() (it probably needs to be applyed again) Bob Weinand's patch
Merge mainstream 'master' branch into refactoring During merge I had to revert: Nikita's patch for php_splice() (it probably needs to be applyed again) Bob Weinand's patches related to constant expression handling (we need to review them carefully) I also reverted all our attempts to support sapi/phpdbg (we didn't test it anyway) Conflicts: Zend/zend.h Zend/zend_API.c Zend/zend_ast.c Zend/zend_compile.c Zend/zend_compile.h Zend/zend_constants.c Zend/zend_exceptions.c Zend/zend_execute.c Zend/zend_execute.h Zend/zend_execute_API.c Zend/zend_hash.c Zend/zend_highlight.c Zend/zend_language_parser.y Zend/zend_language_scanner.c Zend/zend_language_scanner_defs.h Zend/zend_variables.c Zend/zend_vm_def.h Zend/zend_vm_execute.h ext/date/php_date.c ext/dom/documenttype.c ext/hash/hash.c ext/iconv/iconv.c ext/mbstring/tests/zend_multibyte-10.phpt ext/mbstring/tests/zend_multibyte-11.phpt ext/mbstring/tests/zend_multibyte-12.phpt ext/mysql/php_mysql.c ext/mysqli/mysqli.c ext/mysqlnd/mysqlnd_reverse_api.c ext/mysqlnd/php_mysqlnd.c ext/opcache/ZendAccelerator.c ext/opcache/zend_accelerator_util_funcs.c ext/opcache/zend_persist.c ext/opcache/zend_persist_calc.c ext/pcre/php_pcre.c ext/pdo/pdo_dbh.c ext/pdo/pdo_stmt.c ext/pdo_pgsql/pgsql_driver.c ext/pgsql/pgsql.c ext/reflection/php_reflection.c ext/session/session.c ext/spl/spl_array.c ext/spl/spl_observer.c ext/standard/array.c ext/standard/basic_functions.c ext/standard/html.c ext/standard/mail.c ext/standard/php_array.h ext/standard/proc_open.c ext/standard/streamsfuncs.c ext/standard/user_filters.c ext/standard/var_unserializer.c ext/standard/var_unserializer.re main/php_variables.c sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_bp.c sapi/phpdbg/phpdbg_frame.c sapi/phpdbg/phpdbg_help.c sapi/phpdbg/phpdbg_list.c sapi/phpdbg/phpdbg_print.c sapi/phpdbg/phpdbg_prompt.c
show more ...
|
#
050d7e38 |
| 15-Apr-2014 |
Dmitry Stogov |
Cleanup (1-st round) |
#
ccf863c8 |
| 11-Apr-2014 |
Bob Weinand |
Merge branch 'PHP-5.6'
|
#
99d1a1bb |
| 11-Apr-2014 |
Bob Weinand |
Shut up, my lovely compiler; I do not like your warnings |
Revision tags: php-5.6.0beta1, php-5.4.27, php-5.5.11 |
|
#
5324f22f |
| 28-Mar-2014 |
Dmitry Stogov |
ext/opcache refactoring (incomplete) |
Revision tags: php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26, php-5.6.0alpha3 |
|
#
b0927faf |
| 21-Feb-2014 |
Dmitry Stogov |
Merge branch 'PHP-5.6' * PHP-5.6: Added information about interned strings usage
|
#
31f55150 |
| 21-Feb-2014 |
Dmitry Stogov |
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: Added information about interned strings usage Conflicts: NEWS
|
#
851f3628 |
| 21-Feb-2014 |
Dmitry Stogov |
Added information about interned strings usage |
#
c3b35e25 |
| 21-Feb-2014 |
Dmitry Stogov |
Merge branch 'PHP-5.6' * PHP-5.6: Added function opcache_is_script_cached(). (Danack)
|
#
b9a87a50 |
| 21-Feb-2014 |
Dmitry Stogov |
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: Added function opcache_is_script_cached(). (Danack) Conflicts: NEWS
|
#
884bbcd5 |
| 21-Feb-2014 |
Dmitry Stogov |
Added function opcache_is_script_cached(). (Danack) |