summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'before-sapi-split'.before-sapi-splitSVN Migration1999-09-261-1354/+0
|
* - Fix bug #2364.Andi Gutmans1999-09-231-4/+5
| | | | | | I haven't checked all of the conversion macros yet but there's a change there are more such bugs there.
* - 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
| | | | | string (or array/object)
* * Add an API macro users can use to ensure an array member can be modifedZeev Suraski1999-07-231-6/+1
| | | | | | | before they modify it. * Fix a bug and remove redundant code in convert_to_long() (booleans and resources weren't changing their types
* - 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
| | | | | Move to a 7-bit counter (not fully implemented yet)
* Step 2:Zeev Suraski1999-07-091-1/+1
| | | | | Rename is_ref to EA
* 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
| | | | | * Remove useless variables
* * Fix concatenation of arrays (it was PHP 3.0 style, copying zval's insteadZeev Suraski1999-06-221-2/+2
| | | | | | of zval *, and it wasn't using reference counting) * Fix a memory leak in static array()'s with textual indices
* * 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
|
* Now THAT's an annoying bug.Zeev Suraski1999-06-101-1/+1
|
* - Fix the static array() initializingAndi Gutmans1999-06-091-2/+2
|
* Minor updates (mostly __declspec() stuff)Zeev Suraski1999-06-041-2/+2
|
* Support overwrite mode in zend_hash_merge()Zeev Suraski1999-05-291-1/+1
|
* The last fix was wrongZeev Suraski1999-05-241-4/+3
|
* Another operators fixZeev Suraski1999-05-241-0/+4
|
* boolean comparison didn't work with smaller-than and greater-than, something ↵Zeev Suraski1999-05-231-1/+1
| | | | | | | that fucked up berber's site a bit. fixed.
* Several operator fixes. Should fix the MySQL problem.Zeev Suraski1999-05-011-6/+19
|
* Arithmetics bug fixZeev Suraski1999-04-231-5/+5
|
* Zend LibraryAndi Gutmans1999-04-071-0/+1329