]> granicus.if.org Git - php/commitdiff
Killed <?php_track_vars?>
authorZeev Suraski <zeev@php.net>
Mon, 12 Jun 2000 16:07:25 +0000 (16:07 +0000)
committerZeev Suraski <zeev@php.net>
Mon, 12 Jun 2000 16:07:25 +0000 (16:07 +0000)
NEWS
main/main.c

diff --git a/NEWS b/NEWS
index 64d544fa4d86537318cfddbbdae566c94e0a3972..0f2bccedd1df33bcf14113778e78c4f6c659bd35 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 2000, Version 4.0.1
+- Declared <?php_track_vars?> 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)
index c189f3f376b893f4edb038c1ec15d4deb906fc16..11887c199ffd73de620d9ab8538f2737283714a2 100644 (file)
@@ -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();