Re: [PHP-DEV] How to find all PHP funtions/classes/constants

2006-10-27 Thread Rasmus Lerdorf
Peter Hodge wrote: > Hello everyone, > > I am in the process of updating the PHP syntax file for Vim, and I need to > gather a list of all built-in PHP functions, constants, classes, interfaces, > and preferably also the methods and class-constants from said built-in classes > and interfaces. > >

[PHP-DEV] How to find all PHP funtions/classes/constants

2006-10-27 Thread Peter Hodge
Hello everyone, I am in the process of updating the PHP syntax file for Vim, and I need to gather a list of all built-in PHP functions, constants, classes, interfaces, and preferably also the methods and class-constants from said built-in classes and interfaces. First I used my PHP's get_defined_

Re: [PHP-DEV] What version introduced RTLD_DEEPBIND?

2006-10-27 Thread Michael B Allen
On Fri, 27 Oct 2006 13:39:53 -0400 "Brian J. France" <[EMAIL PROTECTED]> wrote: > >> and I plan on removing it from our internal builds as it causes more > >> problems than I think it fixes (on RHEL only). > > > > Err, that'll break my module. > > > Unless you work at Yahoo!, this will not effec

Re: [PHP-DEV] What version introduced RTLD_DEEPBIND?

2006-10-27 Thread Brian J. France
On Oct 27, 2006, at 1:07 PM, Michael B Allen wrote: On Fri, 27 Oct 2006 12:12:46 -0400 "Brian J. France" <[EMAIL PROTECTED]> wrote: On Oct 27, 2006, at 11:57 AM, Michael B Allen wrote: Is there any way to determine exactly which version of PHP first used the RTLD_DEEPBIND flag to dlopen(3)? Ca

Re: [PHP-DEV] What version introduced RTLD_DEEPBIND?

2006-10-27 Thread Michael B Allen
On Fri, 27 Oct 2006 12:12:46 -0400 "Brian J. France" <[EMAIL PROTECTED]> wrote: > On Oct 27, 2006, at 11:57 AM, Michael B Allen wrote: > > Is there any way to determine exactly which version of PHP first > > used the > > RTLD_DEEPBIND flag to dlopen(3)? Can webcvs be used somehow. I *think* > >

Re: [PHP-DEV] What version introduced RTLD_DEEPBIND?

2006-10-27 Thread Brian J. France
On Oct 27, 2006, at 11:57 AM, Michael B Allen wrote: Is there any way to determine exactly which version of PHP first used the RTLD_DEEPBIND flag to dlopen(3)? Can webcvs be used somehow. I *think* it's between 4.3 and 4.4 but I'm not sure. 4.4: http://cvs.php.net/viewvc.cgi/Zend/zend.h?view

[PHP-DEV] What version introduced RTLD_DEEPBIND?

2006-10-27 Thread Michael B Allen
Hey, Is there any way to determine exactly which version of PHP first used the RTLD_DEEPBIND flag to dlopen(3)? Can webcvs be used somehow. I *think* it's between 4.3 and 4.4 but I'm not sure. Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ -- PHP Internals - PHP Runti