Author Topic: Warning: 4images and PHP 5.3  (Read 9248 times)

0 Members and 1 Guest are viewing this topic.

Offline nl2dav

  • Pre-Newbie
  • Posts: 7
    • View Profile
Warning: 4images and PHP 5.3
« on: September 28, 2009, 12:40:46 AM »
The ereg, eregi, ereg_replace and eregi_replace functions which are frequently used in the code of 4images became deprecated in PHP 5. 3;

Quote
Deprecated: Function ereg() is deprecated

Code update is required.        

If you want to fix it yourself;

http://devthought.com/tumble/2009/06/fix-ereg-is-deprecated-errors-in-php-53/


edit; what the. . .   Link censoring?? Why?  :|
« Last Edit: September 28, 2009, 01:13:30 AM by V@no »

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Warning: 4images and PHP 5.3
« Reply #1 on: September 28, 2009, 01:13:09 AM »
http://www.4homepages.de/forum/index.php?topic=25868.msg141076#msg141076

There are more then just ereg needs to be changed. It will be fixed in v1.7.8.

edit; what the. . .   Link censoring?? Why?  :|
you can thank for this the spammers...
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline nl2dav

  • Pre-Newbie
  • Posts: 7
    • View Profile
Re: Warning: 4images and PHP 5.3
« Reply #2 on: September 28, 2009, 07:07:51 PM »
OK, just better to turn E_STRICT errors off and wait for 1. 7. 8  :mrgreen: