summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog update2004-04-011-0/+10
* Fixed BUG in zend_post_incdec_propertyDmitry Stogov2004-03-311-2/+2
* - Fix typoAndi Gutmans2004-03-311-9/+9
* ChangeLog update2004-03-311-0/+24
* Fixed bug #27782 (Wrong behaviour of next(), prev() and each()).Ilia Alshanetsky2004-03-301-0/+3
* TSRM fixMarcus Boerger2004-03-301-0/+1
* - Fix Reflection class namesMarcus Boerger2004-03-306-11/+141
* ChangeLog update2004-03-301-0/+25
* NAN==NAN doest work (Ard)Marcus Boerger2004-03-291-2/+0
* Allow mixed case search for extensionsMarcus Boerger2004-03-291-3/+6
* -clonning+cloningSebastian Bergmann2004-03-291-4/+4
* Implicit clonning strict warning was added for ze1_compatibility_modeDmitry Stogov2004-03-291-0/+4
* ChangeLog update2004-03-291-0/+48
* Fixed bug #27731 (error_reporting() inside @ block fails to setIlia Alshanetsky2004-03-292-5/+17
* Use lowercasing hereMarcus Boerger2004-03-281-1/+7
* Initialize the complete structMarcus Boerger2004-03-281-1/+1
* check writability on =& tooStanislav Malyshev2004-03-281-1/+1
* - call set handler if assigning to object having this handlerStanislav Malyshev2004-03-281-8/+15
* preserve ZEND_API in definitionStanislav Malyshev2004-03-281-4/+4
* declare as externStanislav Malyshev2004-03-281-4/+4
* Fix memleak found by TimmMarcus Boerger2004-03-281-2/+0
* centralize object-to-scalar conversion, make it work with get handlerStanislav Malyshev2004-03-281-58/+71
* try get handler on printable conversionStanislav Malyshev2004-03-281-3/+13
* some more clear commentsStanislav Malyshev2004-03-281-6/+4
* Use macros for object parts accessStanislav Malyshev2004-03-281-10/+10
* fix of fix related to __autoload. (ext/standard/tests/network/bug20134.phpt p...Dmitry Stogov2004-03-281-8/+8
* ChangeLog update2004-03-281-0/+5
* Even though it is uncommented it should be rightMarcus Boerger2004-03-271-1/+1
* ChangeLog update2004-03-271-0/+11
* Force destructors to have empty signaturesMarcus Boerger2004-03-262-0/+8
* ChangeLog update2004-03-261-0/+32
* - Fix build (thanks to Timm)Andi Gutmans2004-03-261-4/+4
* - Remove old and deprecated <?php_track_vars?> scanner token.Derick Rethans2004-03-251-10/+0
* - If __construct() is defined then it will always take precedence overAndi Gutmans2004-03-251-1/+2
* no need to use result for RECV's - as in PHP4Stanislav Malyshev2004-03-251-5/+5
* Use get/set handlers for increment.decrement ops on objectsStanislav Malyshev2004-03-251-12/+34
* /* The compiler is not-reentrant. Make sure we __autoload() only during r...Andi Gutmans2004-03-251-0/+8
* Using ALLOC_HASHTABLE/FREE_HASHTABLE instead of emalloc/free.Dmitry Stogov2004-03-251-2/+2
* ChangeLog update2004-03-251-0/+27
* New autoload protection schema was implemented (Using HashTable instead of bo...Dmitry Stogov2004-03-243-12/+16
* - Revert bogus commitDerick Rethans2004-03-241-4/+6
* - Fixed NEWSDerick Rethans2004-03-241-6/+4
* Fixed bug #27641 (Object cloning in ze1_compatibility_mode was reimplemented)Dmitry Stogov2004-03-241-0/+42
* Object cloning in ze1 compatibility mode (zend.ze1_compatibility_mode) was re...Dmitry Stogov2004-03-242-26/+62
* ChangeLog update2004-03-231-0/+8
* - Fix bugAndi Gutmans2004-03-221-0/+1
* - Remove whitespaceAndi Gutmans2004-03-221-1/+1
* ChangeLog update2004-03-221-0/+26
* - Improve consistencyAndi Gutmans2004-03-211-8/+7
* return zval *, to make it useful for read_propertyStanislav Malyshev2004-03-212-5/+3