[PHP-DEV] Introduction to PHP-Mix - for comment

2002-12-26 Thread TAKEBE Yasuaki
Hello, I am Yasuaki Takebe, a software engineer who loves programming language processors. I am now developing a PHP accelerator named PHP-Mix. PHP-Mix uses script-to-script program transformation technique as opposed to other PHP accelerators. It generates a faster PHP scr

[PHP-DEV] CVS Account Request: wmeler

2002-12-26 Thread Wojtek Meler
Want help in development of PHP for MT environment. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: fazer

2002-12-26 Thread Fazer T.
To help with the development process of PHP. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: #21139 [Ctl]:zlib.output_compression + windows failure

2002-12-26 Thread Frank M. Kromann
> On Thursday 26 December 2002 21:14, Frank M. Kromann wrote: > > > I think this is a good idea too, but on my system zlib.dll is required to > > run php.exe. If this is the case with the official build we might have a > > support issue. This could be a local problem with the way I compile the >

[PHP-DEV] Re: php4.3.rc4 - things that wont compile under IRIX

2002-12-26 Thread Andrei Zmievski
On Fri, 27 Dec 2002, Joerg Behrens wrote: > We have some buggy Code left in the current rc. > > 1. We have some bogus warnings at the end of the configure > /config.status[2063]: 6: bad file unit number > ./config.status[2064]: 6: bad file unit number Not sure about this one. > 2.Ext/exif > cc-1

[PHP-DEV] CVS Account Request: shivas

2002-12-26 Thread Audrius Karabanovas
I want to start translating PHPDOC to Lithuanian language -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: #21139 [Ctl]: zlib.output_compression + windows failure

2002-12-26 Thread Edin Kadribasic
On Thursday 26 December 2002 21:14, Frank M. Kromann wrote: > I think this is a good idea too, but on my system zlib.dll is required to > run php.exe. If this is the case with the official build we might have a > support issue. This could be a local problem with the way I compile the > Zlib librar

Re: [PHP-DEV] emalloc() troubles

2002-12-26 Thread Daniel Lorch
hi, > This works perfectly, there's just a single memory leak that keeps > happening that I can't get rid of. My version doesn't leak :) At least I think it doesn't. If you're bored, have a look at it: http://marc.theaimsgroup.com/?l=php-dev&m=103927629711494&w=2 But your version has the adv

Re: [PHP-DEV] emalloc() troubles

2002-12-26 Thread Ari Pollak
This works perfectly, there's just a single memory leak that keeps happening that I can't get rid of. On Fri, Dec 27, 2002 at 02:33:37AM +0100, Daniel Lorch wrote: > hi, > > > Hi there, I'm trying to hack mail.c to automatically pass a -f argument > > to qmail with a return address, so that the

Re: [PHP-DEV] emalloc() troubles

2002-12-26 Thread Daniel Lorch
hi, > Hi there, I'm trying to hack mail.c to automatically pass a -f argument > to qmail with a return address, so that the Return-path of the message > is not always root@blah. Anyway, I seem to have been successful in this > endeavor, but I have a slight problem - whenever my code gets execut

[PHP-DEV] Re: http://bugs.php.net/?id=21203

2002-12-26 Thread Derick Rethans
On Thu, 26 Dec 2002, Levi Dixon wrote: > Ok jerk, that's the last time I post a bug. It's impossible for me to post > to the other bug. I did not create it and don't have the password. You're > more interested in acting important and playing semantics than taking time > to read the request and

[PHP-DEV] Preparing 4.3.0

2002-12-26 Thread Andrei Zmievski
I plan to update the version in appropriate files and the date in NEWS and tag the tree tonight. After that, Edin and Phil should make their Windows magic work and create the Win32 .zip and installer files. I will set the release date for Dec 28. Please do not commit anything to the tree after it

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_3) /ext/standard array.c

2002-12-26 Thread Andrei Zmievski
That's fine. On Fri, 27 Dec 2002, Moriyoshi Koizumi wrote: > Andrei Zmievski <[EMAIL PROTECTED]> wrote: > > > On Fri, 27 Dec 2002, Moriyoshi Koizumi wrote: > > > Andrei Zmievski wrote: > > > > > > >Was this fix entirely necessary? It didn't seems like a showstopper bug. > > > > > > > > > > > Fi

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_3) /ext/standard array.c

