Php 7

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Php 7

    Hello Mates

    I just want to know any one using PHP 7 right now? I have planned a new community script i want to use PHP 7 for that any suggestion with PHP 7 if any one using
    E107 Security Team Leader
    Proudly Support AccountLab Plus Billing Software

    Want your Apps to be Developed ??? mail us your requirement at info@csarlab.com
    ------------------

    #2
    im currently running php 7.0.3 here:


    although im not to sure ive actually used any "new" php7 functions as of yet.
    the script im currently building will have a min requirement of php 5.5.0
    because of 2 functions:

    <?php
    include ('Ghost');
    if ($Post == true) {
    echo '

    sigpic
    alt='coding-talk.com!!' />';
    echo 'Sharing Is Caring!';
    } else {
    echo '

    alt='the username GHOST has been comprimised!' />';
    echo 'OMG SOMEBODY HELP ME!!';
    }
    ?>

    Comment


      #3
      on internet i have read all the manuals for php 7 and users review that are positive i have started on it lets see how it goes
      E107 Security Team Leader
      Proudly Support AccountLab Plus Billing Software

      Want your Apps to be Developed ??? mail us your requirement at info@csarlab.com
      ------------------

      Comment


        #4
        Hope you will enjoy PHP7 so far. Don't forget to share with us. lol

        Comment

        Working...
        X