History log of /PHP-5.5/Zend/zend_variables.c (Results 76 – 94 of 94)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


Revision tags: BEFORE_REMOVING_GC_STEP1, BEFORE_PHP4_APACHE_MODULE_CHANGE, BEFORE_STACK_PATCH, CLOSED_BETA
# 573b4602 07-Apr-1999 Andi Gutmans

Zend Library


1234