php 5.1.0

hostpc.com

Verified User
Joined
Aug 2, 2003
Messages
1,178
Location
Schenectady, NY
The PHP development team is proud to announce the release of PHP 5.1.0.
Some of the key features of PHP 5.1.0 include:

* A complete rewrite of date handling code, with improved timezone support.
* Significant performance improvements compared to PHP 5.0.X.
* PDO extension is now enabled by default.
* Over 30 new functions in various extensions and built-in functionality.
* Bundled libraries, PCRE and SQLite upgraded to latest versions.
* Over 400 various bug fixes.
* PEAR upgraded to version 1.4.5

In addition to new features, this release includes a number of important security fixes and we recommend that all users of PHP 5.0 and early adopters of PHP 5.1 betas upgrade to this release as soon as possible. The complete details about all of the changes can be found in the PHP 5 ChangeLog and an upgrading guide is available as well.
 
hackerpitbull said:
Tnx, updated :)
works fine with zend optimizer.

No it doesn't.
Code:
service httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd: PHP Warning:  Zend Optimizer does not support this version of PHP - please upgrade to the latest version of Zend Optimizer in Unknown on line 0
                                                           [  OK  ]
 
directuser said:
No it doesn't.
Code:
service httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd: PHP Warning:  Zend Optimizer does not support this version of PHP - please upgrade to the latest version of Zend Optimizer in Unknown on line 0
                                                           [  OK  ]
Update your Zend Optimizer, and remove the old zend optimizer lines from php.ini
 
CrazyLane,
PHP is based on the Zend engine, however the Zend optimizer/decoder are not built in by default.
 
You are correct of course! I guess according to ZEND's site they don't have an update for 5.1.1.
 
After upgrading php squirrel mail started having errors and I could not use imap from outlook etc..

I did this:

rm -f /usr/sbin/imapd
cd /usr/local/directadmin/scripts
./imapd.sh

I found it here:


http://help.directadmin.com/item.php?id=18


Since last post I have installed zend optimizer and everything still works.
 
I wonder how Dovecot reacts to this... it might get complicated to fix all the things that are interrelated with Dovecot installed :p

Or maybe it all just works straight-out-of-the-box :-D
 
Back
Top