Slashdot Mirror


PHP 7 Ready For Release (softpedia.com)

An anonymous reader writes: After a long wait web developers can finally start migrating their code to PHP 7. The new version comes with minimal syntax modifications, and is more focused on improving performance and upgrading PHP's core interpreter. Softpedia reports: "As mentioned above, PHP 7 is focused on speed, and benchmarks carried out over the past few months, have shown it to be almost twice as fast as older PHP 5.x releases, and neck in neck with Facebook's HHVM project, a Just-In-Time compiler for PHP code." A full list of new features is available here.

3 of 159 comments (clear)

  1. PHP has not yet been released by Anonymous Coward · · Score: 4, Funny

    Unlike slashdot's normal habit of running behind the times with news stories, this one is too early.

    PHP 7 is slated for a full release tomorrow.

    Good job guys....

  2. Logan's run for languages by goombah99 · · Score: 4, Funny

    All languages start out cute and fuzzy then become smelly adolescents. By the time they hit 7.0 there should be a logan's run for languages.

    --
    Some drink at the fountain of knowledge. Others just gargle.
  3. Re:Is it still a clusterfuck? by hcs_$reboot · · Score: 3, Funny

    All of them have been addresses. Below is sample code of what PHP7 looks like

    public static void main(String[] args){
    Scanner scannerToReadAirlines = null;
    try{
    scannerToReadAirlines = new Scanner(new File("airlines.txt"));
    }
    catch(IOException e){
    System.out.println("Could not connect to file airlines.txt.");
    }
    if(scannerToReadAirlines != null){
    ArrayList<Airline> airlinesPartnersNetwork = new ArrayList<Airline>();
    Airline newAirline;
    String[] airlineNames;

    }
    }

    --
    Slashdot, fix the reply notifications... You won't get away with it...