Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_4_0b1'.php-4.0b1 | SVN Migration | 1999-07-23 | 7 | -16/+10 |
| | |||||
* | New constants | Zeev Suraski | 1999-07-22 | 1 | -1/+6 |
| | |||||
* | identify ourselves | Stig S. Bakken | 1999-07-22 | 1 | -4/+4 |
| | |||||
* | - Include alloca.h when need and available. | Andi Gutmans | 1999-07-20 | 1 | -0/+4 |
| | |||||
* | - Get rid of C++ comments | Andi Gutmans | 1999-07-20 | 4 | -5/+2 |
| | |||||
* | 0.91 update | Zeev Suraski | 1999-07-19 | 43 | -86/+86 |
| | |||||
* | * Fix Zend version | Andi Gutmans | 1999-07-19 | 3 | -7/+4 |
| | | | | | * Fix a method call bug | ||||
* | License update | Andi Gutmans | 1999-07-19 | 2 | -50/+116 |
| | |||||
* | Make error codes PHP 3.0 compatible | Andi Gutmans | 1999-07-19 | 1 | -9/+9 |
| | |||||
* | - Should fix the memory leak when returning from the main scope. | Andi Gutmans | 1999-07-18 | 1 | -0/+2 |
| | |||||
* | Debug on by default | Zeev Suraski | 1999-07-17 | 1 | -4/+4 |
| | |||||
* | Ignore T_PHP_TRACK_VARS in the parser (handled in the scanner) | Zeev Suraski | 1999-07-16 | 1 | -0/+1 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 43 | -166/+362 |
| | |||||
* | Change true/false back to 1/"" | Andi Gutmans | 1999-07-15 | 1 | -0/+10 |
| | |||||
* | Fix a lock issue | Andi Gutmans | 1999-07-15 | 1 | -3/+0 |
| | |||||
* | disable zend_handle_sigsegv | Sascha Schumann | 1999-07-15 | 1 | -0/+3 |
| | |||||
* | Fix thread unsafe constants startup | Andi Gutmans | 1999-07-14 | 2 | -3/+9 |
| | |||||
* | - License update | Andi Gutmans | 1999-07-14 | 4 | -53/+88 |
| | | | | | - Fix multithreaded constants startup | ||||
* | - Fix for boolean convert to number | Andi Gutmans | 1999-07-14 | 1 | -0/+4 |
| | |||||
* | - Fixed a purify warning | Andi Gutmans | 1999-07-12 | 1 | -1/+3 |
| | |||||
* | Oh, that dumb bug. | Zeev Suraski | 1999-07-10 | 1 | -1/+2 |
| | |||||
* | Ok, so we do have to lock in there | Andi Gutmans | 1999-07-10 | 2 | -10/+13 |
| | |||||
* | Fix assignments of reference variables | Andi Gutmans | 1999-07-10 | 2 | -0/+3 |
| | |||||
* | Woops, fix. | Zeev Suraski | 1999-07-10 | 1 | -1/+2 |
| | |||||
* | Put the garbage in the garbage bin | Zeev Suraski | 1999-07-10 | 3 | -12/+0 |
| | |||||
* | Get rid of AiCount completely | Zeev Suraski | 1999-07-10 | 7 | -80/+22 |
| | |||||
* | Final tweaks | Zeev Suraski | 1999-07-10 | 1 | -0/+6 |
| | |||||
* | More locking work | Zeev Suraski | 1999-07-10 | 2 | -8/+9 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-07-09 | 1 | -1/+1 |
| | |||||
* | More stuff | Zeev Suraski | 1999-07-09 | 1 | -0/+9 |
| | |||||
* | Step 4: | Zeev Suraski | 1999-07-09 | 11 | -133/+151 |
| | | | | | Move to a 7-bit counter (not fully implemented yet) | ||||
* | Phase 3: | Zeev Suraski | 1999-07-09 | 6 | -27/+36 |
| | | | | | Use a single bit to mark IS_REF variables | ||||
* | Step 2: | Zeev Suraski | 1999-07-09 | 9 | -89/+89 |
| | | | | | Rename is_ref to EA | ||||
* | Step 1 in nuking the garbage collector: | Zeev Suraski | 1999-07-09 | 15 | -31/+50 |
| | | | | | | - Change the hash destructor to return int - Don't kill the bucket on hash_destroy if the destructor returns 0 | ||||
* | *** empty log message *** | Zeev Suraski | 1999-07-09 | 3 | -4/+13 |
| | |||||
* | 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 | 3 | -27/+32 |
| | | | | | * Fix the shutdown code on an unrecoverable erealloc() failure | ||||
* | Fix the mess in SIGSEGV handling, hopefully | Zeev Suraski | 1999-07-09 | 1 | -5/+14 |
| | |||||
* | Support definition of classes that are derived from classes that are defined ↵ | Zeev Suraski | 1999-07-08 | 2 | -22/+73 |
| | | | | in runtime | ||||
* | enable it, until we find a better way | Sascha Schumann | 1999-07-06 | 1 | -1/+1 |
| | |||||
* | make Solaris gcc happy | Sascha Schumann | 1999-07-05 | 1 | -1/+2 |
| | |||||
* | use void * instead of long for 64-bit test | Sascha Schumann | 1999-07-05 | 2 | -2/+2 |
| | |||||
* | added RETVAL_RESOURCE and RETURN_RESOURCE | Thies C. Arntzen | 1999-07-05 | 1 | -0/+9 |
| | |||||
* | Make convert_to_string() regard false as "" instead of "0" | Zeev Suraski | 1999-07-04 | 1 | -2/+7 |
| | |||||
* | don't wipe files for distributions | Sascha Schumann | 1999-07-03 | 1 | -1/+1 |
| | |||||
* | checking for ints won't work, since they are 32 bit on both platforms | Sascha Schumann | 1999-07-03 | 2 | -2/+2 |
| | |||||
* | Support isset()/empty() for string offsets | Zeev Suraski | 1999-07-03 | 1 | -4/+21 |
| | |||||
* | Fix a crash | Zeev Suraski | 1999-07-03 | 1 | -0/+3 |
| | |||||
* | add usual rhapsody hack | Sascha Schumann | 1999-07-03 | 1 | -0/+6 |
| | |||||
* | missing DL_HANDLE broke build | Sascha Schumann | 1999-07-03 | 1 | -0/+1 |
| |