[PHP-DEV] using HTTP-PUT-Method problem

2002-06-09 Thread Wolfram Kriesing
does someone have an example of a _working_ PUT-script? i was trying $PHP_PUT_FILENAME and even trying to dump all the GLOBALS but i couldnt find a filename which points to the PUT'-filename how does it work? obviously not as it is in the manual :-( copy( $PHP_PUT_FILENAME , $PATH_TRANSLATE

Re: [PHP-DEV] session serialize format is different to serialize-function format!?

2002-04-03 Thread Wolfram Kriesing
On Wednesday 03 April 2002 12:23, Wolfram Kriesing wrote: > Why is the serialized data that are automatically written in the session > file different to what the serialize function returns for > "serialize($_SESSION)" ? > > i tried to write a session handler, since

[PHP-DEV] session serialize format is different to serialize-function format!?

2002-04-03 Thread Wolfram Kriesing
Why is the serialized data that are automatically written in the session file different to what the serialize function returns for "serialize($_SESSION)" ? i tried to write a session handler, since in php4.1.2 on win using register_globals=Off the session doesnt work. And I wanted to write "ser

Re: [PHP-DEV] references-weirdness???

2001-11-28 Thread Wolfram Kriesing
> From the manual: well, being able to read definitely is an advantage :-) i will learn it too > ...in other words, your problem is here: thanks -- Wolfram -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

[PHP-DEV] references-weirdness???

2001-11-28 Thread Wolfram Kriesing
why do the following two examples result in different things, even though i would expect the same behaviour? in words: i pass a reference of a class-property to a variable $walk, if i overwrite $walk, the class-property has a new value too (seems logical, since we are working with references n

Re: [PHP-DEV] class xxx extends a_class_from_the_include_path - problem

2001-11-11 Thread Wolfram Kriesing
; > -Original Message----- > From: Wolfram Kriesing [mailto:[EMAIL PROTECTED]] > Sent: Saturday, November 10, 2001 11:25 AM > To: list; list > Subject: [PHP-DEV] class xxx extends a_class_from_the_include_path > - problem > > > i have the following script: > > &

[PHP-DEV] CVS Account Request: cain

2001-11-04 Thread Wolfram Kriesing
cvs-account for being able to develop on PEAR -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]