summaryrefslogtreecommitdiff
path: root/Zend/zend_interfaces.c
Commit message (Expand)AuthorAgeFilesLines
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-39/+39
* Fixed compilation warningsDmitry Stogov2014-12-121-4/+4
* fix signature, zend_string is used for function nameAnatol Belski2014-10-281-1/+1
* Remove support for classes without class entriesNikita Popov2014-10-091-2/+1
* revamp serialization to work with size_t for SerializableAnatol Belski2014-09-151-4/+4
* 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 EG(current_execute_...Dmitry Stogov2014-07-031-3/+4
* 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 GC...Dmitry Stogov2014-04-091-1/+0
* Refactored data structures to keep zend_object* instead of a whole zval in so...Dmitry Stogov2014-03-281-6/+2
* 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 get_iterator...Dmitry Stogov2014-02-261-0/+2
* 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
|/
* Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-32/+6
* 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
|\ \ | |/
| * Fix typoXinchen Hui2012-05-031-1/+1
| * - 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
* 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 intern...Etienne Kneuss2008-12-221-0/+15
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-2/+2
* - 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