Вот когда я делаю так
[url]http://subdomain.localhost/shop/install/index.php?step=5/../../../shop/install/step_5[/url]
Все работает
Когда так
[url]http://subdomain.localhost/shop/install/index.php?step=5/../../../shop/install/step_5.php[/url]
Выдает ошибку ну это понятно
Warning: include(step_5/../../../shop/install/step_5.php.php) [function.include]: failed to open stream: No such file or directory in X:\home\localhost\subdomain\shop\install\index.php on line 195
Warning: include() [function.include]: Failed opening 'step_5/../../../shop/install/step_5.php.php' for inclusion (include_path='.;C:\php\pear') in X:\home\localhost\subdomain\shop\install\index.php on line 195
Но непонятно вот это. Когда делаю так
[url]http://subdomain.localhost/shop/install/index.php?step=5/../../../shop/install/step_5.php%00[/url]
Выдает такую ошибку
Warning: include() [function.include]: Failed opening 'step_5/../../../shop/install/step_5.php' for inclusion (include_path='.;C:\php\pear') in X:\home\localhost\subdomain\shop\install\index.php on line 195
Все же должно работать. В чем причина