|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 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)
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();