Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Fixed NULL pointer dereference | Xinchen Hui | 2014-03-05 | 1 | -7/+10 | |
|/ / / | ||||||
* | | | Arguments taken by internal functions using zend_parse_parameters() with "+" ↵ | Dmitry Stogov | 2014-03-05 | 1 | -14/+3 | |
| | | | | | | | | | | | | and "*" specifications must not be deallocated anymore. | |||||
* | | | Fixied calling object closures from internal functions | Dmitry Stogov | 2014-03-05 | 1 | -29/+29 | |
| | | | ||||||
* | | | Elements in array could be reference | Xinchen Hui | 2014-03-03 | 1 | -0/+6 | |
| | | | ||||||
* | | | Fixed user stream filters | Dmitry Stogov | 2014-02-28 | 1 | -8/+8 | |
| | | | ||||||
* | | | Fixed refcount handling | Xinchen Hui | 2014-02-28 | 1 | -1/+3 | |
| | | | ||||||
* | | | Fixed method argument parsing | Dmitry Stogov | 2014-02-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed memory leak | Dmitry Stogov | 2014-02-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed IS_REFERENCE support | Dmitry Stogov | 2014-02-28 | 1 | -0/+5 | |
| | | | ||||||
* | | | Refactored read_property() and read_dimension() handlers | Dmitry Stogov | 2014-02-27 | 1 | -1/+2 | |
| | | | ||||||
* | | | Changes zend_is_callable() to use zend_string* instead of char* | Dmitry Stogov | 2014-02-25 | 1 | -30/+23 | |
| | | | ||||||
* | | | Don't add_ref in add_*_str functions | Xinchen Hui | 2014-02-25 | 1 | -5/+4 | |
| | | | ||||||
* | | | Fixed traits support | Dmitry Stogov | 2014-02-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed IS_RESOURCE handling | Dmitry Stogov | 2014-02-24 | 1 | -2/+3 | |
| | | | ||||||
* | | | Fixed several memory leaks | Xinchen Hui | 2014-02-24 | 1 | -5/+40 | |
| | | | ||||||
* | | | Fixed char/zend_string mesh | Dmitry Stogov | 2014-02-22 | 1 | -7/+7 | |
| | | | ||||||
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-21 | 1 | -11/+15 | |
| | | | ||||||
* | | | Fixed error messages | Dmitry Stogov | 2014-02-21 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2 | Xinchen Hui | 2014-02-21 | 1 | -2/+6 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: Zend/zend_language_scanner.c Zend/zend_language_scanner.l | |||||
| * | | | Fixed class_alias() | Dmitry Stogov | 2014-02-21 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | All zend_parse_parameters("Z") has to be replaced with ↵ | Dmitry Stogov | 2014-02-21 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | zend_parse_parameters("z") | |||||
* | | | | Fixed test tests/classes/__call_007.php | Xinchen Hui | 2014-02-21 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fixed segfault due to missing REFCOUNTED check | Xinchen Hui | 2014-02-21 | 1 | -1/+3 | |
|/ / / | ||||||
* | | | Fixed exception constructor | Dmitry Stogov | 2014-02-21 | 1 | -0/+9 | |
| | | | ||||||
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-19 | 1 | -1/+6 | |
| | | | ||||||
* | | | Use better data structures (incomplete; able to run bench.php) | Dmitry Stogov | 2014-02-18 | 1 | -11/+11 | |
| | | | ||||||
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-18 | 1 | -4/+6 | |
| | | | ||||||
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-17 | 1 | -14/+11 | |
| | | | ||||||
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-17 | 1 | -10/+19 | |
| | | | ||||||
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-14 | 1 | -2/+0 | |
| | | | ||||||
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-14 | 1 | -0/+9 | |
| | | | ||||||
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-12 | 1 | -18/+18 | |
| | | | ||||||
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -923/+799 | |
|/ / | ||||||
* | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'PHP-5.6' | Xinchen Hui | 2013-12-17 | 1 | -18/+18 | |
|\ \ | |/ | ||||||
| * | Save one char compare | Xinchen Hui | 2013-12-17 | 1 | -18/+18 | |
| | | ||||||
* | | Eliminate another straight forward TSRMLS_FETCH() in zend_startup_module() | Kalle Sommer Nielsen | 2013-12-12 | 1 | -3/+1 | |
|/ | | | | | | | | # For THTTPD: # The code that uses a call to this function is for older versions of PHP anyway so its not covered # For Zend OpCache: # Added a new define for 5.6 and wrapped the code around that so its still compatible with older version | |||||
* | Removed unused "pHashFunction" argument in _zend_hash_init() and family ↵ | Dmitry Stogov | 2013-11-28 | 1 | -1/+1 | |
| | | | | (must be 99% source compatible) | |||||
* | Merge branch 'const_scalar_exprs' into PHP-5.6 | Bob Weinand | 2013-11-28 | 1 | -3/+2 | |
|\ | | | | | | | | | Conflicts: Zend/zend_extensions.h | |||||
| * | Whitespace fix | Bob Weinand | 2013-11-01 | 1 | -2/+2 | |
| | | ||||||
| * | converted several switches to ifs and made more opcache friendly | Bob Weinand | 2013-11-01 | 1 | -30/+26 | |
| | | ||||||
| * | Working commit for constant scalar expressions (with constants). | Bob Weinand | 2013-10-31 | 1 | -27/+30 | |
| | | | | | | | | Tests will follow. | |||||
* | | Don't check argument types for internal functions without type hinting | Dmitry Stogov | 2013-11-28 | 1 | -0/+13 | |
| | | ||||||
* | | export more Zend API | krakjoe | 2013-11-20 | 1 | -3/+3 | |
|/ | ||||||
* | Implement variadic function syntax | Nikita Popov | 2013-09-26 | 1 | -7/+3 | |
| | | | | As per RFC: https://wiki.php.net/rfc/variadics | |||||
* | Provide more macros for handling of interned strings | Nikita Popov | 2013-09-13 | 1 | -12/+7 | |
| | | | | | | | | | | | | | * 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 | -1/+6 | |
|\ | | | | | | | | | | | | | | | | | * 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 | -1/+6 | |
| | | | | | | | | backslashes). (Julien) | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-08-29 | 1 | -1/+1 | |
|\ \ | |/ |