From: SourceForge.net <no...@so...> - 2011-09-27 11:53:29
|
Feature Requests item #3028285, was opened at 2010-07-12 03:24 Message generated for change (Comment added) made by capodaca You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&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: None Group: None Status: Open Priority: 5 Private: No Submitted By: Katalonian (katalonian) Assigned to: Franky Van Liedekerke (liedekef) Summary: Replace ereg_* functions (because they are deprecated) 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: cfxa (capodaca) Date: 2011-09-27 07:53 Message: Any news on when an update will be coming out for the deprecate and ensuing issues that have cropped up as a result of php upgrading? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2011-07-30 17:45 Message: Dku8xZ <a href="http://vqrbytdupxbc.com/">vqrbytdupxbc</a>, [url=http://ngghevsggljl.com/]ngghevsggljl[/url], [link=http://apabtdtcdedo.com/]apabtdtcdedo[/link], http://anfywixtemys.com/ ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2011-06-22 19:04 Message: UcxRMc <a href="http://fdvcgxibltwm.com/">fdvcgxibltwm</a>, [url=http://aztifdbjvbyy.com/]aztifdbjvbyy[/url], [link=http://txiutkpojqoa.com/]txiutkpojqoa[/link], http://bxcarhvwtgxn.com/ ---------------------------------------------------------------------- Comment By: bishop (bishopb) Date: 2011-02-09 15:31 Message: E_DEPRECATED is a distinct notice class about a potential /future/ problems. There are no problems with ereg in versions up through PHP 6 (where ereg_* is totally gone). Users of PHP 5.3 should set the error_reporting level correctly on production servers (set ~E_DEPRECATED), or if that is not possible, manually prepend an @ in front of all ereg_ calls where they exist. Since this is a notice about potential /future/ problems, it will be fixed in a /future/ version of phpESP. ---------------------------------------------------------------------- Comment By: MC () Date: 2011-02-09 10:37 Message: It is a real issue, as there are lines of what users see as error codes above the form they fill out, so they don't fill out the form. ---------------------------------------------------------------------- Comment By: Franky Van Liedekerke (liedekef) Date: 2010-07-12 04: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=358956&aid=3028285&group_id=8956 |