[PHP-DEV] parent::construct not reliable working on php5.1 b2/b3

2005-08-02 Thread Meno Abels
Hello, With my application that uses heavily inherent classes, sometimes I get the following message: PHP Fatal error: Call to undefined method Rank::_construtor() in .../inc/Links.class.php. It works with php 4.x when I use the old style of constructor calling $this->(

Re: [PHP-DEV] Intel icc compiler warnings

2004-09-19 Thread Meno Abels
Hello, my experiences with performance and icc are, it is only faster if you use the highest optimization flags and the exact target processor flags. If you have a amd based notebook you are not in business with icc. -meno -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe,