Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /main main.c php.h php_globals.h

2002-08-09 Thread Adam Maccabee Trachtenberg
On Sat, 10 Aug 2002, Marcus Börger wrote: > +This can be done automaticall with the use of php_error_docref. Where the > +docref parameter is either NULL or a manual reference describing the > +error in detail. This must be an external url started by "http://"; or > +the name of a

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /main main.c php.h php_globals.h

2002-08-09 Thread Marcus Börger
At 01:04 10.08.2002, you wrote: >In-Reply-To: <[EMAIL PROTECTED]> >Message-ID: <[EMAIL PROTECTED]> >MIME-Version: 1.0 >Content-Type: TEXT/PLAIN; charset=iso-8859-1 >Content-Transfer-Encoding: 8BIT > >On Sat, 10 Aug 2002, Marcus Börger wrote: > > > +This can be done automaticall with the use of

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /main main.c php.h php_globals.h

2002-08-09 Thread Marcus Börger
Proposal for CODING_STANDARDS cvs -z3 -q diff CODING_STANDARDS main\main.c (in directory S:\php4\) Index: CODING_STANDARDS === RCS file: /repository/php4/CODING_STANDARDS,v retrieving revision 1.14 diff -u -r1.14 CODING_STANDARDS ---

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /main main.c php.h php_globals.h

2002-08-08 Thread Marcus Börger
O.k. here it comes: First thanks to Wez for another great idea. The order of parameters and the function names have changed. The order is now docref TSRM, optional parameters and starting from type the original parameters of php_error. This order makes it easier to change php_error calls into ph