Questions tagged [php-5.5]

PHP 5.5 is the successor to PHP 5.4. It was released on June 20, 2013. Use this tag for version-specific issues relating to specifically to PHP 5.5.

The key features of PHP 5.5.0 include:

  • Added generators and coroutines.
  • Added the finally keyword.
  • Added a simplified password hashing API.
  • Added support for constant array/string dereferencing.
  • Added scalar class name resolution via ::class.
  • Added support for using empty() on the result of function calls and other expressions.
  • Added support for non-scalar Iterator keys in foreach.
  • Added support for list() constructs in foreach statements.
  • Added the Zend OPcache extension for opcode caching.
  • The GD library has been upgraded to version 2.1 adding new functions and improving existing functionality.
  • A lot more improvements and fixes.

See Migrating from PHP 5.4.x to PHP 5.5.x for more information.

Information

  • If you want to talk about PHP or if you have a question, you can come to Chat Room 11: PHP.
  • For global question on PHP, please use the generic tag:
527 questions
-6
votes
1 answer

How to install php5.5 on ubuntu 16.0.04

I am new to Ubuntu, using version 16.0.04. I am trying to install php5.5. after installation it show php5.6 when running the command php -v. Help me to install php5.5 on Ubuntu 16.0.04 I want to run symfony framework, In PHP7.0 it get error.
Mebin Xtapps
  • 51
  • 1
  • 1
  • 8
-7
votes
2 answers

How to use DEFINE vars inside functions

I have a pure PHP script - no frameworks, no OOP - like this:
ReynierPM
  • 17,594
  • 53
  • 193
  • 363
1 2 3
35
36