Edit report at http://bugs.php.net/bug.php?id=49572&edit=1
ID: 49572 Comment by: jacko dot ferst at yahoo 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: In all programming activities, one of the most Important thing is, the preparation of the database. Why is this so Important? Because, especially for data processing program, all data will from be stored in a database. And usually, the data stored is the Data That Is Very Important, and involves life and death of a company. http://www.livery.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: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) ------------------------------------------------------------------------ [2009-09-16 18:56:05] [email protected] Can you simply commit the fix please? All affected branches? :-) ------------------------------------------------------------------------ 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
