PHP 5.4.14 and PHP 5.3.24 released!

explosive

Verified User
Joined
Dec 29, 2010
Messages
181
Location
PL/EU
11-Apr-2013

The PHP development team announces the immediate availability of PHP 5.4.14 and PHP 5.3.24. These releases fix about 10 bugs aswell as upgrading the bundled PCRE library. All users of PHP are encouraged to upgrade to PHP 5.4.14.

http://php.net/index.php#id2013-04-11-1
 
I just upgraded on 4 servers from 5.3.23 to 5.3.24 via custombuild 1.2.

All went well except for some warnings I got on the end on 1 server:
PHP Warning: popen() has been disabled for security reasons in phar:///usr/local/directadmin/custombuild/php-5.3.24/pear/install-pear-nozlib.phar/OS/Guess.php on line 242
PHP Warning: fgets() expects parameter 1 to be resource, null given in phar:///usr/local/directadmin/custombuild/php-5.3.24/pear/install-pear-nozlib.phar/OS/Guess.php on line 243
PHP Warning: pclose() expects parameter 1 to be resource, null given in phar:///usr/local/directadmin/custombuild/php-5.3.24/pear/install-pear-nozlib.phar/OS/Guess.php on line 252
Since they are warnings, is there something wrong or can I just ignore them? And then I mean warning 2 and 3. I understand the first warning and I'm ok with that.
 
/usr/local/lib/php.ini

search the linne " disable_functions "
and remove pclose
 
Back
Top