[PHP-DEV] CVS Account Request: tacke

2003-05-30 Thread Radu Calauz
My primary focus is to contribute to PEAR. I used also this from a long time and I want to make more. Thanks. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] exec in CLI vs. mod_php

2003-05-30 Thread Brian Moon
I am trying to figure out what is internally different about exec between CLI and mod_php. If exec() a script from CLI and said script forks, I get my prompt right back. test.php fork.php #!/usr/local/bin/php 0) { exit(); } touch("/tmp/file.txt"); sleep(5); ?>

[PHP-DEV] RE: SNMP value retrieval

2003-05-30 Thread jhml
>Jonny, it your personal email address is bouncing. >That you know (maybe even the mailinglist email bounces for you). Sorry for that. It seems like 1409.org is permanently gone. I've now switched to an account I have to pay for just to be on the safe side in the future. I hope this will also pre

Re: [PHP-DEV] exec in CLI vs. mod_php

2003-05-30 Thread Wez Furlong
Under apache, you inherit all of the apache sockets when the libc forks and execs your script. This causes some problems (there are one or two bug reports about this in the bug db) with processes waiting around on the sockets. It looks like there was some code in the apache SAPI to avoid this pro

[PHP-DEV] phpdoc CVS Karma

2003-05-30 Thread Davey
Hey, I was told to ask for karma to be given to my user for phpdoc (english only if you limit it on a language basis). I already have PEAR CVS access (thats /php4/pear;/pear;/peardoc) so I just need the phpdoc karma added. I have had numerous request to ask for karma as the guys on the phpdoc

[PHP-DEV] Re: SNMP value retrieval

2003-05-30 Thread Harrie Hazewinkel
On Thursday, May 29, 2003, at 08:31 PM, [EMAIL PROTECTED] wrote: Jonny, it your personal email address is bouncing. That you know (maybe even the mailinglist email bounces for you). Sorry for that. It seems like 1409.org is permanently gone. I've now switched to an account I have to pay for just

[PHP-DEV] CVS Account Request: abcd

2003-05-30 Thread abcdefghijklmno
learn php -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] patch: info.c mem leak fixes

2003-05-30 Thread Rob Richards
Can someone take a look at this and commit if no problems? Fixes a few memory leaks in info.c Thanks, Rob [EMAIL PROTECTED]Index: info.c === RCS file: /repository/php4/ext/standard/info.c,v retrieving revision 1.235 diff -u -r1.235 i