summaryrefslogtreecommitdiff
path: root/Zend/zend.h
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #66015 by reverting "Removed operations on constant arrays."Bob Weinand2014-04-111-5/+2
* Add __debugInfo() magic methodSara Golemon2014-02-171-0/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Improved empty string handling. Now ZE uses an interned string instead of all...Dmitry Stogov2013-12-261-0/+4
* Fixed unused value compiler warningArunSK2013-11-291-1/+1
* Merge branch 'const_scalar_exprs' into PHP-5.6Bob Weinand2013-11-281-1/+6
|\
| * Constant expressions refactoringDmitry Stogov2013-11-061-10/+10
| * Merge branch 'const_scalar_exprs' of github.com:bwoebi/php-src into const_sca...Dmitry Stogov2013-11-061-10/+15
| |\
| | * converted several switches to ifs and made more opcache friendlyBob Weinand2013-11-011-0/+2
| | * Working commit for constant scalar expressions (with constants).Bob Weinand2013-10-311-10/+13
* | | export more Zend APIkrakjoe2013-11-201-6/+8
|/ /
* | enabled windows to use stack in both ts/nts mode, some more fixesAnatol Belski2013-10-241-1/+1
|/
* Provide more macros for handling of interned stringsNikita Popov2013-09-131-2/+2
* Merge branch 'PHP-5.5'Nikita Popov2013-03-121-1/+0
|\
| * Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-1/+0
* | Merge branch 'PHP-5.5'Xinchen Hui2013-03-111-1/+5
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-03-111-1/+5
| |\
| | * Disable zend_always_inline in debug buildXinchen Hui2013-03-111-1/+5
| | * Happy New YearXinchen Hui2013-01-011-1/+1
* | | Merge branch 'PHP-5.5'Xinchen Hui2013-01-011-1/+1
|\ \ \ | |/ /
| * | Happy New YearXinchen Hui2013-01-011-1/+1
* | | Merge branch 'PHP-5.5'Dmitry Stogov2012-12-251-4/+0
|\ \ \ | |/ /
| * | Removed deprecated fieldsDmitry Stogov2012-12-251-4/+0
* | | Merge branch 'PHP-5.5'Dmitry Stogov2012-12-251-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2012-12-251-2/+2
| |\ \ | | |/
| | * Traits refactoringDmitry Stogov2012-12-251-2/+2
| | * make ZEND_SIGNALS configurable, off by defaultStanislav Malyshev2012-02-161-4/+0
| | * Fixed bug #60627 (httpd.worker segfault on startup with php_value)Xinchen Hui2012-01-041-2/+2
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * export zend_on_timeout handler from ZEAntony Dovgal2011-11-221-1/+1
| | * Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-7/+7
| | * Callable typehint following the rules of is_callable($arg, false);Hannes Magnusson2011-08-161-0/+1
| | * Zend Signal HandlingIlia Alshanetsky2011-06-221-0/+11
| | * scalar types cleanupStanislav Malyshev2011-06-031-4/+0
* | | Merge branch 'PHP-5.5'Dmitry Stogov2012-12-131-0/+2
|\ \ \ | |/ /
| * | Removed redundand checks from release buildDmitry Stogov2012-12-131-0/+2
* | | Leftover: Bump version to 5.6.0Sebastian Bergmann2012-11-141-1/+1
|/ /
* | Prefix RESULT_CODE enum with ZEND_Lars Strojny2012-08-261-1/+1
* | Strong types for the result codes SUCCESS & FAILURE. These are commonStuart Langley2012-08-261-4/+4
* | Bump version.Sebastian Bergmann2012-08-211-1/+1
* | add support for the alloc_size __attribute__ (through ZEND_ATTRIBUTE_ALLOC_SI...Nuno Lopes2012-05-231-0/+13
* | make ZEND_SIGNALS configurable, off by defaultStanislav Malyshev2012-02-161-4/+0
* | Fixed bug #60627 (httpd.worker segfault on startup with php_value)Xinchen Hui2012-01-041-2/+2
* | - Year++Felipe Pena2012-01-011-1/+1
* | export zend_on_timeout handler from ZEAntony Dovgal2011-11-221-1/+1
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-7/+7
* | Callable typehint following the rules of is_callable($arg, false);Hannes Magnusson2011-08-161-0/+1
* | scalar types cleanupStanislav Malyshev2011-06-031-4/+0
* | Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)Ilia Alshanetsky2011-06-021-0/+11
|/
* Add options to debug_backtrace functionsStanislav Malyshev2011-01-161-0/+3