Its the output of PHP_CompatInfo which i've generated with the following command as i wanted a summary per directory:
## SVN Export svn -q export http://framework.zend.com/svn/framework/standard/tags/release-1.9.0/library/Zend/ Zend ## Delete empty directories as PHP_CompatInfo displays errors otherwise # find -depth -type d -empty -exec rmdir {} \; # Run PHP_CompatInfo find Zend -type d -exec pci -o 16 -S -v 0 -t 67 -d {} \; >> 1.9.0.htm Still there is no complete component which is 4.0 compatible, only parts which do not use function calls of php5. Hope that clearifies that a bit. jasonistaken wrote: > > There _must_ be something wrong with that list, as it reports some > components as 4.0 compatible, > which is certainly not the case. > -- View this message in context: http://www.nabble.com/What-ZendFramework-Version-for-php-5.1.6--tp24804392p24840825.html Sent from the Zend Framework mailing list archive at Nabble.com.
