Hi, looking at the phpinfo() of the new installed version of php5.4 I see the following features that were included in 5.3 are now missing: While have been added: May we know something about reasons for these changes? Of course native driver for mysql is welcome, but I think I will miss mailparse and memcache. In case we need them, should we install an our own version of PHP 5.4 or is it possible that you will consider to restore them? asked 11 Mar '12, 06:24 robertotra |
We are currently working on adding those again. PHP 5.4 was released recently and each extension needs to be built and tested on three different platforms, before we deploy them. Update: ionCube Loader hasn't been released for PHP5.4 yet so we won't be able to update it. Update again: These extension have been out for a few weeks.
Great. Thank you very much. I can migrate to 5.4 without worries then, because I plan to use memcached in the future (hoping that my website will need it :-)
(11 Mar '12, 07:16)
robertotra
1
The memcache module should be deployed in the next few days. The others won't be far behind either.
(11 Mar '12, 07:23)
iliasr ♦♦
Just curious on if there's an updated timeline. Thanks :)
(20 Mar '12, 15:51)
SethKinast
Any updates on uploadprogress being added? Getting this error on a PHP 5.4 app: PHP Startup: Unable to load dynamic library '/home/euantorano/php54-exts/uploadprogress.so' - /home/euantorano/php54-exts/uploadprogress.so: cannot open shared object file: No such file or directory
(15 Aug '12, 13:30)
euantorano
uploadprogress is already available on your server. The problem is that you have an invalid symlink in your local extension directory. Try running the following commands to fix it:
Hope that helps!
(15 Aug '12, 16:56)
seanf
|