Re: Heads UP - PHP 5.3.0 in rawhide with new ABI/API.

2009-07-17 Thread Rahul Sundaram
On 07/12/2009 11:10 PM, Remi Collet wrote:
 Hi,
 
 PHP 5.3.0 freshly build in Rawhide.

Thanks for all your work. Added a note to

https://fedoraproject.org/wiki/Fedora_12_Alpha_release_notes#PHP_5.3

Rahul

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Heads UP - PHP 5.3.0 in rawhide with new ABI/API.

2009-07-14 Thread Bart Vanbrabant
  TODO

 cups-php
 sipwitch-php-swig
 uuid-php
 php-eaccelerator
 php-suhosin

Upstream has no new version ready. I do not know if there is any way
to disable the package until a new version becomes available.

  OTHER TODO

gr,

Bart


-- 
Bart Vanbrabant b...@vanbrabant.eu

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Heads UP - PHP 5.3.0 in rawhide with new ABI/API.

2009-07-14 Thread Remi Collet
Le 13/07/2009 18:51, Remi Collet a écrit :

 More extension package rebuild:

syckhttps://bugzilla.redhat.com/show_bug.cgi?id=511018
cups-php https://bugzilla.redhat.com/show_bug.cgi?id=511106 
add PHP ABI check
use php_extdir
add php configuration file (/etc/php.d/cups.ini)
php-suhosin
uuid-php https://bugzilla.redhat.com/show_bug.cgi?id=55 
add PHP ABI check
use php_extdir
add php configuration file (/etc/php.d/uuid.ini)
syckhttps://bugzilla.redhat.com/show_bug.cgi?id=511018
php-pear-Net-DNS
remove php-mhash dependency
php-pear-Crypt-CHAP
remove php-mhash dependency
php-pear-Auth-RADIUS
remove php-mhash dependency

*** Still Broken

sipwitch-php-swig   
https://bugzilla.redhat.com/show_bug.cgi?id=511123
php-eaccelerator (upstream working on it)
https://bugzilla.redhat.com/show_bug.cgi?id=511127


All broken deps fixed, I think / hope

Remi

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Heads UP - PHP 5.3.0 in rawhide with new ABI/API.

2009-07-14 Thread Jon Ciesla

Remi Collet wrote:

Le 13/07/2009 03:17, Jon Ciesla a écrit :

  

- php-mhash (not maintained)
  

Is it possible to keep this?  I have a package that depends on it, and
there may be others, though I have not checked.  



$ repoquery --whatrequires php-mhash
php-pear-Net-DNS-0:1.0.0-3.fc11.noarch
limph-0:1.9.5-4.fc11.noarch
limph-hostagent-0:1.9.5-4.fc11.noarch
php-pear-Crypt-CHAP-0:1.0.1-2.fc11.noarch
php-pear-Auth-RADIUS-0:1.0.6-2.fc11.noarch

  

If not, is there a
replacement, or would you recommend that I construct and submit for
review my own package for it?



This extension is not maintained, removed from main php and not
transferred to PECL.

The recommended new hash solution is HASH, see
http://fr2.php.net/mhash
http://fr2.php.net/hash

The other solution is to become upstream for mhash ;)

Remi.
  
Thanks, I migrated Limph to hash, which was easy as I'm upstream.  Fixed 
in rawhide.


--
in your fear, speak only peace
in your fear, seek only love

-d. bowie

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Heads UP - PHP 5.3.0 in rawhide with new ABI/API.

2009-07-13 Thread Remi Collet
Le 13/07/2009 03:17, Jon Ciesla a écrit :

 - php-mhash (not maintained)
 
 Is it possible to keep this?  I have a package that depends on it, and
 there may be others, though I have not checked.  

$ repoquery --whatrequires php-mhash
php-pear-Net-DNS-0:1.0.0-3.fc11.noarch
limph-0:1.9.5-4.fc11.noarch
limph-hostagent-0:1.9.5-4.fc11.noarch
php-pear-Crypt-CHAP-0:1.0.1-2.fc11.noarch
php-pear-Auth-RADIUS-0:1.0.6-2.fc11.noarch

 If not, is there a
 replacement, or would you recommend that I construct and submit for
 review my own package for it?

This extension is not maintained, removed from main php and not
transferred to PECL.

The recommended new hash solution is HASH, see
http://fr2.php.net/mhash
http://fr2.php.net/hash

The other solution is to become upstream for mhash ;)

Remi.

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Heads UP - PHP 5.3.0 in rawhide with new ABI/API.

2009-07-12 Thread Remi Collet
Hi,

PHP 5.3.0 freshly build in Rawhide.

$ phpize --version
Configuring for:
PHP Api Version: 20090626
Zend Module Api No:  20090626
Zend Extension Api No:   220090626


REMOVED sub-packages

- php-dbase (not maintained)
- php-mhash (not maintained)
- php-ncurses (moved to pecl, see php-pecl-ncurses)

NEW sub-packages

- php-intl
- php-enchant

NEW extensions

- php-phar (in php-common and php-cli)
- php-fileinfo (in php-common)
- php-sqlite3 (in php-pdo)

DEAD Packages

- php-pecl-phar
- php-pecl-Fileinfo

NEW Package

- php-pecl-ncurses : Waiting for Review (please do it)
https://bugzilla.redhat.com/show_bug.cgi?id=510913

I've start working on building all extensions (upgrading to latest
version when needed) I know, starting with the ones I own.



Most webapp should work (probably with E_DEPRECATED warning, but it's
disabled for production use).
A lot of webapp have been already fixed upstream (phpMyAdmin, p.e.)
Some will probably require some works.


Remi.

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list