summaryrefslogtreecommitdiff
path: root/Zend/zend_objects_API.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant callback, simplify APIZeev Suraski2003-10-051-2/+1
|
* Add missing entryMarcus Boerger2003-08-131-1/+2
|
* Fix isset()/empty() for non-trivial object elementsZeev Suraski2003-07-221-1/+1
| | | | | | (API change - read_property now accepts an extra element) Fixes bug #24436
* More informative errors here and these are real core errorsMarcus Boerger2003-07-201-2/+2
|
* Add get_dim callbackZeev Suraski2003-07-071-0/+1
|
* Fix & whitespaceZeev Suraski2003-07-071-15/+17
|
* updating license information in the headers.James Cox2003-06-101-1/+1
|
* - read_property cleanupZeev Suraski2003-02-051-1/+1
| | | | | - Implement unset/isset/empty for PPP
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+29
|
* extra safetyStanislav Malyshev2003-01-291-1/+1
|
* fix by phanto to the cloningSterling Hughes2003-01-211-1/+1
|
* make std_object_handlers struct available for shared modulesHarald Radi2003-01-171-0/+5
|
* - Don't check if the handle is bogus. We should crash.Andi Gutmans2003-01-131-1/+1
|
* validate handleStanislav Malyshev2003-01-121-1/+1
|
* - WS - Always use "if (" and not "if("Andi Gutmans2002-09-151-6/+6
|
* Add ZEND_API to functionsStanislav Malyshev2002-08-081-14/+14
|
* - Path which should improve previous fix.Andi Gutmans2002-07-071-1/+4
|
* - First try at solving problem with different objects being allocated theAndi Gutmans2002-07-071-3/+5
| | | | | - same id.
* - Fix copy&paste problem where we allocated according to an old structureAndi Gutmans2002-06-151-1/+1
| | | | | - decleration and not the new one.
* - Fix build (one more coming up)Andi Gutmans2002-05-311-1/+1
|
* Generalize object storage and reference bookkeepingStanislav Malyshev2002-05-311-0/+258