php php5 file extensions problem [SOLVED] [message #7987] |
Tue, 27 June 2006 12:25  |
pezetgee Messages: 734 Registered: March 2006 |
Faithful Member |
|
|
In order to use PHP5 on my web host I need to change script file's extensions to php5, what basically breaks my app.
I cannot use AddHandler directive in .htaccess file, as the host doesn't support it as well
So far, I started analysing logs and found that sfWebRequest gets incorrect request parameters. Instead of ( module => "my_module_name", action => "my_action" ) I get ( module => "5", action => "my_module_name" )
The '5' comes then from php5 as apposed to php
I'm starting to fiddle around symfony code, however if someone had that experience before and found a way around that would probably save me lots of time..
Thanx a lot in advance,
Peter
[Updated on: Wed, 28 June 2006 09:20]
|
|
|