ID: 37647 User updated by: jtzhou at hotmail dot com Reported By: jtzhou at hotmail dot com Status: Bogus Bug Type: Compile Failure Operating System: Linux PHP Version: 5.1.4 New Comment:
Hi, Tony, seems to me they are widely used as a return type "innocently". ------ extern "C" void __cxa_pure_virtual(); extern "C" void _pure_virtual(void); ------ Regards, JT Previous Comments: ------------------------------------------------------------------------ [2006-05-31 08:42:35] [EMAIL PROTECTED] PHP is written in C and it doesn't use any "__pure_virtual" and other C++ thingies. ------------------------------------------------------------------------ [2006-05-31 03:20:27] jtzhou at hotmail dot com Description: ------------ the Php 5.1.4 can only be compiled with gcc 2.9.5 or older, now gcc goes to 4.x.x... main problem is php use a lot of _pure_virtual alike which changed into ctx_pure_virtual in latest gcc. Any plan to upgrade Php to accomend these changes in gcc? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37647&edit=1