I recently installed phpESP 1.6 on my Apple PowerBook
G4, running OSX 10.3.5, with MySql 3.23.54, and PHP
5.0.1. After succesfully pasting the test.php screen,
login was not possible. When using the index.php
screen, a login window appeared. I would enter the ID
and PW, hit the enter button, and then the login window
would reappear - as if I was first entering the basic
login screen.
I then took phpESP and installed in on an older OSX
machine, running OSX 10.2, with MySql 3.23.54 and PHP
4.6.3 (4.x), and phpESP worked just fine!
So my belief is that version 1.6 is not capable of used
with PHP 5.0.1.
Regards!
Logged In: YES
user_id=575450
It is working for me. However, I have all the backward
compatibility stuff enabled.
Logged In: YES
user_id=14116
ESP hasn't been tested with PHP 5, if it works at all that's
excellent. When my dev platform is updated to support PHP
5, work may be done to support it.
Logged In: YES
user_id=413628
Experienced exact same problem.
php 5.01
mySQl 4.0.2.3
MacOS X 10.3.7
Logged In: NO
I have also done testing on php5. Using the default php5
config will cause phpesp to not work at all. You will need
to enable several things which are now by default disabled.
Logged In: YES
user_id=198398
Am currently testing phpESP with php 5 and although it does
not work out of the box I have made all the necessary
changes to the phpESP scripts instead of editing the php.ini
file. Once I finish testing it I will release a patch file against
the current phpESP cvs version.
phpESP diff file for use with php5
Logged In: YES
user_id=198398
here's a diff file against current cvs snapshot of phpESP
which should make phpESP compatible with php5 without the
need to modify the php.ini file. This should work with all
versions of php > 4.1
Please do not patch against your production version of phpESP.
Feedback would be greatly appreciated.
Logged In: YES
user_id=14116
Patch looks good. I've applied it against CVS head. My
development Env. was moved to PHP5 today. So future
development should be PHP5 friendly and the 1.7.5 branch
will be the last to support PHP4.
Logged In: YES
user_id=14116
Fixed in CVS.