[PHP-DOC] cvs: phpdoc /en/reference/session/functions session-unset.xml

2003-10-29 Thread Martin Samesch
samesch Wed Oct 29 03:52:32 2003 EDT Modified files: /phpdoc/en/reference/session/functions session-unset.xml Log: sorry, hopefully correct correction this time... Index: phpdoc/en/reference/session/functions/session-unset.xml diff -u phpdoc/en/reference/se

Re: [PHP-DOC] Re: cvs: phpdoc /en/reference/session/functions session-unset.xml

2003-10-29 Thread Martin Samesch
Hi Jani, On Wed, Oct 29, 2003 at 02:41:54AM +0200, Jani Taskinen wrote: > > To unset single registered session "variable": > > unset ($_SESSION['varname']); > > To unset all registered "variables": > > session_unset (); Hopefully fixed. Thanks. Cheers, Mart

[PHP-DOC] cvs: phpdoc /en/reference/session/functions session-unset.xml

2003-10-29 Thread Mehdi Achour
didou Wed Oct 29 04:23:20 2003 EDT Modified files: /phpdoc/en/reference/session/functions session-unset.xml Log: give the two possibilities, it doesn't harm ;) Index: phpdoc/en/reference/session/functions/session-unset.xml diff -u phpdoc/en/reference/sess

Re: [PHP-DOC] cvs: phpdoc /en/reference/session/functions session-unset.xml

2003-10-29 Thread Derick Rethans
On Wed, 29 Oct 2003, Mehdi Achour wrote: > didou Wed Oct 29 04:23:20 2003 EDT > > Modified files: > /phpdoc/en/reference/session/functionssession-unset.xml > Log: > give the two possibilities, it doesn't harm ;) erm, it does... the last one $_SESSION = array(

[PHP-DOC] cvs: phpdoc /en/reference/session/functions session-unset.xml

2003-10-29 Thread Mehdi Achour
didou Wed Oct 29 04:29:25 2003 EDT Modified files: /phpdoc/en/reference/session/functions session-unset.xml Log: reverting as requested by Derick Index: phpdoc/en/reference/session/functions/session-unset.xml diff -u phpdoc/en/reference/session/functions/

Re: [PHP-DOC] cvs: phpdoc /en/reference/session/functions

2003-10-29 Thread Mehdi Achour
That's how it was documented before, so I take it for granted ;) Can you explain why it's wrong or should I write to php-generals ? :) didou erm, it does... the last one $_SESSION = array() destroys the special meaning of $_SESSION afaik. It's wrong, remove it. Derick

Re: [PHP-DOC] cvs: phpdoc /en/reference/session/functions

2003-10-29 Thread Mehdi Achour
Based on what you're saying, the second example in session-destroy.xml is totally wrong too. Should we open a bug report ? Derick Rethans wrote: On Wed, 29 Oct 2003, Mehdi Achour wrote: didou Wed Oct 29 04:23:20 2003 EDT Modified files: /phpdoc/en/reference/session/functions

Re: [PHP-DOC] cvs: phpdoc /en/reference/session/functions

2003-10-29 Thread Derick Rethans
On Wed, 29 Oct 2003, Mehdi Achour wrote: > Based on what you're saying, the second example in session-destroy.xml > is totally wrong too. Should we open a bug report ? Hmm, now I'm not sure anymore :) I do know that $_SESSION = array() removes all session variables from the session, but it does

[PHP-DOC] cvs: phpdoc /en/reference/session/functions session-regenerate-id.xml

2003-10-29 Thread Curt Zirzow
curtWed Oct 29 10:27:43 2003 EDT Modified files: /phpdoc/en/reference/session/functions session-regenerate-id.xml Log: Fixed example. Index: phpdoc/en/reference/session/functions/session-regenerate-id.xml diff -u phpdoc/en/reference/session/functions

Re: [PHP-DOC] cvs: phpdoc /en/reference/session/functions session-regenerate-id.xml

2003-10-29 Thread Curt Zirzow
This is my first commit! any problems with it? Should the description be more descriptive to as what is being fixed? Crap! I triple checked it and I see a typo already after the commit :/ Are there any helpful suggestions as for preventing typo mistakes? Curt -- "I used to think I was indecisiv

[PHP-DOC] cvs: phpdoc /en/reference/session/functions session-regenerate-id.xml

2003-10-29 Thread Curt Zirzow
curtWed Oct 29 10:40:22 2003 EDT Modified files: /phpdoc/en/reference/session/functions session-regenerate-id.xml Log: Fix a couple typo's Index: phpdoc/en/reference/session/functions/session-regenerate-id.xml diff -u phpdoc/en/reference/session/func

Re: [PHP-DOC] cvs: phpdoc /en/reference/session/functions session-regenerate-id.xml

2003-10-29 Thread Derick Rethans
On Wed, 29 Oct 2003, Curt Zirzow wrote: > curt Wed Oct 29 10:40:22 2003 EDT > > Modified files: > /phpdoc/en/reference/session/functionssession-regenerate-id.xml > Log: > Fix a couple typo's we also use XHTML in all examples, so we use "" instead of "". (An

[PHP-DOC] BUONGIORNO,

2003-10-29 Thread Manuela Toscano
scrivo da Torino da parte di un ragazzo argentino (italiano ma di nascita argentina ed ora residente stabilmente in italia) che desidererebbe accedere a Torino ad un corso gratuito di php mysql...sapreste aiutarci? Vorrei anche chiedere dove รจ possibile reperire una versione gratuita del manuale

Re: [PHP-DOC] cvs: phpdoc /en/reference/session/functions session-regenerate-id.xml

2003-10-29 Thread Curt Zirzow
* Thus wrote Derick Rethans ([EMAIL PROTECTED]): > On Wed, 29 Oct 2003, Curt Zirzow wrote: > > > curtWed Oct 29 10:40:22 2003 EDT > > > > Modified files: > > /phpdoc/en/reference/session/functions session-regenerate-id.xml > > Log: > > Fix a couple typo's

Re: [PHP-DOC] cvs: phpdoc /en/reference/session/functions session-regenerate-id.xml

2003-10-29 Thread Jani Taskinen
The previous example was just fine, why did you change it? --Jani On Wed, 29 Oct 2003, Curt Zirzow wrote: >curt Wed Oct 29 10:27:43 2003 EDT > > Modified files: >/phpdoc/en/reference/session/functions session-regenerate-id.xml > Log: > Fixed examp

Re: [PHP-DOC] cvs: phpdoc /en/reference/session/functions session-regenerate-id.xml

2003-10-29 Thread Curt Zirzow
* Thus wrote Jani Taskinen ([EMAIL PROTECTED]): > > The previous example was just fine, why did you change it? Since it resends a cookie, you will get a 'headers already sent' error message when the function is called. Curt -- "I used to think I was indecisive, but now I'm not so sure."

[PHP-DOC] #20481 [Com]: preg_replace_callback() incorrect documentation

2003-10-29 Thread online131 at hotmail dot com
ID: 20481 Comment by: online131 at hotmail dot com Reported By: bikeman82 at hotmail dot com Status: Assigned Bug Type: Documentation problem Operating System: All PHP Version: 4.2.3 Assigned To: k.schroeder New Comment: Yep, this is th