| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Mega-commit: Enter the new object model | Stanislav Malyshev | 2002-02-07 | 1 | -19/+31 |
| | | | | | | | | Note: only standard Zend objects are working now. This is definitely going to break custom objects like COM, Java, etc. - this will be fixed later. Also, this may break other things that access objects' internals directly. | ||||
| * | 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 |
| | | | | | | - Try to get the old copying behavior of objects to work (doesn't work yet). | ||||
| * | 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 |
| | | | | | | revised when things start working well | ||||
| * | 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 |
| | | | | | | | This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
| * | 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 |
| | | | | | | - Clean it up a bit. | ||||
| * | - 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 |
| | | | | | | # Long addition/subtraction may not fit long. | ||||
| * | Fix #8195: strncasecmp returns incorrect value | Stanislav Malyshev | 2000-12-12 | 1 | -1/+1 |
| | | |||||
| * | Fix build | Zeev Suraski | 2000-11-21 | 1 | -3/+3 |
| | | |||||
| * | Initial steps to move the INI mechanism to the Zend engine | Zeev Suraski | 2000-10-29 | 1 | -0/+26 |
| | | |||||
| * | - Make increment of "" become "1" | Andi Gutmans | 2000-10-13 | 1 | -0/+7 |
| | | |||||
| * | - Commiting Sterling's new multi_convert* functions | Andi Gutmans | 2000-09-05 | 1 | -1/+45 |
| | | |||||
| * | Add strncasecmp function | Stanislav Malyshev | 2000-07-26 | 1 | -0/+25 |
| | | | | | | @ Added strncasecmp function (Andi) | ||||
| * | Move some stuff to zend_operators.h which is required by the | Sascha Schumann | 2000-06-14 | 1 | -10/+0 |
| | | | | | | moved inline functions. | ||||
| * | Add optional support for C0x inline semantics. | Sascha Schumann | 2000-06-13 | 1 | -59/+1 |
| | | | | | | | | These are enabled by specifying `--enable-c0x-inline' on the command line. We might add an autoconf check for this particular feature later. | ||||
| * | - Fixed problem when using uninitialized values in comparisons with strings. | Andi Gutmans | 2000-06-10 | 1 | -0/+13 |
| | | | | | | - They behave as empty strings again just like in PHP 3. | ||||
| * | Add a couple of casts | Sascha Schumann | 2000-06-08 | 1 | -3/+3 |
| | | |||||
| * | - Support unordered hash comparisons | Zeev Suraski | 2000-06-04 | 1 | -12/+15 |
| | | | | | | - Make == perform an unordered comparison with arrays/objects, and === perform an ordered comparison | ||||
| * | Support comparisons of arrays (with arrays) and objects (with objects) | Zeev Suraski | 2000-06-03 | 1 | -5/+94 |
| | | |||||
| * | - Export normalize_bool | Zeev Suraski | 2000-06-03 | 1 | -11/+8 |
| | | | | | | - This global/static syntax fix brought us back to the 4 documented conflicts | ||||
| * | - Use pointer arithmetic to speed up the function a bit | Andi Gutmans | 2000-05-28 | 1 | -13/+16 |
| | | |||||
| * | - Fixed scanning decimal numbers in internationalized environments. They should | Andi Gutmans | 2000-05-26 | 1 | -0/+42 |
| | | | | | | - always be in standard US format e.g. 23.3 | ||||
| * | - Fix include() when used on resources (shouldn't work but shouldn't crash | Andi Gutmans | 2000-05-18 | 1 | -0/+6 |
| | | | | | | either). | ||||
| * | Update for sort functions - user can now specify sort type. | Andrei Zmievski | 2000-05-18 | 1 | -1/+1 |
| | | |||||
| * | - Add support for string_compare_function() and number_compare_function(). | Andi Gutmans | 2000-05-17 | 1 | -0/+46 |
| | | | | | | UNTESTED! | ||||
| * | Normalize results of compare_function() | Zeev Suraski | 2000-05-17 | 1 | -4/+12 |
| | | |||||
| * | Get rid of chval - it's really not necessary and seems to be confusing people | Zeev Suraski | 2000-05-11 | 1 | -1/+1 |
| | | |||||
