summaryrefslogtreecommitdiff
path: root/Zend/zend_extensions.h
Commit message (Collapse)AuthorAgeFilesLines
* 0.91 updateZeev Suraski1999-07-191-2/+2
|
* * Fix Zend versionAndi Gutmans1999-07-191-1/+1
| | | | | * Fix a method call bug
* License updateZeev Suraski1999-07-161-4/+8
|
* Add a standard get_ini_entry() to interface between Zend and the outside worldZeev Suraski1999-06-191-1/+1
|
* * Add struct name to all typedef's so that they can be debugged with MSVCZeev Suraski1999-05-221-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 bugZeev Suraski1999-04-271-1/+8
| | | | | * Recognize whether an extension is with debug information or not
* Return a success value from the startup function, so we can unload immediatelyZeev Suraski1999-04-191-1/+1
| | | | | if it fails.
* Whatnot:Zeev Suraski1999-04-181-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 LibraryAndi Gutmans1999-04-071-0/+90