summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.c
Commit message (Collapse)AuthorAgeFilesLines
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
|
* - Remove two unused functionsAndi Gutmans2001-02-121-41/+0
|
* Add notice when auto-converting array to stringStanislav Malyshev2000-12-181-0/+2
|
* Fix #8279 (-2147483647 > 2147483647).Stanislav Malyshev2000-12-171-1/+1
| | | | | # Long addition/subtraction may not fit long.
* Fix #8195: strncasecmp returns incorrect valueStanislav Malyshev2000-12-121-1/+1
|
* Fix buildZeev Suraski2000-11-211-3/+3
|
* Initial steps to move the INI mechanism to the Zend engineZeev Suraski2000-10-291-0/+26
|
* - Make increment of "" become "1"Andi Gutmans2000-10-131-0/+7
|
* - Commiting Sterling's new multi_convert* functionsAndi Gutmans2000-09-051-1/+45
|
* Add strncasecmp functionStanislav Malyshev2000-07-261-0/+25
| | | | | @ Added strncasecmp function (Andi)
* Move some stuff to zend_operators.h which is required by theSascha Schumann2000-06-141-10/+0
| | | | | moved inline functions.
* Add optional support for C0x inline semantics.Sascha Schumann2000-06-131-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 Gutmans2000-06-101-0/+13
| | | | | - They behave as empty strings again just like in PHP 3.
* Add a couple of castsSascha Schumann2000-06-081-3/+3
|
* - Support unordered hash comparisonsZeev Suraski2000-06-041-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 Suraski2000-06-031-5/+94
|
* - Export normalize_boolZeev Suraski2000-06-031-11/+8
| | | | | - This global/static syntax fix brought us back to the 4 documented conflicts
* - Use pointer arithmetic to speed up the function a bitAndi Gutmans2000-05-281-13/+16
|
* - Fixed scanning decimal numbers in internationalized environments. They shouldAndi Gutmans2000-05-261-0/+42
| | | | | - always be in standard US format e.g. 23.3
* - Fix include() when used on resources (shouldn't work but shouldn't crashAndi Gutmans2000-05-181-0/+6
| | | | | either).
* Update for sort functions - user can now specify sort type.Andrei Zmievski2000-05-181-1/+1
|
* - Add support for string_compare_function() and number_compare_function().Andi Gutmans2000-05-171-0/+46
| | | | | UNTESTED!
* Normalize results of compare_function()Zeev Suraski2000-05-171-4/+12
|
* Get rid of chval - it's really not necessary and seems to be confusing peopleZeev Suraski2000-05-111-1/+1
|
* Make zend_binary_strcasecmp compile againZeev Suraski2000-05-081-0/+1
|
* Make strcasecmp() act correctly WRT SUS II.Sascha Schumann2000-05-081-7/+5
| | | | | | Patch by: hholzgra@php.net PR: #3556
* Make convert_to_string() allocations traceableZeev Suraski2000-04-281-6/+6
|
* Do proper ieeefp.h check.Andrei Zmievski2000-04-201-0/+4
|
* compile before commit! compile before commit! compile before commit!Thies C. Arntzen2000-04-201-0/+1
|
* revert andrei's path (i can't compile anymore on linux)Thies C. Arntzen2000-04-201-4/+1
| | | | | we're always using #ifndef HAVE_BLA instead of if !HAVE_BLA and if we need ieeefp.h for some weird platform (which one is that?) we need an autoconf check for it.
* Include proper files for finite.Andrei Zmievski2000-04-191-1/+3
|
* ups, finite is already a macro on Win32Thies C. Arntzen2000-04-171-0/+2
|
* HPUX11 only has isfinite()Thies C. Arntzen2000-04-171-0/+3
|
* Fix a memory leak when using assign-op bitwise operators on stringsZeev Suraski2000-04-131-12/+30
|
* Fix object overloading supportZeev Suraski2000-04-101-2/+4
|
* Added !== (is not identical) operator.Torben Wilson2000-03-291-0/+12
|
* - Wrong fixZeev Suraski2000-03-221-3/+3
|
* - Only free when result != op1Zeev Suraski2000-03-221-3/+3
|
* - Seems to be a problem here with the return value not being setAndi Gutmans2000-03-101-0/+3
|
* It's official now...Zeev Suraski2000-03-061-3/+3
|
* nowThies C. Arntzen2000-03-011-2/+2
|
* Fix comparisons of "inf"=="inf" and "-inf"=="-inf"Zeev Suraski2000-02-261-0/+6
| | | | | @- Comparing the string "inf" with "inf" returned false - fixed (Zeev)
* (c) patchZeev Suraski2000-02-191-1/+1
|
* Generalize macrosZeev Suraski2000-02-191-1/+1
|
* Make (array) false == array() and not array(false)Zeev Suraski2000-02-131-0/+9
|
* Fix declarationZeev Suraski2000-02-081-1/+1
|
* Fix up the patch.Andrei Zmievski2000-02-081-1/+1
|
* Patches from Walter for strncmp() stuff.Andrei Zmievski2000-02-081-1/+17
|
* - Implement declare() with declarables frameworkZeev Suraski2000-01-241-12/+21
| | | | | - Implement ticks - Germany&Norway - 5 points!
* - Rename IS_BC to FLAG_IS_BC. We will probably nuke it.Andi Gutmans2000-01-041-5/+5
|