Hi Egon,
>> Modified files: >> /phpdoc/en/functions mysql.xml >> Log: >> adding some php.ini related stuff in partintro. >> cleaning up the examples. some ws fixes. > It wasn´t necessary reformatting the documentation. Please stop such > commits. There is nothing wrong writing protos like: > function_name (arguments) > instead of > function_name(arguments) > I prefer the first. > -Egon This was not my idea. See the mail from Goba 4.12 Re: [PHP-DOC] persistent connections/mysql: > I think we should not put a space after the function name > and before the ( char. See the PEAR standards about this > thing. That space is used with control structures and > "functions" called without parenthesis (echo, print, include...). > This is not a major issue. There was no reaction from anyone to this statement -;) Therefore I thought this way of writing the protos is ok. One says care for the pear standards, others say do not. So how should this be done in the future? Friedhelm