Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1 |
|
#
eadaf3eb |
| 12-May-2001 |
Andi Gutmans |
- Remove check for ht == NULL in copy_ctor. If ht is NULL at this point then we are better off crashing and fixing the bug that caused it. |
Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
d3625c0a |
| 27-Feb-2001 |
Andi Gutmans |
- Nuke zval_del_ref() |
#
d2c9e807 |
| 26-Feb-2001 |
Andi Gutmans |
- Update copyright year |
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3, php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
13b67621 |
| 31-May-2000 |
Zeev Suraski |
Fix a bug in static initializers/default values/class member variables that contained array values |
Revision tags: php-4.0.0, php-4.0RC2 |
|
#
fa7c418b |
| 26-Apr-2000 |
Zeev Suraski |
Fix - forgot to split away if refcount>1 |
#
80486c95 |
| 21-Apr-2000 |
Thies C. Arntzen |
export zval_add-ref and zvale_del_ref |
Revision tags: PHP-4.0-RC1 |
|
#
5dba4774 |
| 25-Mar-2000 |
Zeev Suraski |
- Some header dependencies cleanup - Generalize zval_print() and zval_print_r() |
#
5e55e47f |
| 06-Mar-2000 |
Zeev Suraski |
It's official now... |
#
33a564c9 |
| 25-Feb-2000 |
Zeev Suraski |
Use the fast cache here too |
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
0ac9536d |
| 19-Feb-2000 |
Zeev Suraski |
(c) patch |
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
9f51f154 |
| 05-Feb-2000 |
Zeev Suraski |
- Stop passing list/plist to internal functions - Add a typedef for the pCopyConstructor function pointer - Minor hacks |
#
19d978d1 |
| 17-Jan-2000 |
Zeev Suraski |
Get rid of the IsPointer functionality in the hash. |
#
62114c18 |
| 17-Jan-2000 |
Zeev Suraski |
Destructors no longer return ints, the low level problem it was intended to solve is long gone now... |
Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH |
|
#
bdefd5da |
| 04-Jan-2000 |
Andi Gutmans |
- Change IS_UNSET -> IS_NULL |
#
f2d703e9 |
| 31-Dec-1999 |
Zeev Suraski |
- Nuke undefined_variable_string - Introduce IS_UNSET |
Revision tags: PRE_ISSET_TYPE |
|
#
80e20b5f |
| 29-Dec-1999 |
Zeev Suraski |
- Change var_reset() to set bool(0) instead of string("") Authors should go over their code and change it to use var_reset() instead of manually setting it to string(""), in case they're
- Change var_reset() to set bool(0) instead of string("") Authors should go over their code and change it to use var_reset() instead of manually setting it to string(""), in case they're interested in the false value.
show more ...
|
#
b7a5b3c3 |
| 27-Dec-1999 |
Zeev Suraski |
- Generalize the fast cache mechanism - Add the HashTable struct to the fast cache mechanism |
#
62b2087a |
| 24-Dec-1999 |
Andi Gutmans |
- Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend use them. |
#
80bab9d9 |
| 21-Dec-1999 |
Andrei Zmievski |
We're using ZVAL's now. |
Revision tags: PRE_LIBZEND_TO_ZEND, PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH, ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
f3524445 |
| 07-Oct-1999 |
Thies C. Arntzen |
added zval_del_ref() function |
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
69fa5199 |
| 03-Sep-1999 |
Zeev Suraski |
Let $GLOBALS actually work... |
#
81e0131b |
| 28-Aug-1999 |
Zeev Suraski |
*** empty log message *** |
#
cda27ae9 |
| 28-Aug-1999 |
Zeev Suraski |
Beef up debug macros |
#
aa8b27ba |
| 27-Aug-1999 |
Zeev Suraski |
Better debug macros |
Revision tags: php-4.0b2, BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1 |
|
#
8d1de13a |
| 19-Jul-1999 |
Zeev Suraski |
0.91 update |