Please read the draft :
http://fedoraproject.org/wiki/PackagingDrafts/PHP
* Requires and Provides
* Macros and scriptlets
And give feedback before this being proposed to FPC.
Comments on "channels" are also welcome ;)
Remi.
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.
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
Hi,
Some have perhaps already read
http://blog.famillecollet.com/post/2008/07/18/PHP-530-dev
I start working on this major release and I hope upstream will be ready
for Fedora 10... (Joe, any idea/goal about this ?) or Fedora 11.
First comments :
- ncurses extension is no more part of main php and will need to be
packaged as php-pecl-ncurses (package is ready)
See : http://pecl.php.net/bugs/bug.php?id=14369
- phar is now part of main php, so php-phar (or php-common ?) will have
to obsolete php-pecl-phar
- gd/t1lib : what about enabling this option as dependency is available
in Fedora ? (we could have done this for a while, i don't find any
discussion about this in the archive).
- XML extensions (dom, xmlreader, xmlwriter) doesn't load.
See : http://bugs.php.net/bug.php?id=45557
- pgsql extension doesn't load, seems to be another visibility issue
with regfree/php_regfree function. Need some work.
- make test : all test fails. Need some work.
- pear 1.7.2 is required to build extension : not a problem, already in
Rawhide.
Regards.
Remi.