MFH?

On Wed, 26 Mar 2003, Sterling Hughes wrote:

>sterling               Wed Mar 26 18:03:48 2003 EDT
>
>  Modified files:              
>    /php4/main fopen_wrappers.c 
>  Log:
>  really fix
>  
>  
>Index: php4/main/fopen_wrappers.c
>diff -u php4/main/fopen_wrappers.c:1.160 php4/main/fopen_wrappers.c:1.161
>--- php4/main/fopen_wrappers.c:1.160   Wed Mar 26 18:01:39 2003
>+++ php4/main/fopen_wrappers.c Wed Mar 26 18:03:48 2003
>@@ -17,7 +17,7 @@
>    +----------------------------------------------------------------------+
>  */
> 
>-/* $Id: fopen_wrappers.c,v 1.160 2003/03/26 23:01:39 sterling Exp $ */
>+/* $Id: fopen_wrappers.c,v 1.161 2003/03/26 23:03:48 sterling Exp $ */
> 
> /* {{{ includes
>  */
>@@ -493,7 +493,7 @@
>       register char *p, *url_start;
>       
>       if (url == NULL) {
>-              return NULL;
>+              return "";
>       }
>       
>       p = url;
>
>
>
>

-- 
<- For Sale! ->


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

Reply via email to