summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_0b1'.php-4.0b1SVN Migration1999-07-237-16/+10
|
* New constantsZeev Suraski1999-07-221-1/+6
|
* identify ourselvesStig S. Bakken1999-07-221-4/+4
|
* - Include alloca.h when need and available.Andi Gutmans1999-07-201-0/+4
|
* - Get rid of C++ commentsAndi Gutmans1999-07-204-5/+2
|
* 0.91 updateZeev Suraski1999-07-1943-86/+86
|
* * Fix Zend versionAndi Gutmans1999-07-193-7/+4
| | | | | * Fix a method call bug
* License updateAndi Gutmans1999-07-192-50/+116
|
* Make error codes PHP 3.0 compatibleAndi Gutmans1999-07-191-9/+9
|
* - Should fix the memory leak when returning from the main scope.Andi Gutmans1999-07-181-0/+2
|
* Debug on by defaultZeev Suraski1999-07-171-4/+4
|
* Ignore T_PHP_TRACK_VARS in the parser (handled in the scanner)Zeev Suraski1999-07-161-0/+1
|
* License updateZeev Suraski1999-07-1643-166/+362
|
* Change true/false back to 1/""Andi Gutmans1999-07-151-0/+10
|
* Fix a lock issueAndi Gutmans1999-07-151-3/+0
|
* disable zend_handle_sigsegvSascha Schumann1999-07-151-0/+3
|
* Fix thread unsafe constants startupAndi Gutmans1999-07-142-3/+9
|
* - License updateAndi Gutmans1999-07-144-53/+88
| | | | | - Fix multithreaded constants startup
* - Fix for boolean convert to numberAndi Gutmans1999-07-141-0/+4
|
* - Fixed a purify warningAndi Gutmans1999-07-121-1/+3
|
* Oh, that dumb bug.Zeev Suraski1999-07-101-1/+2
|
* Ok, so we do have to lock in thereAndi Gutmans1999-07-102-10/+13
|
* Fix assignments of reference variablesAndi Gutmans1999-07-102-0/+3
|
* Woops, fix.Zeev Suraski1999-07-101-1/+2
|
* Put the garbage in the garbage binZeev Suraski1999-07-103-12/+0
|
* Get rid of AiCount completelyZeev Suraski1999-07-107-80/+22
|
* Final tweaksZeev Suraski1999-07-101-0/+6
|
* More locking workZeev Suraski1999-07-102-8/+9
|
* *** empty log message ***Zeev Suraski1999-07-091-1/+1
|
* More stuffZeev Suraski1999-07-091-0/+9
|
* Step 4:Zeev Suraski1999-07-0911-133/+151
| | | | | Move to a 7-bit counter (not fully implemented yet)
* Phase 3:Zeev Suraski1999-07-096-27/+36
| | | | | Use a single bit to mark IS_REF variables
* Step 2:Zeev Suraski1999-07-099-89/+89
| | | | | Rename is_ref to EA
* Step 1 in nuking the garbage collector:Zeev Suraski1999-07-0915-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 Suraski1999-07-093-4/+13
|
* Send a SIGSEGV instead of exiting, to trigger a core dumpZeev Suraski1999-07-091-0/+8
|
* * Support recoverable failure from erealloc()Zeev Suraski1999-07-093-27/+32
| | | | | * Fix the shutdown code on an unrecoverable erealloc() failure
* Fix the mess in SIGSEGV handling, hopefullyZeev Suraski1999-07-091-5/+14
|
* Support definition of classes that are derived from classes that are defined ↵Zeev Suraski1999-07-082-22/+73
| | | | in runtime
* enable it, until we find a better waySascha Schumann1999-07-061-1/+1
|
* make Solaris gcc happySascha Schumann1999-07-051-1/+2
|
* use void * instead of long for 64-bit testSascha Schumann1999-07-052-2/+2
|
* added RETVAL_RESOURCE and RETURN_RESOURCEThies C. Arntzen1999-07-051-0/+9
|
* Make convert_to_string() regard false as "" instead of "0"Zeev Suraski1999-07-041-2/+7
|
* don't wipe files for distributionsSascha Schumann1999-07-031-1/+1
|
* checking for ints won't work, since they are 32 bit on both platformsSascha Schumann1999-07-032-2/+2
|
* Support isset()/empty() for string offsetsZeev Suraski1999-07-031-4/+21
|
* Fix a crashZeev Suraski1999-07-031-0/+3
|
* add usual rhapsody hackSascha Schumann1999-07-031-0/+6
|
* missing DL_HANDLE broke buildSascha Schumann1999-07-031-0/+1
|