ID:               27227
 Updated by:       [EMAIL PROTECTED]
 Reported By:      waboring at 3gstech dot com
-Status:           Assigned
+Status:           Closed
 Bug Type:         Zend Engine 2 problem
 Operating System: *
 PHP Version:      5CVS-2004-02-11
 Assigned To:      andi
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2004-03-15 13:43:07] [EMAIL PROTECTED]

assigning to Andi to give proper feedback.. :)



------------------------------------------------------------------------

[2004-03-15 13:22:07] waboring at 3gstech dot com

This bug is far from bogus.  You say that this using the name of the
class as a function is depricated for a constructor?  Deprecated and
removed are two entirely different things.



If it's deprecated, it should be noted in the documentation that it's
deprecated, but it should still work.  If what you mean by deprecated
is removed, then it should be consistent and be removed entirely.  



If you name the class with no mixed case in the name, it works fine.
Change the name of the parent class to have mixed case, and it doesn't
work. It clearly points out how inconsistent php5 is.  If php5 doesn't
support class name functions as the constructor, it should at least be
consistent.

------------------------------------------------------------------------

[2004-03-14 12:59:41] [EMAIL PROTECTED]

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

Please use parent::__construct() to call the parent's constructor. We
don't support calling it via the object and definitely not using the
depricated fashion of using the classes name as the constructor name.

------------------------------------------------------------------------

[2004-03-03 14:29:08] [EMAIL PROTECTED]

Anything new on this?

------------------------------------------------------------------------

[2004-02-20 04:37:17] [EMAIL PROTECTED]

Marcus, this fix wasn't quite enough.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/27227

-- 
Edit this bug report at http://bugs.php.net/?id=27227&edit=1

Reply via email to