ID:               23194
 Updated by:       [EMAIL PROTECTED]
 Reported By:      lphuberdeau at sympatico dot ca
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Zend Engine 2 problem
 Operating System: linux (RH9)
 PHP Version:      5CVS-2003-04-13 (dev)
 New Comment:

No feedback was provided for this bug for over 2 weeks, 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:
------------------------------------------------------------------------

[2003-05-11 08:25:14] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



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

[2003-04-13 22:59:45] lphuberdeau at sympatico dot ca

Well, I don't know exacly what caused the bug, but I know I could
reproduce it.

Basically, Apache2(2.0.45) crashes when I run a certain script. I use
PHP5 of April 13th at 19:30 right now.

I was testing new features. Everything worked well (nice job guys)
until I placed a throw( new Exception( "Variable not found" )); in
function __get($name){}.

--
class foo
{
  function __get( $name )
  {
    throw( new Exception( "Variable not found" ));
  }
}

$o = new foo;

try
{
  echo $o->bar;
}
catch( Exception $e )
{
  echo $e;
}
--

If you need more details, feel free to contact me.

--
Louis-Philippe Huberdeau

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


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

Reply via email to