Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'before-sapi-split'.before-sapi-split | SVN Migration | 1999-09-26 | 1 | -771/+0 |
| | |||||
* | * header file cleanup | Stig S. Bakken | 1999-09-06 | 1 | -2/+2 |
| | | | | | | | | * fixed --enable-thread-safety build for UNIX I don't have a Win32 environment available, could someone please try compiling on Win32 to see if I got all the header file stuff right there? | ||||
* | 0.91 update | Zeev Suraski | 1999-07-19 | 1 | -2/+2 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -4/+8 |
| | |||||
* | Step 4: | Zeev Suraski | 1999-07-09 | 1 | -49/+25 |
| | | | | | Move to a 7-bit counter (not fully implemented yet) | ||||
* | Phase 3: | Zeev Suraski | 1999-07-09 | 1 | -3/+3 |
| | | | | | Use a single bit to mark IS_REF variables | ||||
* | Step 2: | Zeev Suraski | 1999-07-09 | 1 | -27/+27 |
| | | | | | Rename is_ref to EA | ||||
* | Step 1 in nuking the garbage collector: | Zeev Suraski | 1999-07-09 | 1 | -1/+1 |
| | | | | | | - Change the hash destructor to return int - Don't kill the bucket on hash_destroy if the destructor returns 0 | ||||
* | * Fix cases where you assign an array element to the parent array (the array was | Zeev Suraski | 1999-06-09 | 1 | -1/+1 |
| | | | | | being erased before the assignment, so the element was being smashed). | ||||
* | Minor updates (mostly __declspec() stuff) | Zeev Suraski | 1999-06-04 | 1 | -1/+1 |
| | |||||
* | * Support getThis() for internal functions. | Zeev Suraski | 1999-05-28 | 1 | -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 those | Zeev Suraski | 1999-05-09 | 1 | -3/+17 |
| | |||||
* | Cleanups, remove old ts code | Zeev Suraski | 1999-04-24 | 1 | -1/+1 |
| | |||||
* | * Change the thread safe project to create a C++ scanner. | Zeev Suraski | 1999-04-21 | 1 | -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, and | Zeev Suraski | 1999-04-21 | 1 | -18/+34 |
| | | | | | more logic has been implemented. | ||||
* | Add a couple of ZEND_API's | Andi Gutmans | 1999-04-19 | 1 | -7/+8 |
| | |||||
* | Whatnot: | Zeev Suraski | 1999-04-18 | 1 | -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 patches | Andi Gutmans | 1999-04-14 | 1 | -0/+45 |
| | |||||
* | * Optimize argument_stack top lookup | Andi Gutmans | 1999-04-13 | 1 | -2/+4 |
| | | | | | * Fix a nasty bug in zend_ptr_stack_clean() | ||||
* | off by one | Zeev Suraski | 1999-04-12 | 1 | -1/+1 |
| | |||||
* | Make functions that don't take arguments somewhat happier:) | Zeev Suraski | 1999-04-12 | 1 | -4/+6 |
| | |||||
* | This patch is a go. Not fully optimized yet, but working properly. | Zeev Suraski | 1999-04-12 | 1 | -27/+39 |
| | | | | | Prepatch tagged as BEFORE_STACK_PATCH. | ||||
* | * Add arguments to shutdown functions | Zeev Suraski | 1999-04-08 | 1 | -3/+3 |
| | | | | | * Remove traces of php_ini stuff | ||||
* | Zend Library | Andi Gutmans | 1999-04-07 | 1 | -0/+701 |