[PHP-DEV] new Informix extension maintainer ?

2003-02-17 Thread Corne' Cornelius
Hi, I would like to become a Maintainer for the Informix ext if possible, i've fixed some bugs and added updates for latest ESQL/C. And no one seems to be maintaining it at the moment. Where do i go from here ? Thanks, Nobbie =Disclaimer and Confidentiality===

[PHP-DEV] CVS Account Request: nobbie

2003-02-18 Thread Corne' Cornelius
Hi, I've updated the PHP Informix Extension and would like to become it's maintainer if possible since no one is maintaining it at the moment. I've emailed Danny Heijl and Christian Cartus and only Danny replied saying: As far as I know there is currently no maintainer for the ifx

Re: [PHP-DEV] MFH policy

2003-02-20 Thread Corne' Cornelius
Marcus Börger wrote: At 17:38 19.02.2003, Marc Boeren wrote: Hi, What is the official MFH policy? Are all bugfixes MFH-ed? Normally, yes. Except when we're close to release (which we are not right now). How does this work? Add -r PHP_4_3 to the mfh-commit? Cheerio, Marc. If

[PHP-DEV] CREDITS/Authors

2003-02-24 Thread Corne' Cornelius
Who adds people to the CREDITS/Authors section of an extension ? the maintainers of the module, or someone else assigned to do it ? Any objection of adding me to the Informix Extension CREDITS/Authors ? -Corne' !Exclude Disclaimer! -- PHP Development Mailing List http://www.php.net/ To

Re: [PHP-DEV] CREDITS/Authors

2003-02-24 Thread Corne' Cornelius
file. :) --Jani On Tue, 25 Feb 2003, Corne' Cornelius wrote: Who adds people to the CREDITS/Authors section of an extension ? the maintainers of the module, or someone else assigned to do it ? Any objection of adding me to the Informix Extension CREDITS/Authors ? -Corne' !Exclude

[PHP-DEV] bug notification ?

2003-02-26 Thread Corne' Cornelius
Are maintainers of extensions automagically notified of bugs submitted regarding the ext's they maintain ? Corne' !Exclude Disclaimer! -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] New extension: netfilter

2003-02-27 Thread Corne' Cornelius
Can i code a netfilter extension for PHP or don't you guys see the need for it ? It could result in some great firewall frontends in PHP Corne' !Exclude Disclaimer! -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] New extension: netfilter/iptables

2003-02-27 Thread Corne' Cornelius
Can i code a netfilter extension for PHP or don't you guys see the need for it ? It could result in some great firewall frontends in PHP Go for it. Assuming the netfilter library is not under the GPL. LGPL is fine. -Rasmus It's under GPL, i'll email their core team and ask if they'll

Re: [PHP-DEV] New extension: netfilter/iptables

2003-03-07 Thread Corne' Cornelius
Can i code a netfilter extension for PHP or don't you guys see the need for it ? It could result in some great firewall frontends in PHP Go for it. Assuming the netfilter library is not under the GPL. LGPL is fine. -Rasmus It's under GPL, i'll email their core team and ask if

[PHP-DEV] compiling PHP_4_3

2003-03-12 Thread Corne' Cornelius
Hi, I compiled CLI version of PHP_4_3 this morning and it gave the following: php4/main/main.c:225: undefined reference to `zend_disable_class' php4/main/main.c:239: undefined reference to `zend_disable_class' Is this right ? won't PHP_4_3 compile with Zend version 1 anymore ? Corne' !Exclude

Re: [PHP-DEV] compiling PHP_4_3

2003-03-12 Thread Corne' Cornelius
Yep, it's branch PHP_4_3 and ran a cvs update just before compiling -Corne' Rasmus Lerdorf wrote: Did you actually check out version 4.3? cvs co -r PHP_4_3 php4 Check your CVS/Entries file. You should see the branch name after each file. -Rasmus On Thu, 13 Mar 2003, Corne' Cornelius wrote

Re: [PHP-DEV] compiling PHP_4_3

2003-03-12 Thread Corne' Cornelius
after each file. -Rasmus On Thu, 13 Mar 2003, Corne' Cornelius wrote: Hi, I compiled CLI version of PHP_4_3 this morning and it gave the following: php4/main/main.c:225: undefined reference to `zend_disable_class' php4/main/main.c:239: undefined reference to `zend_disable_class' Is this right

Re: [PHP-DEV] compiling PHP_4_3

2003-03-13 Thread Corne' Cornelius
Nevermind, stupid me made stupid mistake Rasmus Lerdorf wrote: Did you actually check out version 4.3? cvs co -r PHP_4_3 php4 Check your CVS/Entries file. You should see the branch name after each file. -Rasmus On Thu, 13 Mar 2003, Corne' Cornelius wrote: Hi, I compiled CLI version