| |
php5
Forum /
General /
php5
Reply
Subscribe
Start new thread
Syndicated Feed (RSS)
|
Displaying 1 to 7 of 7
|
Previous
1
Next |
| Author |
Message |
mhe
Posts: 1
|
the 1.0 server installs a customized version of php 4.3.8. your so called phpbean is running with this version.
what about php 5 support ?
|
|
Back to top
|
|
lux
Posts: 17
|
mhe said:
the 1.0 server installs a customized version of php 4.3.8. your so called phpbean is running with this version.
what about php 5 support ?
PHP5 support is definitely in the plans. I'd estimate it'll be ready for version 1.2 of the server, possibly even sooner.
Cheers,
Lux
|
|
Back to top
|
|
tscha
Posts: 2
|
Well, I just tried it with PHP 5.0.3 and it seems to run, although I dont know it if works right.
|
|
Back to top
|
|
jtp51
Posts: 2
|
WOW... This has a ton of potential.
If you offer invitations for beta releases, how can I sign up for the beta list to test the PHP 5 functionality?
|
|
Back to top
|
|
jtp51
Posts: 2
|
tscha said:
Well, I just tried it with PHP 5.0.3 and it seems to run, although I dont know it if works right.
How did you right your bean classes?
Did you set the visibility of a property or method with public, protected or private?
Did you use the __construct() method?
Thank you!
|
|
Back to top
|
|
lux
Posts: 17
|
jtp51 said:
tscha said:
Well, I just tried it with PHP 5.0.3 and it seems to run, although I dont know it if works right.
How did you right your bean classes?
Did you set the visibility of a property or method with public, protected or private?
Did you use the __construct() method?
My test results with PHP 5.0.3 are also very positive.
First, I downloaded PHP 5.0.3 and unpacked it into the phpBeans 'src' folder. Then, other than changing the compile.sh script to be correct for PHP5 (changing the php_version variable to 'php-5.0.3' and commenting out the SQLite extension lines), the compile went ahead without a hitch.
And in all my testing, both the phpBeans client and server seem to run just fine, with no modifications necesary for PHP5. Looks like it works in both already.
Cheers,
Lux
|
|
Back to top
|
|
tscha
Posts: 2
|
jtp51 said:
Did you set the visibility of a property or method with public, protected or private?
Did you use the __construct() method?
Sorry for late reply.
I did all the stuff with ppp-features, __construct and all you can think of. And it works :)
--
tscha
|
|
Back to top
|
|
Return to Top
|
|