From Fedora at FamilleCollet.com Sat Aug 2 06:31:24 2008 From: Fedora at FamilleCollet.com (Remi Collet) Date: Sat, 02 Aug 2008 08:31:24 +0200 Subject: [Fedora-php-devel-list] PHP 5.3.0-dev - first work In-Reply-To: <4881A088.7030704@FamilleCollet.com> References: <4881A088.7030704@FamilleCollet.com> Message-ID: <4893FF3C.7080605@FamilleCollet.com> Some news 5.3.0 alpha1 is out ! Internationalization extension is now bundled with PHP (never released as a pecl extension on Fedora project). I've add a sub-package php-intl as it add a new dependencies on libicu : http://fr2.php.net/intl sqlite3 extension cannot be build with system sqlite package which doesn't provide a needed build option. See https://bugzilla.redhat.com/457433 As usually, F-9 test rpm available on my little repo are weekly updated (5.3.0alpha2-dev, snapshot 200808020430) Remi From Fedora at FamilleCollet.com Tue Aug 5 13:33:33 2008 From: Fedora at FamilleCollet.com (Remi Collet) Date: Tue, 05 Aug 2008 15:33:33 +0200 Subject: [Fedora-php-devel-list] List of all PHP extensions in Fedora Message-ID: <489856AD.1020408@FamilleCollet.com> Freely inspired from : http://fedora.biggerontheinside.net/perl/ I've build another chart. http://rpms.famillecollet.com/rpmphp/ Please, give your feedback about this tool. - only PECL but i'm working on PEAR extension - missing package owner, must find a way to get it from pkgdb Remi From jorton at redhat.com Fri Aug 8 13:06:38 2008 From: jorton at redhat.com (Joe Orton) Date: Fri, 8 Aug 2008 14:06:38 +0100 Subject: [Fedora-php-devel-list] List of all PHP extensions in Fedora In-Reply-To: <489856AD.1020408@FamilleCollet.com> References: <489856AD.1020408@FamilleCollet.com> Message-ID: <20080808130638.GA13386@redhat.com> On Tue, Aug 05, 2008 at 03:33:33PM +0200, Remi Collet wrote: > Freely inspired from : http://fedora.biggerontheinside.net/perl/ > > I've build another chart. > > http://rpms.famillecollet.com/rpmphp/ > > Please, give your feedback about this tool. Very cool! I frequently get asked questions about what PEAR/PECL packages are available in what version of Fedora/EPEL. As ever, thanks! Joe From Fedora at FamilleCollet.com Sun Aug 17 08:22:07 2008 From: Fedora at FamilleCollet.com (Remi Collet) Date: Sun, 17 Aug 2008 10:22:07 +0200 Subject: [Fedora-php-devel-list] How to have a "cli" only extension Message-ID: <48A7DFAF.5000800@FamilleCollet.com> Hi all, I'm looking at the php-gtk extension http://gtk.php.net/ This extension is a cli only extension (shouldn't be load into mod_php) How can we configure it to load only for php-cli. It seems that php only parse 1 directory for additionnal .ini file PHP_CONFIG_FILE_SCAN_DIR (/etc/php.d) I search and found than other disto use /etc/php-cli.d or /etc/php/cli.d instead, but i don't find any solution to scan 2 directories... A solution could be to have a simple wrapper, phpgtk #!/bin/sh exec /usr/bin/php -d extension=php_gtk2.so "$@" Any other idea ? Where to search ? Thanks, Remi From Fedora at FamilleCollet.com Sun Aug 17 08:27:51 2008 From: Fedora at FamilleCollet.com (Remi Collet) Date: Sun, 17 Aug 2008 10:27:51 +0200 Subject: [Fedora-php-devel-list] 3 small reviews waiting Message-ID: <48A7E107.3080105@FamilleCollet.com> Hi, I've submitted 3 new pear extensions one month ago : https://bugzilla.redhat.com/454461 php-pear-Event-Dispatcher https://bugzilla.redhat.com/454466 php-pear-Console-ProgressBar https://bugzilla.redhat.com/454469 php-pear-Var-Dump I need this to update php-pear-PHP-CompatInfo to 1.8.0 (which is a good tool to check PHP apps during review to get needing version / extension) Anyone interested ? Thanks, Remi.