summaryrefslogtreecommitdiff
path: root/Zend/zend_interfaces.c
Commit message (Collapse)AuthorAgeFilesLines
...
* fix signed/unsigned mismatchAnatol Belski2014-09-151-1/+2
|
* master renames phase 2Anatol Belski2014-08-251-5/+5
|
* master renames phase 1Anatol Belski2014-08-251-4/+4
|
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-4/+4
|
* Removed EG(called_scope) and use corresponding value from ↵Dmitry Stogov2014-07-031-3/+4
| | | | EG(current_execute_data)
* C89 compatAnatol Belski2014-05-131-1/+2
|
* Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-2/+2
|
* Prevented modification of constant argumentsDmitry Stogov2014-04-161-2/+2
|
* Fixed destruction of objects and iterators on unclean request shutdown and ↵Dmitry Stogov2014-04-091-1/+0
| | | | | | GC (few cases are still unfixed). Now we destroy objects it two steps. At first - object properties of all objects and only then the objects their selves.
* Refactored data structures to keep zend_object* instead of a whole zval in ↵Dmitry Stogov2014-03-281-6/+2
| | | | some places
* Fixed passing argument by refefence from internal functionsDmitry Stogov2014-03-201-0/+7
|
* Fixied calling object closures from internal functionsDmitry Stogov2014-03-051-1/+5
|
* Fixed typo in previous commitXinchen Hui2014-02-281-3/+2
|
* Refactoring zend_iterator (incompleted)Xinchen Hui2014-02-271-15/+16
|
* Fixed user iterator creationDmitry Stogov2014-02-261-15/+10
|
* Fixed argument unpackingDmitry Stogov2014-02-261-1/+3
|
* Fixed iterators API. zend_iterator_init() has to be used in each ↵Dmitry Stogov2014-02-261-0/+2
| | | | get_iterator() callback.
* Fixed class name usageXinchen Hui2014-02-261-3/+3
|
* Fixed segfault in ext/standard/tests/strings/addslashes_variation1.phpXinchen Hui2014-02-211-0/+2
|
* Use better data structures (incomplete)Dmitry Stogov2014-02-191-2/+6
|
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-68/+63
|
* Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\
| * Bump yearXinchen Hui2014-01-031-1/+1
| |
* | Eliminate another TSRMLS_FETCH() in i_zend_is_true()Kalle Sommer Nielsen2013-12-181-1/+1
|/ | | | | # Affected extensions have all been updated, ext/opcache and ext/zip # both have macros for cross version compatibility
* Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-32/+6
| | | | RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys
* Fixed confused exception message while user threw exceptionXinchen Hui2013-03-091-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-091-0/+0
|\
| * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
| |
* | Merge remote-tracking branch 'origin/PHP-5.3' into PHP-5.4Xinchen Hui2012-05-031-1/+1
|\ \ | |/ | | | | | | * origin/PHP-5.3: Fix typo
| * Fix typoXinchen Hui2012-05-031-1/+1
| | | | | | | | picked form pull request of reeze.xia@gmail.com
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * - Year++Felipe Pena2011-01-011-1/+1
| |
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+1
| |
* | - Year++Felipe Pena2011-01-011-1/+1
|/
* Remove trailing dotsEtienne Kneuss2010-02-021-2/+2
|
* Fix #48667 (Implementing Iterator and IteratorAggregate is now restricted in ↵Etienne Kneuss2010-02-011-1/+11
| | | | both orders)
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
|
* Fixed bug #47699 (autoload and late static binding)Dmitry Stogov2009-03-251-1/+9
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Fix #46646 (Implement zend functions to restrict serialization or ↵Etienne Kneuss2008-12-221-0/+15
| | | | internal classes)
* Fixed bug #46409 (__invoke method called outside of object context when ↵Dmitry Stogov2008-11-271-2/+2
| | | | using array_map)
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-4/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+4
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-4/+0
|
* MFH:Etienne Kneuss2008-08-241-7/+11
| | | | | | | - Copy custom callback to the child class if any - Prevent overwriting valid parent callbacks when implementing Serializable - Export zend_user_(un)serialize to be available for custom callbacks
* LSB parent/self forwardingDmitry Stogov2008-07-241-0/+1
|
* Fixed comilation warningsDmitry Stogov2008-01-241-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|