summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* * fix some castsSascha Schumann1999-05-305-11/+12
* That got fucked up when we went back to using uninitialized_zvalZeev Suraski1999-05-291-1/+1
* another VPATH related changeSascha Schumann1999-05-291-1/+1
* Fix a bugZeev Suraski1999-05-291-1/+1
* Support overwrite mode in zend_hash_merge()Zeev Suraski1999-05-293-5/+6
* - clean is not called from automake. use CLEANFILES insteadSascha Schumann1999-05-291-6/+6
* Correct fixZeev Suraski1999-05-291-4/+2
* *** empty log message ***Zeev Suraski1999-05-291-1/+1
* Fix a leakZeev Suraski1999-05-291-1/+3
* * Support getThis() for internal functions.Zeev Suraski1999-05-288-39/+64
* Fix the AiCount issue with objectsZeev Suraski1999-05-271-1/+1
* Moved all #define's for SET_ and RETURN_ to zend_API.hZeev Suraski1999-05-271-0/+94
* Avoid crashing if an error occurs before we open the first file.Zeev Suraski1999-05-251-2/+12
* The last fix was wrongZeev Suraski1999-05-241-4/+3
* Another operators fixZeev Suraski1999-05-241-0/+4
* boolean comparison didn't work with smaller-than and greater-than, something ...Zeev Suraski1999-05-231-1/+1
* Sigh, another leak bites the dust. FREE_OP missing in case of a SEND_VAR.Zeev Suraski1999-05-221-0/+1
* I'm on a roll. Fix a nasty yet stupid AiCount bugZeev Suraski1999-05-221-1/+1
* Warn about AiCount not zeroing outZeev Suraski1999-05-221-0/+9
* * Add struct name to all typedef's so that they can be debugged with MSVCZeev Suraski1999-05-2217-35/+54
* Give more information and save log lines in memory leak reportsZeev Suraski1999-05-223-6/+29
* Avoid leaking fd's in case of failuresZeev Suraski1999-05-226-25/+36
* more fixesZeev Suraski1999-05-221-3/+5
* That wasn't supposed to slip inZeev Suraski1999-05-211-1/+0
* * Properly handle failed file opens in C++Zeev Suraski1999-05-211-3/+13
* * Fix the comments issue. yymore() worked like a charm.Zeev Suraski1999-05-211-149/+163
* Optimize allocations into uninitialized_zval assignmentsZeev Suraski1999-05-202-23/+11
* - Updates we did todayAndi Gutmans1999-05-205-9/+6
* - Fix a small problem with class decelerations.Andi Gutmans1999-05-201-1/+1
* -Open curly braces fix?Andi Gutmans1999-05-201-1/+4
* * Fix all hash checks that checked Bucket.arKey for NULL, when it was changedZeev Suraski1999-05-157-32/+136
* If a require() dies, we must bail out (since it corrupts an existing op_arrayZeev Suraski1999-05-142-1/+2
* Fix a bugZeev Suraski1999-05-141-1/+1
* don't install Zend on the systemStig S. Bakken1999-05-141-9/+1
* Add \012 and \xff missing support to constant quoted stringZeev Suraski1999-05-141-2/+34
* *** empty log message ***Zeev Suraski1999-05-121-0/+6
* install libzend.a and header files on "make install"Stig S. Bakken1999-05-121-1/+9
* add --enable-thread-safety optionStig S. Bakken1999-05-122-0/+14
* Added prepend to llistZeev Suraski1999-05-122-0/+17
* Fixes:Zeev Suraski1999-05-112-2/+8
* Easier Win32 debug codeZeev Suraski1999-05-111-21/+40
* * Fix a bug that occured in case of parse errors. We need to restore the lex...Zeev Suraski1999-05-114-21/+36
* Weed out all BoundsChecker-found bugs (including a serious file descriptor leakZeev Suraski1999-05-105-30/+63
* Change argument nameZeev Suraski1999-05-091-1/+1
* Almost forgot to commit thoseZeev Suraski1999-05-094-8/+32
* Ok, I tested it now. It works very nicely!Zeev Suraski1999-05-061-0/+7
* llist improvementsAndi Gutmans1999-05-052-11/+12
* - Don't support interactive mode when thread safe.Andi Gutmans1999-05-022-1/+5
* Several operator fixes. Should fix the MySQL problem.Zeev Suraski1999-05-011-6/+19
* - Free refcount when destroying the last class reference.Andi Gutmans1999-04-301-0/+2