[PHP-INST] Re: Upgrading from PHP 4,0,4pl1 to newer version.

2002-06-05 Thread andy
I would like to upgrade to the latest version > 4.2.1. > Will Installing the Latest version properly overwrite my previous version or > do I need to uninstall the older version Hello Isaac, I did update a while ago to another php version on windows. Worked fine for me. Andy -- ---

php-install Digest 5 Jun 2002 15:31:39 -0000 Issue 869

2002-06-05 Thread php-install-digest-help
php-install Digest 5 Jun 2002 15:31:39 - Issue 869 Topics (messages 7225 through 7226): Upgrading from PHP 4,0,4pl1 to newer version. 7225 by: Isaac Choeff 7226 by: andy Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the d

[PHP-INST] Re: Compiling PHP4.1.2 with GD - possible or not? Need help!

2002-06-05 Thread andy
first of all untar a new tarball and go into the new phpdir. Then run your configure command and pipe it into a textfile : > ./configure --with-mysql=/usr/local/mysql > --with-apxs=/usr/local/apache/bin/apxs --with-jpeg-dir=/usr/local/lib > --with-zlib-dir=/usr/local/lib --with-gd=/usr/local >

[PHP-INST] Re: Can't make PHP 4.2.1 with Apache2

2002-06-05 Thread andy
check if ./configure did successfully find the apache apxs module and the mysql module. Hope this helps, Andy -- http://www.globosapiens.net Global Travellers Network "Jon Armitage" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">new

[PHP-INST] Re: PHP and pdflib

2002-06-05 Thread andy
maybe ./configure did not find your pndflib Pipe the ./configure into a text file and check the text file for pdflib. Andy -- http://www.globosapiens.net Global Travellers Network "Brian Vogt" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 089401c208ec$

[PHP-INST] problems with function pow()

2002-06-05 Thread a3
I have a page created to do some calculating with the function pow. When I use it on the site from my employer it works fine. http://www.denb.nl/raster.php3 , when I use it on my local Linux Suse 8.0 or Windows it also works fine. When I use it at my provider http://www.adrieg.nl//files/puntver

[PHP-INST] PHP not working - below my settings - please help

2002-06-05 Thread GMC Administrator
We are running win2k server edition with iis (4 i believe) Installed php 4.2.1 Tried to install both the cgi and ISAPI module - could not get either to work I get an ocx error when installing it on the standard option I then gave all folders the iusr security rights, added the .php in the app

[PHP-INST] PHP Compile Problems with 4.2.1 and OpenUnix8

2002-06-05 Thread Samantha Savvakis
HI, I have posted this question before and had no response. I cannot compile PHP on OpenUnix 8. Have successfully installed on OpenServer 5.0.x but can't get OpenUnix to work. My configure line is this: ./configure --with-mysql=/usr/local/mysql --with-xml --with-dom --enable-tra ck-vars --with

[PHP-INST] Problem with opening a file

2002-06-05 Thread Fahad Javed
Hi, I am using PHP as a Apache module using linux. When I try to open a file it gives me the following warning in the browser Warning: fopen("/var/www/html/fjaved/temp/proxydemo.c", "r+") - Permission denied in /var/www/html/fjaved/foo.php on line 14 Any ideas suggestions etc are welcome Than

php-install Digest 6 Jun 2002 05:56:07 -0000 Issue 870

2002-06-05 Thread php-install-digest-help
php-install Digest 6 Jun 2002 05:56:07 - Issue 870 Topics (messages 7227 through 7233): Re: Compiling PHP4.1.2 with GD - possible or not? Need help! 7227 by: andy Re: Can't make PHP 4.2.1 with Apache2 7228 by: andy Re: PHP and pdflib 7229 by: andy problems with fu