On Thu, 24 Oct 2002, Sascha Schumann wrote:

> sas           Thu Oct 24 09:25:58 2002 EDT
> 
>   Modified files:              
>     /php4/sapi/cli    php_cli.c 
>   Log:
>   Improve shutdown-behaviour
>   
>   Noticed by: Anantha Kesari H Y

Can you please stick to the coding standards:

> +out:
> +     if (module_started)
> +             php_module_shutdown(TSRMLS_C);
> +     sapi_shutdown();

>From CODING_STANDARDS:

[2] Use K&R-style.  

    (see also http://www.tuxedo.org/~esr/jargon/html/entry/indent-style.html)

Which says:

if (<cond>) {
        <body>
}

Thank you,

Derick

--

---------------------------------------------------------------------------
 Derick Rethans                                   http://derickrethans.nl/ 
 JDI Media Solutions
--------------[ if you hold a unix shell to your ear, do you hear the c? ]-


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to