[PHP-DEV] [PATCH] Possible parse error...

2006-10-18 Thread Matt W
Hi, Probably not much chance of this happening, but while looking through HEAD's lexer/parser code (which word is correct? :-)), I noticed that there's no rule to match a backslash followed by a \n newline inside single quotes, resulting in "Unexpected character in input ..." The ST_SINGLE_QUOTE

Re: [PHP-DEV] Re: is_readable and include path

2006-10-18 Thread Ilia Alshanetsky
-1 for the idea. I think using include_path for realpath() goes against the code logic that should be applied by realpath. Ilia Alshanetsky -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: is_readable and include path

2006-10-18 Thread Ralph Schindler
Is it worth even attempting to create a patch and submitting it to do the following: string realpath ( string path [, bool use_include_path]) or will it be shot down? There must be a way to find the full path to a file that resides in one of the include paths no? I can understand not wanti

Re: [PHP-DEV] Upload progress

2006-10-18 Thread Rasmus Lerdorf
Michael B Allen wrote: On Wed, 18 Oct 2006 12:39:00 -0700 Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: Michael B Allen wrote: On Wed, 18 Oct 2006 09:31:58 -0700 Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: Fred Moses wrote: What ever became of support for a progress bar during file upload? It se

Re: [PHP-DEV] Upload progress

2006-10-18 Thread Michael B Allen
On Wed, 18 Oct 2006 12:39:00 -0700 Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: > Michael B Allen wrote: > > On Wed, 18 Oct 2006 09:31:58 -0700 > > Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: > > > >> Fred Moses wrote: > >>> What ever became of support for a progress bar during file upload? It > >>>

Re: [PHP-DEV] Upload progress

2006-10-18 Thread Rasmus Lerdorf
Michael B Allen wrote: On Wed, 18 Oct 2006 09:31:58 -0700 Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: Fred Moses wrote: What ever became of support for a progress bar during file upload? It seems to have been relegated to the doldrums. It would be extremely handy for a commercial client of mi

Re: [PHP-DEV] Upload progress

2006-10-18 Thread Michael B Allen
On Wed, 18 Oct 2006 09:31:58 -0700 Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: > Fred Moses wrote: > > What ever became of support for a progress bar during file upload? It > > seems to have been relegated to the doldrums. It would be extremely > > handy for a commercial client of mine whose cus

Re: [PHP-DEV] Upload progress

2006-10-18 Thread Christian Stocker
On 18.10.2006 18:30 Uhr, Fred Moses wrote: > What ever became of support for a progress bar during file upload? It > seems to have been relegated to the doldrums. It would be extremely > handy for a commercial client of mine whose customers upload large image > files. http://blog.bitflux.ch/ar

Re: [PHP-DEV] Upload progress

2006-10-18 Thread Rasmus Lerdorf
Fred Moses wrote: What ever became of support for a progress bar during file upload? It seems to have been relegated to the doldrums. It would be extremely handy for a commercial client of mine whose customers upload large image files. It's in 5.2. You can see it running here: http://prog

[PHP-DEV] Upload progress

2006-10-18 Thread Fred Moses
What ever became of support for a progress bar during file upload? It seems to have been relegated to the doldrums. It would be extremely handy for a commercial client of mine whose customers upload large image files. Fred Moses -- PHP Internals - PHP Runtime Development Mailing List To uns

[PHP-DEV] Random PHP crash in erealloc()

2006-10-18 Thread Gwynne
I'm experiencing a strange random crash in PHP 5.1.4 and 5.1.6 triggered by several separate sections of code under a number of circumstances. I can't narrow it down much, but the backtrace always ends with: (gdb) bt #0 0x081f80fe in _erealloc (ptr=0x8531b44, size=2, allow_failure=0) at

[PHP-DEV] CVS Account Request: hudeldudel

2006-10-18 Thread Sebastian Ebling
Hi, I'm a new Maintainer of PEARs Net_IMAP: http://pear.php.net/package/Net_IMAP So, I need cvs access to maintain this package. Thanks! Sebastian -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [Patch] mysql_set_charset for mysql ext

2006-10-18 Thread Scott MacVicar
Hi, Attached is a patch that adds a mysql_set_charset function to the MySQL extension, its for all branches at the moment and ideally it should be applied to all. Before anyone starts advocating that everyone upgrades to PHP5 and use MySQLi its not always realistic for some and other people

[PHP-DEV] CVS Account Request: dsr

2006-10-18 Thread Dave Renshaw
Upload and maintain the SAM (Simple Asynchronous Messaging) extension. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php