At 16:37 13.08.2002, Dan Kalowsky wrote: >A few comments on this. > >1) is it possible to cut down on the number of php_error_docref functions >to just one? I really don't see a reason for this many different formats.
There is no solution for reducing php_error_docref<n>() to one function call but we could exchange all php_error() calls to php_error_docref(). Again see automatic exchange script: http://marcus-boerger.de/php/ext/docref.txt But who will do this? Me not. >2) Can we please remove the "http://www.php.net/manual/en/blahblahblah" >style of use for this? It will tend to force users into one language or >another, and not make PHP as friendly/usable to other languages. NO! First you can simply set docref_root in your ini to point to your local copy of the manual in whatever language and Second it is a problem of the php website. It should automatically redirect from php.net/function.<functionname> to php.net/manual/<yourlanguage>/<functionname>.php marcus -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php