[PHP-DEV] Re: Session Oddness

2002-03-13 Thread Matt Allen
Ok then, no problems. The thing is, last night in stalled the latest snap and SID was not being popuulated, even though session cookies were DEFINATLY off, accoring to a phpinfo anyway. very strange. Thanks, Matt On Wed, 2002-03-13 at 23:52, Sascha Schumann wrote: > On 13 Mar 2002, Matt Al

[PHP-DEV] Re: Session Oddness

2002-03-13 Thread Matt Allen
nt? shouldnt SID be defined when a cookie ISNT sent ? Matt On Wed, 2002-03-13 at 20:24, Sascha Schumann wrote: > The current CVS behaviour is the correct and documented one. > > - Sascha Experience IRCG > http://schumann.cx/

[PHP-DEV] Session Oddness

2002-03-12 Thread Matt Allen
Guys, Somebody hsa done something screwy with sessions, ther WEREN'T defining SID when a cookie wasnt set. heres a diff: --- php4-200203120300/ext/session/session.c Wed Mar 13 02:51:51 2002 +++ tmp/php4-200203120300/ext/session/session.c Sat Mar 9 11:33:29 2002 @@ -940,14 +940,7 @@

[PHP-DEV] [PATCH] More error handling changes

2001-07-25 Thread Matt Allen
xmlrpc clients (rightfully) spew becasue they have recieved 2 xmlrpc fault packets (xml documents). Cheerio, Matta -- Matt Allen Technical Director Investigation Marketplace 0413 777 771 [EMAIL PROTECTED] Index: main.c === RCS file

[PHP-DEV] Returning only one error

2001-07-24 Thread Matt Allen
t error it receives? Cheers, Matt -- Matt Allen Technical Director Investigation Marketplace 0413 777 771 [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list a

[PHP-DEV] [PEAR-PATCH] XMLRPC Pear Patch

2001-07-21 Thread Matt Allen
Hi All, Attached is a small patch tp pear/XML/RPC.php. It fixes 2 things: 1. There was a print statement left in the client class 2. xml_rpc_encode had "new XML_RPC_VAL" instead of "new XML_RPC_VALUE". Cheerio, Matta -- Matt Allen Technical Director Investigation Mark

[PHP-DEV] XMLRPC Error Returns & Patch

2001-07-06 Thread Matt Allen
something that could be discussed, but XMLRPC has been around the longest and alot of these other protocols are based on it, so here it is :) I didnt change the php.ini-dist as I didnt know the protocol, ie, since most people wont want this feature do we leave it out? Cheers, Matta --