Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP4 + PHPLIB on WIndows 1

Status
Not open for further replies.

JazzCat

Programmer
Nov 23, 2000
1
NL
Hi there,

I am using the latest PHP4 with PHPLIB 7.2 together with Apache 1.3.12 under Windows 95 (awkward yes, but only for development purposes). When I try to use any PHPLIB session
stuff, I get this error message:

Warning: Undefined variable: sid in session.inc on line 396

Does PHPLIB even work with PHP4?

Greetz,

JC
 
you should check in your php.ini file if the SID is defined.
i got that problem, and saw that in fact it was called PHPSESSID instead of SID.
just change that line in the ini file and that should work.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top