Re: [PHP-DEV] Performance degradation part 2 the module version

2003-02-23 Thread Jim Jagielski
) and then threadB does chdir(/var), then the actual process is in /var for the remainder of threadA (IIRC). chdir() is process scoped. -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com

Re: [PHP-DEV] Performance degradation part 2 the module version

2003-02-23 Thread Jim Jagielski
Rasmus Lerdorf wrote: That's true, but in threaded mode we don't do the chdir() at all. This is specifically for non-threaded. Gotcha... didn't realize you were referring to non-t'ed only. -- === Jim Jagielski

Re: [PHP-DEV] Re: PHP profiling results under 2.0.37 Re: Performance of Apache

2002-06-08 Thread Jim Jagielski
-- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ A society that will trade a little liberty for a little order will lose both and deserve neither - T.Jefferson -- PHP Development Mailing List http://www.php.net/ To unsubscribe

Re: [PHP-DEV] [PATCH] add PATH_INFO and PATH_TRANSLATED to apache2 sapi ... RE

2002-05-13 Thread Jim Jagielski
with previous rev's. :) -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ A society that will trade a little liberty for a little order will lose both and deserve neither

[PHP-DEV] PHPINIDir directive

2002-04-22 Thread Jim Jagielski
? -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ A society that will trade a little liberty for a little order will lose both and deserve neither - T.Jefferson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re: [PHP-DEV] Re: PHPINIDir directive

2002-04-22 Thread Jim Jagielski
directive as well... :/ -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ A society that will trade a little liberty for a little order will lose both and deserve neither

Re: [PHP-DEV] [PATCH] rev. 2 of my apache2filters SEGV fixes

2002-04-11 Thread Jim Jagielski
that will significantly improve output buffering/copying. -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ A society that will trade a little liberty for a little order will lose both

Re: [PHP-DEV] apache2filter efficiency

2002-04-06 Thread Jim Jagielski
. -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ A society that will trade a little liberty for a little order will lose both and deserve neither - T.Jefferson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re: [PHP-DEV] Re: Bug #15580 Updated: sapi_apache2.c fails to compile with Apache

2002-04-06 Thread Jim Jagielski
/unsub.php -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ A society that will trade a little liberty for a little order will lose both and deserve neither - T.Jefferson

Re: [PHP-DEV] apache2filter and apache2.0.35-dev, query_string vars missing

2002-04-05 Thread Jim Jagielski
; ? ul ? for ($i = 0; $i 10; $i++) { echo liline $i/li\n; } ? /ul Anyone else working with the apache2filter? Aaron, let me take a gander over the weekend... It's been awhile. -- === Jim Jagielski

Re: [PHP-DEV] Woah

2001-09-08 Thread Jim Jagielski
. -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ A society that will trade a little liberty for a little order will lose both and deserve neither -- PHP Development Mailing

Re: [PHP-DEV] xbithack?

2001-02-04 Thread Jim Jagielski
). -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ "Casanova will have many weapons; To beat him you will have to have more than forks and flatulence." -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

[PHP-DEV] srandom vs srand48

2001-02-04 Thread Jim Jagielski
Isn't srandom() the prefered implementation over srand48()? But if both are found, PHP chooses srand48(). Any objections to me switching that around? -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http

Re: [PHP-DEV] file.c fsock.c ... Again ...

2001-01-13 Thread Jim Jagielski
It's the wrapper for ZTS not fully wrapping what it should... Derick Rethans wrote: Hello, can you try the latest CVS? Zeev did some work on it today. Derick -- === Jim Jagielski [|] [EMAIL PROTECTED