Posts tagged ‘xmlrpc’

Zend Optimizer and PHP comments

February 4th, 2009

Zend Optimizer is nice product, but I can’t make it work with PHP’s Reflection. Reflection is very good functionality which allows script to read and extract information from it-self’s source code. For example, Zend_XmlRpc_Server component checks functions signatures (which are phpdoc comments) to determine if given parameter(s) is valid type, etc.
I have been using Zend [...]