summaryrefslogtreecommitdiff
path: root/Zend/zend_interfaces.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-4/+0
* MFH:Etienne Kneuss2008-08-241-7/+11
* 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
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-5/+5
* MFHAntony Dovgal2007-05-301-4/+4
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: fix #38624 (Strange warning when incrementing an object property and exc...Antony Dovgal2006-08-281-1/+3
* there is no %v in 5.2Antony Dovgal2006-05-181-1/+1
* - MFH missing bits and pieces of the partial sync with headMarcus Boerger2006-05-111-11/+10
* - MFH as discussedMarcus Boerger2006-05-091-28/+33
* - MFH Coverity fix 49Marcus Boerger2006-04-101-1/+1
* - Warning fixes by StephMarcus Boerger2006-02-261-1/+1
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* - MFH Allow uncached global functionsMarcus Boerger2005-10-031-0/+1
* Bump up the yearfoobar2005-08-031-1/+1
* - Dont't warn in case an exception is pending - in this case it'd superflousMarcus Boerger2005-07-191-1/+4
* - Just return FAILURE & allow NULL without emmidiate errorMarcus Boerger2005-04-051-2/+2
* - Fix typosAndi Gutmans2005-03-191-8/+8
* - More exact signatures (even though complete correct not possible atm)Marcus Boerger2005-03-131-3/+8
* - New Interface SerializeableMarcus Boerger2005-03-071-0/+86
* - Support statuc methods/functionsMarcus Boerger2005-03-011-5/+11
* - Allow to convert Traversable into AggregateMarcus Boerger2005-02-231-2/+16
* - Bugfix #26229 (getIterator() segfaults when it returns arrays or scalars)Marcus Boerger2005-01-251-1/+2
* - Allow getIterator() to failMarcus Boerger2005-01-241-3/+9
* Fix warnignMarcus Boerger2004-09-271-1/+1
* quick fix for #29382Stanislav Malyshev2004-07-261-1/+1
* - Fix warningsMarcus Boerger2004-04-271-3/+3
* - no unneccessary retval initializationMarcus Boerger2004-04-271-15/+6
* Capture potential problem by error messageMarcus Boerger2004-04-251-0/+7
* preserve ZEND_API in definitionStanislav Malyshev2004-03-281-4/+4
* Clearify the different method/class flags (as discussed with Andi).Marcus Boerger2004-03-091-1/+1