[PHP-DEV] Re: [PATCH] Namespace Patch, Beta 2

2005-08-07 Thread Jessie Hernandez
I was made aware of the fact that the patch wasn't compiling in ZTS mode, so I fixed this in the attached patch (I still have not gotten a chance to test under Windows, but it does work on Linux, both in ZTS and non-ZTS mode). Other than that, there are no other changes. Regards, Jessie Index: Z

Re: [PHP-DEV] Property Overloading RFC

2005-08-07 Thread Derick Rethans
On Sun, 7 Aug 2005, Ilia Alshanetsky wrote: > Derick Rethans wrote: > > Problems: > > 1. There is no way to document the 'virtual' properties with any of the > > existing > >documentation tools (such as phpdoc and doxygen) > > Rather then adding abstract properties, why not simply document th

Re: [PHP-DEV] Property Overloading RFC

2005-08-07 Thread Ilia Alshanetsky
Derick Rethans wrote: Problems: 1. There is no way to document the 'virtual' properties with any of the existing documentation tools (such as phpdoc and doxygen) Rather then adding abstract properties, why not simply document the possible values inside the doc comments ala: /** * @var abst

[PHP-DEV] non-standard behavior of socket_recvfrom()

2005-08-07 Thread Ron Korving
Hi, This may be an odd suggestion/request, and nothing in the line of what's currently hot around here (PHP 5.1 that is), but I'm making it anyway: The current behavior of socket_recvfrom() (/etc/sockets/socket.h) on a connection error, is that it frees the buffer (recv_buf), throws an error and

[PHP-DEV] XML URIs and streams

2005-08-07 Thread Rob Richards
Just realized there is an issue with URI handling and XML. Problem deals with escaping and non-filesystem URIs. Doesn't work unless URI gets double escaped. Have a patch that's only been tested a bit with latest libxml so far, though I dont forsee any issues with earlier versions. http://www.