[PHP-DEV] Re: studlyCaps patch

2003-09-16 Thread Andi Gutmans
At 10:10 PM 9/16/2003 +0200, Marcus Börger wrote: Hello Andi, Tuesday, September 16, 2003, 9:37:40 PM, you wrote: > I think this patch is fine. > I think (1) can be fixed quite easily. What do you mean when you say that > (2) would result in a performance decrease? Would this only be in an error

[PHP-DEV] Re: studlyCaps patch

2003-09-16 Thread Marcus Börger
Hello Andi, Tuesday, September 16, 2003, 9:37:40 PM, you wrote: > I think this patch is fine. > I think (1) can be fixed quite easily. What do you mean when you say that > (2) would result in a performance decrease? Would this only be in an error > situation or also during regular runtime? >>2)

[PHP-DEV] Re: studlyCaps patch

2003-09-16 Thread Andi Gutmans
I think this patch is fine. I think (1) can be fixed quite easily. What do you mean when you say that (2) would result in a performance decrease? Would this only be in an error situation or also during regular runtime? Andi At 01:05 PM 9/12/2003 +0200, Marcus Börger wrote: Hello internals, a

[PHP-DEV] ext_skel

2003-09-16 Thread Robert Cummings
If I have used this to create the initial skeleton of an extension, does my entire extension thus fall under the terms of the PHP license? If so can I also have it fall under the conditions of another license? Or was the license just an example since most extensions are part of the PHP distributio

Re: [PHP-DEV] Bug in xxxxx_close();

2003-09-16 Thread Zeev Suraski
At 22:16 13/09/2003, Georg Richter wrote: Hi, currently I don't have time to analyze or fix it, so I hope someone will take a look, it affects most of db-extensions which support (optional) default connection. Sample: doesn't work correct: Function _close_mysql_link which was registered via ze

Re: [PHP-DEV] Re: Bug in xxxxx_close();

2003-09-16 Thread Marcus Börger
Hello nicos, Tuesday, September 16, 2003, 11:43:44 AM, you wrote: > - Original Message - > From: "Marcus Börger" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Tuesday, September 16, 2003 11:28 AM > Subject: Re: [PHP-DEV] Re: Bug in x_close(); >> H

[PHP-DEV] CVS Account Request: adywarna

2003-09-16 Thread Ady Romantika Ahmad
I want to start a new translation for Malaysian (MY) Language as that's the most I can do for PHP right now. Something to give back, since I already have too much coding in my hands. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Apache cannot be started with libphp4.so(undefined symbol: pthread_getspecific)

2003-09-16 Thread ashish b\\
Hi I have installed apache with following configure options. ./configure --enable-module=so --prefix=/usr/local/apache and php-4.3.2 with following configure options ./configure --with-apxs=/usr/sbin/apxs --enable-experimental-zts After that I tried to start the apache server and got the foll

[PHP-DEV] PATCH: enable disable_functions per dir

2003-09-16 Thread Tvrtko Ursulin
Hello everyone! I made a patch for PHP 4.3.3 which enables disable_functions perdir support. It touches main/main.c and sapi/apache/mod_php4.c and it seems to work. However, I would like to hear developer comments about it. Thanks! diff -Naur php-4.3.3-orig/main/main.c php-4.3.3/main/main.c --

Re: [PHP-DEV] Re: Bug in xxxxx_close();

2003-09-16 Thread nicos
- Original Message - From: "Marcus Börger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, September 16, 2003 11:28 AM Subject: Re: [PHP-DEV] Re: Bug in x_close(); > Hello nicos, > > Tuesday, September 16, 2003, 9:45:37 AM, you wrote: > > > > "Geor

Re: [PHP-DEV] Re: Bug in xxxxx_close();

2003-09-16 Thread Marcus Börger
Hello nicos, Tuesday, September 16, 2003, 9:45:37 AM, you wrote: > "Georg Richter" <[EMAIL PROTECTED]> a écrit dans le message de > news:[EMAIL PROTECTED] >> Hi, >> >> currently I don't have time to analyze or fix it, so I hope someone will > take >> a look, it affects most of db-extensions whi

[PHP-DEV] Re: Bug in xxxxx_close();

2003-09-16 Thread nicos
"Georg Richter" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > Hi, > > currently I don't have time to analyze or fix it, so I hope someone will take > a look, it affects most of db-extensions which support (optional) default > connection. > > Sample: > >for ($i=0;$i<1