ID: 30625 Updated by: [EMAIL PROTECTED] Reported By: dmitryseliv at yahoo dot com -Status: Feedback +Status: No Feedback Bug Type: *Extensibility Functions Operating System: Red Hat Linux PHP Version: 4.3.9 New Comment:
No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". Previous Comments: ------------------------------------------------------------------------ [2004-10-30 23:11:13] [EMAIL PROTECTED] Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. ------------------------------------------------------------------------ [2004-10-30 23:09:46] dmitryseliv at yahoo dot com Description: ------------ There is some functions that stops working after upgrade to php 4.3.9. I'm getting error message that - Fatal error: Call to undefined function: onselect() Reproduce code: --------------- There is some magic there. Example: I already have function, let's say function A1(); in another function: function funcCall() { $this->A1(); //Call to the function A1() } This works fine, but if I create any other function (even with empty body) and will call it instead of A1 I will get this error. Locally it works fine and I haven't changed this staff before and after the PHP move. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30625&edit=1
