From: Zeev Suraski Date: Mon, 12 Jun 2000 16:07:25 +0000 (+0000) Subject: Killed X-Git-Tag: php-4.0.1RC~255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5be482030e72b3976cc4014d1943e646c1af0a81;p=php Killed --- diff --git a/NEWS b/NEWS index 64d544fa4d..0f2bccedd1 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.1 +- Declared officially dead. It didn't work in PHP 4.0.0 + either, but now it's gone for good (Zeev) - Make convert_cyr_string() binary safe and stop it from corrupting other PHP variables. (Andi) - Added functions array_unique, array_intersect and array_diff (Stig Venaas) diff --git a/main/main.c b/main/main.c index c189f3f376..11887c199f 100644 --- a/main/main.c +++ b/main/main.c @@ -558,12 +558,6 @@ static int php_get_ini_entry_for_zend(char *name, uint name_length, zval *conten static void php_message_handler_for_zend(long message, void *data) { switch (message) { - case ZMSG_ENABLE_TRACK_VARS: { - PLS_FETCH(); - - PG(track_vars) = 1; - } - break; case ZMSG_FAILED_INCLUDE_FOPEN: { PLS_FETCH();