summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Merge branch 'PHP-5.6'Xinchen Hui2013-12-171-18/+18
|\ \ | |/
| * Save one char compareXinchen Hui2013-12-171-18/+18
* | Eliminate another straight forward TSRMLS_FETCH() in zend_startup_module()Kalle Sommer Nielsen2013-12-121-3/+1
|/
* Removed unused "pHashFunction" argument in _zend_hash_init() and family (must...Dmitry Stogov2013-11-281-1/+1
* Merge branch 'const_scalar_exprs' into PHP-5.6Bob Weinand2013-11-281-3/+2
|\
| * Whitespace fixBob Weinand2013-11-011-2/+2
| * converted several switches to ifs and made more opcache friendlyBob Weinand2013-11-011-30/+26
| * Working commit for constant scalar expressions (with constants).Bob Weinand2013-10-311-27/+30
* | Don't check argument types for internal functions without type hintingDmitry Stogov2013-11-281-0/+13
* | export more Zend APIkrakjoe2013-11-201-3/+3
|/
* Implement variadic function syntaxNikita Popov2013-09-261-7/+3
* Provide more macros for handling of interned stringsNikita Popov2013-09-131-12/+7
* Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-08-291-1/+6
|\
| * Fixed bug #61759 (class_alias() should accept classes with leading backslashe...Dmitry Stogov2013-08-291-1/+6
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-08-291-1/+1
|\ \ | |/
| * Avoid compiler warningXinchen Hui2013-08-291-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-08-291-8/+9
|\ \ | |/
| * Fix bug #65579 (Using traits with get_class_methods causes segfault).Adam Harvey2013-08-281-8/+9
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-06-241-2/+2
|\ \ | |/
| * Fixed bug (is_callable() triggers Fatal Error)Xinchen Hui2013-06-241-2/+2
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Fix #65108 (is_callable() triggers Fatal Error)David Soria Parra2013-06-241-1/+1
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-03-211-0/+56
|\ \ | |/
| * Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11)Xinchen Hui2013-03-211-0/+56
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-03-191-1/+2
|\ \ | |/
| * fix C90 compatAnatol Belski2013-03-191-1/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-03-191-2/+36
|\ \ | |/
| * Fixed bug #63976 (Parent class incorrectly using child constant in class prop...Dmitry Stogov2013-03-191-2/+36
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | Fix wrong macro usage and add missing NEWS entryNikita Popov2013-03-151-1/+1
* | Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-0/+34
* | Merge remote-tracking branch 'cataphract/zpp_improv' into PHP-5.5Gustavo Lopes2013-01-161-14/+43
|\ \
| * | Export zend_parse_parameter()Gustavo Lopes2013-01-091-1/+1
| * | Expose zend_parse_arg() as zend_parse_parameter()Gustavo André dos Santos Lopes2012-07-181-0/+13
| * | zend_parse_parameters: allow ! for non pointersGustavo André dos Santos Lopes2012-07-181-14/+30
* | | Happy New YearXinchen Hui2013-01-011-1/+1
| |/ |/|
* | Fixed bug #63726 (Memleak with static properties and internal/user classes)Xinchen Hui2012-12-101-0/+2
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-11-201-1/+1
|\ \
| * | Fixed bug #63468 (wrong called method as callback with inheritance)Dmitry Stogov2012-11-201-1/+1
* | | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-09-211-1/+8
|\ \ \ | |/ /
| * | Fixed bug #63111 (is_callable() lies for abstract static method)Dmitry Stogov2012-09-211-1/+8
* | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-09-151-1/+3
|\ \ \ | |/ /
| * | Fixed bug #63093 (Segfault while load extension failed in zts-build).Xinchen Hui2012-09-151-1/+3
* | | Fixed bug #62313 Zend\tests\errmsg_021.phpt failsAnatoliy Belsky2012-08-221-0/+6
* | | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-08-191-2/+0
|\ \ \ | |/ /
| * | - Value stored to var is never usedFelipe Pena2012-08-191-2/+0
| * | This becomes useless, since we have set that in the INIT macroXinchen Hui2012-08-041-1/+0