summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - License updateAndi Gutmans1999-07-144-53/+88
* - 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
* Phase 3:Zeev Suraski1999-07-096-27/+36
* Step 2:Zeev Suraski1999-07-099-89/+89
* Step 1 in nuking the garbage collector:Zeev Suraski1999-07-0915-31/+50
* *** 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 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
* 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
* typoSascha Schumann1999-07-031-1/+1
* workaround for 64-bit platformsSascha Schumann1999-07-023-4/+7
* define zend_boolZeev Suraski1999-07-023-5/+9
* Make require accept any parameterZeev Suraski1999-06-301-2/+1
* * Make the memory leak reporting code much better with repeatsZeev Suraski1999-06-263-27/+25
* Fix Thies's bug reportZeev Suraski1999-06-221-0/+1
* * Fix concatenation of arrays (it was PHP 3.0 style, copying zval's insteadZeev Suraski1999-06-223-3/+4
* *** empty log message ***Zeev Suraski1999-06-191-0/+4
* Add a standard get_ini_entry() to interface between Zend and the outside worldZeev Suraski1999-06-192-1/+3
* *** empty log message ***Zeev Suraski1999-06-191-1/+1
* added INIT_FUNC_ARGS_PASSTHRU and SHUTDOWN_FUNC_ARGS_PASSTHRUStig S. Bakken1999-06-161-0/+2
* * added zend_binary_strcasecmp()Stig S. Bakken1999-06-152-0/+25
* We can't quite go with expr there (shift/reduce conflict), go with scalar.Zeev Suraski1999-06-121-1/+1
* require() improvement as per Andi's suggestionZeev Suraski1999-06-121-2/+2
* Make the concatenation operator use make_printable as wellZeev Suraski1999-06-111-44/+13
* Don't take failing on an include file so badlyZeev Suraski1999-06-111-8/+11
* Support <?=Zeev Suraski1999-06-111-2/+3