Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant callback, simplify API | Zeev Suraski | 2003-10-05 | 1 | -2/+1 |
| | |||||
* | Add missing entry | Marcus Boerger | 2003-08-13 | 1 | -1/+2 |
| | |||||
* | Fix isset()/empty() for non-trivial object elements | Zeev Suraski | 2003-07-22 | 1 | -1/+1 |
| | | | | | | (API change - read_property now accepts an extra element) Fixes bug #24436 | ||||
* | More informative errors here and these are real core errors | Marcus Boerger | 2003-07-20 | 1 | -2/+2 |
| | |||||
* | Add get_dim callback | Zeev Suraski | 2003-07-07 | 1 | -0/+1 |
| | |||||
* | Fix & whitespace | Zeev Suraski | 2003-07-07 | 1 | -15/+17 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -1/+1 |
| | |||||
* | - read_property cleanup | Zeev Suraski | 2003-02-05 | 1 | -1/+1 |
| | | | | | - Implement unset/isset/empty for PPP | ||||
* | - Added some missing CVS $Id$ tags, headers and footers. | foobar | 2003-02-01 | 1 | -0/+29 |
| | |||||
* | extra safety | Stanislav Malyshev | 2003-01-29 | 1 | -1/+1 |
| | |||||
* | fix by phanto to the cloning | Sterling Hughes | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | make std_object_handlers struct available for shared modules | Harald Radi | 2003-01-17 | 1 | -0/+5 |
| | |||||
* | - Don't check if the handle is bogus. We should crash. | Andi Gutmans | 2003-01-13 | 1 | -1/+1 |
| | |||||
* | validate handle | Stanislav Malyshev | 2003-01-12 | 1 | -1/+1 |
| | |||||
* | - WS - Always use "if (" and not "if(" | Andi Gutmans | 2002-09-15 | 1 | -6/+6 |
| | |||||
* | Add ZEND_API to functions | Stanislav Malyshev | 2002-08-08 | 1 | -14/+14 |
| | |||||
* | - Path which should improve previous fix. | Andi Gutmans | 2002-07-07 | 1 | -1/+4 |
| | |||||
* | - First try at solving problem with different objects being allocated the | Andi Gutmans | 2002-07-07 | 1 | -3/+5 |
| | | | | | - same id. | ||||
* | - Fix copy&paste problem where we allocated according to an old structure | Andi Gutmans | 2002-06-15 | 1 | -1/+1 |
| | | | | | - decleration and not the new one. | ||||
* | - Fix build (one more coming up) | Andi Gutmans | 2002-05-31 | 1 | -1/+1 |
| | |||||
* | Generalize object storage and reference bookkeeping | Stanislav Malyshev | 2002-05-31 | 1 | -0/+258 |