Re: [PHP-DEV] Namespace leftovers

2003-06-04 Thread Sebastian Bergmann
l0t3k wrote: the class entry structure still contains the ns member, which is not initialized. The attached patch removes this namespace leftovers, but I'm not sure it's correct. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you?

Re: [PHP-DEV] LDAP bind option

2003-06-04 Thread Jon Parise
On Mon, May 19, 2003 at 06:26:43PM -0400, Nathaniel David Gallaher wrote: Currently the call to ldap_bind only supports the method LDAP_AUTH_SIMPLE (as it is hardcoded in the php function definition). Can we put the method parameter (as see in the call to ldap_bind_s) back into the PHP

Re: [PHP-DEV] LDAP bind option

2003-06-04 Thread Stig Venaas
On Wed, Jun 04, 2003 at 02:59:41AM -0400, Jon Parise wrote: On Mon, May 19, 2003 at 06:26:43PM -0400, Nathaniel David Gallaher wrote: Currently the call to ldap_bind only supports the method LDAP_AUTH_SIMPLE (as it is hardcoded in the php function definition). Can we put the method

Re: [PHP-DEV] MEGA-patch: namespaces are R.I.P.

2003-06-04 Thread Per Lundberg
On Tue, 2003-06-03 at 19:01, Zeev Suraski wrote: It appears that on the arguing front the C++/Java zealots are always on the winning side because they appear to have endless patience and they're represented in an entirely non proportional way in this forum. Non-proportional to what? --

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend.c

2003-06-04 Thread Sebastian Bergmann
Stanislav Malyshev wrote: _explain_ what you are doing instead of submitting patched that don't even compile? It compiles fine here (Debug_TS build on Windows). Without that patch it compiles as well, but segfaults during startup. See