Re: [PHP-DEV] PHP 5.2.1 crashing Apache/IIS...

2007-03-01 Thread William A. Rowe, Jr.
Thomas Hruska wrote: > Heads up! Installed the latest Win32 binaries of thread-safe PHP 5.2.1 > on Win32 Apache and IIS. PHP started crashing (definitely PHP - > php5ts.dll) when I went to access the MyProBB web forum. (Win32 Apache > flat out crashes, IIS bails with HTTP 500 errors). Consideri

Re: [PHP-DEV] Thread safe problem on module_registry (Zend API Feature/Change request)

2007-03-01 Thread Richard Lynch
On Thu, March 1, 2007 7:29 am, Michael Vergoz wrote: I don't claim to understand this issue fully/deeply, but I'm definitely +1 on resurrecting 'dl' if this change fixes everything to everyone's satisfaction. Not that my vote actually counts, as I've never had the skills/time to actually contribu

[PHP-DEV] [PATCH] ext/sysvmsg: msg_queue_exists()

2007-03-01 Thread Benjamin Schulz
Hi Wez, this patch that adds a msg_queue_exists() to ext/sysvmsg. Currently there is no way to tell wether msg_get_queue() will create or just a attach to a queue. It would be great to see this function in the next PHP release. Benjamin diff -u php-5.2.1/ext/sysvmsg/php_sysvmsg.h php-5.2.1

[PHP-DEV] Thread safe problem on module_registry (Zend API Feature/Change request)

2007-03-01 Thread Michael Vergoz
Hi I am currently developing a kind of application server based on PHP language. I use modifications I made on SAPI embed/. I use threads massively. In my application design, every thread can load different PHP modules. In practise, modules are loaded just before php_request_startup() and they are

Re: [PHP-DEV] Re: PHP 4.4.6 Released!

2007-03-01 Thread Derick Rethans
On Thu, 1 Mar 2007, Andrew Hutchings wrote: > Derick Rethans wrote: > > Hello! > > > > The PHP development team would like to announce the immediate > > availability of PHP 4.4.6. This release addresses a crash problem with > > the session extension when register_globals is turned on that was

[PHP-DEV] Re: PHP 4.4.6 Released!

2007-03-01 Thread Andrew Hutchings
Derick Rethans wrote: > Hello! > > The PHP development team would like to announce the immediate > availability of PHP 4.4.6. This release addresses a crash problem with > the session extension when register_globals is turned on that was > introduced in PHP 4.4.6. So these release fixes a cra

[PHP-DEV] Re: PHP UserID ?

2007-03-01 Thread Andrew Hutchings
Andreas Prüßmann wrote: > Hello, > > i´am using an SLES 10.1 Server with an Apache 2.2. > There´s PHP 5 installed. When i do an dir -o on the php executable, i can > see that php belongs to root. > My questtion is ... > Do PHP run as user root ? If you are using Apache and PHP as a module then i

[PHP-DEV] PHP 4.4.6 Released!

2007-03-01 Thread Derick Rethans
Hello! The PHP development team would like to announce the immediate availability of PHP 4.4.6. This release addresses a crash problem with the session extension when register_globals is turned on that was introduced in PHP 4.4.6. This release comes also with the new version 7.0 of PCRE and i

[PHP-DEV] PHP UserID ?

2007-03-01 Thread Andreas Pr��mann
Hello, i´am using an SLES 10.1 Server with an Apache 2.2. There´s PHP 5 installed. When i do an dir -o on the php executable, i can see that php belongs to root. My questtion is ... Do PHP run as user root ? Thanks Andreas -- PHP Internals - PHP Runtime Development Mailing List To unsubscri

Re: [PHP-DEV] LDAP functions implemented poorly

2007-03-01 Thread Antony Dovgal
On 03/01/2007 01:11 AM, Doug Goldstein wrote: Antony Dovgal wrote: On 03/01/2007 12:35 AM, Doug Goldstein wrote: Did you really test it with non-NULL terminated strings? Don't you need to add '\0' manually? The test is that you run the example code from bug #38819, watch PHP crash. Apply my p