RE: [PHP] php extension problem

2004-12-01 Thread Zareef Ahmed
>Hi folks, >well, I hope you can help me out. I have a Windows XP machine running >Apache 2.x and Php 5.x. So far, everything works fine. I have placed >the php5ts.dll file in my System32 directory, kopied the php.ini file >in the Windows root directory and loaded the apache module for php5. So

[PHP] php extension problem

2004-11-30 Thread php
Hi folks, well, I hope you can help me out. I have a Windows XP machine running Apache 2.x and Php 5.x. So far, everything works fine. I have placed the php5ts.dll file in my System32 directory, kopied the php.ini file in the Windows root directory and loaded the apache module for php5. So far, t

Re: [PHP] php extension problem

2004-10-25 Thread Pierre Ancelot
fixed. i downloaded the source from php.net and it works now... the previous source i had came from apt system. maybe the source is patched ? if i'm not the only one to have had this problem, let me know, i'll mail the debian maintener thanks, On Monday 25 October 2004 19:19, Pierre Ancelot w

[PHP] php extension problem

2004-10-25 Thread Pierre Ancelot
Hi ! I am having some trouble creating a php extension. as show in the documentation i did a ./ext_skel --extname=mymodule which created the directory mymodule i edited the config.m4 file to tune it to something very basic : PHP_ARG_WITH(mymodule, for mymodule support, [ --with-mymodule

Re: [PHP] Extension problem

2004-04-05 Thread Kim Steinhaug
In other words you could say that if youd like the HTML files to be parsed as PHP files you would need to change the mapping on the server, eg. AddType application/x-httpd-php .php AddType application/x-httpd-php .html the second line would tell apache to run html files as php files. You could

Re: [PHP] Extension problem

2004-04-05 Thread Duncan Hill
On Monday 05 April 2004 10:37, Enrico Comini wrote: > I use php without problem, but my file is processed by php only if the > extension is .php , why ? > If I have for example a index.html with " file is not parsed by php and I have to rename in index.php > Thanks, Enrico Apache (and other webser

[PHP] Extension problem

2004-04-05 Thread Enrico Comini
I use php without problem, but my file is processed by php only if the extension is .php , why ? If I have for example a index.html with "

[PHP] php extension problem

2002-07-29 Thread p . williams
We've successfully installed and run PHP 4.0.6. However when we add an extension for win9x printing we get the message "PHP Warning: Unable to load dynamic library 'c:\php\extensions/php_printer.dll' a device attached to the system is not functioning". The php.ini file has extension_dir=c:\php\ex

RE: [PHP] extension problem

2002-07-04 Thread joakim . andersson
You probably shoul start here: http://www.php.net/manual/en/zend.php /Joakim > -Original Message- > From: adelpfephp [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 04, 2002 4:34 PM > To: php-france; [EMAIL PROTECTED] > Subject: [PHP] extension problem > > &

[PHP] extension problem

2002-07-04 Thread adelpfephp
Hi all I am working with php on linux. I want to create dynamic library and use it in php. For example: I have to built this #include char* aa(){ return "true"; } I succeed to compile this into a dynamic library x.so. When I try to call this from php I get Cannot load x.so. may be n

[PHP] extension problem

2002-07-04 Thread adelpfephp
hi I have an extension problem. i have wrote this exemple #include... char* xx(){ return "true"; } it's a simple example. I have compiled it into .SO dynamic library. when I try to load it into PHP i get this message cannot include .(may be not php extension). CAN YOU HELP ME PLEASE.

[PHP] extension problem

2002-06-24 Thread adelphp
hi all i am working on php and i have problem with extensions. when I try to include a library , I am getting this message : unable to load dynamic library c:\php\extentions\sablotron.dll - one of the library files needed to run this application cannot be found. What should I do. please help. th

[PHP] extension problem

2002-06-24 Thread adelphp
hi all i am working on php and i have problem with extensions. when I try to include a library , I am getting this message : unable to load dynamic library c:\php\extentions\sablotron.dll - one of the library files needed to run this application cannot be found. What should I do. please help. th

[PHP] extension problem

2002-06-24 Thread adelphp
hi all i am working on php and i have problem with extensions. when I try to include a library , I am getting this message : unable to load dynamic library c:\php\extentions\sablotron.dll - one of the library files needed to run this application cannot be found. What should I do. please help. th

[PHP] extension problem

2002-06-24 Thread adelphp
hi all i am working on php and i have problem with extensions. when I try to include a library , I am getting this message : unable to load dynamic library c:\php\extentions\sablotron.dll - one of the library files needed to run this application cannot be found. What should I do. please help. th