-
phpizer can be used to load and adapt a class according to the PHP version that is currently running.phpizer loads a given class script file and preprocess the code to make PHP version dependent adjustments.phpizer looks for special tags of the form %PHP# in comments of the class file to load. If the number in # matches the current PHP ...

