PHP 5.5.4 has been released

Arieh

Verified User
Joined
May 27, 2008
Messages
1,236
Location
The Netherlands
PHP 5.5.4 has been released
Hi!

The PHP development team announces the immediate availability of PHP 5.5.4. This release fixes several bugs against PHP 5.5.3.

All PHP users are encouraged to upgrade to this new version.

[...]

The list of changes is recorded in the ChangeLog at:

http://www.php.net/ChangeLog-5.php#5.5.4

We would like to thank the contributors and the PHP community for making this release available.

Regards,

Julien Pauli & David Soria Parra
 
With CustomBuild 1.1, 1.2:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set php5_ver 5.5
./build php n
 
Hi,

With CustomBuild 1.1, 1.2:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set php5_ver 5.5
./build php n

Just for understanding:

Shouldn't I use 5.5.4 in this command?
Code:
./build set php5_ver 5.5

What does the "n" mean in this command?
Code:
./build php n


OFFTOPIC: Is there a manual or any doc related to the ./build script?

Thanks in advanced,

Best regards.
 
When you type ./build php, custom will install php version you have given i opstions.conf.

For change itm since you want 5.5, use to change config file for custombuild
Code:
./build set php5_ver 5.5

And the "n" means answer no for questions installation asks.
And the "d" default
And the "y" mens anser yes for questions installation asks.

n is recomended
 
Hi,



Just for understanding:

Shouldn't I use 5.5.4 in this command?
Code:
./build set php5_ver 5.5

What does the "n" mean in this command?
Code:
./build php n


OFFTOPIC: Is there a manual or any doc related to the ./build script?

Thanks in advanced,

Best regards.

No you use 5.5 5.5.4 is just the sub version of 5.5
 
Almost finished!

Hi everybody.

I've followed your instructions and during the update process I see the following:

Code:
[...]
Build complete.
[COLOR="#FF0000"]Don't forget to run 'make test'.[/COLOR]

Make Complete
Making PHP 5.5 installation compatible with php.ini file
Installing php...
Installing PHP SAPI module:       apache2handler
/var/www/build/instdso.sh SH_LIBTOOL='/var/www/build/libtool' libphp5.la /usr/lib/apache
/var/www/build/libtool --mode=install install libphp5.la /usr/lib/apache/
libtool: install: install .libs/libphp5.so /usr/lib/apache/libphp5.so
libtool: install: install .libs/libphp5.lai /usr/lib/apache/libphp5.la
[COLOR="#FF0000"]libtool: install: warning: remember to run `libtool --finish /usr/local/directadmin/custombuild/php-5.5.4/libs'
[/COLOR]chmod 755 /usr/lib/apache/libphp5.so
[activating module `php5' in /etc/httpd/conf/httpd.conf]
Installing shared extensions:     /usr/local/lib/php/extensions/no-debug-non-zts-20121212/
Installing PHP CLI binary:        /usr/local/bin/
Installing PHP CLI man page:      /usr/local/php/man/man1/
Installing PHP CGI binary:        /usr/local/bin/
Installing PHP CGI man page:      /usr/local/php/man/man1/
Installing build environment:     /usr/local/lib/php/build/
Installing header files:          /usr/local/include/php/
[...]

Do I need to run the 2 commands in red?


Best regards.
 
Updated successfully!

Hi everybody.

I've updated php to v5.5.4 successfully.

Thank you all for you help :)

Best regards!
 
With CustomBuild 1.1, 1.2:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set php5_ver 5.5
./build php n

Hi guys. Sorry to bump such an old thread, but felt it wasn't necessary to create a new one since I'm trying to do what the OP is trying. Basically I am running DirectAdmin on a server with CustomBuild 1.2. I was trying to update PHP from 5.3.x to 5.5.x but kept getting an error like below:
Code:
Wrong php5_ver value set in /usr/local/directadmin/custombuild/options.conf.

After reading this thread, I went ahead and downloaded CustomBuild 2.0 to try and resolve the issue. However even after performing the above quoted steps, I'm getting the same error as I was before about an incorrect php5_ver value. Any help would be appreciated!
 
Please post the output of:
Code:
grep php5_ver /usr/local/directadmin/custombuild/options.conf

If you'd like to upgrade to CB 2.0, you should follow the manual in http://forum.directadmin.com/showthread.php?t=44743. CB 2.0 doesn't check for php5_ver in the options.conf file, so the error you get means that upgrade was not successful. Good luck! :)
 
Back
Top