Jakub Vrana wrote: > New version checking parameters (types, optional) in functions using > zend_parse_parameters()
I wrote a new version of the script comparing documentation with the sources. It now checks the types of parameters and which parameters are optional. It checks majority of functions which use zend_parse_parameters(). I run the script and adjusted documentation where possible. There are some TODOs: Document cwd, env, other_options and when they appeared in proc_open(). Document class_name and when it appeared in simplexml*(). Document phones and when it appeared in metaphone(). So if anybody is interested... Jakub Vrana
