Top "Php-5.2" questions

PHP 5.2 (now past End of Life) is the successor to PHP 5.1. It was released on November 2, 2006.

PHP date_parse_from_format( ) alternative in PHP 5.2

Since date_parse_from_format( ) is available only in PHP 5.3, I need to write a function that mimics its behaviour …

php datetime backwards-compatibility php-5.2
php callback function in class

for some reasons, our hosting company used PHP 5.2 and doesn't even have mysqli and PDO pre-installed. I have no choice …

php class hosting php-5.2
Segmentation Fault when running PHP Cli

When I type this in shell (Linux): php index.php Sometime PHP script terminate and I get an error saying: …

linux segmentation-fault php php-5.2
alternative to json_decode before PHP 5.2

Is there a simple alternative to using json_decode function in php versions prior to 5.2? I am feeling lazy at …

php json php-5.2
How Significant Is PHP Function Call Overhead?

I'm relatively new to PHP and slowly learning the idiosyncrasies specific to the language. One thing I get dinged by …

php optimization php-5.2
Undefined function link_to in Laravel 5

I was trying to create a view in Laravel 5, I used the function link_to to create some html link …

laravel laravel-5 php-5.2