> From: Laurent Laville <[EMAIL PROTECTED]> > 1. First, to complete the PEAR bug#15185 about filter function > > Because the filter extension [5] is now part of PHP Core since PHP > 5.2.0, I think we should remove the "PECL filter" information
The php-src & pecl situation is a total fucking mess. As soon as extension gets into php-src 90% of the maintainers stop making PECL releases, so yes. In this case the PECL version info should indeed be removed. > And last, I don't find any references for user_filters lines > (filter, onClose, onCreate) in funclist.txt (nowhere, even on PECL) These are methods of the php_user_filter class. > 3. Last but not least, I've fixed myself on my PCI copy of > funclist.txt the related entry to getallheaders > > See also PHP_CompatInfo 1.8.1 changelog > - getallheaders() is detected as sapi_apache rather than > sapi_aolserver Because there are probably most Apache than AOL > servers This function exists for most SAPIs actually. apache/2, litespeed, nsapi and aolserver. > Hope it will help. It does indeed, thanks! -Hannes