Skip to content
Advertisement

Tag: preload

PHP: how to make startup warnings fatal?

I try to make a verification process for my PHP preloading script. In order to ensure that I don’t have un-managed classes I’m running a script in CLI like: I’m getting a warning because one of the class cannot be complied du to missing dependencies. E.g.: That’s great but the issue I have is that I cannot make this warning

Advertisement