[PHP-INST] Hi which PEAR !

2001-10-12 Thread Danny Appaiah
Hi Guys, I have installed PHP 4.0.6 It has three PEAR directories ... i,e.. 1) /usr/share/php/all pear files ... 2) /usr/local/lib/php/all pear files ... 3) /usr/local/lib/php4/pear/all pear files ... Which is the one i am to supposed to use for include_path in php.ini file ... s

[PHP-INST] php4 + mod_perl problems, I think I'm going to go insane, please help!

2001-10-12 Thread Christopher M. Jones
Argh, I can't get php4 to get along with mod_perl! Everytime I run a mod_perl enabled httpd and load the php4 module the server dies. It will not serve *anything*, including static content. All the server processes seg fault and I end up with something like so in the error log: [Fri Oct 12 22:1

[PHP-INST] imap support

2001-10-12 Thread Shaun
I installed PHP, MySQL, and Apache from the Slackware 8.0 distribution. The standard pkg install for PHP does not include imap function support. Can anyone tell me how to create an imap.so to have php.ini load it as an extension? Thanks -- PHP Install Mailing List (http://www.php.net/) To un

php-install Digest 12 Oct 2001 20:44:53 -0000 Issue 503

2001-10-12 Thread php-install-digest-help
php-install Digest 12 Oct 2001 20:44:53 - Issue 503 Topics (messages 4611 through 4616): Re: PHP problem with self-made web server 4611 by: Paul Gardiner 4613 by: Peter Jukel 4615 by: Peter Jukel PHP + IMAP + FreeBSD (Jailed) 4612 by: Jeremy Johnston Re: ca

[PHP-INST] CGI Error.The specified CGI program misbehaved by not returning a complete set of HTTP headers

2001-10-12 Thread Jon Anunson
Just installed php 4.0.6 on IIS 5.0, Win2kServer did the manual config. - regedit to file types executing at command line PHP works - (c:\php\php.exe c:\inetpub\wwwroot\intranet\test.php returns the correct output Tried mapping in IIS files to c:/php/php.exe %s %s and without %s Tried giving diff

Re: [PHP-INST] PHP problem with self-made web server

2001-10-12 Thread Peter Jukel
<> Paul, this doesn't work. I get the same output. << Run php -h to list the help for other options. >> Neither does this. Is this for Linux or Windows? I have tried using /q instead, but it still doesn't work. Is there any documentation on this? Regards Peter -- PHP Install Mailing

[PHP-INST] Re: cannot run php within html

2001-10-12 Thread Carlos Augusto Abarca
Nothing is wrong, the only problem is that your html server is configured to interpret files with a php or maybe even php4 extension as php files, so if you post an html file (with extension htm or html) the server will not "know" what to do with the PHP code. In this case just name your html fil

Re: [PHP-INST] PHP problem with self-made web server

2001-10-12 Thread Peter Jukel
<> Thanks, Paul. I'll give it a try. Regards Peter -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-INST] PHP + IMAP + FreeBSD (Jailed)

2001-10-12 Thread Jeremy Johnston
Hello, Has anyone had problems using the IMAP functions to access a POP3 from a FreeBSD Jailed machine?? It seems not be able to access the POP3 server. As I have been told Jailed machines cannot use raw sockets. Could that be the origin of the problem?? Jeremy Johnston __

Re: [PHP-INST] PHP problem with self-made web server

2001-10-12 Thread Paul Gardiner
Use php -q test.php Run php -h to list the help for other options. Regards, - Paul - - Original Message - From: "Peter Jukel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 12, 2001 5:41 AM Subject: [PHP-INST] PHP problem with self-made web server > Hi > > I need to

php-install Digest 12 Oct 2001 08:22:39 -0000 Issue 502

2001-10-12 Thread php-install-digest-help
php-install Digest 12 Oct 2001 08:22:39 - Issue 502 Topics (messages 4604 through 4610): groupadd 4604 by: Julius Barber (La Prensa) Re: Need help with NSAPI on Solaris - crashes serv er - fixed 4605 by: Sloey, James libc.so.25.2 4606 by: ryan 4607 by:

Re: [PHP-INST] cannot run php within html

2001-10-12 Thread Paul Gardiner
Hi Roger, "Roger Pang" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have written the following html called "test.html" in /var/www/html > directory : > > > phpinfo() > ?> > > > > When I access this html with a browser, nothing displayed. However, when