Re: [phplib-dev] Using PHP4s session handling From: Sebastian Bergmann (sb <email protected>)
Date: 09/07/00

Michael Haertl wrote:
> Is there any effort being made to support PHP4's native session support?

  Take a look at the current CVS tree. In prepend.php3 it reads

    # What is your PHP Version? Set to "3" or "4"
    $_PHPLIB["version"] = "4";

  and there are two different session handlers, one for each major PHP
version.

-- 
 <?php $a=explode(" " ,"119 130 128 129 45 110 123 124 129 117 114 127 45 ".
 "125 117 125 45 117 110 112 120 114 127");for($i=0;$i<sizeof($a);$i++)print
 chr($a[$i]-13); /* http://sb.phpOpenTracker.de | sb <email protected> */ ?>

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected> For additional commands, e-mail: phplib-dev-help <email protected>