On Thu, 21 Nov 2002, Maxim Maletsky wrote: > maxim Thu Nov 21 15:28:11 2002 EDT > > Modified files: > /php4/ext/oci8 oci8.c > Log: > Disabled OCIPasswordChange() in safe mode. Possible security risks. > > > + /* Disalllow in Safe Mode */ > + if (PG(safe_mode)) { > + RETURN_FALSE; > + }
You should add a warning there and not fail without a reason. Derick -- --------------------------------------------------------------------------- Derick Rethans http://derickrethans.nl/ JDI Media Solutions --------------[ if you hold a unix shell to your ear, do you hear the c? ]- -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php