| Commit message (Expand) | Author | Age | Files | Lines |
* | * fix some casts | Sascha Schumann | 1999-05-30 | 5 | -11/+12 |
* | That got fucked up when we went back to using uninitialized_zval | Zeev Suraski | 1999-05-29 | 1 | -1/+1 |
* | another VPATH related change | Sascha Schumann | 1999-05-29 | 1 | -1/+1 |
* | Fix a bug | Zeev Suraski | 1999-05-29 | 1 | -1/+1 |
* | Support overwrite mode in zend_hash_merge() | Zeev Suraski | 1999-05-29 | 3 | -5/+6 |
* | - clean is not called from automake. use CLEANFILES instead | Sascha Schumann | 1999-05-29 | 1 | -6/+6 |
* | Correct fix | Zeev Suraski | 1999-05-29 | 1 | -4/+2 |
* | *** empty log message *** | Zeev Suraski | 1999-05-29 | 1 | -1/+1 |
* | Fix a leak | Zeev Suraski | 1999-05-29 | 1 | -1/+3 |
* | * Support getThis() for internal functions. | Zeev Suraski | 1999-05-28 | 8 | -39/+64 |
* | Fix the AiCount issue with objects | Zeev Suraski | 1999-05-27 | 1 | -1/+1 |
* | Moved all #define's for SET_ and RETURN_ to zend_API.h | Zeev Suraski | 1999-05-27 | 1 | -0/+94 |
* | Avoid crashing if an error occurs before we open the first file. | Zeev Suraski | 1999-05-25 | 1 | -2/+12 |
* | The last fix was wrong | Zeev Suraski | 1999-05-24 | 1 | -4/+3 |
* | Another operators fix | Zeev Suraski | 1999-05-24 | 1 | -0/+4 |
* | boolean comparison didn't work with smaller-than and greater-than, something ... | Zeev Suraski | 1999-05-23 | 1 | -1/+1 |
* | Sigh, another leak bites the dust. FREE_OP missing in case of a SEND_VAR. | Zeev Suraski | 1999-05-22 | 1 | -0/+1 |
* | I'm on a roll. Fix a nasty yet stupid AiCount bug | Zeev Suraski | 1999-05-22 | 1 | -1/+1 |
* | 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 | 17 | -35/+54 |
* | Give more information and save log lines in memory leak reports | Zeev Suraski | 1999-05-22 | 3 | -6/+29 |
* | Avoid leaking fd's in case of failures | Zeev Suraski | 1999-05-22 | 6 | -25/+36 |
* | more fixes | Zeev Suraski | 1999-05-22 | 1 | -3/+5 |
* | That wasn't supposed to slip in | Zeev Suraski | 1999-05-21 | 1 | -1/+0 |
* | * Properly handle failed file opens in C++ | Zeev Suraski | 1999-05-21 | 1 | -3/+13 |
* | * Fix the comments issue. yymore() worked like a charm. | Zeev Suraski | 1999-05-21 | 1 | -149/+163 |
* | Optimize allocations into uninitialized_zval assignments | Zeev Suraski | 1999-05-20 | 2 | -23/+11 |
* | - Updates we did today | Andi Gutmans | 1999-05-20 | 5 | -9/+6 |
* | - Fix a small problem with class decelerations. | Andi Gutmans | 1999-05-20 | 1 | -1/+1 |
* | -Open curly braces fix? | Andi Gutmans | 1999-05-20 | 1 | -1/+4 |
* | * Fix all hash checks that checked Bucket.arKey for NULL, when it was changed | Zeev Suraski | 1999-05-15 | 7 | -32/+136 |
* | If a require() dies, we must bail out (since it corrupts an existing op_array | Zeev Suraski | 1999-05-14 | 2 | -1/+2 |
* | Fix a bug | Zeev Suraski | 1999-05-14 | 1 | -1/+1 |
* | don't install Zend on the system | Stig S. Bakken | 1999-05-14 | 1 | -9/+1 |
* | Add \012 and \xff missing support to constant quoted string | Zeev Suraski | 1999-05-14 | 1 | -2/+34 |
* | *** empty log message *** | Zeev Suraski | 1999-05-12 | 1 | -0/+6 |
* | install libzend.a and header files on "make install" | Stig S. Bakken | 1999-05-12 | 1 | -1/+9 |
* | add --enable-thread-safety option | Stig S. Bakken | 1999-05-12 | 2 | -0/+14 |
* | Added prepend to llist | Zeev Suraski | 1999-05-12 | 2 | -0/+17 |
* | Fixes: | Zeev Suraski | 1999-05-11 | 2 | -2/+8 |
* | Easier Win32 debug code | Zeev Suraski | 1999-05-11 | 1 | -21/+40 |
* | * Fix a bug that occured in case of parse errors. We need to restore the lex... | Zeev Suraski | 1999-05-11 | 4 | -21/+36 |
* | Weed out all BoundsChecker-found bugs (including a serious file descriptor leak | Zeev Suraski | 1999-05-10 | 5 | -30/+63 |
* | Change argument name | Zeev Suraski | 1999-05-09 | 1 | -1/+1 |
* | Almost forgot to commit those | Zeev Suraski | 1999-05-09 | 4 | -8/+32 |
* | Ok, I tested it now. It works very nicely! | Zeev Suraski | 1999-05-06 | 1 | -0/+7 |
* | llist improvements | Andi Gutmans | 1999-05-05 | 2 | -11/+12 |
* | - Don't support interactive mode when thread safe. | Andi Gutmans | 1999-05-02 | 2 | -1/+5 |
* | Several operator fixes. Should fix the MySQL problem. | Zeev Suraski | 1999-05-01 | 1 | -6/+19 |
* | - Free refcount when destroying the last class reference. | Andi Gutmans | 1999-04-30 | 1 | -0/+2 |