Closed GoogleCodeExporter closed 9 years ago
Hi Daniel:
What version of PHP you are using?
Aldrin
Original comment by Aldrin.Baroi@gmail.com
on 4 Jan 2012 at 8:07
Original comment by Aldrin.Baroi@gmail.com
on 4 Jan 2012 at 8:08
Okay, got the PHP version from the discussion page (PHP 5.3.2)
Two issues identified for PHP 5.3.0 - 5.3.2:
1) For "SetupDatabase" class, "setupDatabase" method is being treated as a
contructor. See: http://php.net/releases/5_3_3.php
2) Fully qualified class names are being treated diffrently compared to PHP >=
5.3.3
Need to find a happy medium, otherwise would have to create separate release
line.
Original comment by Aldrin.Baroi@gmail.com
on 5 Jan 2012 at 6:59
Changed "SetupDatabase" class name to "DatabaseSetup" to eliminate conflict
with default constructor for PHP 5.3.0 - 5.3.2.
Removed backslash prefix from fully qualified classnames. It seems to working
for both PHP 5.3.2 & PHP version >= 5.3.3.
Need to run more tests.
Original comment by Aldrin.Baroi@gmail.com
on 5 Jan 2012 at 7:40
Fixed.
Original comment by Aldrin.Baroi@gmail.com
on 7 Jan 2012 at 8:06
Hello,
great! It works very fine without any errors.
Original comment by daniel@dseichter.de
on 7 Jan 2012 at 2:43
Original issue reported on code.google.com by
daniel@dseichter.de
on 4 Jan 2012 at 12:06