Hi there,
EXEOutput sounds like it could be a fantastic tool, but I am currently falling at the first hurdle!
I’m having an issue with the include_once() function not working as expected.
I should imagine there are other paths which PHP handles properly but which EXEOutput doesn’t, e.g.
– HappyDog
EXEOutput sounds like it could be a fantastic tool, but I am currently falling at the first hurdle!
I’m having an issue with the include_once() function not working as expected.
- In one file, I include_once() a path built using
dirname(__FILE__). - In another file, I include_once() a path built using a custom function that works differently.
D:\My Documents\exe_output_test\Data\libraries/ErrorHandler/ErrorConstants.phpD:\My Documents\exe_output_test\Data\libraries\ErrorHandler/ErrorConstants.php
I should imagine there are other paths which PHP handles properly but which EXEOutput doesn’t, e.g.
\My Documents\exe_output_test\Data\libraries\ErrorHandler/ErrorConstants.phpD:\My Documents\exe_output_test\Data\..\Data\libraries\ErrorHandler/ErrorConstants.php.\libraries\ErrorHandler/ErrorConstants.php- etc.
– HappyDog