2002-12-26 Thread Moriyoshi Koizumi
Andrei Zmievski <[EMAIL PROTECTED]> wrote: > On Fri, 27 Dec 2002, Moriyoshi Koizumi wrote: > > Andrei Zmievski wrote: > > > > >Was this fix entirely necessary? It didn't seems like a showstopper bug. > > > > > > > > First, I apologize I didn't ask you for permission before committing my > > pat

Re: [PHP-DEV] Re: #21139 [Ctl]:zlib.output_compression + windows failure

2002-12-26 Thread Frank M. Kromann
Hi, I think this is a good idea too, but on my system zlib.dll is required to run php.exe. If this is the case with the official build we might have a support issue. This could be a local problem with the way I compile the Zlib library ? - Frank > On Thu, 26 Dec 2002, Edin Kadribasic wrote: > >

Re: [PHP-DEV] memleak in string.c?

2002-12-26 Thread Sterling Hughes
> /home/ari/php-4.3.0RC4/ext/standard/string.c(1350) : Freeing 0x08D0D354 > (29 bytes), > script=/home/alienhosting/public_html/webmail/src/read_body.php > > This seems to happen a lot when using SquirrelMail with php 4.3.0RC4, > and AFAIK did not happen with 4.2.3. It seems that haystack_orig

[PHP-DEV] memleak in string.c?

2002-12-26 Thread Ari Pollak
/home/ari/php-4.3.0RC4/ext/standard/string.c(1350) : Freeing 0x08D0D354 (29 bytes), script=/home/alienhosting/public_html/webmail/src/read_body.php This seems to happen a lot when using SquirrelMail with php 4.3.0RC4, and AFAIK did not happen with 4.2.3. It seems that haystack_orig is allocat

Re: [PHP-DEV] emalloc() troubles

2002-12-26 Thread Ari Pollak
Doh, I hadn't even thought of that, because it was called the same way earlier in the function, but I just realized that line assigned it to one of the function parameters, so it doesn't actually overwrite the original pointer (call by value). That got rid of one of the memleak errors, but the

Re: [PHP-DEV] Re: #21139 [Ctl]: zlib.output_compression + windowsfailure

2002-12-26 Thread Derick Rethans
On Thu, 26 Dec 2002, Edin Kadribasic wrote: > On Tuesday 24 December 2002 04:51, Moriyoshi Koizumi wrote: > > "Edin Kadribasic" <[EMAIL PROTECTED]> wrote: > > > > Isn't the solution as "simple" as changing the #ifdef to include > > > > COMPILE_DL_ZLIB in the checks, or is this another situation wh

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_3) /ext/standard array.c

2002-12-26 Thread Derick Rethans
On Thu, 26 Dec 2002, Andrei Zmievski wrote: > On Fri, 27 Dec 2002, Moriyoshi Koizumi wrote: > > Andrei Zmievski wrote: > > > > >Was this fix entirely necessary? It didn't seems like a showstopper bug. > > > > > > > > First, I apologize I didn't ask you for permission before committing my > > pa

Re: [PHP-DEV] CVS Account Request: saleh

2002-12-26 Thread Derick Rethans
On 26 Dec 2002, Saleh al-Ghamdi wrote: > Setting up a php.net mirror site You do not need an CVS account for this. Derick -- - Derick Rethans http://derickrethans.nl/ PHP Magazine - PHP

Re: [PHP-DEV] emalloc() troubles

2002-12-26 Thread Derick Rethans
On Thu, 26 Dec 2002, Ari Pollak wrote: > Nope, the only thing between the emalloc() and the efree()s are strcpy, > strcat, and php_escape_shell_cmd calls. ah, the escape_shell thing duplicates your string. Derick -- - D

[PHP-DEV] Maintainer of SNMP module?

2002-12-26 Thread Johann Hanne
Hi, is somebody actually maintaining the SNMP module? I'm currently using PHP 4.2.3 and I have two major problems which make the SNMP functions unusable for me: - When using snmpwalkoid() the array keys are the OIDs. But if the OID is lying under certain subtrees (e.g. mib-2, experimental, pr

[PHP-DEV] Revision 1 of register_apache_shutdown_function patch

