rpfitpass / php-for-android

Automatically exported from code.google.com/p/php-for-android
0 stars 0 forks source link

spl_autoload doesn't for *nix system #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
PHP 5.3.2 and older 5.3 version has bug with autoloading classes with 
spl_autoload. You can find information about this bug here - 
http://bugs.php.net/51991

Original issue reported on code.google.com by mwilgu...@gmail.com on 24 Jul 2010 at 12:11

GoogleCodeExporter commented 8 years ago
The php binary which is currently bundled is "5.3.3RC3" (aka PFA 0.11). Does it 
have this bug too? 
(You don't need to reinstall PFA-APK to update to 0.11 , just use its 
"uninstall"/"install" button.)

Original comment by ktulur on 24 Jul 2010 at 12:47

GoogleCodeExporter commented 8 years ago
it doesn't work either. It's strange, because i use PHP 5.3.0 on Windows and 
everything is working fine.

Original comment by mwilgu...@gmail.com on 24 Jul 2010 at 1:14

GoogleCodeExporter commented 8 years ago
This might be related to a known issue which is the lack of glob stream wrapper 
in our android build. PHP 5.3.3-final has been released. I'll study this when I 
work in that build.

Original comment by ktulur on 24 Jul 2010 at 1:39

GoogleCodeExporter commented 8 years ago

Original comment by ktulur on 24 Jul 2010 at 1:40