Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make OBJCE return zend_class_entry*, also some cleanups | Stanislav Malyshev | 2002-04-30 | 1 | -1/+1 |
| | |||||
* | some type cleanup work | Harald Radi | 2002-04-23 | 1 | -1/+1 |
| | |||||
* | added get_class_entry callback handler to the | Harald Radi | 2002-04-22 | 1 | -1/+1 |
| | | | | | object handlers structure | ||||
* | Mega-commit: Enter the new object model | Stanislav Malyshev | 2002-02-07 | 1 | -1/+7 |
| | | | | | | | 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 |
| | |||||
* | - Fix a bug in method calls. | Andi Gutmans | 2001-08-16 | 1 | -1/+1 |
| | | | | | - Try to get the old copying behavior of objects to work (doesn't work yet). | ||||
* | MFZE1 | Zeev Suraski | 2001-08-13 | 1 | -34/+50 |
| | |||||
* | - Sync Engine2 CVS with latest Engine CVS | Andi Gutmans | 2001-08-07 | 1 | -4/+3 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-30 | 1 | -29/+30 |
| | |||||
* | - Small patch to allow fixing the PHP tree to be compatible w/ the initial | Andi Gutmans | 2001-07-28 | 1 | -0/+3 |
| | | | | | - Zend 2 objects patch. Hopefully I can commit that this week. | ||||
* | Yikes, that would have been a very bad bug :) | Zeev Suraski | 2001-05-06 | 1 | -1/+1 |
| | |||||
* | Fix autoconversion of hexadecimal strings | Zeev Suraski | 2001-05-06 | 1 | -1/+10 |
| | | | | | It's time to close bug #5404 :) | ||||
* | - 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 | -2/+0 |
| | |||||
* | Fix build | Zeev Suraski | 2000-11-21 | 1 | -3/+4 |
| | |||||
* | Fix build | Zeev Suraski | 2000-11-03 | 1 | -1/+0 |
| | |||||
* | Add RESVAL macros | Zeev Suraski | 2000-11-03 | 1 | -0/+4 |
| | |||||
* | Initial steps to move the INI mechanism to the Zend engine | Zeev Suraski | 2000-10-29 | 1 | -0/+1 |
| | |||||
* | Added macros for object properties and class entry. | Andrei Zmievski | 2000-10-27 | 1 | -0/+6 |
| | |||||
* | Remove --enable-c9x-inline option. We now use a syntax which is compatible | Sascha Schumann | 2000-09-26 | 1 | -5/+1 |
| | | | | | | with all compilers by providing the function with static linkage in every compilation unit. | ||||
* | - Add Z_BVAL* macros | Andi Gutmans | 2000-09-19 | 1 | -0/+3 |
| | |||||
* | - Commiting Sterling's new multi_convert* functions | Andi Gutmans | 2000-09-05 | 1 | -0/+3 |
| | |||||
* | Add strncasecmp function | Stanislav Malyshev | 2000-07-26 | 1 | -0/+2 |
| | | | | | @ Added strncasecmp function (Andi) | ||||
* | Replace macros which begin with an underscore through an appropiately | Sascha Schumann | 2000-07-03 | 1 | -2/+2 |
| | | | | | named macro. | ||||
* | Welcome zend_finite(n). | Sascha Schumann | 2000-06-18 | 1 | -8/+2 |
| | | | | | | | This chooses the best combination of what is available: finite, isfinite, isinf, isnan | ||||
* | Move some stuff to zend_operators.h which is required by the | Sascha Schumann | 2000-06-14 | 1 | -0/+15 |
| | | | | | moved inline functions. | ||||
* | Rename C0x-inline to C9x-inline, and frame preprocessor directives in | Sascha Schumann | 2000-06-14 | 1 | -1/+1 |
| | | | | | zend_gcc_inline.c with #ifndef C9X_INLINE_SEMANTICS..#endif. | ||||
* | Add optional support for C0x inline semantics. | Sascha Schumann | 2000-06-13 | 1 | -1/+62 |
| | | | | | | | These are enabled by specifying `--enable-c0x-inline' on the command line. We might add an autoconf check for this particular feature later. | ||||
* | Support comparisons of arrays (with arrays) and objects (with objects) | Zeev Suraski | 2000-06-03 | 1 | -0/+4 |
| | |||||
* | - Fixed scanning decimal numbers in internationalized environments. They should | Andi Gutmans | 2000-05-26 | 1 | -0/+2 |
| | | | | | - always be in standard US format e.g. 23.3 | ||||
* | - Add support for string_compare_function() and number_compare_function(). | Andi Gutmans | 2000-05-17 | 1 | -0/+2 |
| | | | | | UNTESTED! | ||||
* | Add missing prototype | Sascha Schumann | 2000-05-17 | 1 | -0/+1 |
| | |||||
* | Make convert_to_string() allocations traceable | Zeev Suraski | 2000-04-28 | 1 | -1/+2 |
| | |||||
* | - Change macro names from Z to Z_ | Zeev Suraski | 2000-04-20 | 1 | -21/+21 |
| | |||||
* | Add some macros for nicer zval handling | Zeev Suraski | 2000-04-20 | 1 | -0/+24 |
| | |||||
* | Add convert_to_writable_*_ex() macros (unused at this time) | Zeev Suraski | 2000-04-18 | 1 | -0/+16 |
| | |||||
* | Added !== (is not identical) operator. | Torben Wilson | 2000-03-29 | 1 | -0/+1 |
| | |||||
* | It's official now... | Zeev Suraski | 2000-03-06 | 1 | -3/+3 |
| | |||||
* | (c) patch | Zeev Suraski | 2000-02-19 | 1 | -1/+1 |
| | |||||
* | Generalize macros | Zeev Suraski | 2000-02-19 | 1 | -45/+13 |
| | |||||
* | Patches from Walter for strncmp() stuff. | Andrei Zmievski | 2000-02-08 | 1 | -0/+1 |
| | |||||
* | - Implement declare() with declarables framework | Zeev Suraski | 2000-01-24 | 1 | -2/+5 |
| | | | | | - Implement ticks - Germany&Norway - 5 points! | ||||
* | - Nuke undefined_variable_string | Zeev Suraski | 1999-12-31 | 1 | -0/+1 |
| | | | | | - Introduce IS_UNSET | ||||
* | - Preliminary submit of Thie's patch. Will fix the rest on Windows | Andi Gutmans | 1999-10-19 | 1 | -0/+1 |
| | | | | | as this was added on UNIX with patch. Changed IS_SAME -> IS_IDENTICAL | ||||
* | unstatic'fy is_numeric_string() | Andrei Zmievski | 1999-10-15 | 1 | -0/+1 |
| | |||||
* | - Add convert_to_number_ex() | Andi Gutmans | 1999-10-15 | 1 | -0/+8 |
| | |||||
* | - Move is_ref back to being an unsigned char and not a bit field. | Andi Gutmans | 1999-10-01 | 1 | -6/+6 |
| | |||||
* | Add _ex API implementation for booleans. | Sascha Schumann | 1999-09-24 | 1 | -0/+8 |
| |