Re: [PHP-DEV] max length of a cookie value?

2004-09-28 Thread Dietrich Ayala
Cache-Control: max-age=0 Rasmus Lerdorf wrote: No limit on PHP's end. Probably happening in the browser. Check what is going over the wire. -Rasmus On Tue, 28 Sep 2004, Dietrich Ayala wrote: we're experiencing truncation of cookie values. is there a hard-coded limit in php? there's

Re: [PHP-DEV] max length of a cookie value?

2004-09-28 Thread Dietrich Ayala
$_COOKIE); i'll file a bug on this if i don't hear otherwise from this list. thanks, dietrich Dietrich Ayala wrote: we're experiencing truncation of cookie values. is there a hard-coded limit in php? there's nothing in the docs. i didn't find any bugs at bugs.php.net abo

[PHP-DEV] max length of a cookie value?

2004-09-28 Thread Dietrich Ayala
we're experiencing truncation of cookie values. is there a hard-coded limit in php? there's nothing in the docs. i didn't find any bugs at bugs.php.net about this. thanks, dietrich -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Really odd PHP problem... different platform

2004-09-10 Thread Dietrich Ayala
Looks like Dr Watson won't help our specific problem: "Dr. Watson cannot create a snapshot if the program does not respond (hangs)." From "How to Troubleshoot Program Faults with Dr. Watson": http://support.microsoft.com/default.aspx?scid=kb;en-us;q275481 However, we do experience php.exe crashes

Re: [PHP-DEV] Re: Really odd PHP problem... different platform

2004-09-09 Thread Dietrich Ayala
edge ;-) --Wez. On Tue, 07 Sep 2004 11:49:35 -0700, Dietrich Ayala <[EMAIL PROTECTED]> wrote: A large telco client of ours is having problems that match Russ' problem almost exactly... except on Win2k. Does anyone have pointers to *windows* tools to achieve the kind of debugging/tracing de

Re: [PHP-DEV] Re: Really odd PHP problem... different platform

2004-09-07 Thread Dietrich Ayala
A large telco client of ours is having problems that match Russ' problem almost exactly... except on Win2k. Does anyone have pointers to *windows* tools to achieve the kind of debugging/tracing described below? Rasmus Lerdorf wrote: On Tue, 7 Sep 2004, Russ Garrett wrote: I can watch them for h

Re: [PHP-DEV] Enabling OpenSSL with Windows Binaries

2004-06-10 Thread Dietrich Ayala
it's in the comments of the manual, but not in the actual manual text. *why* won't it be fixed in 4.3? Wez Furlong wrote: The problem is linkage; for some reason, someone (in group@ ?) decided that they didn't want to link the php core to openssl in the windows builds, and in php 4.3 you can't use

Re: [PHP-DEV] php-win32 writing to system32 dir?

2003-06-12 Thread Dietrich Ayala
Thanks Wez. Regmon showed a series of registry accesses by php.exe, all reading. looks like registry might be doing something funky to handle locking is probably the case. -d - Original Message - From: "Wez Furlong" <[EMAIL PROTECTED]> To: "Dietrich Ayala&qu

Re: [PHP-DEV] php-win32 writing to system32 dir?

2003-06-11 Thread Dietrich Ayala
s every time it loads. TIA, -dietrich "DvDmanDT" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > You can most likely compy the file, then open it... That's what I do on the > Apache logs.. :p > "Dietrich Ayala" <[EMAIL PROTECTED]> skrev

Re: [PHP-DEV] php-win32 writing to system32 dir?

2003-06-11 Thread Dietrich Ayala
E.LOG SUCCESS Length: 8192 1:36:31 PM php.exe:1380 SET INFORMATION C:\WINNT\System32\Config\SOFTWARE.LOG SUCCESS Length: 12288 - Original Message - From: "Derick Rethans" <[EMAIL PROTECTED]> To: "Dietrich Ayala" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]

[PHP-DEV] php-win32 writing to system32 dir?

2003-06-11 Thread Dietrich Ayala
php.exe seems to be writing to this file every time it loads: C:\WINNT\system32\config\software.LOG anyone have info on why this is happening, and how i would stop it? TIA, dietrich -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php