|
From: SourceForge.net <no...@so...> - 2009-09-24 14:40:20
|
Bugs item #2865763, was opened at 2009-09-24 09:40 Message generated for change (Tracker Item Submitted) made by jacksonje You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=418980&aid=2865763&group_id=37132 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 Resolution: None Priority: 5 Private: No Submitted By: Jason Jackson (jacksonje) Assigned to: Nobody/Anonymous (nobody) Summary: Deprecated use of posix regex based split in adodb driver Initial Comment: I received a Deprecated error on login using phppgadmin 4.2.2 in a php5.3 install. The page continued to load but the error below was displayed. Deprecated: Function split() is deprecated in /srv/http/phppgadmin/libraries/adodb/drivers/adodb-postgres64.inc.php on line 663 A unified diff is attached changing the use of split() to explode() at the appropriate location. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=418980&aid=2865763&group_id=37132 |