
Op 16-11-10 14:47, Sofie Van Landeghem schreef:
Sorry I had to:
Java for the win!
Amen! But try and write a complete website in java/jsp and you'll go and run screaming to PHP. T.
Michiel Van Bel wrote:
Avoid PHP references wherever possible. That's my advise :-)
Frederik Delaere wrote:
he means that the BOGAS staff is deprecated and that you will be replaced by the next update
Lieven Sterck wrote:
can somebody comment on this?
L.
-------- Original Message -------- Subject: BOGAS: Deprecated: Assigning the return value of new by reference Date: Wed, 10 Nov 2010 18:08:30 +0300 From: Alexander Osypov<aosypov@gmail.com> To: Lieven Sterck<lieven.sterck@psb.vib-ugent.be>
Dear Lieven,
After I installed Bogas on my new system on the notebook, it issued many commentaries looking like this: "Deprecated: Assigning the return value of new by reference is deprecated in<filename>" After googling I've found that it's because in the current last version of php the construction like $something =& new Something_else(); with the ampersand is deprecated. And the cake (and some Bogas staff) is full of them. adding "& ~E_DEPRECATED" to "error_reporting(E_ALL)" helps the situation now: error_reporting(E_ALL& ~E_DEPRECATED); but beware of it - it may be not in the future. Think of fixing it in your code and switching to a new Cake.
Yours truly, ao
P.S. how about the full Bogas file to make a direct link to a locus page?
-- ================================================================== Thomas Van Parys Tel:+32 (0)9 331 36 95 fax:+32 (0)9 3313809 VIB Department of Plant Systems Biology, Ghent University Technologiepark 927, 9052 Gent, BELGIUM thomas.vanparys@psb.vib-ugent.be http://bioinformatics.psb.ugent.be ==================================================================