Re: [PHP] upgrade php 5.2.6 -> 5.2.8 mysql problems!

2009-01-13 Thread Tom Rogers
Hi, Tuesday, January 13, 2009, 9:25:57 AM, you wrote: MM> Hello everybody, MM> I am trying to update php 5.2.6 to 5.2.8 on a test system. Somehow it MM> can not find the working mysql installation. With 5.2.6 I everything is MM> fine. MM> Here is the configure command that is pretty much the sa

Re: [PHP] upgrade php 5.2.6 -> 5.2.8 mysql problems!

2009-01-13 Thread Merlin Morgenstern
Hi there, has somebody an idea how to fix this? I do appreciate any help. Thank you in advance, Merlin Merlin Morgenstern wrote: No. The with-pdo-mysql command secures compatibility with oder databases . That workes fine. The yes in the error msg. seams to be normal in this case. I found load

Re: [PHP] upgrade php 5.2.6 -> 5.2.8 mysql problems!

2009-01-12 Thread Merlin Morgenstern
No. The with-pdo-mysql command secures compatibility with oder databases . That workes fine. The yes in the error msg. seams to be normal in this case. I found loads of such via google. e.g: http://www.rootforum.de/forum/viewtopic.php?f=158&t=35941&start=0 All point to the fact that there needs

Re: [PHP] upgrade php 5.2.6 -> 5.2.8 mysql problems!

2009-01-12 Thread Chris
Here is the configure command that is pretty much the same as in 5.2.6: So look at the differences ;) './configure' '--enable-fastcgi' '--with-mysql' '--prefix=/usr/local/php' '--with-apxs2=/usr/local/apache2/bin/apxs' '--enable-mbstring' '--with-pdo-mysql=/usr/local/mysql/' '--with-mysql-

[PHP] upgrade php 5.2.6 -> 5.2.8 mysql problems!

2009-01-12 Thread Merlin Morgenstern
Hello everybody, I am trying to update php 5.2.6 to 5.2.8 on a test system. Somehow it can not find the working mysql installation. With 5.2.6 I everything is fine. Here is the configure command that is pretty much the same as in 5.2.6: './configure' '--enable-fastcgi' '--with-mysql' '--pre

RE: [PHP] Upgrade PHP 4.3.4 to PHP 5.0.3 (Windows 2k & IIS5), I recieve a Blank Page and Session errors

2005-02-11 Thread Fabian I. Cuesta
9 de Febrero de 2005 06:01 p.m. To: Fabian I. Cuesta Cc: php-general@lists.php.net Subject: Re: [PHP] Upgrade PHP 4.3.4 to PHP 5.0.3 (Windows 2k & IIS5), I recieve a Blank Page and Session errors Fabian I. Cuesta wrote: > Hi, I'm trying to upgrade the PHP version of my dev enviroment. &

Re: [PHP] Upgrade PHP 4.3.4 to PHP 5.0.3 (Windows 2k & IIS5), I recieve a Blank Page and Session errors

2005-02-09 Thread Richard Lynch
Fabian I. Cuesta wrote: > Hi, I'm trying to upgrade the PHP version of my dev enviroment. > After installing PHP5 I've just recieve a blank page. I activated the > error > log of PHP and recieve a couple of errors like this one: > > [09-Feb-2005 13:38:20] PHP Notice: Undefined index: sitedesc in >

[PHP] Upgrade PHP 4.3.4 to PHP 5.0.3 (Windows 2k & IIS5), I recieve a Blank Page and Session errors

2005-02-09 Thread Fabian I. Cuesta
Hi, I'm trying to upgrade the PHP version of my dev enviroment. After installing PHP5 I've just recieve a blank page. I activated the error log of PHP and recieve a couple of errors like this one: [09-Feb-2005 13:38:20] PHP Notice: Undefined index: sitedesc in c:\Inetpub\wwwroot\Inpae\admin\lib\he

Re: [PHP] Upgrade PHP 4 to 5

2004-11-21 Thread Richard Davey
Hello Sandy, Sunday, November 21, 2004, 6:37:43 PM, you wrote: SK> We started a new server at work. The hosting company was SK> supposed to put PHP 5 on it, but did 4 instead. I would like to SK> upgrade it before it goes into service, but the instructions in the SK> PHP5 tarball look difficu

