[PHP-DEV] API configuration variables From: Adam Kropielnicki (adasz <email protected>)
Date: 05/12/00

Hi

I have problem:

I want to add a configure option wich I'll be able to set in ini file and
change at runtime like error_reporting. I tried doing same things as in
error_reporting so:
- adding php_ini_entry and associated function in main.c
- adding associated global variables in php_global.h and zend_global.h
But when I change value of global variable in one script ( EG(variable)) this
change sometimes apperas in other scripts.

What do I wrong?

I'm working with PHP4RC1

Thanks for any help

-- 
         Adam
--
_/        _/  _/_/_/  -----     Adam Kropielnicki, adasz <email protected>     -----
_/  _/  _/  _/   _/         Wirtualna Polska SA   http://www.wp.pl
_/_/_/_/  _/_/_/
_/  _/  _/         --------==* Moja WP: http://moja.wp.pl *==----------

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>