On Sat, 2005-02-12 at 14:35, Stephen Lee wrote: > On Sat, 2005-02-12 at 11:33, Stephen Lee wrote: > > On Sat, 2005-02-12 at 11:20, Andy Bakun wrote: > > > On Sat, 2005-02-12 at 12:48, Stephen Lee wrote: > > > > Hi, > > > > > > > > Is there a contrib (or otherwise) rpm for PHP4.3 for TSL2.2? Many of my > > > > user's php scripts won't work with PHP5 even with register_long_arrays > > > > turn on. So some scripts will work but others won't (including PHPBB2). > > > > > > Did you try turning on the zend1 engine compatiblity option in the > > > php.ini file (I can't remember the name of the option, but it's > > > commented)? > > > > > > Exactly which parts of the script are not working? > > > > PHPBB2 starts with a blank page and there does not seem to be any error > > messages in the http logs. In another php script I got errors like: > > > > PHP Notice: Undefined variable: HTTP_SERVER_VARS in.... > > > > and so I could fix it by turning on register_long_arrays. > > > > Can I send you the problem script via attachment? I am not a PHP > > programmer so I really don't understand what I'm looking at. > > > > Thanks Andy, > > > > Stephen > > > I forgot to mention I tried your suggestion of turning on Zend: > > ; Enable compatibility mode with Zend Engine 1 (PHP 4.x) > zend.ze1_compatibility_mode = On > > but that didn't work either. > > Stephen
Hi Andy, It works now. It turns out that I didn't set the mysql module to load in php.ini. My bad! What was odd though, was that PHP didn't spit out any error message about calls to mysql going unanswered. Thanks for your suggestions. Stephen _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
