Martin Tsachev wrote:
> I compiled PHP 4.2 with MySQL support but it can't connect to the
> database, it was working OK with PHP 4.1.2. I then tried to use the full
> path to the MySQL client( if for some reason the packed client is
> outdated?) but it didn't work neither. When I build PHP 4.1.2
hi,
i need gd library support so i download the source tarball from
http://www.boutall.com/gd and compiled it no errors so far but when i try
to rebuild php like this
cd /usr/local/php
./configure --with-gd=/usr/local/gd\
--with-mysql=/usr/local/mysql\
--with-apxs2=/usr/local/apache2/bin/apxs\
I am trying to install php with apache 1.3
The steps I followed are:
1. Unpack the zip file for 4.2.1. This unpacked to directory
c:\php-4.21-Win32
2. Rename directory to c:\php
3. Copy php4ts.dll to C:\windows\system
4. Copy php4apache.dll to c:\windows\system
5. Edit the php.ini file
ยท Copy p
I just replied to qmail list, but anyway,
You are having problem with a little exit/die behavior.
Look for it and change it to "return" (or return numeric 0
e.g. exit(0);)
Then your script would work properly.
(I'm still guessing since you provide no error message nor
code)
--
Yasuo Ohgaki
Ced
php-install Digest 25 May 2002 08:36:33 - Issue 852
Topics (messages 7098 through 7100):
Readline Problem
7098 by: Peter Stoehr
installing php4 with xitami
7099 by: Ryan Galloway
7100 by: Phil Driscoll
Administrivia:
To subscribe to the digest, e-mail:
[EM
On Saturday 25 May 2002 12:47 am, Ryan Galloway wrote:
> I'm sure some of you have seen this error. Does this have to do with
> permissions on my machine? I tried the help link but didn't get much out
> of it. Should I change this line in my php.ini tag from 1 to 0?
Yes!
Cheers
--
Phil Drisco