summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
Commit message (Collapse)AuthorAgeFilesLines
* * Support getThis() for internal functions.Zeev Suraski1999-05-281-27/+23
| | | | | | | | * Fix 'new object or die' and AiCount issue thoroughly (earlier fix didn't work with the optimizer). * Add new macros for standardized definition of classes. * Only report AiCount problems if shutdown was not silent.
* Almost forgot to commit thoseZeev Suraski1999-05-091-3/+17
|
* Cleanups, remove old ts codeZeev Suraski1999-04-241-1/+1
|
* * Change the thread safe project to create a C++ scanner.Zeev Suraski1999-04-211-1/+1
| | | | | | | | * Add in a slightly modified skeleton file (only a couple of #if's for #include's that we dont have in Windows) It does NOT compile or work yet :)
* Thread safety patch. We're still not quite there but it compiles again, andZeev Suraski1999-04-211-18/+34
| | | | | more logic has been implemented.
* Add a couple of ZEND_API'sAndi Gutmans1999-04-191-7/+8
|
* Whatnot:Zeev Suraski1999-04-181-4/+6
| | | | | | | | * 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)
* -Tiny patchesAndi Gutmans1999-04-141-0/+45
|
* * Optimize argument_stack top lookupAndi Gutmans1999-04-131-2/+4
| | | | | * Fix a nasty bug in zend_ptr_stack_clean()
* off by oneZeev Suraski1999-04-121-1/+1
|
* Make functions that don't take arguments somewhat happier:)Zeev Suraski1999-04-121-4/+6
|
* This patch is a go. Not fully optimized yet, but working properly.Zeev Suraski1999-04-121-27/+39
| | | | | Prepatch tagged as BEFORE_STACK_PATCH.
* * Add arguments to shutdown functionsZeev Suraski1999-04-081-3/+3
| | | | | * Remove traces of php_ini stuff
* Zend LibraryAndi Gutmans1999-04-071-0/+701