Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -34/+34 |
| | | | | semantick changes). | ||||
* | Fix more proto comments | Rasmus Lerdorf | 2015-06-23 | 1 | -1/+1 |
| | |||||
* | cleanup mod version macros and mod defs, round x | Anatol Belski | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | Optimize zend_string_realloc() add more specialized versions ↵ | Dmitry Stogov | 2015-03-20 | 1 | -2/+2 |
| | | | | zend_string_extend() and zend_string_truncate() | ||||
* | Use zend_string* instead of char* for opened_patch handling. Avoid ↵ | Dmitry Stogov | 2015-03-04 | 1 | -2/+2 |
| | | | | reallocations and improve string reuse. | ||||
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -19/+19 |
| | |||||
* | Revert "Add type info for spl_autoload_register" | Stanislav Malyshev | 2014-12-29 | 1 | -1/+1 |
| | | | | | | | This reverts commit ad728725cb8e899a8415aa81db48825fac25e0d5. Revert the change for now, probably needs better handling with account to BC or joined with exceptions-in-engine RFC. | ||||
* | Add type info for spl_autoload_register | Levi Morrison | 2014-12-28 | 1 | -1/+1 |
| | |||||
* | Fix bug #68641 | Levi Morrison | 2014-12-27 | 1 | -0/+2 |
| | | | | Include more reflection information for spl_autoload_register | ||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -51/+51 |
| | |||||
* | fix datatype mismatch warnings | Anatol Belski | 2014-10-29 | 1 | -4/+4 |
| | |||||
* | Embed FETCH_CLASS <string> into the following NEW | Dmitry Stogov | 2014-10-23 | 1 | -1/+3 |
| | |||||
* | Replaced EG(This) and EX(object) with EX(This). | Dmitry Stogov | 2014-10-03 | 1 | -1/+1 |
| | | | | Internal functions now recieves zend_execute_data as the first argument. | ||||
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | master renames phase 2 | Anatol Belski | 2014-08-25 | 1 | -8/+8 |
| | |||||
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -34/+34 |
| | |||||
* | Merge remote-tracking branch 'php/master' | Anatol Belski | 2014-08-21 | 1 | -10/+3 |
|\ | | | | | | | | | Conflicts: Zend/zend_exceptions.c | ||||
| * | Avoid reallocation and copying | Dmitry Stogov | 2014-08-21 | 1 | -10/+3 |
| | | |||||
* | | Merge branch 'master' of git.php.net:php-src | Anatol Belski | 2014-08-17 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | | | | | # By Veres Lajos (2) and Lior Kaplan (1) # Via Lior Kaplan * 'master' of git.php.net:php-src: Correct typo in comments: 'initialized' typofixes typofixes | ||||
| * | Merge branch 'PHP-5.6' | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Correct typo in comments: 'initialized' Conflicts: ext/dom/php_dom.c ext/spl/php_spl.c | ||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
| | |\ | | | | | | | | | | | | | | | | | * PHP-5.4: Correct typo in comments: 'initialized' | ||||
| | | * | Correct typo in comments: 'initialized' | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'PHP-5.6' | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: typofixes Conflicts: ext/spl/php_spl.c | ||||
| | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
| | |\ \ | | | |/ | | | | | | | | | | | | | * PHP-5.4: typofixes | ||||
| | | * | typofixes | Veres Lajos | 2014-08-17 | 1 | -1/+1 |
| | | | | |||||
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | | |||||
| | | * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | | | |||||
| | * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | | |||||
* | | | | fix macros in the 5 basic extensions | Anatol Belski | 2014-08-16 | 1 | -2/+2 |
|/ / / | |||||
* | | | Fixed callback registraion order in spl_autoload_register() | Dmitry Stogov | 2014-07-29 | 1 | -18/+5 |
| | | | |||||
* | | | Use ZEND_HASH_FOREACH_* macros | Xinchen Hui | 2014-07-09 | 1 | -18/+5 |
| | | | |||||
* | | | Simplify call-frame handling | Dmitry Stogov | 2014-07-07 | 1 | -6/+1 |
| | | | |||||
* | | | Removed EG(active_symbol_table) and use corresponding value from ↵ | Dmitry Stogov | 2014-07-04 | 1 | -4/+1 |
| | | | | | | | | | | | | EG(current_execute_data) | ||||
* | | | Removed EG(called_scope) and use corresponding value from ↵ | Dmitry Stogov | 2014-07-03 | 1 | -1/+1 |
| | | | | | | | | | | | | EG(current_execute_data) | ||||
* | | | Removed EG(opline_ptr) and use corresponding value from EG(current_execute_data) | Dmitry Stogov | 2014-07-02 | 1 | -5/+6 |
| | | | |||||
* | | | Removed EG(active_op_array) and use corresponding value from ↵ | Dmitry Stogov | 2014-07-02 | 1 | -4/+0 |
| | | | | | | | | | | | | EG(current_execute_data) | ||||
* | | | Refactoring: merge call_frame and end_execute_data into single data ↵ | Dmitry Stogov | 2014-06-26 | 1 | -0/+4 |
| | | | | | | | | | | | | structure. Keep only single copy of each argument on VM stack (previously ZE kept two copies of each arguments for user functions) | ||||
* | | | Make they are in the same style of Z_ISREF | Xinchen Hui | 2014-05-03 | 1 | -7/+7 |
| | | | |||||
* | | | Fixed reference counting | Dmitry Stogov | 2014-04-16 | 1 | -0/+1 |
| | | | |||||
* | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -1/+1 |
| | | | |||||
* | | | Refactored data structures to keep zend_object* instead of a whole zval in ↵ | Dmitry Stogov | 2014-03-28 | 1 | -13/+14 |
| | | | | | | | | | | | | some places | ||||
* | | | Fixed several bugs in spl_autoload | Xinchen Hui | 2014-03-15 | 1 | -4/+3 |
| | | | |||||
* | | | Fixied calling object closures from internal functions | Dmitry Stogov | 2014-03-05 | 1 | -8/+8 |
| | | | |||||
* | | | Fixing spl_autoload functional (one test failed due to get_closure) | Xinchen Hui | 2014-03-01 | 1 | -17/+19 |
| | | | |||||
* | | | Fixed autoload_func_info using zval instead of zval * | Xinchen Hui | 2014-02-28 | 1 | -26/+24 |
| | | | |||||
* | | | Fixed refcount handling | Xinchen Hui | 2014-02-28 | 1 | -1/+1 |
| | | | |||||
* | | | Changes zend_is_callable() to use zend_string* instead of char* | Dmitry Stogov | 2014-02-25 | 1 | -27/+27 |
| | | | |||||
* | | | Fixed test fail in ext/standard/tests/serialize/bug64354_1.php | Xinchen Hui | 2014-02-25 | 1 | -5/+6 |
| | | | |||||
* | | | Don't add_ref in add_*_str functions | Xinchen Hui | 2014-02-25 | 1 | -5/+5 |
| | | |