Top "Php-5.3" questions

PHP 5.3 (now past End of Life) is the successor to PHP 5.2. It was released on June 30, 2009.

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
How to fix error with xml2-config not found when installing PHP from sources?

When I try to install php 5.3 stable from source on Ubuntu (downloading compressed installation file from http://www.php.net/…

php compilation php-5.3
PHP Composer behind http proxy

I use composer on a network where the only way to access the internet is using HTTP or socks proxy. …

php php-5.3 composer-php
curl posting with header application/x-www-form-urlencoded

$post_data="dispnumber=567567567&extension=6"; $url="http://xxxxxxxx.xxx/xx/xx"; I need to post this $post_data using cURL …

php api curl php-5.3
Parse error: syntax error, unexpected '[' with php 5.3

My script is working really fine on my xampp. Now I tried to upload it on the server, but it …

php php-5.3 parse-error
What is the difference between self::$bar and static::$bar in PHP?

What is the difference between using self and static in the example below? class Foo { protected static $bar = 1234; public static …

php oop php-5.3
How to configure Codeigniter to report all errors?

I had a line - $autoload['libraries'] = array('database');, in CI's autoload.php. Because of this I was getting a …

php codeigniter php-5.3
What does 'P' stand for in the DateInterval format?

Consider the following example quoted from php manual for DateTime <?php $date = new DateTime('2000-01-20'); $date-&…

php php-5.3
What is ?: in PHP 5.3?

Possible Duplicate: What are the PHP operators “?” and “:” called and what do they do? From http://twitto.org/ <?PHP …

php php-5.3 ternary-operator conditional-operator language-construct
Installing PHP 5.3.29 from Sources on Ubuntu 14 with Apache 2 Module

I successfully installed PHP 5.3.29 on Ubuntu 14 with Apache 2 separately. I installed PHP with the following method: sudo -i wget http://…

apache2 ubuntu-14.04 php-5.3