ID:               17879
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Zend Engine 2 problem
 Operating System: i686-pc-linux-gnu
 PHP Version:      4.0CVS-2002-06-20
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

The 1st example does not core with latest version of ZE2.
The 2nd example produces an identical warning in ZE1 and ZE2.


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

[2002-06-21 04:27:52] [EMAIL PROTECTED]

Rasmus,

this was about Zend 2, not Apache 2... reopening

Derick

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

[2002-06-21 04:18:54] [EMAIL PROTECTED]

We do not officially support Apache 2.0 yet.  It is still much too
unstable and changes way too often for us to release a new version of
PHP every time Apache 2.0 is changed.

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

[2002-06-20 12:39:30] [EMAIL PROTECTED]

Hi,

the follow small code produce a segfault

I have test it with linux, php-dev, zend1+2 & apache 1.3.26, ming-cvs &
0.2a

<?php
$m = new SWFMovie();
var_dump($m);
?>


Also PHP+ming doesnt work with zend2

<?php
$m = new SWFMovie();
$sh = new SWFShape();
$i=$m->add($sh);
?>

results:
Warning: unable to find property movie
Fatal error: called object is not an SWFMovie!

but it works fine with zend1.


regards,

Steve

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


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

Reply via email to