EMAIL PROTECTED]
Subject: Re: [PHP-DB] PHP versions - Development server & live server...
Seems that ur optimizing and encrypting extensions are not loaded properly.
That's what it means.
Okay, It might mean that you're old PHP's PHP.ini is still there and
the new one is using
Okay, installed 4.3.9 fine - however, I am getting an error at the bottom of
my PHP pages - this has been happening for a few days now:
Failed loading C:\Program Files\php4\turck-mmcache\mmcache.dll Failed
loading C:\Program Files\php4\Zend\lib\ZendOptimizer.dll
Any ideas? I have mySQL 4.0.13 i
Hello,
PHP 5 has some serious changes compared to 4.x
This might be a good start: http://www.php.net/manual/en/faq.migration5.php
For OO programming issues read those:
php 4: http://www.php.net/manual/en/language.oop.php
php 5: http://www.php.net/manual/en/language.oop5.php
According to php.ne
On Wed, 2004-10-13 at 22:06 +0100, Peter Borcherds wrote:
> Hi Robby,
>
> Thanks for the swift reply! Okay, so it should be fine to install the 4.3.9
> version then - okay...now I assume I should hold-off on the 5.0.2 release
> then...?
Peter,
Yes, if you build PHP5 code, it's very possible it
: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] PHP versions - Development server & live server...
Shouldn't cause any major issue. 4.3.x changes are typically bug fixes.
So, if anything, you'll see a bug on the live servers that was fixed in
your version, but most bugs are not so easy to pr
On Wed, 2004-10-13 at 21:04 +0100, Peter Borcherds wrote:
> Hi all,
>
> First of all, apologies if this is posted more than once...I'm having
> trouble with my newsreader!!
>
> I am running Win XP Pro as my development machine - at present I have PHP
> 4.3.4 installed on this machine. My questi