Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 0.91 update | Zeev Suraski | 1999-07-19 | 1 | -2/+2 |
| | |||||
* | * Fix Zend version | Andi Gutmans | 1999-07-19 | 1 | -1/+1 |
| | | | | | * Fix a method call bug | ||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -4/+8 |
| | |||||
* | Add a standard get_ini_entry() to interface between Zend and the outside world | Zeev Suraski | 1999-06-19 | 1 | -1/+1 |
| | |||||
* | * Add struct name to all typedef's so that they can be debugged with MSVC | Zeev Suraski | 1999-05-22 | 1 | -1/+1 |
| | | | | | | | | | | * Fix an AiCount bug - list(...) = $var was using $var multiple times, and thus causing AiCount to be decreased multiple times even though it was increased only once for $var. Mark all FETCH_DIM's so that they won't decrease AiCount, and only decrease AiCount on the last FETCH_DIM. * Fix a stupid bug - forgot to pass CLS_C to some compiler function. For some reason MSVC doesn't report these :I | ||||
* | * Fix debugger+interactive mode bug | Zeev Suraski | 1999-04-27 | 1 | -1/+8 |
| | | | | | * Recognize whether an extension is with debug information or not | ||||
* | Return a success value from the startup function, so we can unload immediately | Zeev Suraski | 1999-04-19 | 1 | -1/+1 |
| | | | | | if it fails. | ||||
* | Whatnot: | Zeev Suraski | 1999-04-18 | 1 | -0/+1 |
| | | | | | | | | * updated alloc_persist to use critical sections * changed extension shutdown to two-phase * updated dependencies * PR support (don't remember if there was any really) | ||||
* | Zend Library | Andi Gutmans | 1999-04-07 | 1 | -0/+90 |