Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | h WHitespace | Andi Gutmans | 2002-11-30 | 1 | -3/+3 |
* | Silence compile warning, ctype.h is needed for tolower() function. | Ilia Alshanetsky | 2002-11-04 | 1 | -0/+2 |
* | MFZE1 (floats & locale issue) | Ilia Alshanetsky | 2002-10-12 | 1 | -0/+18 |
* | MFZE1 zend_str_tolower issue. | Ilia Alshanetsky | 2002-10-09 | 1 | -11/+0 |
* | MFZE1 | Ilia Alshanetsky | 2002-09-26 | 1 | -0/+11 |
* | - WS - Always use "if (" and not "if(" | Andi Gutmans | 2002-09-15 | 1 | -8/+8 |
* | MFZE1 | Stanislav Malyshev | 2002-09-01 | 1 | -1/+1 |
* | MFZE1 | Zeev Suraski | 2002-08-19 | 1 | -5/+5 |
* | - Make new 'is' operator work with classes only and return false when | Andi Gutmans | 2002-08-08 | 1 | -47/+8 |
* | make win32 debug output more verbose | Harald Radi | 2002-08-07 | 1 | -7/+0 |
* | @- Adding 'is' operator that can be used to check the type of a variable, | Andrei Zmievski | 2002-07-30 | 1 | -0/+54 |
* | - MFH of the crap removal | Derick Rethans | 2002-07-15 | 1 | -6/+0 |
* | - Really implement bool increment/decrement as flip-flop. | Andi Gutmans | 2002-07-15 | 1 | -8/+2 |
* | MFZE1 | Derick Rethans | 2002-07-14 | 1 | -2/+2 |
* | - MFZE1 | Derick Rethans | 2002-07-14 | 1 | -6/+6 |
* | - MFZE1 | Derick Rethans | 2002-07-14 | 1 | -0/+12 |
* | - Fix bug 15037 | Andi Gutmans | 2002-06-29 | 1 | -10/+18 |
* | - WS fix | Andi Gutmans | 2002-06-28 | 1 | -2/+2 |
* | some type cleanup work | Harald Radi | 2002-04-23 | 1 | -4/+4 |
* | - Another couple of indirection fixes. | Andi Gutmans | 2002-03-12 | 1 | -1/+1 |
* | Mega-commit: Enter the new object model | Stanislav Malyshev | 2002-02-07 | 1 | -19/+31 |
* | Happy New Year. | Sebastian Bergmann | 2002-01-06 | 1 | -1/+1 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
* | MFZE1 | Stanislav Malyshev | 2001-09-05 | 1 | -1/+23 |
* | - MFZE1 | Andi Gutmans | 2001-08-26 | 1 | -1/+5 |
* | - Fix a bug in method calls. | Andi Gutmans | 2001-08-16 | 1 | -5/+12 |
* | MFZE1 | Zeev Suraski | 2001-08-13 | 1 | -86/+6 |
* | - More work on making objects work | Andi Gutmans | 2001-08-11 | 1 | -4/+1 |
* | - Fix some places which create objects. The fixes are ugly and will be | Andi Gutmans | 2001-08-11 | 1 | -18/+25 |
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -11/+11 |
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-30 | 1 | -49/+59 |
* | - Fix build | Andi Gutmans | 2001-07-28 | 1 | -1/+0 |
* | - More object macros. | Andi Gutmans | 2001-07-28 | 1 | -22/+29 |
* | Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -1/+1 |
* | fix double->long conversion | Stanislav Malyshev | 2001-07-18 | 1 | -2/+3 |
* | Get rid of ZVAL_RESET... | Zeev Suraski | 2001-07-11 | 1 | -5/+6 |
* | Get rid of some inlines | Zeev Suraski | 2001-07-11 | 1 | -5/+5 |
* | - Remove bogus comment. | Andi Gutmans | 2001-06-29 | 1 | -1/+0 |
* | Fixed autoconversion of negative values to double (Fix bug #11685) | Zeev Suraski | 2001-06-26 | 1 | -3/+3 |
* | Treat numeric strings as numbers in the increment operator | Zeev Suraski | 2001-05-10 | 1 | -2/+26 |
* | - Previous patch for too early freeing of resources seemed to have worked. | Andi Gutmans | 2001-04-29 | 1 | -11/+1 |
* | - Try and solve the too early resource destruction problem. | Andi Gutmans | 2001-04-29 | 1 | -3/+3 |
* | include limits.h if available | Zeev Suraski | 2001-04-28 | 1 | -1/+0 |
* | - Move all cases into switch(). | Andi Gutmans | 2001-04-28 | 1 | -64/+78 |
* | Resources weren't being properly destroyed by the convert_to_*() functions | Zeev Suraski | 2001-04-28 | 1 | -3/+26 |
* | - More whitespace fixes while I'm at it. | Andi Gutmans | 2001-04-27 | 1 | -1/+1 |
* | - Update copyright year | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
* | - Remove two unused functions | Andi Gutmans | 2001-02-12 | 1 | -41/+0 |
* | Add notice when auto-converting array to string | Stanislav Malyshev | 2000-12-18 | 1 | -0/+2 |
* | Fix #8279 (-2147483647 > 2147483647). | Stanislav Malyshev | 2000-12-17 | 1 | -1/+1 |