From: Operating system: FreeBSD8.1 PHP version: 5.2.17 Package: GD related Bug Type: Bug Bug description:can't make
Description: ------------ In file included from /usr/soft/php-5.1.2/ext/gd/gd.c:98: /usr/soft/php-5.1.2/ext/gd/gd_ctx.c: In function '_php_image_output_ctx': /usr/soft/php-5.1.2/ext/gd/gd_ctx.c:102: error: 'gdIOCtx' has no member named 'free' /usr/soft/php-5.1.2/ext/gd/gd_ctx.c:143: error: 'gdIOCtx' has no member named 'free' /usr/soft/php-5.1.2/ext/gd/gd.c: In function 'zm_info_gd': /usr/soft/php-5.1.2/ext/gd/gd.c:505: error: 'FREETYPE_MAJOR' undeclared (first use in this function) /usr/soft/php-5.1.2/ext/gd/gd.c:505: error: (Each undeclared identifier is reported only once /usr/soft/php-5.1.2/ext/gd/gd.c:505: error: for each function it appears in.) /usr/soft/php-5.1.2/ext/gd/gd.c:505: error: 'FREETYPE_MINOR' undeclared (first use in this function) /usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_type': /usr/soft/php-5.1.2/ext/gd/gd.c:1374: error: 'gdIOCtx' has no member named 'free' /usr/soft/php-5.1.2/ext/gd/gd.c:1381: error: 'gdIOCtx' has no member named 'free' /usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_create_from_string': /usr/soft/php-5.1.2/ext/gd/gd.c:1415: error: 'gdIOCtx' has no member named 'free' /usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_create_from': /usr/soft/php-5.1.2/ext/gd/gd.c:1574: error: 'gdIOCtx' has no member named 'free' *** Error code 1 Stop in /usr/soft/php-5.1.2. Test script: --------------- In file included from /usr/soft/php-5.1.2/ext/gd/gd.c:98: /usr/soft/php-5.1.2/ext/gd/gd_ctx.c: In function '_php_image_output_ctx': /usr/soft/php-5.1.2/ext/gd/gd_ctx.c:102: error: 'gdIOCtx' has no member named 'free' /usr/soft/php-5.1.2/ext/gd/gd_ctx.c:143: error: 'gdIOCtx' has no member named 'free' /usr/soft/php-5.1.2/ext/gd/gd.c: In function 'zm_info_gd': /usr/soft/php-5.1.2/ext/gd/gd.c:505: error: 'FREETYPE_MAJOR' undeclared (first use in this function) /usr/soft/php-5.1.2/ext/gd/gd.c:505: error: (Each undeclared identifier is reported only once /usr/soft/php-5.1.2/ext/gd/gd.c:505: error: for each function it appears in.) /usr/soft/php-5.1.2/ext/gd/gd.c:505: error: 'FREETYPE_MINOR' undeclared (first use in this function) /usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_type': /usr/soft/php-5.1.2/ext/gd/gd.c:1374: error: 'gdIOCtx' has no member named 'free' /usr/soft/php-5.1.2/ext/gd/gd.c:1381: error: 'gdIOCtx' has no member named 'free' /usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_create_from_string': /usr/soft/php-5.1.2/ext/gd/gd.c:1415: error: 'gdIOCtx' has no member named 'free' /usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_create_from': /usr/soft/php-5.1.2/ext/gd/gd.c:1574: error: 'gdIOCtx' has no member named 'free' *** Error code 1 Stop in /usr/soft/php-5.1.2. Expected result: ---------------- In file included from /usr/soft/php-5.1.2/ext/gd/gd.c:98: /usr/soft/php-5.1.2/ext/gd/gd_ctx.c: In function '_php_image_output_ctx': /usr/soft/php-5.1.2/ext/gd/gd_ctx.c:102: error: 'gdIOCtx' has no member named 'free' /usr/soft/php-5.1.2/ext/gd/gd_ctx.c:143: error: 'gdIOCtx' has no member named 'free' /usr/soft/php-5.1.2/ext/gd/gd.c: In function 'zm_info_gd': /usr/soft/php-5.1.2/ext/gd/gd.c:505: error: 'FREETYPE_MAJOR' undeclared (first use in this function) /usr/soft/php-5.1.2/ext/gd/gd.c:505: error: (Each undeclared identifier is reported only once /usr/soft/php-5.1.2/ext/gd/gd.c:505: error: for each function it appears in.) /usr/soft/php-5.1.2/ext/gd/gd.c:505: error: 'FREETYPE_MINOR' undeclared (first use in this function) /usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_type': /usr/soft/php-5.1.2/ext/gd/gd.c:1374: error: 'gdIOCtx' has no member named 'free' /usr/soft/php-5.1.2/ext/gd/gd.c:1381: error: 'gdIOCtx' has no member named 'free' /usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_create_from_string': /usr/soft/php-5.1.2/ext/gd/gd.c:1415: error: 'gdIOCtx' has no member named 'free' /usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_create_from': /usr/soft/php-5.1.2/ext/gd/gd.c:1574: error: 'gdIOCtx' has no member named 'free' *** Error code 1 Stop in /usr/soft/php-5.1.2. test1# cd .. Actual result: -------------- In file included from /usr/soft/php-5.1.2/ext/gd/gd.c:98: /usr/soft/php-5.1.2/ext/gd/gd_ctx.c: In function '_php_image_output_ctx': /usr/soft/php-5.1.2/ext/gd/gd_ctx.c:102: error: 'gdIOCtx' has no member named 'free' /usr/soft/php-5.1.2/ext/gd/gd_ctx.c:143: error: 'gdIOCtx' has no member named 'free' /usr/soft/php-5.1.2/ext/gd/gd.c: In function 'zm_info_gd': /usr/soft/php-5.1.2/ext/gd/gd.c:505: error: 'FREETYPE_MAJOR' undeclared (first use in this function) /usr/soft/php-5.1.2/ext/gd/gd.c:505: error: (Each undeclared identifier is reported only once /usr/soft/php-5.1.2/ext/gd/gd.c:505: error: for each function it appears in.) /usr/soft/php-5.1.2/ext/gd/gd.c:505: error: 'FREETYPE_MINOR' undeclared (first use in this function) /usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_type': /usr/soft/php-5.1.2/ext/gd/gd.c:1374: error: 'gdIOCtx' has no member named 'free' /usr/soft/php-5.1.2/ext/gd/gd.c:1381: error: 'gdIOCtx' has no member named 'free' /usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_create_from_string': /usr/soft/php-5.1.2/ext/gd/gd.c:1415: error: 'gdIOCtx' has no member named 'free' /usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_create_from': /usr/soft/php-5.1.2/ext/gd/gd.c:1574: error: 'gdIOCtx' has no member named 'free' *** Error code 1 Stop in /usr/soft/php-5.1.2. test1# cd .. -- Edit bug report at http://bugs.php.net/bug.php?id=55024&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=55024&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=55024&r=trysnapshot53 Try a snapshot (trunk): http://bugs.php.net/fix.php?id=55024&r=trysnapshottrunk Fixed in SVN: http://bugs.php.net/fix.php?id=55024&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=55024&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=55024&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=55024&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=55024&r=needscript Try newer version: http://bugs.php.net/fix.php?id=55024&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=55024&r=support Expected behavior: http://bugs.php.net/fix.php?id=55024&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=55024&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=55024&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=55024&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=55024&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=55024&r=dst IIS Stability: http://bugs.php.net/fix.php?id=55024&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=55024&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=55024&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=55024&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=55024&r=mysqlcfg