ID: 49572 User updated by: mamfelt at gmail dot com Reported By: mamfelt at gmail dot com -Status: Open +Status: Closed Bug Type: Compile Failure Operating System: AIX 6.1 PHP Version: 5.2SVN-2009-09-16 (snap) Assigned To: srinatar New Comment:
my bad - it did miss the 5.2.11 release, BUT, it is in the SVN snaps. I was thinking the snap was still 5.2.10 (because it is October!). Back to closed. Previous Comments: ------------------------------------------------------------------------ [2009-10-04 14:50:02] mamfelt at gmail dot com Looks like it just missed the 5.2.11 build :) check dates of this bug - and compare with release date. mich...@x054:[/data/home/michael/prj]diff php5.2-200910031430/main/streams/memory.c php-5.2.11/main/streams/memory.c 19c19 < /* $Id: memory.c 288393 2009-09-17 02:45:25Z srinatar $ */ --- > /* $Id: memory.c 280638 2009-05-16 20:28:02Z lbarnaud $ */ 566c566 < php_stream_auto_cleanup(self->innerstream); /* do not warn if innerstream is GC'ed before stream */ --- > php_stream_auto_cleanup(self->innerstream); // do not warn if innerstream is GC'ed before stream ------------------------------------------------------------------------ [2009-09-17 02:46:42] [email protected] This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. ok, thanks. ------------------------------------------------------------------------ [2009-09-17 02:45:25] [email protected] Automatic comment from SVN on behalf of srinatar Revision: http://svn.php.net/viewvc/?view=revision&revision=288393 Log: - Fixed bug #49572 (use of C++ style comments causes build failure) ------------------------------------------------------------------------ [2009-09-16 18:56:05] [email protected] Can you simply commit the fix please? All affected branches? :-) ------------------------------------------------------------------------ [2009-09-16 18:50:13] [email protected] thanks for reporting this bug. this issue seems to be brought in with svn commit r280638 you can work around this issue - for now - by using -qcpluscmt within the CFLAGS export CFLAGS=-qcpluscmt ./configure ... gmake ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/49572 -- Edit this bug report at http://bugs.php.net/?id=49572&edit=1
