[PHP] PECL HTTP Extension

2008-11-13 Thread Rui Quelhas
Following the previous messages, my situation resumes in something like this. The Extension must be properly installed because the file appears in the correct path, so it must be something missing in the apache configuration file ('httpd.conf') or in the php inicialization file ('php.ini'). Could

Re: [PHP] PECL HTTP Extension

2008-11-13 Thread Thodoris
Following the previous messages, my situation resumes in something like this. The Extension must be properly installed because the file appears in the correct path, so it must be something missing in the apache configuration file ('httpd.conf') or in the php inicialization file ('php.ini').

Re: [PHP] PECL HTTP Extension

2008-11-13 Thread ceo
try the full path like so: extension=/usr/lib/php/extensions/no-debug-non-zts-20060613/http.so Wishful thinking. For reasons beyond my ken, php.ini ONLY accepts paths relative to your extensions_dir setting. I'd suggest the OP check their Apache and other error_logs for more

Re: [PHP] PECL HTTP Extension

2008-11-13 Thread Jochem Maas
[EMAIL PROTECTED] schreef: try the full path like so: extension=/usr/lib/php/extensions/no-debug-non-zts-20060613/http.so Wishful thinking. For reasons beyond my ken, php.ini ONLY accepts paths relative to your extensions_dir setting. that's funny, because very often I've been stuck in

[PHP] PECL HTTP Extension

2008-11-13 Thread Rui Quelhas
Since i'm not obtaining any kind of response from people o first answered me. I guess is better to talk through here. To my first message, Micah Gersten asked me if i've placed the extension path on 'php.ini' my answer was yes, i've tried to do that but it still wasn't loading the extension.

Re: [PHP] PECL HTTP Extension

2008-11-13 Thread Micah Gersten
Perhaps you should try the PECL list: [EMAIL PROTECTED] Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Rui Quelhas wrote: Since i'm not obtaining any kind of response from people o first answered me. I guess is better to talk through here. To my first

[PHP] PECL HTTP Extension

2008-11-12 Thread Rui Quelhas
Hi guys. I'm running PHP 5.2.6 (cli) on Mac OS X 10.5.5 and i've tried to install and configure the http pecl extension like the tutorial in your web site, i've used pecl to install it, i've also tried to compile it manually. Everything got installed correctly, there is the http.so file

Re: [PHP] PECL HTTP Extension

2008-11-12 Thread Micah Gersten
Rui Quelhas wrote: Hi guys. I'm running PHP 5.2.6 (cli) on Mac OS X 10.5.5 and i've tried to install and configure the http pecl extension like the tutorial in your web site, i've used pecl to install it, i've also tried to compile it manually. Everything got installed correctly, there is

Re: [PHP] PECL HTTP Extension

2008-11-12 Thread Jochem Maas
Rui Quelhas schreef: Hi guys. I'm running PHP 5.2.6 (cli) on Mac OS X 10.5.5 and i've tried to install and configure the http pecl extension like the tutorial in your web site, i've used pecl to install it, i've also tried to compile it manually. Everything got installed correctly, there is