[PHP] Upgrade PHP 4 to 5

2004-11-21 Thread Sandy Keathley
We started a new server at work. The hosting company was supposed to put PHP 5 on it, but did 4 instead. I would like to upgrade it before it goes into service, but the instructions in the PHP5 tarball look difficult. I'm not familiar with the "emerge". The server is Linux RH9 with Apache 2

RE: [PHP] Upgrade PHP? [SOLVED]

2004-08-02 Thread Will Collins
nday, August 02, 2004 10:14 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Upgrade PHP? On Tuesday 03 August 2004 07:42, Will Collins wrote: > Won't work: > > Fatal error: Call to undefined function: imagecreatefromjpeg() > ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-m

Re: [PHP] Upgrade PHP?

2004-08-02 Thread Jason Wong
On Tuesday 03 August 2004 07:42, Will Collins wrote: > Won't work: > > Fatal error: Call to undefined function: imagecreatefromjpeg() > ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --with-gd > --with-zlib-dir=/usr/include Read manual > Image Functions to see how to get jp

RE: [PHP] Upgrade PHP?

2004-08-02 Thread Will Collins
Won't work: Fatal error: Call to undefined function: imagecreatefromjpeg() -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 4:09 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Upgrade PHP? On Tuesday 03 August 2004 03:21, Will Collins

Re: [PHP] Upgrade PHP?

2004-08-02 Thread Jason Wong
On Tuesday 03 August 2004 03:21, Will Collins wrote: > Well I uninstalled PHP, Apache, and all dependant RPMs. I compiled both > from source, and although the compile went well, I'm having problems > getting modules installed into PHP. For example, when using phpinfo(), I > am told that GD is ins

RE: [PHP] Upgrade PHP?

2004-08-02 Thread Will Collins
To test it, I used: ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --with-gd --with-zlib-dir=/usr/include -Original Message- From: bruce [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 3:39 PM To: 'Will Collins'; [EMAIL PROTECTED] Subject: RE: [PH

RE: [PHP] Upgrade PHP?

2004-08-02 Thread bruce
provide us with a copy of the attributes you used when you compiled... ie ./configure --attributeA --ldapetc... -Original Message- From: Will Collins [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 12:21 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] Upgrade PHP? Well I

RE: [PHP] Upgrade PHP?

2004-08-02 Thread Will Collins
What now, guys? Will -Original Message- From: Support [mailto:[EMAIL PROTECTED] Sent: Sunday, August 01, 2004 10:11 PM To: Will Collins; [EMAIL PROTECTED] Subject: Re: [PHP] Upgrade PHP? I've dealt with a similar problem with Mandrake. Some distros have their own idea of where t

Re: [PHP] Upgrade PHP?

2004-08-01 Thread Support
http://www.web-1hosting.net - Original Message - From: "Will Collins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 01, 2004 8:03 PM Subject: [PHP] Upgrade PHP? > I'm having problems upgrading PHP from 4.2.2 to 4.3.8 on RedHat 9. I'v

Re: [PHP] Upgrade PHP?

2004-08-01 Thread Curt Zirzow
* Thus wrote Will Collins: > I'm having problems upgrading PHP from 4.2.2 to 4.3.8 on RedHat 9. I've > tried simply making the 4.3.8 from source, but RedHat didn't use the default > PHP folder structure is seems, since there has been no change in my PHP > version. I also tried the "./configure" s

RE: [PHP] Upgrade PHP?

2004-08-01 Thread bruce
ssage- From: Will Collins [mailto:[EMAIL PROTECTED] Sent: Sunday, August 01, 2004 6:03 PM To: [EMAIL PROTECTED] Subject: [PHP] Upgrade PHP? I'm having problems upgrading PHP from 4.2.2 to 4.3.8 on RedHat 9. I've tried simply making the 4.3.8 from source, but RedHat didn

[PHP] Upgrade PHP?

2004-08-01 Thread Will Collins
I'm having problems upgrading PHP from 4.2.2 to 4.3.8 on RedHat 9. I've tried simply making the 4.3.8 from source, but RedHat didn't use the default PHP folder structure is seems, since there has been no change in my PHP version. I also tried the "./configure" string returned by 'phpinfo()' (assu