Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27268 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75914 invoked by uid 1010); 5 Jan 2007 10:20:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 75899 invoked from network); 5 Jan 2007 10:20:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jan 2007 10:20:13 -0000 Authentication-Results: pb1.pair.com header.from=jan@horde.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jan@horde.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain horde.org designates 213.83.39.131 as permitted sender) X-PHP-List-Original-Sender: jan@horde.org X-Host-Fingerprint: 213.83.39.131 mail.ammma.de Linux 2.4/2.6 Received: from [213.83.39.131] ([213.83.39.131:10453] helo=ammma.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DE/D8-25140-C562E954 for ; Fri, 05 Jan 2007 05:20:13 -0500 Received: from ammma.net (hydra.ammma.mil [192.168.110.1]) by ammma.de (8.11.6/8.11.6/AMMMa AG) with ESMTP id l05AJFf11539 for ; Fri, 5 Jan 2007 11:19:15 +0100 Received: from neo.wg.de (hydra.ammma.mil [192.168.110.1]) by ammma.net (8.12.11.20060308/8.12.10/AMMMa AG) with ESMTP id l05AK44w015697 for ; Fri, 5 Jan 2007 11:20:08 +0100 Received: from localhost (localhost [127.0.0.1]) by neo.wg.de (Postfix) with ESMTP id B46FC2A59A6 for ; Fri, 5 Jan 2007 11:23:17 +0100 (CET) Received: from neo.wg.de ([127.0.0.1]) by localhost (neo.wg.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14662-06 for ; Fri, 5 Jan 2007 11:23:14 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by neo.wg.de (Postfix) with ESMTP id 27DD82A59FD for ; Fri, 5 Jan 2007 11:23:14 +0100 (CET) Received: from 192.168.60.3 ([192.168.60.3]) by neo.wg.de (Horde MIME library) with HTTP; Fri, 05 Jan 2007 11:23:14 +0100 Message-ID: <20070105112314.uhnxh6v264gos0cg@neo.wg.de> X-Priority: 3 (Normal) Date: Fri, 05 Jan 2007 11:23:14 +0100 To: internals@lists.php.net References: <771FBCA3-16B4-48E3-9BD1-F003489BD158@ilia.ws> In-Reply-To: <771FBCA3-16B4-48E3-9BD1-F003489BD158@ilia.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) X-Virus-Scanned: by AMaViS-perl11-milter (http://amavis.org/) X-Virus-Scanned: amavisd-new at wg.de Subject: Re: [PHP-DEV] PHP 5.2.1RC2 Released From: jan@horde.org (Jan Schneider) Zitat von Ilia Alshanetsky : > The 2nd release candidate for PHP 5.2.1 is now available for =20 > download. The tarballs can be found here: The ming extension doesn't compile at the moment: /home/jan/software/php-5.2.1RC2/ext/ming/ming.c: In function =20 'getFontOrFontChar': /home/jan/software/php-5.2.1RC2/ext/ming/ming.c:3847: error: =20 'fontchar_class_entry_ptr' undeclared (first use in this function) /home/jan/software/php-5.2.1RC2/ext/ming/ming.c:3847: error: (Each =20 undeclared identifier is reported only once /home/jan/software/php-5.2.1RC2/ext/ming/ming.c:3847: error: for each =20 function it appears in.) /home/jan/software/php-5.2.1RC2/ext/ming/ming.c: In function =20 'zm_startup_ming': /home/jan/software/php-5.2.1RC2/ext/ming/ming.c:4234: error: =20 'SWFTEXTFIELD_USEFONT' undeclared (first use in this function) /home/jan/software/php-5.2.1RC2/ext/ming/ming.c:4235: error: =20 'SWFTEXTFIELD_AUTOSIZE' undeclared (first use in this function) /home/jan/software/php-5.2.1RC2/ext/ming/ming.c:4255: error: =20 'SWF_SOUND_NOT_COMPRESSED' undeclared (first use in this function) /home/jan/software/php-5.2.1RC2/ext/ming/ming.c:4256: error: =20 'SWF_SOUND_ADPCM_COMPRESSED' undeclared (first use in this function) /home/jan/software/php-5.2.1RC2/ext/ming/ming.c:4257: error: =20 'SWF_SOUND_MP3_COMPRESSED' undeclared (first use in this function) /home/jan/software/php-5.2.1RC2/ext/ming/ming.c:4258: error: =20 'SWF_SOUND_NOT_COMPRESSED_LE' undeclared (first use in this function) /home/jan/software/php-5.2.1RC2/ext/ming/ming.c:4259: error: =20 'SWF_SOUND_NELLY_COMPRESSED' undeclared (first use in this function) /home/jan/software/php-5.2.1RC2/ext/ming/ming.c:4260: error: =20 'SWF_SOUND_5KHZ' undeclared (first use in this function) /home/jan/software/php-5.2.1RC2/ext/ming/ming.c:4261: error: =20 'SWF_SOUND_11KHZ' undeclared (first use in this function) /home/jan/software/php-5.2.1RC2/ext/ming/ming.c:4262: error: =20 'SWF_SOUND_22KHZ' undeclared (first use in this function) /home/jan/software/php-5.2.1RC2/ext/ming/ming.c:4263: error: =20 'SWF_SOUND_44KHZ' undeclared (first use in this function) /home/jan/software/php-5.2.1RC2/ext/ming/ming.c:4264: error: =20 'SWF_SOUND_8BITS' undeclared (first use in this function) /home/jan/software/php-5.2.1RC2/ext/ming/ming.c:4265: error: =20 'SWF_SOUND_16BITS' undeclared (first use in this function) /home/jan/software/php-5.2.1RC2/ext/ming/ming.c:4266: error: =20 'SWF_SOUND_MONO' undeclared (first use in this function) /home/jan/software/php-5.2.1RC2/ext/ming/ming.c:4267: error: =20 'SWF_SOUND_STEREO' undeclared (first use in this function) make: *** [ext/ming/ming.lo] Fehler 1 Jan. --=20 Do you need professional PHP or Horde consulting? http://horde.org/consulting/