Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix warnings | Sascha Schumann | 1999-12-28 | 1 | -2/+2 | |
| | ||||||
* | - Generalize the fast cache mechanism | Zeev Suraski | 1999-12-27 | 1 | -15/+22 | |
| | | | | | - Add the HashTable struct to the fast cache mechanism | |||||
* | *** empty log message *** | Zeev Suraski | 1999-12-27 | 1 | -0/+4 | |
| | ||||||
* | Add cache statistics support | Zeev Suraski | 1999-12-27 | 1 | -0/+42 | |
| | ||||||
* | - Enable the new zval cache on debug too. No real reason not to, and it keeps | Zeev Suraski | 1999-12-26 | 1 | -7/+2 | |
| | | | | | | the code cleaner. - ZTS compile fixes | |||||
* | Fix buglet | Zeev Suraski | 1999-12-26 | 1 | -1/+1 | |
| | ||||||
* | Introduce a zval-specific cache - 5-15% speed improvement | Zeev Suraski | 1999-12-26 | 1 | -1/+18 | |
| | ||||||
* | namespace protection | Zeev Suraski | 1999-12-26 | 1 | -21/+21 | |
| | ||||||
* | No need to block for interruptions so early | Zeev Suraski | 1999-12-21 | 1 | -2/+2 | |
| | ||||||
* | Add ability to disable the memory cache | Zeev Suraski | 1999-11-27 | 1 | -2/+6 | |
| | ||||||
* | Fix compile problem with enable-memory-limit | Zeev Suraski | 1999-11-22 | 1 | -1/+1 | |
| | ||||||
* | * header file cleanup | Stig S. Bakken | 1999-09-06 | 1 | -5/+5 | |
| | | | | | | | | * 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? | |||||
* | - Shift around header files. | Andi Gutmans | 1999-09-05 | 1 | -3/+1 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-08-28 | 1 | -1/+1 | |
| | ||||||
* | Beef up debug macros | Zeev Suraski | 1999-08-28 | 1 | -36/+27 | |
| | ||||||
* | Better debug macros | Zeev Suraski | 1999-08-27 | 1 | -58/+30 | |
| | ||||||
* | 0.91 update | Zeev Suraski | 1999-07-19 | 1 | -2/+2 | |
| | ||||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -4/+8 | |
| | ||||||
* | Oh, that dumb bug. | Zeev Suraski | 1999-07-10 | 1 | -1/+2 | |
| | ||||||
* | Get rid of AiCount completely | Zeev Suraski | 1999-07-10 | 1 | -10/+0 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-07-09 | 1 | -2/+8 | |
| | ||||||
* | Send a SIGSEGV instead of exiting, to trigger a core dump | Zeev Suraski | 1999-07-09 | 1 | -0/+8 | |
| | ||||||
* | * Support recoverable failure from erealloc() | Zeev Suraski | 1999-07-09 | 1 | -5/+7 | |
| | | | | | * Fix the shutdown code on an unrecoverable erealloc() failure | |||||
* | * Make the memory leak reporting code much better with repeats | Zeev Suraski | 1999-06-26 | 1 | -26/+24 | |
| | | | | | * Remove useless variables | |||||
* | * Fix concatenation of arrays (it was PHP 3.0 style, copying zval's instead | Zeev Suraski | 1999-06-22 | 1 | -1/+1 | |
| | | | | | | of zval *, and it wasn't using reference counting) * Fix a memory leak in static array()'s with textual indices | |||||
* | *** empty log message *** | Zeev Suraski | 1999-05-31 | 1 | -0/+1 | |
| | ||||||
* | * fix some casts | Sascha Schumann | 1999-05-30 | 1 | -4/+4 | |
| | | | | | * introduce unary_op_type - cleaner than casting data voids to function ptrs | |||||
* | * Support getThis() for internal functions. | Zeev Suraski | 1999-05-28 | 1 | -1/+1 | |
| | | | | | | | | * 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. | |||||
* | Warn about AiCount not zeroing out | Zeev Suraski | 1999-05-22 | 1 | -0/+9 | |
| | ||||||
* | * Add struct name to all typedef's so that they can be debugged with MSVC | Zeev Suraski | 1999-05-22 | 1 | -2/+2 | |
| | | | | | | | | | | * 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 | |||||
* | Give more information and save log lines in memory leak reports | Zeev Suraski | 1999-05-22 | 1 | -3/+26 | |
| | ||||||
* | Easier Win32 debug code | Zeev Suraski | 1999-05-11 | 1 | -21/+40 | |
| | ||||||
* | Weed out all BoundsChecker-found bugs (including a serious file descriptor leak | Zeev Suraski | 1999-05-10 | 1 | -0/+6 | |
| | | | | | in the C++ scanner) | |||||
* | Various thread safety fixes and DLL updates | Zeev Suraski | 1999-04-26 | 1 | -9/+0 | |
| | ||||||
* | -More commits | Andi Gutmans | 1999-04-26 | 1 | -0/+10 | |
| | ||||||
* | Ok, call me crazy, because I probably am. | Zeev Suraski | 1999-04-23 | 1 | -1/+1 | |
| | | | | | Thread safe version now uses a C++ scanner object. Works fully. | |||||
* | Thread safety patch. We're still not quite there but it compiles again, and | Zeev Suraski | 1999-04-21 | 1 | -3/+12 | |
| | | | | | more logic has been implemented. | |||||
* | Whatnot: | Zeev Suraski | 1999-04-18 | 1 | -0/+3 | |
| | | | | | | | | * 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) | |||||
* | Allow runtime setting of the memory limit | Zeev Suraski | 1999-04-10 | 1 | -1/+1 | |
| | ||||||
* | Get rid of php3_ini in Zend | Zeev Suraski | 1999-04-10 | 1 | -3/+17 | |
| | ||||||
* | Zend Library | Andi Gutmans | 1999-04-07 | 1 | -0/+498 | |