DEV Community

Discussion on: Optimizing your PHP app speed

Collapse
 
mte90 profile image
Daniele Scasciafratte

about the last point what is the minimum php version required?

Collapse
 
david_j_eddy profile image
David J Eddy

Namespacing became part of PHP in 5.3. My guess would be >= 5.3 .

php.net/manual/en/language.namespa...

Collapse
 
elabftw profile image
eLabFTW

Anyway, if you're using anything less than 7.1 in 2019 you're doing something wrong :p