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
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
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
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
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
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
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 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 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