Re: [PHP-DEV] [PATCH] Namespace Patch, Alpha 3

2005-07-25 Thread Jessie Hernandez
Marcus Boerger wrote: > > You already have the ability to overload __autoload or provide several > userspace __autoload functions that would be called one after another > until the first succeeds. What else do you want? Besides the fact that > i am still convinced that we should find a way to pas

Re: [PHP-DEV] [PATCH] Namespace Patch, Alpha 3

2005-07-25 Thread Jessie Hernandez
Alex Kiesel wrote: > Hi Jessie, > > first, while your patch applied cleanly (except zend_vm_opcodes.h, which > is generated) the build broke with: > bison -y -p zend -v -d > /mnt/home/alex/cvs/php-namespaces/Zend/zend_language_parser.y -o > Zend/zend_language_parser.c > conflicts: 5 shift/reduce

Re: [PHP-DEV] [PATCH] Namespace Patch, Alpha 3

2005-07-25 Thread Marcus Boerger
Hello Alex, Monday, July 25, 2005, 11:48:33 PM, you wrote: > Hi Jessie, > first, while your patch applied cleanly (except zend_vm_opcodes.h, which > is generated) the build broke with: > bison -y -p zend -v -d > /mnt/home/alex/cvs/php-namespaces/Zend/zend_language_parser.y -o > Zend/zend_languag

Re: [PHP-DEV] [PATCH] Namespace Patch, Alpha 3

2005-07-25 Thread Alex Kiesel
Hi Jessie, first, while your patch applied cleanly (except zend_vm_opcodes.h, which is generated) the build broke with: bison -y -p zend -v -d /mnt/home/alex/cvs/php-namespaces/Zend/zend_language_parser.y -o Zend/zend_language_parser.c conflicts: 5 shift/reduce /mnt/home/alex/cvs/php-namespaces

Re: [PHP-DEV] Re: static members of internal classes

2005-07-25 Thread Andi Gutmans
At 09:50 AM 7/22/2005 +0200, Michael Wallner wrote: Also zval_internal_dtor() implies that one cannot set a static member of a ZEND_INTERNAL_CLASS to be a stream, array etc... Yes, that's correct. It's a limitation you have to live with because those datastructures are destroyed at the end of

Re: [PHP-DEV] $this availability inside static-functions

2005-07-25 Thread Andi Gutmans
I haven't quite understood what is wrong with instantiating the object. After all, it most probably reflects some external data (or the name wouldn't mean anything). Not creating the object itself won't save you anything. Anyway, you can still do Foo::getName($object_id), if that $object_id cor

Re: [PHP-DEV] new bug in 5.1.0b3 with length param in fread() with local files

2005-07-25 Thread Andi Gutmans
Has anyone had a chance to look at this problem? At 10:08 PM 7/21/2005 -0600, Greg Beaver wrote: Hi, I have noticed that fread()'s behavior has changed between PHP 5.0.4 and PHP 5.1.0b3. Basically, http://pear.chiaraquartet.net/go-pear.phar works in PHP 5.0.4 and fails in 5.1.0b3 because of

[PHP-DEV] PHP 5 Bug Summary Report

2005-07-25 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (346 total including feature requests) ===[*General Issues]== 27372 Verified parse error loading browscap.ini at apache startup (new parser required) ===

[PHP-DEV] PHP 4 Bug Summary Report

2005-07-25 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (664 total including feature requests) ===[Adabas-D related]= 32486 Open odbc_fetch_into returns wrong data ===[Arrays