[PHP-INST] problems with httpd.conf and LoadModule php

2002-08-25 Thread Luis E. Collado T.
Hi, i have a problem: when i add the line: LoadModule php4_module modules/libphp4.soto httpd.conf file, apache web server not start. may you help me? Thanks

[PHP-INST] Installing PHP 4.2.2 on MacOS X

2002-08-25 Thread Dan McCullough
I keep getting an error on my MacOS X server. I have Apache 2.0 and MySQL installed without a problem. I get to the end of running the installer and it says there is an error. Making this problem worse is the error message flashes to fast to actually see what it is, and there is no log file.

[PHP-INST] Re: Mac Os X - Where is php.ini file?

2002-08-25 Thread Markus Boehmer
Roland Swingler schrieb: > Hi > > Small problem ... have installed php on Mac OSx following the instructions on >macosx.org (binary install) but I cannot find the php.ini file. > > The phpinfo test file claims it is in /usr/local/lib, but when I go into the shell >to look for it, there is no l

[PHP-INST] Mac Os X - Where is php.ini file?

2002-08-25 Thread Roland Swingler
Hi Small problem ... have installed php on Mac OSx following the instructions on macosx.org (binary install) but I cannot find the php.ini file. The phpinfo test file claims it is in /usr/local/lib, but when I go into the shell to look for it, there is no lib directory in /usr/local/ Where is

[PHP-INST] PHP 4.1.2 and Oracle 9.2 and solaris 8

2002-08-25 Thread Markus Boehmer
Hi Everyone, I always get erros, when I try to get PHP with oracle 9.2 running. The LD_LIBRARY_PATH is set, ORACLE_HOME ist set, the rights on the files are set correctly and I mae a link in the $ORACLE_HOME/lib directory with the name of the old oracle librarys to the new libraries. But when

[PHP-INST] Re: win xp, apache 2.40, and php4.2.2

2002-08-25 Thread arch
This seems to be a recurring problem. Going to http://snaps.php.net/win32 and downloading the most recent stable version (php4-win32-STABLE-latest.zip) will provide the necessary php4apache2.dll file. I haven't tried apache 2.0.40 with php4.2.2, but had the same problem with 2.0.39 and 4.2.1. Rep

php-install Digest 25 Aug 2002 12:19:46 -0000 Issue 993

2002-08-25 Thread php-install-digest-help
php-install Digest 25 Aug 2002 12:19:46 - Issue 993 Topics (messages 8204 through 8209): unable to compile php4.2.2 with apache 2.0 8204 by: Luis E. Collado T. 8205 by: William Nyden 8208 by: Laurent Larquère Re: win xp, apache 2.40, and php4.2.2 8206 by: Ti

[PHP-INST] browser bug?

2002-08-25 Thread arch
Hi, I'm running PHP 4.2.1 as a module of Apache 2.0.39 on XP. Everything works fine, except in the case of certain output from my scripts, which a certain browser--which shall remain anonymous (but it's initials are IE6)--can't seem to handle, and responds by having the browser equivalent of an e

Re: [PHP-INST] unable to compile php4.2.2 with apache 2.0

2002-08-25 Thread Laurent Larquère
This question has been often answered ... If you have no time or dont want to use 4.3-dev, you can just insert a NULL as third parameter of the two calls to ap_register_input_filter and ap_register_output_filter lines 534 and 535 of /../php-4.2.2/sapi/apache2filter/sapi_apache2.c [ Due to a