Some problems with mmcache 2.4.7-CVS and php 4.3.10
<?php echo dirname(__FILE__) . "my.php"; ?>
you always get a dot: "."
that should return for my:
/home/myuser/include/
Any ideas or a patch?? the problem appears with encoded files..
Logged In: NO
After upgrade php 4.3.9 to 4.3.11 Incorrectly work some function in encoded files
For example, dont work functions
foreach...
foreach ($param as $field_name => $value) {
$field_name is NULL!!!
$my_=$array[$key]
$my is NULL!!!!
Plz, fix it...
Logged In: YES user_id=1183433
Please use the last version of eAccelerator: 0.9.2a foreach error is fixed.. but you need to re-encode your app with eAccelerator to make it work
Log in to post a comment.
Logged In: NO
After upgrade php 4.3.9 to 4.3.11
Incorrectly work some function in encoded files
For example,
dont work functions
foreach...
foreach ($param as $field_name => $value) {
$field_name is NULL!!!
$my_=$array[$key]
$my is NULL!!!!
Plz, fix it...
Logged In: YES
user_id=1183433
Please use the last version of eAccelerator: 0.9.2a
foreach error is fixed.. but you need to re-encode your app
with eAccelerator to make it work