From: SourceForge.net <no...@so...> - 2010-07-12 08:09:00
|
Bugs item #3028285, was opened at 2010-07-12 09:24 Message generated for change (Comment added) made by liedekef You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=3028285&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Admin Group: 2.1.4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Katalonian (katalonian) >Assigned to: Franky Van Liedekerke (liedekef) Summary: Deprecated Error Initial Comment: I get an error in test.php : phpESP Settings * Loading phpESP.ini.php ... Deprecated: Function ereg() is deprecated in D:\xampp\htdocs\adiu\phpESP\admin\include\lib\espauth.inc on line 13 Deprecated: Function ereg() is deprecated in D:\xampp\htdocs\adiu\phpESP\admin\include\lib\espauth.inc on line 16 Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\adiu\phpESP\admin\include\lib\adodb\adodb-xmlschema03.inc.php on line 404 Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\adiu\phpESP\admin\include\lib\adodb\adodb-xmlschema03.inc.php on line 416 And get error lines in header of manage.php (but all working) Deprecated: Function ereg() is deprecated in D:\xampp\htdocs\adiu\phpESP\admin\include\lib\espauth.inc on line 13 Deprecated: Function ereg() is deprecated in D:\xampp\htdocs\adiu\phpESP\admin\include\lib\espauth.inc on line 16 Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\adiu\phpESP\admin\include\lib\adodb\adodb-xmlschema03.inc.php on line 404 Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\adiu\phpESP\admin\include\lib\adodb\adodb-xmlschema03.inc.php on line 416 Deprecated: Function ereg_replace() is deprecated in D:\xampp\htdocs\adiu\phpESP\admin\include\funcs.inc on line 35 Deprecated: Function ereg() is deprecated in D:\xampp\htdocs\adiu\phpESP\admin\include\funcs.inc on line 36 Deprecated: Function ereg_replace() is deprecated in D:\xampp\htdocs\adiu\phpESP\admin\include\funcs.inc on line 35 Deprecated: Function ereg() is deprecated in D:\xampp\htdocs\adiu\phpESP\admin\include\funcs.inc on line 36 ---------------------------------------------------------------------- >Comment By: Franky Van Liedekerke (liedekef) Date: 2010-07-12 10:08 Message: Correct, it seems ereg() functions are deprecated as from php 5.3. Although for now they still work, so it is not a real issue. But I will replace all ereg calls by preg calls asap. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=3028285&group_id=8956 |