Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'before-sapi-split'.before-sapi-split | SVN Migration | 1999-09-26 | 1 | -1354/+0 |
| | |||||
* | - Fix bug #2364. | Andi Gutmans | 1999-09-23 | 1 | -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 Gutmans | 1999-09-09 | 1 | -0/+1 |
| | |||||
* | Revert the IS_RESOURCE patch. It had some unintended behavior. | Zeev Suraski | 1999-09-03 | 1 | -20/+2 |
| | |||||
* | Release resources when converting to other types (fix Thies's reported problem) | Zeev Suraski | 1999-09-03 | 1 | -91/+111 |
| | |||||
* | - Fixed a memory leak when using assignment-op operators with lvalue of type | Zeev Suraski | 1999-07-26 | 1 | -38/+45 |
| | | | | | string (or array/object) | ||||
* | * Add an API macro users can use to ensure an array member can be modifed | Zeev Suraski | 1999-07-23 | 1 | -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++ comments | Andi Gutmans | 1999-07-20 | 1 | -1/+0 |
| | |||||
* | 0.91 update | Zeev Suraski | 1999-07-19 | 1 | -2/+2 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -4/+8 |
| | |||||
* | - Fix for boolean convert to number | Andi Gutmans | 1999-07-14 | 1 | -0/+4 |
| | |||||
* | Step 4: | Zeev Suraski | 1999-07-09 | 1 | -2/+1 |
| | | | | | Move to a 7-bit counter (not fully implemented yet) | ||||
* | Step 2: | Zeev Suraski | 1999-07-09 | 1 | -1/+1 |
| | | | | | Rename is_ref to EA | ||||
* | Make convert_to_string() regard false as "" instead of "0" | Zeev Suraski | 1999-07-04 | 1 | -2/+7 |
| | |||||
* | * Make the memory leak reporting code much better with repeats | Zeev Suraski | 1999-06-26 | 1 | -1/+0 |
| | | | | | * Remove useless variables | ||||
* | * Fix concatenation of arrays (it was PHP 3.0 style, copying zval's instead | Zeev Suraski | 1999-06-22 | 1 | -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. Bakken | 1999-06-15 | 1 | -0/+24 |
| | |||||
* | Make the concatenation operator use make_printable as well | Zeev Suraski | 1999-06-11 | 1 | -44/+13 |
| | |||||
* | Now THAT's an annoying bug. | Zeev Suraski | 1999-06-10 | 1 | -1/+1 |
| | |||||
* | - Fix the static array() initializing | Andi Gutmans | 1999-06-09 | 1 | -2/+2 |
| | |||||
* | Minor updates (mostly __declspec() stuff) | Zeev Suraski | 1999-06-04 | 1 | -2/+2 |
| | |||||
* | Support overwrite mode in zend_hash_merge() | Zeev Suraski | 1999-05-29 | 1 | -1/+1 |
| | |||||
* | The last fix was wrong | Zeev Suraski | 1999-05-24 | 1 | -4/+3 |
| | |||||
* | Another operators fix | Zeev Suraski | 1999-05-24 | 1 | -0/+4 |
| | |||||
* | boolean comparison didn't work with smaller-than and greater-than, something ↵ | Zeev Suraski | 1999-05-23 | 1 | -1/+1 |
| | | | | | | | that fucked up berber's site a bit. fixed. | ||||
* | Several operator fixes. Should fix the MySQL problem. | Zeev Suraski | 1999-05-01 | 1 | -6/+19 |
| | |||||
* | Arithmetics bug fix | Zeev Suraski | 1999-04-23 | 1 | -5/+5 |
| | |||||
* | Zend Library | Andi Gutmans | 1999-04-07 | 1 | -0/+1329 |