summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.h
Commit message (Collapse)AuthorAgeFilesLines
* Make OBJCE return zend_class_entry*, also some cleanupsStanislav Malyshev2002-04-301-1/+1
|
* some type cleanup workHarald Radi2002-04-231-1/+1
|
* added get_class_entry callback handler to theHarald Radi2002-04-221-1/+1
| | | | | object handlers structure
* Mega-commit: Enter the new object modelStanislav Malyshev2002-02-071-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 Bergmann2002-01-061-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* - Fix a bug in method calls.Andi Gutmans2001-08-161-1/+1
| | | | | - Try to get the old copying behavior of objects to work (doesn't work yet).
* MFZE1Zeev Suraski2001-08-131-34/+50
|
* - Sync Engine2 CVS with latest Engine CVSAndi Gutmans2001-08-071-4/+3
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-301-29/+30
|
* - Small patch to allow fixing the PHP tree to be compatible w/ the initialAndi Gutmans2001-07-281-0/+3
| | | | | - Zend 2 objects patch. Hopefully I can commit that this week.
* Yikes, that would have been a very bad bug :)Zeev Suraski2001-05-061-1/+1
|
* Fix autoconversion of hexadecimal stringsZeev Suraski2001-05-061-1/+10
| | | | | It's time to close bug #5404 :)
* - More whitespace fixes while I'm at it.Andi Gutmans2001-04-271-1/+1
|
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
|
* - Remove two unused functionsAndi Gutmans2001-02-121-2/+0
|
* Fix buildZeev Suraski2000-11-211-3/+4
|
* Fix buildZeev Suraski2000-11-031-1/+0
|
* Add RESVAL macrosZeev Suraski2000-11-031-0/+4
|
* Initial steps to move the INI mechanism to the Zend engineZeev Suraski2000-10-291-0/+1
|
* Added macros for object properties and class entry.Andrei Zmievski2000-10-271-0/+6
|
* Remove --enable-c9x-inline option. We now use a syntax which is compatibleSascha Schumann2000-09-261-5/+1
| | | | | | with all compilers by providing the function with static linkage in every compilation unit.
* - Add Z_BVAL* macrosAndi Gutmans2000-09-191-0/+3
|
* - Commiting Sterling's new multi_convert* functionsAndi Gutmans2000-09-051-0/+3
|
* Add strncasecmp functionStanislav Malyshev2000-07-261-0/+2
| | | | | @ Added strncasecmp function (Andi)
* Replace macros which begin with an underscore through an appropiatelySascha Schumann2000-07-031-2/+2
| | | | | named macro.
* Welcome zend_finite(n).Sascha Schumann2000-06-181-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 theSascha Schumann2000-06-141-0/+15
| | | | | moved inline functions.
* Rename C0x-inline to C9x-inline, and frame preprocessor directives inSascha Schumann2000-06-141-1/+1
| | | | | zend_gcc_inline.c with #ifndef C9X_INLINE_SEMANTICS..#endif.
* Add optional support for C0x inline semantics.Sascha Schumann2000-06-131-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 Suraski2000-06-031-0/+4
|
* - Fixed scanning decimal numbers in internationalized environments. They shouldAndi Gutmans2000-05-261-0/+2
| | | | | - always be in standard US format e.g. 23.3
* - Add support for string_compare_function() and number_compare_function().Andi Gutmans2000-05-171-0/+2
| | | | | UNTESTED!
* Add missing prototypeSascha Schumann2000-05-171-0/+1
|
* Make convert_to_string() allocations traceableZeev Suraski2000-04-281-1/+2
|
* - Change macro names from Z to Z_Zeev Suraski2000-04-201-21/+21
|
* Add some macros for nicer zval handlingZeev Suraski2000-04-201-0/+24
|
* Add convert_to_writable_*_ex() macros (unused at this time)Zeev Suraski2000-04-181-0/+16
|
* Added !== (is not identical) operator.Torben Wilson2000-03-291-0/+1
|
* It's official now...Zeev Suraski2000-03-061-3/+3
|
* (c) patchZeev Suraski2000-02-191-1/+1
|
* Generalize macrosZeev Suraski2000-02-191-45/+13
|
* Patches from Walter for strncmp() stuff.Andrei Zmievski2000-02-081-0/+1
|
* - Implement declare() with declarables frameworkZeev Suraski2000-01-241-2/+5
| | | | | - Implement ticks - Germany&Norway - 5 points!
* - Nuke undefined_variable_stringZeev Suraski1999-12-311-0/+1
| | | | | - Introduce IS_UNSET
* - Preliminary submit of Thie's patch. Will fix the rest on WindowsAndi Gutmans1999-10-191-0/+1
| | | | | as this was added on UNIX with patch. Changed IS_SAME -> IS_IDENTICAL
* unstatic'fy is_numeric_string()Andrei Zmievski1999-10-151-0/+1
|
* - Add convert_to_number_ex()Andi Gutmans1999-10-151-0/+8
|
* - Move is_ref back to being an unsigned char and not a bit field.Andi Gutmans1999-10-011-6/+6
|
* Add _ex API implementation for booleans.Sascha Schumann1999-09-241-0/+8
|