summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
Commit message (Collapse)AuthorAgeFilesLines
...
* added add_property_resourceThies C. Arntzen1999-09-291-0/+1
|
* - Add some internal functions to ZendAndi Gutmans1999-09-201-0/+2
|
* Now that's an annoying bug.Zeev Suraski1999-08-061-1/+1
|
* Introduce call_user_func_ex()Zeev Suraski1999-08-061-0/+1
|
* These aren't necessaryZeev Suraski1999-07-311-3/+0
|
* Support symbols in any symbol table, not just the active oneZeev Suraski1999-07-301-8/+15
|
* * Setting variables in the global scope wasn't handling is_ref's properlyZeev Suraski1999-07-301-40/+68
|
* 0.91 updateZeev Suraski1999-07-191-2/+2
|
* License updateZeev Suraski1999-07-161-4/+8
|
* Step 4:Zeev Suraski1999-07-091-8/+4
| | | | | Move to a 7-bit counter (not fully implemented yet)
* Step 2:Zeev Suraski1999-07-091-4/+4
| | | | | Rename is_ref to EA
* added RETVAL_RESOURCE and RETURN_RESOURCEThies C. Arntzen1999-07-051-0/+9
|
* Minor updates (mostly __declspec() stuff)Zeev Suraski1999-06-041-1/+1
|
* added is_ref=0 and refcount=1 to SET_VAR_* macrosThies C. Arntzen1999-06-041-0/+8
|
* * Support getThis() for internal functions.Zeev Suraski1999-05-281-3/+26
| | | | | | | | * 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.
* Moved all #define's for SET_ and RETURN_ to zend_API.hZeev Suraski1999-05-271-0/+94
|
* Almost forgot to commit thoseZeev Suraski1999-05-091-1/+2
|
* * 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-3/+3
| | | | | more logic has been implemented.
* Add a couple of ZEND_API'sAndi Gutmans1999-04-191-8/+7
|
* Whatnot:Zeev Suraski1999-04-181-2/+9
| | | | | | | | * 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/+5
|
* This patch is a go. Not fully optimized yet, but working properly.Zeev Suraski1999-04-121-4/+4
| | | | | Prepatch tagged as BEFORE_STACK_PATCH.
* Zend LibraryAndi Gutmans1999-04-071-0/+92