On Thu, 3 Oct 2002, Sascha Schumann wrote:

> > No, but I wonder how you would like to implement this. Globals are
> > put into the corresponding arrays before the script runs...
> 
>     The session module reads register_globals as well.

Makes sense then. But do you know you can set ini setting in the test 
scripts too, like this:

--TEST--
Check for exif_read_data, Unicode user comment
--INI--
output_handler =
zlib.output_compression = Off
exif.decode_unicode_motorola=UCS-2BE
exif.encode_unicode=ISO-8859-15
--FILE--


I think this should suffice and this also avoids the mis-generation on 
documentation on ini_set("register_globals") (the documentaition is 
generated based on the INI_ constants in the source.

Derick

--

---------------------------------------------------------------------------
 Derick Rethans                                   http://derickrethans.nl/ 
 JDI Media Solutions
--------------[ if you hold a unix shell to your ear, do you hear the c? ]-


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to