You are not logged in.
Pages: 1
Hi!
I'd like to know how could I downgrade PHP and all of its relatives packages?
I already read http://wiki.archlinux.org/index.php/Downgrade_packages and I found a 5.2.9 version of PHP but now php-apache so there's a lot of missing parts.
Is there anybody who ran into the same troubles?
Thanks a lot!
PS: I can't change the non-working code since it's web apps such as wordpress and roundcube.
Offline
Roundcube works just fine with PHP 5.3 and I am quite sure the latest wrodpress will do so, too. Don't use outdated php versions on a public server.
Offline
Roundcube works just fine with PHP 5.3 and I am quite sure the latest wrodpress will do so, too. Don't use outdated php versions on a public server.
I've downloaded latest version today, and I get a lot of deprecated functions errors :S
Did you download it from SVN or what?
Thanks!
Offline
pacman -U /var/cache/pacman/pkg/**PACKAGE**
but it seems you already saw this from the wiki...
if you don't have it in your cache perhaps a nice member can post up his package... are you on x86_64 or i686?
Offline
pacman -U /var/cache/pacman/pkg/**PACKAGE**
but it seems you already saw this from the wiki...
if you don't have it in your cache perhaps a nice member can post up his package... are you on x86_64 or i686?
For some weird reasons I don't have those packages anymore...
And yes I saw it from the wiki.
I'm on x86_64 ![]()
Last edited by tompouceuh (2009-09-28 18:28:47)
Offline
Disable the deprecated warning in php.ini. They are just warning which ask you to update your code becaused t wont work with future versions of PHP.
Offline
Disable the deprecated warning in php.ini. They are just warning which ask you to update your code becaused t wont work with future versions of PHP.
How the heck can I do this? Thanks!
Offline
error_reporting = E_ALL & ~E_DEPRECATED
Offline
Pierre wrote:Disable the deprecated warning in php.ini. They are just warning which ask you to update your code becaused t wont work with future versions of PHP.
How the heck can I do this? Thanks!
I did this and I'm still having those messages:
Deprecated: Assigning the return value of new by reference is deprecated in /srv/http/utils/roundcube/program/lib/MDB2.php on line 392 Deprecated: Assigning the return value of new by reference is deprecated in /srv/http/utils/roundcube/program/lib/MDB2.php on line 2614 Deprecated: Assigning the return value of new by reference is deprecated in /srv/http/utils/roundcube/program/lib/PEAR.php on line 563 Deprecated: Assigning the return value of new by reference is deprecated in /srv/http/utils/roundcube/program/lib/PEAR.php on line 566 DSN (write): NOT OK(MDB2 Error: connect failed)
Check it out:
http://pousli.net/mail/
Damn it! ![]()
Last edited by tompouceuh (2009-09-28 19:00:06)
Offline
tompouceuh wrote:Pierre wrote:Disable the deprecated warning in php.ini. They are just warning which ask you to update your code becaused t wont work with future versions of PHP.
How the heck can I do this? Thanks!
I did this and I'm still having those messages:
Deprecated: Assigning the return value of new by reference is deprecated in /srv/http/utils/roundcube/program/lib/MDB2.php on line 392 Deprecated: Assigning the return value of new by reference is deprecated in /srv/http/utils/roundcube/program/lib/MDB2.php on line 2614 Deprecated: Assigning the return value of new by reference is deprecated in /srv/http/utils/roundcube/program/lib/PEAR.php on line 563 Deprecated: Assigning the return value of new by reference is deprecated in /srv/http/utils/roundcube/program/lib/PEAR.php on line 566 DSN (write): NOT OK(MDB2 Error: connect failed)Check it out:
http://pousli.net/mail/Damn it!
There was functions in the code forcing to show them... So trouble "fixed".
Offline
If you still need the php 5.2 packes let me know... and if you need any others with it... post the name. I should still have them in my cache.
Offline
There was functions in the code forcing to show them... So trouble "fixed".
Can these be patched into the repo package until upstream update to be fully compatible with 5.3?
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
If you still need the php 5.2 packes let me know... and if you need any others with it... post the name. I should still have them in my cache.
it wouldn't work with the current packages that we have now in repo. the old packages have to be rebuild against libldap/postgresql
Give what you have. To someone, it may be better than you dare to think.
Offline
error_reporting = E_ALL & ~E_DEPRECATED
I've tried that, but it doesn't work. I've seen several comments about this issue...
Rollback to php 5.2.11 using this AUR package
http://aur.archlinux.org/packages.php?ID=30384 [php52]
Last edited by blitux (2009-11-19 22:47:46)
-=[ bLiTux ]=-
Offline
Pages: 1