Search found 5 matches

by cliffus
Thu Oct 10, 2013 3:29 am
Forum: Miscellaneous
Topic: Infinite loop in php code
Replies: 7
Views: 51382

Re: Infinite loop in php code

thanks a lot!
by cliffus
Wed Oct 09, 2013 10:12 am
Forum: Miscellaneous
Topic: Infinite loop in php code
Replies: 7
Views: 51382

Re: Infinite loop in php code

If needed, this was my index.php file: <html> <head> <title>WURFL PHP API Example</title> </head> <body> <?php // Include the configuration file include_once '../conf/wurfl_config_xml.php'; $wurflInfo = $wurflManager->getWURFLInfo(); // This line detects the visiting device by looking at its HTTP Re...
by cliffus
Wed Oct 09, 2013 9:59 am
Forum: Miscellaneous
Topic: Infinite loop in php code
Replies: 7
Views: 51382

Re: Infinite loop in php code

By using the latest database, the issue is fixed for iOS 7 devices (but will still probably occur with other unknown devices). This is my configuration file: <wurfl-config> <wurfl> <main-file>wurfl.zip</main-file> </wurfl> <allow-reload>true</allow-reload> <match-mode>performance</match-mode> <capab...
by cliffus
Wed Oct 09, 2013 9:44 am
Forum: Miscellaneous
Topic: Infinite loop in php code
Replies: 7
Views: 51382

Re: Infinite loop in php code

Hi thanks for your quick response, I'll try the database shipped with the latest snapshot and let you know. We are using MySQL as persistence layer, so the generic device should be in there somewhere. I think an exception would be better than an infinite loop, because then we can handle these situat...
by cliffus
Wed Oct 09, 2013 9:06 am
Forum: Miscellaneous
Topic: Infinite loop in php code
Replies: 7
Views: 51382

Infinite loop in php code

Hi I'm targetting my question to the scientiamobile support desk. Before buying a commercial license, we are doing some tests with the self-hosted WURFL php project (http://sourceforge.net/projects/wurfl/files/WURFL%20PHP/ version 1.5.0). Because free users don't have access to the up-to-date versio...