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
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
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
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(
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/
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
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
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
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
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
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
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
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
* 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
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
* 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."
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
17 matches
Mail list logo