New: php7All contenthive-129948hive-196917krzzanhive-183959steemhive-180932photographyhive-166405hive-144064uncommonlabhive-185836bitcoinhive-183397krsuccesshive-150122hive-188619hive-124908hive-101145lifehive-145157hive-139150hive-109690hive-184714hive-103599TrendingNewHotLikershagengraf (49)in php • 5 years agosteemCreated with Sketch.PHP schon aktualisiert?Am Ende eines Jahres denkt man an Weihnachten und an PHP. PHP wurde 1995 von Rasmus Lerdorf entwickelt. Die Abkürzung PHP stand damals für Personal Home Page Tools, die Lerdorf zur Protokollierung…goldenwhale (6)in dlike • 5 years agoHackers are using a bug in PHP7 to remotely hijack web serversThe PHP artificial language underpins abundant of the net. It forms the idea of well-liked content management systems like WordPress and Drupal, further as additional refined net applications, like…iphuong (25)in centos7 • 6 years agoHow to Install LEMP on CentOS 7.x (NGINX, PHP 7.x, SQL MariaDB 10.x)1. Update system $ sudo yum update 2. Install EPEL repository $ sudo yum install epel-release -y Install REMI repository $ sudo yum install 3. Verify EPEL repository $ sudo yum…syeservices (40)in vincentb • 7 years agoHow to upgrade from PHP 5 to PHP 7.0 on Ubuntu 14.04 with nginx 1.4.6Few steps I have done to upgrade to PHP 7.0 $ sudo service nginx stop $ sudo apt-get purge php5-* $ sudo add-apt-repository ppa:ondrej/php-7.0 $ sudo apt-get update $ sudo apt-get install…gentlemanoi (58)in utopian-io • 7 years agoPHP7 : How to use Null Coalescing OperatorWhat Will I Learn? This tutorial is all about how to use null coalescing operator in PHP7. What is null coalescing operator How to use null coalescing operator What is the difference…mrxghost (25)in php • 7 years agoWill PHP die out in 2018?If anyone asked the same question 2-3 years ago, the appropriate response would presumably be yes. In any case, things are evolving gradually. The purpose for the awful notoriety is its awful plan…calastinone (48)in new • 7 years agoPHP now supports Next-Gen password hasing algorithm Argon2This week PHP released 7.2. I just now had a chance to look under the hood. It seems PHP's security has stepped up to the plate on this version. I was surprised by the improvements & support for…hamzaali (40)in php • 7 years agoPHP 7.0 New Features1. Scalar Type Hints New in PHP 7 is the ability to type hint scalar types. Scalar types are the most basic primitive types like integers, floats, booleans, or strings. Before PHP 7 we were only…flying8 (25)in centos7 • 7 years agoCentOS7安装PHP7与Nginx之PHP-FPM模式采用yum安装PHP7.1.6Released版 1、添加PHP管理软件包的安装源 CentOS/RHEL 7.x安装源: rpm -Uvh rpm -Uvh CentOS/RHEL 6.x安装源: rpm -Uvh rpm -Uvh 2、 mod_php安装模式 yum install mod_php71w php71w-opcache…symfonydev (25)in doctrine • 7 years agoReason to use PHP 7.1 over PHP 7.0 and Doctrine drops 7.0Only this: Question is what's the support for 7.1 among various php packages. Latest Doctrine dropped support for php 7.0