php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30625 Function problems with php 4.3.9 upgrade!!!
Submitted: 2004-10-30 23:09 UTC Modified: 2004-11-09 01:00 UTC
From: dmitryseliv at yahoo dot com Assigned:
Status: No Feedback Package: *Extensibility Functions
PHP Version: 4.3.9 OS: Red Hat Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dmitryseliv at yahoo dot com
New email:
PHP Version: OS:

 

 [2004-10-30 23:09 UTC] 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.  




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-10-30 23:11 UTC] tony2001@php.net
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-11-09 01:00 UTC] php-bugs at lists dot php dot net
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".
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 12:01:28 2025 UTC