| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | - Wrong fix | Zeev Suraski | 2000-03-22 | 1 | -3/+3 | |
| | | ||||||
| * | - Only free when result != op1 | Zeev Suraski | 2000-03-22 | 1 | -3/+3 | |
| | | ||||||
| * | - Seems to be a problem here with the return value not being set | Andi Gutmans | 2000-03-10 | 1 | -0/+3 | |
| | | ||||||
| * | It's official now... | Zeev Suraski | 2000-03-06 | 1 | -3/+3 | |
| | | ||||||
| * | now | Thies C. Arntzen | 2000-03-01 | 1 | -2/+2 | |
| | | ||||||
| * | Fix comparisons of "inf"=="inf" and "-inf"=="-inf" | Zeev Suraski | 2000-02-26 | 1 | -0/+6 | |
| | | | | | | @- Comparing the string "inf" with "inf" returned false - fixed (Zeev) | |||||
| * | (c) patch | Zeev Suraski | 2000-02-19 | 1 | -1/+1 | |
| | | ||||||
| * | Generalize macros | Zeev Suraski | 2000-02-19 | 1 | -1/+1 | |
| | | ||||||
| * | Make (array) false == array() and not array(false) | Zeev Suraski | 2000-02-13 | 1 | -0/+9 | |
| | | ||||||
| * | Fix declaration | Zeev Suraski | 2000-02-08 | 1 | -1/+1 | |
| | | ||||||
| * | Fix up the patch. | Andrei Zmievski | 2000-02-08 | 1 | -1/+1 | |
| | | ||||||
| * | Patches from Walter for strncmp() stuff. | Andrei Zmievski | 2000-02-08 | 1 | -1/+17 | |
| | | ||||||
| * | - Implement declare() with declarables framework | Zeev Suraski | 2000-01-24 | 1 | -12/+21 | |
| | | | | | | - Implement ticks - Germany&Norway - 5 points! | |||||
| * | - Rename IS_BC to FLAG_IS_BC. We will probably nuke it. | Andi Gutmans | 2000-01-04 | 1 | -5/+5 | |
| | | ||||||
| * | - Change IS_UNSET -> IS_NULL | Andi Gutmans | 2000-01-04 | 1 | -13/+13 | |
| | | ||||||
| * | # There is no functions/ directory in PHP4. | Joey Smith | 2000-01-03 | 1 | -1/+3 | |
| | | | | | | | @ number.h comes from ext/bcmath, not functions/ number.h comes from ext/bcmath, not functions/ | |||||
| * | - Fix compare_function() for IS_UNSET | Andi Gutmans | 2000-01-03 | 1 | -1/+2 | |
| | | ||||||
| * | - IS_NULL should be 0 when converted to a long although I don't think it | Andi Gutmans | 2000-01-01 | 1 | -0/+1 | |
| | | | | | | really should be documented. | |||||
| * | Fix buglet | Zeev Suraski | 2000-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | - Nuke undefined_variable_string | Zeev Suraski | 1999-12-31 | 1 | -15/+43 | |
| | | | | | | - Introduce IS_UNSET | |||||
| * | - Generalize the fast cache mechanism | Zeev Suraski | 1999-12-27 | 1 | -3/+3 | |
| | | | | | | - Add the HashTable struct to the fast cache mechanism | |||||
| * | Introduce a zval-specific cache - 5-15% speed improvement | Zeev Suraski | 1999-12-26 | 1 | -0/+1 | |
| | | ||||||
| * | Change ALLOC_ZVAL() semantics | Zeev Suraski | 1999-12-26 | 1 | -1/+2 | |
| | | ||||||
| * | - Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend use | Andi Gutmans | 1999-12-24 | 1 | -1/+1 | |
| | | | | | | them. | |||||
| * | We're using ZVAL's now. | Andrei Zmievski | 1999-12-21 | 1 | -2/+2 | |
| | | ||||||
| * | fixed is_identicat_function() | Thies C. Arntzen | 1999-10-19 | 1 | -2/+2 | |
| | | ||||||
| * | - Fix is_identical function | Andi Gutmans | 1999-10-19 | 1 | -10/+27 | |
| | | ||||||
| * | - Preliminary submit of Thie's patch. Will fix the rest on Windows | Andi Gutmans | 1999-10-19 | 1 | -0/+19 | |
| | | | | | | as this was added on UNIX with patch. Changed IS_SAME -> IS_IDENTICAL | |||||
| * | unstatic'fy is_numeric_string() | Andrei Zmievski | 1999-10-15 | 1 | -3/+1 | |
| | | ||||||
| * | Fix leak in += with arrays | Andi Gutmans | 1999-09-29 | 1 | -3/+10 | |
| | | ||||||
| * | - 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 | |
| | | ||||||
