PHP stream_resolve_include_path undefined php 5.5

When using XAMPP with, PHP > 5.5

it throws an error:

call to undefined function stream_resolve_include_path

      

But this is defined because if I try to inject my own function with the same name, it throws:

Cannot overwrite constant stream_resolve_include_path

      

Does anyone face this issue in xampp? Or can you confirm or deny the xampp setting?

(I have apache rewrite modification).

+3


source to share





All Articles