#
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
|
#
b5b11177 |
| 16-Jul-1999 |
Zeev Suraski |
License update
|
#
cccd2445 |
| 10-Jul-1999 |
Zeev Suraski |
Get rid of AiCount completely
|
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)
|
#
6ec1acbe |
| 09-Jul-1999 |
Zeev Suraski |
Phase 3: Use a single bit to mark IS_REF variables
|
Revision tags: BEFORE_REMOVING_GC_STEP2 |
|
#
81d901b1 |
| 09-Jul-1999 |
Zeev Suraski |
Step 1 in nuking the garbage collector: - Change the hash destructor to return int - Don't kill the bucket on hash_destroy if the destructor returns 0
|