php-developer-list | 2001041
Date: 04/09/01
- Next message: mlane <email protected>: "[PHP-DEV] PHP 4.0 Bug #10253: fopen returns pointer to empty file"
- Previous message: Chris Newbill: "RE: [PHP-DEV] Would anybody find this useful besides me?"
- In reply to: Adam Dickmeiss: "Re: [PHP-DEV] Segfault with current cvs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Apr 09, 2001 at 09:33:19PM +0200, Adam Dickmeiss wrote:
> this patch seems to fix this.
>
> RCS file: /repository/php4/ext/standard/dir.c,v
> retrieving revision 1.59
> diff -u -r1.59 dir.c
> --- dir.c 2001/04/08 21:57:13 1.59
> +++ dir.c 2001/04/09 19:28:43
> @@ -141,7 +141,7 @@
> #endif
> tmpstr[0] = DEFAULT_SLASH;
> tmpstr[1] = '\0';
> - REGISTER_STRING_CONSTANT("DIRECTORY_SEPARATOR", tmpstr, 0);
> + REGISTER_STRING_CONSTANT("DIRECTORY_SEPARATOR", tmpstr, CONST_PERSISTENT);
>
> return SUCCESS;
> }
Indeed it has. It looks like it's already been committed, too.
Thanks!
-- Jon Parise (jon <email protected>) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: mlane <email protected>: "[PHP-DEV] PHP 4.0 Bug #10253: fopen returns pointer to empty file"
- Previous message: Chris Newbill: "RE: [PHP-DEV] Would anybody find this useful besides me?"
- In reply to: Adam Dickmeiss: "Re: [PHP-DEV] Segfault with current cvs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

