After PHP 5.3.0 update : 1/ There is no ABI check for PHP version, so uuid-php install, but fails to load $ php -v -d extension=uuid.so PHP Warning: PHP Startup: uuid: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 I will fix this. 2/ uuid-php don't use php-config --extension-dir I will fix this 3/ no php configuration script provided I will add /etc/php.d/uuid.ini 4/ Nedd rebuild against php 5.3.0 I will do it Please, check my change and close this bug if you find all is ok.
Build of uuid-1.6.1-7.fc12 done in rawhide PHP extension install and load fine. It is probably a good idea to port the ABI check in previous Fedora version (if an update is required for another reason)
This bug appears to have been reported against 'rawhide' during the Fedora 12 development cycle. Changing version to '12'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
Thanks for fixing this. All changes looks ok. I've added php abi check to F-11 (cvs only, not build).