Top "Php-5.4" questions

PHP 5.4 is the successor to PHP 5.3. It was released on March 1, 2012.

How do I use PHP to get the current year?

I want to put a copyright notice in the footer of a web site, but I think it's incredibly tacky …

php date php-5.3 php-5.4 php4
Set port for php artisan.php serve

How do we set a custom port for test server? Normally when we do php artisan serve the folder gets …

laravel laravel-4 php-5.4
Need XAMPP with PHP 5.4 version - windows

I have come across a situation where I need XAMPP with PHP 5.4 version. I will install it on windows server 2003. …

php windows xampp php-5.4
PHP built in server and .htaccess mod rewrites

Does PHP's built in server not make use of .htaccess? Makes sense, I suppose, as it isn't relying upon Apache(?). …

php .htaccess php-5.4
What is the exact difference between Windows-1252(1/3/4) and ISO-8859-1?

We are hosting PHP apps on a Debian based LAMP installation. Everything is quite ok - performance, administrative and management …

encoding character-encoding lamp php-5.4
How to configure a server to send email using cPanel?

I am trying to send email using php. The mail is returning true. But I am receiving the email. So …

php email smtp cpanel php-5.4
ini_set('post_max_size', '200M') did not work in php 5.4

ini_set('post_max_size', '200M') did not work in php 5.4 i had use following method. .htaccess , user.ini , …

php linux .htaccess php-5.4 ini-set
PHP json_encode JSON_PRETTY_PRINT: how to print a different format?

I know that PHP provide the JSON_PRETTY_PRINT to format a json data already. What if I want a …

php regex json php-5.4
Opcache - Clean cache in PHP5.4 and lower

Is there a way to clean/reset the cached files using Opcache with PHP5.4 or lower? Here is the opcache_…

php php-5.4 zend-optimizer opcache
PHP Warning: socket_read(): unable to read from socket [104]: Connection reset by peer

I use socket_create() to create socket Resource,then I bind an IP address to it by socket_bind(), its …

php sockets telnet php-5.4