|
From: SourceForge.net <no...@so...> - 2009-10-29 15:23:13
|
Bugs item #2865730, was opened at 2009-09-24 15:53 Message generated for change (Settings changed) made by ioguix You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=418980&aid=2865730&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: Pending >Resolution: Accepted Priority: 5 Private: No Submitted By: Jason Jackson (jacksonje) >Assigned to: Guillaume `ioguix` de Rorthais (ioguix) Summary: Deprecated error connecting to phppgadmin under php 5.3 Initial Comment: When trying to connect to a phppgadmin 4.2.2 installation on a server with php 5.3 I immediately get the following error: Deprecated: Assigning the return value of new by reference is deprecated in /srv/http/phppgadmin/classes/Misc.php on line 342 It is not possible to use phppgadmin at all in this situation. I have set the the ~E_DEPRECATED flag in the php.ini for error types, but this does not change the result. ---------------------------------------------------------------------- >Comment By: Guillaume `ioguix` de Rorthais (ioguix) Date: 2009-10-29 16:23 Message: I just pushed the fix in our GIT repository. Unfortunatly, I don't have a php 5.3 test environnement yet. So I just looked for reference assignements with new. Please, report any other deprecated error, thanks. While waiting for the next release, you can download our current dev version here : http://github.com/xzilla/phppgadmin/ ---------------------------------------------------------------------- Comment By: Jason Jackson (jacksonje) Date: 2009-09-24 16:32 Message: I have added a unified diff to patch the file as appropriate. With this change I am able to connect. ---------------------------------------------------------------------- Comment By: Jason Jackson (jacksonje) Date: 2009-09-24 15:59 Message: Going to the reported line of the error and removing the & from =& fixes the issue. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=418980&aid=2865730&group_id=37132 |