#
202d7dd2 |
| 29-Sep-1999 |
Andi Gutmans |
Fix leak in += with arrays |
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split |
|
#
63c15d29 |
| 23-Sep-1999 |
Andi Gutmans |
- Fix bug #2364. I haven't checked all of the conversion macros yet but there's a change there are more such bugs there. |
Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
f0a988a2 |
| 09-Sep-1999 |
Andi Gutmans |
- Fix leak when decrementing strings which actually are longs. |
#
18d11eea |
| 03-Sep-1999 |
Zeev Suraski |
Revert the IS_RESOURCE patch. It had some unintended behavior. |
#
7b083fe5 |
| 03-Sep-1999 |
Zeev Suraski |
Release resources when converting to other types (fix Thies's reported problem) |
Revision tags: php-4.0b2 |
|
#
09628fd5 |
| 26-Jul-1999 |
Zeev Suraski |
- Fixed a memory leak when using assignment-op operators with lvalue of type string (or array/object) |
Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE |
|
#
84aa8cce |
| 23-Jul-1999 |
Zeev Suraski |
* Add an API macro users can use to ensure an array member can be modifed before they modify it. * Fix a bug and remove redundant code in convert_to_long() (booleans and resources wer
* Add an API macro users can use to ensure an array member can be modifed before they modify it. * Fix a bug and remove redundant code in convert_to_long() (booleans and resources weren't changing their types
show more ...
|
Revision tags: php-4.0b1 |
|
#
bf8c6dbd |
| 20-Jul-1999 |
Andi Gutmans |
- Get rid of C++ comments |
#
8d1de13a |
| 19-Jul-1999 |
Zeev Suraski |
0.91 update |
#
b5b11177 |
| 16-Jul-1999 |
Zeev Suraski |
License update |
#
078c3ce1 |
| 14-Jul-1999 |
Andi Gutmans |
- Fix for boolean convert to number |
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP |
|
#
2a6da781 |
| 09-Jul-1999 |
Zeev Suraski |
Step 4: Move to a 7-bit counter (not fully implemented yet) |
Revision tags: BEFORE_REMOVING_GC_STEP2 |
|
#
5f62c347 |
| 09-Jul-1999 |
Zeev Suraski |
Step 2: Rename is_ref to EA |
Revision tags: BEFORE_REMOVING_GC_STEP1 |
|
#
d1899727 |
| 04-Jul-1999 |
Zeev Suraski |
Make convert_to_string() regard false as "" instead of "0" |
#
98b6ddda |
| 26-Jun-1999 |
Zeev Suraski |
* Make the memory leak reporting code much better with repeats * Remove useless variables |
#
3eac45ea |
| 22-Jun-1999 |
Zeev Suraski |
* Fix concatenation of arrays (it was PHP 3.0 style, copying zval's instead of zval *, and it wasn't using reference counting) * Fix a memory leak in static array()'s with textual indices |
#
80f1ce5e |
| 15-Jun-1999 |
Stig S. Bakken |
* added zend_binary_strcasecmp() |
#
0d560de1 |
| 11-Jun-1999 |
Zeev Suraski |
Make the concatenation operator use make_printable as well |
#
c1f75b6f |
| 10-Jun-1999 |
Zeev Suraski |
Now THAT's an annoying bug. |
#
7ed49234 |
| 09-Jun-1999 |
Andi Gutmans |
- Fix the static array() initializing |
#
9108abc2 |
| 04-Jun-1999 |
Zeev Suraski |
Minor updates (mostly __declspec() stuff) |
#
bcc1337d |
| 29-May-1999 |
Zeev Suraski |
Support overwrite mode in zend_hash_merge() |
#
e115fdc6 |
| 24-May-1999 |
Zeev Suraski |
The last fix was wrong |
#
cbcd462d |
| 24-May-1999 |
Zeev Suraski |
Another operators fix |
#
97107dc4 |
| 23-May-1999 |
Zeev Suraski |
boolean comparison didn't work with smaller-than and greater-than, something that fucked up berber's site a bit. fixed. |