Edit report at http://bugs.php.net/bug.php?id=49572&edit=1
ID: 49572 Comment by: jihoy at admin dot com Reported by: mamfelt at gmail dot com Summary: use of C++ style comments causes build failure Status: Closed Type: Bug Package: Compile Failure Operating System: AIX 6.1 PHP Version: 5.2SVN-2009-09-16 (snap) Assigned To: srinatar Block user comment: N Private report: N New Comment: Wow...this bug is so great, thanks a lot for sharing it with us! http://www.amerisleep.com Previous Comments: ------------------------------------------------------------------------ [2009-10-09 17:45:04] [email protected] Automatic comment from SVN on behalf of pajoye Revision: http://svn.php.net/viewvc/?view=revision&revision=289437 Log: - Merge: Fixed bug #49572 (use of C++ style comments causes build failure) ------------------------------------------------------------------------ [2009-10-04 14:56:23] mamfelt at gmail dot com 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. ------------------------------------------------------------------------ [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. michael@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) ------------------------------------------------------------------------ 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/bug.php?id=49572 -- Edit this bug report at http://bugs.php.net/bug.php?id=49572&edit=1
