summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (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
* - Rename IS_BC to FLAG_IS_BC. We will probably nuke it.Andi Gutmans2000-01-041-5/+5
* - Change IS_UNSET -> IS_NULLAndi Gutmans2000-01-041-13/+13
* # There is no functions/ directory in PHP4.Joey Smith2000-01-031-1/+3
* - Fix compare_function() for IS_UNSETAndi Gutmans2000-01-031-1/+2
* - IS_NULL should be 0 when converted to a long although I don't think itAndi Gutmans2000-01-011-0/+1
* Fix bugletZeev Suraski2000-01-011-1/+1
* - Nuke undefined_variable_stringZeev Suraski1999-12-311-15/+43
* - Generalize the fast cache mechanismZeev Suraski1999-12-271-3/+3
* Introduce a zval-specific cache - 5-15% speed improvementZeev Suraski1999-12-261-0/+1
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-261-1/+2
* - Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend useAndi Gutmans1999-12-241-1/+1
* We're using ZVAL's now.Andrei Zmievski1999-12-211-2/+2
* fixed is_identicat_function()Thies C. Arntzen1999-10-191-2/+2
* - Fix is_identical functionAndi Gutmans1999-10-191-10/+27
* - Preliminary submit of Thie's patch. Will fix the rest on WindowsAndi Gutmans1999-10-191-0/+19
* unstatic'fy is_numeric_string()Andrei Zmievski1999-10-151-3/+1
* Fix leak in += with arraysAndi Gutmans1999-09-291-3/+10
* - Fix bug #2364.Andi Gutmans1999-09-231-4/+5
* - Fix leak when decrementing strings which actually are longs.Andi Gutmans1999-09-091-0/+1
* Revert the IS_RESOURCE patch. It had some unintended behavior.Zeev Suraski1999-09-031-20/+2
* Release resources when converting to other types (fix Thies's reported problem)Zeev Suraski1999-09-031-91/+111
* - Fixed a memory leak when using assignment-op operators with lvalue of typeZeev Suraski1999-07-261-38/+45
* * Add an API macro users can use to ensure an array member can be modifedZeev Suraski1999-07-231-6/+1
* - Get rid of C++ commentsAndi Gutmans1999-07-201-1/+0
* 0.91 updateZeev Suraski1999-07-191-2/+2
* License updateZeev Suraski1999-07-161-4/+8
* - Fix for boolean convert to numberAndi Gutmans1999-07-141-0/+4
* Step 4:Zeev Suraski1999-07-091-2/+1
* Step 2:Zeev Suraski1999-07-091-1/+1
* Make convert_to_string() regard false as "" instead of "0"Zeev Suraski1999-07-041-2/+7
* * Make the memory leak reporting code much better with repeatsZeev Suraski1999-06-261-1/+0
* * Fix concatenation of arrays (it was PHP 3.0 style, copying zval's insteadZeev Suraski1999-06-221-2/+2
* * added zend_binary_strcasecmp()Stig S. Bakken1999-06-151-0/+24
* Make the concatenation operator use make_printable as wellZeev Suraski1999-06-111-44/+13