Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Fixed get_defined_functions() | Dmitry Stogov | 2014-02-28 | 1 | -1/+2 | |
| | | | ||||||
* | | | Various fixes related to read_property(), read_dimension() and iterators ↵ | Dmitry Stogov | 2014-02-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | refactoring | |||||
* | | | Fixed debug backtrace | Dmitry Stogov | 2014-02-25 | 1 | -1/+3 | |
| | | | ||||||
* | | | Changes zend_is_callable() to use zend_string* instead of char* | Dmitry Stogov | 2014-02-25 | 1 | -8/+8 | |
| | | | ||||||
* | | | Don't add_ref in add_*_str functions | Xinchen Hui | 2014-02-25 | 1 | -11/+11 | |
| | | | ||||||
* | | | Better IS_REFERENCE handling | Dmitry Stogov | 2014-02-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed debug_backtrace | Dmitry Stogov | 2014-02-24 | 1 | -1/+3 | |
| | | | ||||||
* | | | Fixed create_function() | Dmitry Stogov | 2014-02-24 | 1 | -4/+4 | |
| | | | ||||||
* | | | Fixed get_object_vars() | Dmitry Stogov | 2014-02-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed segfault in 017.phpt(a memory leak is reported now) | Xinchen Hui | 2014-02-19 | 1 | -6/+9 | |
| | | | ||||||
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-19 | 1 | -3/+6 | |
| | | | ||||||
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-19 | 1 | -4/+4 | |
| | | | ||||||
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-19 | 1 | -0/+3 | |
| | | | ||||||
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-18 | 1 | -3/+3 | |
| | | | ||||||
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-17 | 1 | -4/+5 | |
| | | | ||||||
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-14 | 1 | -9/+2 | |
| | | | ||||||
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -451/+371 | |
|/ / | ||||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Remi Collet | 2013-12-10 | 1 | -19/+32 | |
|\ \ | | | | | | | | | | | | | | | | * PHP-5.5: NEWS Fixed Bug #66218 zend_register_functions breaks reflection | |||||
| * \ | Merge branch 'PHP-5.4' into PHP-5.5 | Remi Collet | 2013-12-10 | 1 | -19/+32 | |
| |\ \ | | | | | | | | | | | | | | | | | * PHP-5.4: Fixed Bug #66218 zend_register_functions breaks reflection | |||||
| | * | | Fixed Bug #66218 zend_register_functions breaks reflection | Remi Collet | 2013-12-10 | 1 | -19/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Functions registered using zend_register_functions instead of zend_module_entry.functions are not seen on reflection. Ex: additional_functions from api_module_entry. Ex: in CLI, dl, cli_set_process_title and cli_get_process_title Note: - also affects functions overrided in extension (should be be reported in extension, where overrided, not in original extension) - also allow extension to call zend_register_functions for various list (instead of having a single bug list) | |||||
| * | | | Revered func_get_args() changes, because they were not completly transparent ↵ | Dmitry Stogov | 2013-12-10 | 1 | -10/+5 | |
| | | | | | | | | | | | | | | | | and broke some tricky PHP code that worked because of luck before php-5.5.6 (see Bug #66107). The changes are going to be kept in PHP-5.6. | |||||
* | | | | Avoid interned hash key duplication and hash key length recaclulation | Dmitry Stogov | 2013-11-29 | 1 | -6/+14 | |
| | | | | ||||||
* | | | | Constant expressions refactoring | Dmitry Stogov | 2013-11-06 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | converted several switches to ifs and made more opcache friendly | Bob Weinand | 2013-11-01 | 1 | -5/+2 | |
| | | | | ||||||
* | | | | Working commit for constant scalar expressions (with constants). | Bob Weinand | 2013-10-31 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | Tests will follow. | |||||
* | | | | Avoid copy in func_get_arg() | Nikita Popov | 2013-10-28 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | Complements dmitry's change to func_get_args() | |||||
* | | | | Merge branch 'PHP-5.5' | Dmitry Stogov | 2013-10-28 | 1 | -5/+10 | |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Improved performance of func_get_args() by eliminating useless copying Conflicts: NEWS | |||||
| * | | | Improved performance of func_get_args() by eliminating useless copying | Dmitry Stogov | 2013-10-28 | 1 | -5/+10 | |
| | | | | ||||||
* | | | | Fix two warnings | Nikita Popov | 2013-09-13 | 1 | -2/+1 | |
| | | | | ||||||
* | | | | Provide more macros for handling of interned strings | Nikita Popov | 2013-09-13 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * str_erealloc behaves like erealloc for normal strings, but will use emalloc+memcpy for interned strings. * str_estrndup behaves like estrndup for normal strings, but will not copy interned strings. * str_strndup behaves like zend_strndup for normal strings, but will not copy interned strings. * str_efree_rel behaves like efree_rel for normal strings, but will not free interned strings. * str_hash will return INTERNED_HASH for interned strings and compute it using zend_hash_func for normal strings. | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Dmitry Stogov | 2013-08-29 | 1 | -8/+1 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fixed bug #61759 (class_alias() should accept classes with leading backslashes). (Julien) Fixed bug #61759 (class_alias() should accept classes with leading backslashes). (Julien) Conflicts: NEWS | |||||
| * | | Fixed bug #61759 (class_alias() should accept classes with leading ↵ | Dmitry Stogov | 2013-08-29 | 1 | -8/+1 | |
| | | | | | | | | | | | | backslashes). (Julien) | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-08-04 | 1 | -1/+1 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | * PHP-5.4: non living code related typo fixes Conflicts: Zend/zend_compile.c | |||||
| * | | non living code related typo fixes | Veres Lajos | 2013-08-04 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-07-21 | 1 | -2/+12 | |
|\ \ \ | |/ / | ||||||
| * | | Fixed bug #65291 - get_defined_constants() crash with __CLASS__ in trait | Arpad Ray | 2013-07-20 | 1 | -2/+7 | |
| | | | | | | | | | | | | Also fix and test for get_defined_constants(true) | |||||
| * | | Fixed bug #65291 - get_defined_constants() crash with __CLASS__ in trait | Arpad Ray | 2013-07-19 | 1 | -0/+5 | |
| | | | ||||||
* | | | Fix implicit uint* to int* conversion warning | David Soria Parra | 2013-04-26 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-03-21 | 1 | -3/+17 | |
|\ \ | |/ | ||||||
| * | Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11) | Xinchen Hui | 2013-03-21 | 1 | -3/+17 | |
| | | ||||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Dmitry Stogov | 2013-03-19 | 1 | -13/+24 | |
|\ \ | |/ | | | | | | | * PHP-5.4: Partial fix for bug #64239 | |||||
| * | Partial fix for bug #64239 | Dmitry Stogov | 2013-03-19 | 1 | -13/+24 | |
| | | ||||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Dmitry Stogov | 2013-03-19 | 1 | -1/+14 | |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.4: Fixed bug #62343 (Show class_alias In get_declared_classes()) Conflicts: NEWS | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2013-03-19 | 1 | -1/+14 | |
| |\ | | | | | | | | | | | | | * PHP-5.3: Fixed bug #62343 (Show class_alias In get_declared_classes()) | |||||
| | * | Fixed bug #62343 (Show class_alias In get_declared_classes()) | Dmitry Stogov | 2013-03-19 | 1 | -1/+14 | |
| | | | ||||||
| | * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed bug #63980 (object members get trimmed by zero bytes) | Xinchen Hui | 2013-01-14 | 1 | -3/+3 | |
| | | |