ilto:rquadl...@gmail.com]
> Sent: Friday, June 24, 2011 5:38 PM
> To: a...@ashleysheridan.co.uk
> Cc: Andy McKenzie; php-general@lists.php.net
> Subject: Re: [PHP] Upgrade or Die?
>
> On 24 June 2011 19:39, Ashley Sheridan wrote:
>> On Fri, 2011-06-24 at 13:38 -0400, And
Subject: Re: [PHP] Upgrade or Die?
On 24 June 2011 19:39, Ashley Sheridan wrote:
> On Fri, 2011-06-24 at 13:38 -0400, Andy McKenzie wrote:
>
>> On Fri, Jun 24, 2011 at 1:30 PM, wrote:
>> > Chrome. Enough said. Now, if we can only convince the rest of the world ...
>>
rld ...
>
>
> > Original Message
> >From:
> >To: php-general@lists.php.net
> >Sent: Fri, Jun 24, 2011, 1:17 PM
> >Subject: [PHP] Upgrade or Die?
> >
> >In shifting gears to a faster pace of development and release, Mozilla has
> >opted t
On 24 June 2011 19:39, Ashley Sheridan wrote:
> On Fri, 2011-06-24 at 13:38 -0400, Andy McKenzie wrote:
>
>> On Fri, Jun 24, 2011 at 1:30 PM, wrote:
>> > Chrome. Enough said. Now, if we can only convince the rest of the world ...
>> >
>>
>> Ugh. I can't stand Chrome. Of course, I gave up on Fi
On 11-06-24 01:16 PM, ad...@buskirkgraphics.com wrote:
In shifting gears to a faster pace of development and release, Mozilla has
opted to abandon security support for Firefox 4 immediately upon the release
of version 5, which came out this week.
This could be a risky move, since many users negl
On Fri, 2011-06-24 at 13:38 -0400, Andy McKenzie wrote:
> On Fri, Jun 24, 2011 at 1:30 PM, wrote:
> > Chrome. Enough said. Now, if we can only convince the rest of the world ...
> >
>
> Ugh. I can't stand Chrome. Of course, I gave up on Firefox years ago
> and went back to Opera, so it doesn'
On Fri, Jun 24, 2011 at 1:30 PM, wrote:
> Chrome. Enough said. Now, if we can only convince the rest of the world ...
>
Ugh. I can't stand Chrome. Of course, I gave up on Firefox years ago
and went back to Opera, so it doesn't bother me when Firefox does
something weird like this...
-Andy
--
Chrome. Enough said. Now, if we can only convince the rest of the world ...
> Original Message
>From:
>To: php-general@lists.php.net
>Sent: Fri, Jun 24, 2011, 1:17 PM
>Subject: [PHP] Upgrade or Die?
>
>In shifting gears to a faster pace of development and release,
That is indeed frustrating. I upgraded to FF 4 a month ago or so, and it's
been nothing but a hassle. Out of frustration, I switched to Chrome, and I
haven't looked back.
On Fri, Jun 24, 2011 at 10:16 AM, wrote:
> In shifting gears to a faster pace of development and release, Mozilla has
> opte
In shifting gears to a faster pace of development and release, Mozilla has
opted to abandon security support for Firefox 4 immediately upon the release
of version 5, which came out this week.
This could be a risky move, since many users neglect to update their
browsers immediately for various rea
Folks,
I upgraded from PHP 5.2.6 to 5.3.1 on my test machine. Pretty easy, just
installed FastCGI for IIS6, installed PHP 5.3.1 and entered the .php ext
stuff into IIS6.
Now I tried it on my production box. No go. Although the web extension
"FastCGI Handler" can be enabled with no problems, PHP d
On Thu, Sep 10, 2009 at 2:51 AM, madunix wrote:
> how can i upgrade my php4 to php5?
>
> [r...@intra /]# uname -a
> Linux intra 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 i686
> i386 GNU/Linux
> /usr/local/apache/bin/apachectl stop
> cd /downloads/
> cd php-4.4.3
> ./configure --with-ap
how can i upgrade my php4 to php5?
[r...@intra /]# uname -a
Linux intra 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 i686
i386 GNU/Linux
/usr/local/apache/bin/apachectl stop
cd /downloads/
cd php-4.4.3
./configure --with-apxs2=/usr/local/apache/bin/apxs
--with-mysql=/usr/local/mysql --wit
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
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
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
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-
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
On Tue, 2008-01-22 at 16:47 -0500, Tom Ray [Lists] wrote:
>
> >
> This is how I setup mysql:
> #upgrades: cd mysql
> tar -zxf mysql-version-x.tar.gz
> cp -R * /usr/local/mysql
> cd /usr/local/mysql
> chown -R mysql:mysql *
> scripts/mysql_install_db --user=mysql
> /usr/local/mysql/bin/mysqld_sa
Robert Cummings wrote:
On Tue, 2008-01-22 at 12:42 -0500, Tom Ray [Lists] wrote:
Robert Cummings wrote:
On Mon, 2008-01-21 at 18:01 -0500, Tom Ray [Lists] wrote:
Hey-
I'm trying to install PHP5 with mysql support and I keep running into
the same problem over and over again.
On Tue, 2008-01-22 at 12:42 -0500, Tom Ray [Lists] wrote:
> Robert Cummings wrote:
> > On Mon, 2008-01-21 at 18:01 -0500, Tom Ray [Lists] wrote:
> >
> >> Hey-
> >>
> >> I'm trying to install PHP5 with mysql support and I keep running into
> >> the same problem over and over again. I run the co
Robert Cummings wrote:
On Mon, 2008-01-21 at 18:01 -0500, Tom Ray [Lists] wrote:
Hey-
I'm trying to install PHP5 with mysql support and I keep running into
the same problem over and over again. I run the configuration with this:
--with-mysql=/usr/local/mysql and without fail I get this eve
On Mon, 2008-01-21 at 18:01 -0500, Tom Ray [Lists] wrote:
> Hey-
>
> I'm trying to install PHP5 with mysql support and I keep running into
> the same problem over and over again. I run the configuration with this:
> --with-mysql=/usr/local/mysql and without fail I get this every time:
>
> ext/m
Chris wrote:
Tom Ray [Lists] wrote:
Chris wrote:
Tom Ray [Lists] wrote:
Hey-
I'm trying to install PHP5 with mysql support and I keep running
into the same problem over and over again. I run the configuration
with this: --with-mysql=/usr/local/mysql and without fail I get
this every time:
Tom Ray [Lists] wrote:
Chris wrote:
Tom Ray [Lists] wrote:
Hey-
I'm trying to install PHP5 with mysql support and I keep running into
the same problem over and over again. I run the configuration with
this: --with-mysql=/usr/local/mysql and without fail I get this every
time:
ext/mysql/ph
Chris wrote:
Tom Ray [Lists] wrote:
Hey-
I'm trying to install PHP5 with mysql support and I keep running into
the same problem over and over again. I run the configuration with
this: --with-mysql=/usr/local/mysql and without fail I get this every
time:
ext/mysql/php_mysql.o: In function `
Tom Ray [Lists] wrote:
Hey-
I'm trying to install PHP5 with mysql support and I keep running into
the same problem over and over again. I run the configuration with this:
--with-mysql=/usr/local/mysql and without fail I get this every time:
ext/mysql/php_mysql.o: In function `zif_mysql_creat
Hey-
I'm trying to install PHP5 with mysql support and I keep running into
the same problem over and over again. I run the configuration with this:
--with-mysql=/usr/local/mysql and without fail I get this every time:
ext/mysql/php_mysql.o: In function `zif_mysql_create_db':
/home/tech/upgrad
Richard Lynch wrote:
> On Thu, December 20, 2007 11:37 am, afan pasalic wrote:
>> The hosting company I have one account (and several Add Domains)
>> upgraded php on the server from 4.4.7 to 5.2.5. After the upgrade I
>> start getting the error message:
>> Fatal error: Allowed memory size of 83886
On Thu, December 20, 2007 11:37 am, afan pasalic wrote:
> The hosting company I have one account (and several Add Domains)
> upgraded php on the server from 4.4.7 to 5.2.5. After the upgrade I
> start getting the error message:
> Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
came up. Just
want to know why happened, what caused the error.
-afan
>
>
>
> --
> Stephen Johnson c | eh
> The Lone Coder
>
> http://www.thelonecoder.com
> continuing the struggle against bad code
>
> http://www.thumbnailresume.com
> --
>
>
>
>
&g
Richard Lynch wrote:
> On Thu, December 20, 2007 11:37 am, afan pasalic wrote:
>> The hosting company I have one account (and several Add Domains)
>> upgraded php on the server from 4.4.7 to 5.2.5. After the upgrade I
>> start getting the error message:
>> Fatal error: Allowed memory size of 83886
//www.thelonecoder.com
continuing the struggle against bad code
http://www.thumbnailresume.com
--
> From: afan pasalic <[EMAIL PROTECTED]>
> Date: Thu, 20 Dec 2007 12:37:07 -0500
> To: php-general
> Subject: [PHP] Why I sart getting "Fatal error: Allowed memory size...&q
The hosting company I have one account (and several Add Domains)
upgraded php on the server from 4.4.7 to 5.2.5. After the upgrade I
start getting the error message:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
allocate 122880 bytes) in...
on domains they use Gallery2 or ar
On 9/21/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
>
> Ps. I used references so PHP4 wouldn't create copies at every
> function call :)
i noticed the previously posted php4 code was doing a lot of copy
operations.
perhaps thats the only reason the code is actually working under 4 and the
On Fri, 2007-09-21 at 16:18 +0100, Ben wrote:
> It really depends on your situation.
> We are an ISP hosting lots of website. Upgrading from 4 to 5 means a lot of
> sites will have trouble.
> Personally I have some problem of upgrading from 4 to 5.
>
> The below codes work on 4:
>
> include("
Ben wrote:
It really depends on your situation.
We are an ISP hosting lots of website. Upgrading from 4 to 5 means a lot of
sites will have trouble.
Personally I have some problem of upgrading from 4 to 5.
The below codes work on 4:
include("DB/DataObjects.php");
$pro = DB_DataObject::facto
It really depends on your situation.
We are an ISP hosting lots of website. Upgrading from 4 to 5 means a lot of
sites will have trouble.
Personally I have some problem of upgrading from 4 to 5.
The below codes work on 4:
include("DB/DataObjects.php");
$pro = DB_DataObject::factory('Product')
2007. 09. 21, péntek keltezéssel 08.16-kor Ed Curtis ezt írta:
> I'm currently running Debian Woody with PHP 4.1.2 installed by default.
> It's really stable and I like it alot. Would I run into any problems
> upgrading it to say 4.3.0. There are some functions I need in it that
> 4.1.2 doesn't
I'm currently running Debian Woody with PHP 4.1.2 installed by default.
It's really stable and I like it alot. Would I run into any problems
upgrading it to say 4.3.0. There are some functions I need in it that
4.1.2 doesn't have. I'm not ready to make the jump to PHP5 yet. I've
tried it on a t
I'm migrating my company to PHP 5 (from PHP4) now. I've played with PHP6 a
while ago and the only thing I can remember about it is that it obsoletes a
not so few functions and has a stricter coding rules.
--
itoctopus - http://www.itoctopus.com
"Davi" <[EMAIL PROTECTED]> wrote in message
news:[EMA
On 3/28/07, Travis Doherty <[EMAIL PROTECTED]> wrote:
Tijnema ! wrote:
> On 3/28/07, Davi <[EMAIL PROTECTED]> wrote:
>
>>
>> Hi all.
>>
>> I've reading on some sites [1,2] that PHP 6 is comming soon...
>>
>> What should I do?
>> Migrate my server and apps to PHP 5 now and, later to PHP 6, or wai
Tijnema ! wrote:
> On 3/28/07, Davi <[EMAIL PROTECTED]> wrote:
>
>>
>> Hi all.
>>
>> I've reading on some sites [1,2] that PHP 6 is comming soon...
>>
>> What should I do?
>> Migrate my server and apps to PHP 5 now and, later to PHP 6, or wait
>> some more
>> time and migrate all to PHP 6?
>>
>> T
On 3/28/07, Davi <[EMAIL PROTECTED]> wrote:
Hi all.
I've reading on some sites [1,2] that PHP 6 is comming soon...
What should I do?
Migrate my server and apps to PHP 5 now and, later to PHP 6, or wait some more
time and migrate all to PHP 6?
TIA
I think you should migrate to PHP5 now, as i
Hi all.
I've reading on some sites [1,2] that PHP 6 is comming soon...
What should I do?
Migrate my server and apps to PHP 5 now and, later to PHP 6, or wait some more
time and migrate all to PHP 6?
TIA
--
Davi Vidal
[EMAIL PROTECTED]
[EMAIL PROTECTED]
--
Agora com fortune:
"The main thing
Dave M G a écrit :
PHP List,
My hosting service allows me enough access to do things like handle my
own upgrades and full administrative access. Usually, because I am
more of a web designer than an server administrator, I get their
support staff to manage upgrades and installations.
However
PHP List,
My hosting service allows me enough access to do things like handle my
own upgrades and full administrative access. Usually, because I am more
of a web designer than an server administrator, I get their support
staff to manage upgrades and installations.
However, that does cost mon
I've understood, it's Windows.
If you added root php directory to Path environment variable it sometimes
does not take effect until you restart Windows. (???May be it's cached
somewhere?)
And don't forget to change in php.ini Extension Directory to ./ext or where
all extension dll's are placed.
T
Beauford wrote:
Hi,
I just upgraded to PHP 5.1.4 and now none of my sites will connect to MySQL.
I keep getting the error:
Fatal error: Call to undefined function mysql_connect()
I enabled php_mysql.dll in php.ini as one article suggested, but still no
go.
Firstly does the php_mysql.dll fil
Hi,
I just upgraded to PHP 5.1.4 and now none of my sites will connect to MySQL.
I keep getting the error:
Fatal error: Call to undefined function mysql_connect()
I enabled php_mysql.dll in php.ini as one article suggested, but still no
go.
Any suggestions?
Thanks
Beauford
--
PHP General M
On 05.03.2006 at 20:34:20, Eric Butera <[EMAIL PROTECTED]> wrote:
> >
> > Ok so I can't find apxs on the server at all, even though the
> 4.3.4phpinfo
> > claims to have been configured with
> --with-apxs2=/usr/sbin/apxs2-prefork.
> > I did
> > some search via google and I reconfigured using --ena
Tom Ray wrote:
Ok so I can't find apxs on the server at all, even though the 4.3.4 phpinfo
claims to have been configured with --with-apxs2=/usr/sbin/apxs2-prefork. I did
some search via google and I reconfigured using --enable-cli and --disable-cgi
but I still had to use --with-apache2=/usr/sbi
Ok so I can't find apxs on the server at all, even though the 4.3.4phpinfo
claims to have been configured with --with-apxs2=/usr/sbin/apxs2-prefork.
I did
some search via google and I reconfigured using --enable-cli and
--disable-cgi
but I still had to use --with-apache2=/usr/sbin/httpd2 because
On 05.03.2006 at 16:46:21, Eric Butera <[EMAIL PROTECTED]> wrote:
> On 5/3/06, Tom Ray <[EMAIL PROTECTED]> wrote:
> >
> > Hey all-
> >
> > I'm running a SuSE 9.1 box that was built from the RPMs from the CD with
> > Apache2.0 and PHP 4.3.4. I've made modifications to the server over the
> > last
>
On 05.03.2006 at 16:46:21, Eric Butera <[EMAIL PROTECTED]> wrote:
> On 5/3/06, Tom Ray <[EMAIL PROTECTED]> wrote:
> >
> > Hey all-
> >
> > I'm running a SuSE 9.1 box that was built from the RPMs from the CD with
> > Apache2.0 and PHP 4.3.4. I've made modifications to the server over the
> > last
>
On 5/3/06, Tom Ray <[EMAIL PROTECTED]> wrote:
Hey all-
I'm running a SuSE 9.1 box that was built from the RPMs from the CD with
Apache2.0 and PHP 4.3.4. I've made modifications to the server over the
last
year without using the CD's and justing installing from the source.
However, I
just instal
Hey all-
I'm running a SuSE 9.1 box that was built from the RPMs from the CD with
Apache2.0 and PHP 4.3.4. I've made modifications to the server over the last
year without using the CD's and justing installing from the source. However, I
just installed PHP 4.4.2 and I used all the same path calls
Hi there,
I just tried to upgrade to the newest 4.x version from 4.3.11.
No trying to start apache I do get following error message:
Starting apache/usr/local/apache/bin/httpd: relocation error:
.//usr/local/lib/php/extensions/debug-non-zts-20020429/upload_progress_meter.so:
undefined symbol:
Nicolas Verhaeghe wrote:
Can't help. They basically tell you you are on your own.
http://us2.php.net/manual/en/install.php
--
By-Tor.com
...it's all about the Rush
http://www.by-tor.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Can't help. They basically tell you you are on your own.
-Original Message-
From: Gerry Danen [mailto:[EMAIL PROTECTED]
Sent: Sunday, February 26, 2006 12:15 PM
To: Nicolas Verhaeghe
Cc: PHP General (E-mail)
Subject: Re: [PHP] PHP upgrade on Go Daddy virtual server
Have you
Have you tried GoDaddy support?
On 2/25/06, Nicolas Verhaeghe <[EMAIL PROTECTED]> wrote:
>
> Has anybody heard (or done it himself) how to upgrade PHP on a Go Daddy
> virtual server?
>
> Current version is 4.3.11 and I'd like to upgrade to 5.1.2.
>
> All I know is that this server is a Red Hat Fed
Has anybody heard (or done it himself) how to upgrade PHP on a Go Daddy
virtual server?
Current version is 4.3.11 and I'd like to upgrade to 5.1.2.
All I know is that this server is a Red Hat Fedora 2.
I have SSH access and root as well.
Thanks for your help!
--
PHP General Mailing List (http
I upgraded to 4.4.2, the Windows binary. When I run phpinfo, the title
says PHP Version 4.4.1-pl1 (my previous version). However, under
apache2handler, though, it says:
Apache/2.0.55 (Win32) mod_ssl/2.0.55 OpenSSL/0.9.8a PHP/4.4.2
(I run php as an Apache module on my home PC.)
Is there someth
-general@lists.php.net
Subject: [PHP] FreeBSD php upgrade oddity - can't load dynamic libraries
I'm running FreeBSD 5.2.1, and last night I cvsupped to the latest
ports.
This afternoon, I proceeded to upgrade PHP from 5.0.1 to 5.0.3.
But I kept getting these errors when restarting apac
I'm running FreeBSD 5.2.1, and last night I cvsupped to the latest
ports.
This afternoon, I proceeded to upgrade PHP from 5.0.1 to 5.0.3.
But I kept getting these errors when restarting apache that it could not
find various shared libraries in /usr/local/lib/php/20041030
I see that I'm supposed to
n finally move on to *WHY* I needed the PHP upgrade in the first
place, to upgrade other software packages that wouldn't budge without it.
Aren't dependencies fun?
Thanks to all who responded.
"Vidyut Luther" wrote in message news:[EMAIL PROTECTED]
> If you installed PHP
If you installed PHP from the Redhat RPMs, you may want to see if the
fedoralegacy project has a newer RPM for your distribution.
Otherwise, you're somewhat on your own. What I would do is, run phpinfo,
it will output the configure options used to build PHP, copy those and then
run them on your 4.3
"Mikey" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> > Does PHP 4.3.10 have any specific dependencies that might not
> > be found on a RH Linux 7.1 server currently running PHP 4.0.6?
>
> Do you think you could be more descriptive with your problem? What is
> currently failing wh
> Does PHP 4.3.10 have any specific dependencies that might not
> be found on a RH Linux 7.1 server currently running PHP 4.0.6?
Do you think you could be more descriptive with your problem? What is
currently failing when you try to build PHP? Have you looked at the
configure command as shown b
Does PHP 4.3.10 have any specific dependencies that might not be found on a
RH Linux 7.1 server currently running PHP 4.0.6?
Please reply to news group only.
P.S. Very disappointed that this newsgroup does not allow posting with
anonymous email addresses. The *INSTANT* I receive my first piece of
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.
&
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
>
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
On Fri, 3 Dec 2004 15:56:26 -0500, Jerry Swanson <[EMAIL PROTECTED]> wrote:
> How to upgrade PHP 4.3.2 to new version? OS is Linux(Fedora Core 2).
http://www.php.net/manual/en/install.unix.php
--
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/
--
PHP General
How to upgrade PHP 4.3.2 to new version? OS is Linux(Fedora Core 2).
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
* Thus wrote [EMAIL PROTECTED]:
> Anyone have any good advice for an upgrade strategy from php4.3.6 to
> php5.0.1? I have a MAC OSX 10.3.5 system that I use for my test machine and
> an Open BSD system for my production machine. The production machine is
> also semi-managed hosting system (virtua
On Sat, 2004-09-11 at 22:43, Tim Best wrote:
> :-P duh...
>
> Wasn't sure if php4 code would run under php5.
>
> >From the sounds of your response, I guess it will process 4.3.x code...
For the most part you should get very few errors. You will probably get
a lot of warnings, but they will pro
:-P duh...
Wasn't sure if php4 code would run under php5.
>From the sounds of your response, I guess it will process 4.3.x code...
/T
on 9/11/04 18:47, Robert Cummings at [EMAIL PROTECTED] wrote:
> On Sat, 2004-09-11 at 19:35, [EMAIL PROTECTED] wrote:
>> Anyone have any good advice for an u
On Sat, 2004-09-11 at 19:35, [EMAIL PROTECTED] wrote:
> Anyone have any good advice for an upgrade strategy from php4.3.6 to
> php5.0.1? I have a MAC OSX 10.3.5 system that I use for my test machine and
> an Open BSD system for my production machine. The production machine is
> also semi-managed
Anyone have any good advice for an upgrade strategy from php4.3.6 to
php5.0.1? I have a MAC OSX 10.3.5 system that I use for my test machine and
an Open BSD system for my production machine. The production machine is
also semi-managed hosting system (virtual server). Can I expect my current
4.3.
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
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
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
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
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
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
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
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
* 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
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
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
[EMAIL PROTECTED] wrote:
Phew!
However, While reading about php upgrades, I've got the impression that
version 5, will not support MySQL by default...
Does that mean that I'll have to ensure my hosts install an extra module,
or worse case senario, I'll have to re-write all my pages, to take new
nto effect...
I' know I'm sounding liek a worried mother hen, but I can't seem to find
confirmation on line?!?!
Ho hum, nearly Friday eh?
"John W. Holmes" <[EMAIL PROTECTED]>
15/07/2004 17:40
To
[EMAIL PROTECTED]
cc
[EMAIL PROTECTED]
Subject
Re: [PHP] PHP upgr
[EMAIL PROTECTED] wrote:
This email is sent to inform you that we'll upgrade the PHP version on
your
server to the latest stable version 4.3.8 within the next hour.
=
Are there any issues that I need to panic about...?
Don't worry about, I'm sure you will have any problem as it only f
[EMAIL PROTECTED] wrote:
I've just got this mail from my host...
=
Dear customer,
This email is sent to inform you that we'll upgrade the PHP version on
your
server to the latest stable version 4.3.8 within the next hour.
=
Are there any issues that I need to panic about..
I've just got this mail from my host...
=
Dear customer,
This email is sent to inform you that we'll upgrade the PHP version on
your
server to the latest stable version 4.3.8 within the next hour.
=
Are there any issues that I need to panic about...?
I'm off to google now
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Friday 09 Apr 2004 02:15, Wikie wrote:
> How to upgrade php form version 4.2.2 to 4.3.5??
> Thanks
Why, that depends. ;) If your using a distro-based OS (say Red Hat Linux)
fetch the RPM's using up2date (or download them from ftp.redhat.com). It
How to upgrade php form version 4.2.2 to 4.3.5??
Thanks
1 - 100 of 155 matches
Mail list logo