Re: [PHP] dl() problem

2003-09-05 Thread Curt Zirzow
have you just enable any module you want (especially a custom one) because you can override a lot of security issues within a php module. > - Original Message - > From: "Curt Zirzow" <[EMAIL PROTECTED]> > Sent: Friday, September 05, 2003 11:16 PM > Subject: Re: [

Re: [PHP] dl() problem

2003-09-05 Thread Curt Zirzow
* Thus wrote Alex ([EMAIL PROTECTED]): > Hello.. > > Is there a way of setting the extension_dir by not modifying php.ini ? > > i've tried with > > ini_set("extension_dir","/home/alexcos/www/phps"); > > then , i've tried setting the extension_dir in a .htaccess file.. > still , the same result

[PHP] dl() problem

2003-09-05 Thread Alex
Hello.. Is there a way of setting the extension_dir by not modifying php.ini ? i've tried with ini_set("extension_dir","/home/alexcos/www/phps"); dl("first_module.so"); Warning: Unable to load dynamic library '/usr/lib/php4/first_module.so' then , i've tried setting the extension_dir in a .

[PHP] dl() problem

2002-06-21 Thread adelpfephp
hi I am a new php user. I am working on linux. I have developped a c++ component who interact with MYSQL. I have compiled it onto .SO object. who can I use my methods With PHP. the dl() function return some worning. please help. -- PHP General Mailing List (http://www.php.net/) To unsubscribe,