Posts by Paulo Henrique Silvestre • 31 points
3 posts
-
1
votes1
answer349
viewsA: PHP require_once without the need to pass the full path
what should be on this server that is running within the PHP configuration in php.ini a redirect in the ;include_path = "variable.: /path/inc:/path/Prod" there should be the absolute path of the inc…
-
0
votes2
answers157
viewsA: Show launch tag when date is IS NOT NULL
As you are comparing date the ideal would be to convert it to strtotime, ai the comparison is more accurate, but if you wish you can also make the database in case mysql returns to you the…
phpanswered Paulo Henrique Silvestre 31 -
2
votes3
answers1096
viewsA: How to find out the PHP version of a standard project?
Check inside the file composer.json, back the version that was created the design and requirements "php": ">=5.6.4"