Date: 08/13/00
- Next message: waldschrott: "Re: [PHP-DEV] PHP 4.0 Bug #6039 Updated: PHP Crashed if class contain reference by other class"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6039 Updated: PHP Crashed if class contain reference by other class"
- In reply to: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6039 Updated: PHP Crashed if class contain reference by other class"
- Next in thread: waldschrott: "Re: [PHP-DEV] PHP 4.0 Bug #6039 Updated: PHP Crashed if class contain reference by other class"
- Reply: waldschrott: "Re: [PHP-DEV] PHP 4.0 Bug #6039 Updated: PHP Crashed if class contain reference by other class"
- Reply: Andi Gutmans: "Re: [PHP-DEV] PHP 4.0 Bug #6039 Updated: PHP Crashed if class contain reference by other class"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
BD>> what exactly creates that crash here, following the exact
BD>> way PHP should go through the code I cannot reveal any
BD>> paradox or complicated situations...
There's a circular reference there ($this->something = &$this). PHP
doesn't like circular references (as does almost any other
reference-counting system - that's the downside of it). If you removed
that circular ref and still see the crash - please publish more details.
-- Stanislav Malyshev stas <email protected> +972-3-6139665 ext.106-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: waldschrott: "Re: [PHP-DEV] PHP 4.0 Bug #6039 Updated: PHP Crashed if class contain reference by other class"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6039 Updated: PHP Crashed if class contain reference by other class"
- In reply to: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6039 Updated: PHP Crashed if class contain reference by other class"
- Next in thread: waldschrott: "Re: [PHP-DEV] PHP 4.0 Bug #6039 Updated: PHP Crashed if class contain reference by other class"
- Reply: waldschrott: "Re: [PHP-DEV] PHP 4.0 Bug #6039 Updated: PHP Crashed if class contain reference by other class"
- Reply: Andi Gutmans: "Re: [PHP-DEV] PHP 4.0 Bug #6039 Updated: PHP Crashed if class contain reference by other class"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

