summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* This test is against interfaces not abstract classes.Marcus Boerger2003-12-061-1/+1
* Show the exception message again after __toString() magic has been dropped.Marcus Boerger2003-12-062-16/+24
* ChangeLog update2003-12-061-0/+12
* - Remove two unneeded convert_to_string() (found by Marcus)Andi Gutmans2003-12-052-4/+2
* Fixed crash demonstrated with ext/dom/tests/dom003.phpt test case.Ilia Alshanetsky2003-12-052-6/+6
* ChangeLog update2003-12-051-0/+8
* Revert crap.Moriyoshi Koizumi2003-12-041-12/+4
* Raise error in case dereference is performed on a scalar value.Moriyoshi Koizumi2003-12-041-0/+4
* ChangeLog update2003-12-041-0/+18
* Test case for bug #24773.Ilia Alshanetsky2003-12-031-0/+9
* This kind of error should be caught. (suggested by Andi, thanks)Moriyoshi Koizumi2003-12-031-1/+1
* Fix bug #24773 (unset()ing string offsets crashes PHP)Moriyoshi Koizumi2003-12-031-4/+8
* - Remove newline from error messageDerick Rethans2003-12-031-1/+1
* ChangeLog update2003-12-031-0/+25
* Remove automatic call to __toString() since it is supposed to cause tooMarcus Boerger2003-12-021-29/+0
* - Revert the revert of these patches. This overloading can only be usedAndi Gutmans2003-12-022-3/+8
* - Fix for bug #26182Andi Gutmans2003-12-021-0/+5
* - Don't include E_STRICT in E_ALL.Andi Gutmans2003-12-021-1/+1
* Free the zval container only if it should be freed and was not copied.Marcus Boerger2003-12-021-0/+3
* ChangeLog update2003-12-021-0/+20
* - Change to E_STRICT so as not to break existing scripts.Andi Gutmans2003-12-011-1/+1
* - Nuke property_exists(). We need to fix isset() and this is alreadyAndi Gutmans2003-12-011-24/+1
* - Revert auto-conversion in parameter APIAndi Gutmans2003-12-011-8/+1
* - Don't automatically call __toString() in convert_to_string_ex().Andi Gutmans2003-12-011-0/+2
* ChangeLog update2003-12-011-0/+8
* Check return value of exception::__tostring()Marcus Boerger2003-11-302-78/+12
* Fix testMarcus Boerger2003-11-301-1/+1
* ChangeLog update2003-11-301-0/+41
* Fix memleakMarcus Boerger2003-11-291-0/+2
* Fixed bug #26463 (Incorrect handling of semicolons after heredoc)Ilia Alshanetsky2003-11-292-8/+2
* This takes the address of a zval ptrMarcus Boerger2003-11-291-1/+1
* Add macros to return values of other zvals.Marcus Boerger2003-11-291-0/+17
* Restore original patch for bug #26281.Ilia Alshanetsky2003-11-291-1/+5
* Revert accidential commit until decisionMarcus Boerger2003-11-291-1/+0
* Make exception code more robust:Marcus Boerger2003-11-293-18/+81
* ChangeLog update2003-11-291-0/+5
* Add removed lcname, it is still needed.Ilia Alshanetsky2003-11-281-0/+2
* ChangeLog update2003-11-281-0/+15
* Convert objects to string if string is required by newer parameter parsingMarcus Boerger2003-11-271-1/+8
* The macro REPLACE_ZVAL_VALUE cannot be used since we only have zval *Marcus Boerger2003-11-271-1/+8
* Add a support function to check for property existance which is differentMarcus Boerger2003-11-271-0/+24
* ChangeLog update2003-11-251-0/+35
* Add new interface ArrayAccess to use objects as ArraysMarcus Boerger2003-11-246-35/+92
* - Fix newly introduced bug which stopped class constants from working.Andi Gutmans2003-11-241-4/+10
* No longer needed.Sebastian Bergmann2003-11-241-107/+0
* - Fix __autoload() to preserve class case.Andi Gutmans2003-11-248-71/+30
* ChangeLog update2003-11-241-0/+5
* - Allocation optimizations by Timm FriebeAndi Gutmans2003-11-231-35/+47
* ChangeLog update2003-11-221-0/+5
* Cleaner patch for bug #26281.Ilia Alshanetsky2003-11-211-9/+1