ID: 35543 Updated by: [EMAIL PROTECTED] Reported By: avnil at icomsw dot com -Status: Open +Status: Closed Bug Type: PDO related Operating System: windows xp PHP Version: 5.1.1 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: ------------------------------------------------------------------------ [2005-12-04 12:27:50] avnil at icomsw dot com Description: ------------ php crash when calling non exists method (extending PDO class) Reproduce code: --------------- <? class a extends PDO{ function a(){ $this->s(); } } $x = new a(); ?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35543&edit=1