On Wed, Oct 30, 2002 at 12:02:51PM -0000, Marc Boeren wrote:

> mboeren               Wed Oct 30 07:02:51 2002 EDT
> 
>   Modified files:              
>     /php4/ext/dbx     dbx_fbsql.c dbx_mssql.c dbx_mysql.c dbx_oci8.c 
>                       dbx_odbc.c dbx_pgsql.c dbx_sybasect.c 
>   Log:
>   escape_string functions will now return empty string directly.
   
[...]
   
> +     if (Z_STRLEN_PP(string) == 0) {
> +             ZVAL_EMPTY_STRING(*rv);
> +             return 1;
> +             }

Please correct this code formatting.  It's incorrect in each of the
files touched by this commit.

-- 
Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/)

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

Reply via email to