2002-12-26 Thread Joseph Tate
The patch is attached. Please test on your system, especially on non-apache systems. In its present state it will probably break any non-apache build. There are a few changes to SAPI.c and SAPI.h that should be looked over by the SAPI developers. I've added a hook for a beast called sapi_close.

Re: [PHP-DEV] emalloc() troubles

2002-12-26 Thread Ari Pollak
In case it helps anyone to have the entire code to look at, attached is a patch against mail.c that contains all my changes. > On Thu, 26 Dec 2002, Ari Pollak wrote: > > > Hi there, I'm trying to hack mail.c to automatically pass a -f argument > > to qmail with a return address, so that the Ret

[PHP-DEV] Concerning register_shutdown_function

2002-12-26 Thread Joseph Tate
I've finally figured out a way to add a register_apache_shutdown_function and have it execute after the connection to the client has closed. This will only be available to users of the Apache web server. A patch will be forthcoming. This message is to gear up testers. The patch will be against

Re: [PHP-DEV] emalloc() troubles

2002-12-26 Thread Ari Pollak
Nope, the only thing between the emalloc() and the efree()s are strcpy, strcat, and php_escape_shell_cmd calls. On Thu, Dec 26, 2002 at 11:48:40AM +0100, Derick Rethans wrote: > Most likely you return from the function before you efree the variables > (with RETURN_* or return for example). > ---

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_3) /ext/standard array.c

2002-12-26 Thread Andrei Zmievski
On Fri, 27 Dec 2002, Moriyoshi Koizumi wrote: > Andrei Zmievski wrote: > > >Was this fix entirely necessary? It didn't seems like a showstopper bug. > > > > > First, I apologize I didn't ask you for permission before committing my > patch. > Actually it might not be a showstopper, but I believe

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_3) /ext/standard array.c

2002-12-26 Thread Moriyoshi Koizumi
Andrei Zmievski wrote: Was this fix entirely necessary? It didn't seems like a showstopper bug. First, I apologize I didn't ask you for permission before committing my patch. Actually it might not be a showstopper, but I believe this should be fixed before the release, because it's a bug tha

[PHP-DEV] CVS Account Request: saleh

2002-12-26 Thread Saleh al-Ghamdi
Setting up a php.net mirror site -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_3) /ext/standard array.c

2002-12-26 Thread Andrei Zmievski
Was this fix entirely necessary? It didn't seems like a showstopper bug. On Wed, 25 Dec 2002, Moriyoshi Koizumi wrote: > moriyoshi Wed Dec 25 15:00:14 2002 EDT > > Modified files: (Branch: PHP_4_3) > /php4/ext/standardarray.c > Log: > Fixed bug #21182 >

Re: [PHP-DEV] Re: #21139 [Ctl]: zlib.output_compression + windows failure

2002-12-26 Thread Edin Kadribasic
On Tuesday 24 December 2002 04:51, Moriyoshi Koizumi wrote: > "Edin Kadribasic" <[EMAIL PROTECTED]> wrote: > > > Isn't the solution as "simple" as changing the #ifdef to include > > > COMPILE_DL_ZLIB in the checks, or is this another situation where the > > > zlib extension should be compiled into

Re: [PHP-DEV] emalloc() troubles

2002-12-26 Thread Derick Rethans
On Thu, 26 Dec 2002, Ari Pollak wrote: > Hi there, I'm trying to hack mail.c to automatically pass a -f argument > to qmail with a return address, so that the Return-path of the message > is not always root@blah. Anyway, I seem to have been successful in this > endeavor, but I have a slight pro

Re: [PHP-DEV] session only for who needs it

2002-12-26 Thread Derick Rethans
Hello, please forward user questions to the [EMAIL PROTECTED] mailinglist, this list is for development _OF_ PHP, not development _with_ PHP. Derick On Thu, 26 Dec 2002, Mattia wrote: > I have a site in wich user can register, but everyone can navigate as > Guest, even if he/she is nt regist

[PHP-DEV] emalloc() troubles

2002-12-26 Thread Ari Pollak
Hi there, I'm trying to hack mail.c to automatically pass a -f argument to qmail with a return address, so that the Return-path of the message is not always root@blah. Anyway, I seem to have been successful in this endeavor, but I have a slight problem - whenever my code gets executed, I get tw