Re: [PHP-DEV] shared library suffixes

2006-04-04 Thread Christian Stocker
On 4.4.2006 8:37 Uhr, Andrei Zmievski wrote: On Apr 3, 2006, at 9:26 PM, Christian Stocker wrote: On 4.4.2006 3:40 Uhr, Andrei Zmievski wrote: The problem is that SHLIB_SUFFIX_NAME is used for both bundles (.so) and dynamic libraries (.dylib) on Mac OS X. These are separate entities and nee

[PHP-DEV] session_start and set-cookie woes

2006-04-04 Thread Ralph Schindler
Is there any reason why session_start should be sending a new Set-Cookie: name=id on each and every session_start call? It seems to me the original functionality of this function would only send a set-cookie if a valid session didn't already existed and/or was not provided by the client. These

[PHP-DEV] Coverity report

2006-04-04 Thread Nuno Lopes
Hi, Has anyone already received the Coverity report (http://scan.coverity.com)? I've already asked for a password, but I haven't received it yet. I would like to take a look at it and help to fix the 42 detected bugs. Nuno -- PHP Internals - PHP Runtime Development Mailing List To unsubscri

Re: [PHP-DEV] Coverity report

2006-04-04 Thread Antony Dovgal
On 05.04.2006 01:40, Nuno Lopes wrote: Hi, Has anyone already received the Coverity report (http://scan.coverity.com)? Lot of people did. Including me =) I've already asked for a password, but I haven't received it yet. It takes some time - requests are human-filtered. In my case it took

Re: [PHP-DEV] Coverity report

2006-04-04 Thread Nuno Lopes
On 05.04.2006 01:40, Nuno Lopes wrote: Hi, Has anyone already received the Coverity report (http://scan.coverity.com)? Lot of people did. Including me =) and did anyone found a bug by reading Coverity's report? I didn't noticed unusual commits... I've already asked for a password, but

Re: [PHP-DEV] Coverity report

2006-04-04 Thread Antony Dovgal
On 05.04.2006 02:56, Nuno Lopes wrote: On 05.04.2006 01:40, Nuno Lopes wrote: Hi, Has anyone already received the Coverity report (http://scan.coverity.com)? Lot of people did. Including me =) and did anyone found a bug by reading Coverity's report? I didn't noticed unusual commits... I

[PHP-DEV] proc_open and ptys

2006-04-04 Thread Jon
Unix98 pty support actually appears to be disabled in the php 5.1.2 source. I'd like to play around with this but I can't find out how to re-enable it. Does anyone know? Also I'd be curious to find out why its currently disabled since the web documentation has no mention of it whatsoever.