Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php-7

Translation files PO/MO cached by Apache

translation php-7 gettext

Broken php and libssl1.1 installation on Ubuntu 16.04

php ubuntu php-7 libssl

Assigning static properties by reference behaves differently between PHP5 and PHP7

PHP: Sending a list of options as an argument (alternative to named parameters/ argument bag)

How do I change the default PHP base-version on shell?

Migrate to PHP 8.0: Unbinding $this when $this is used

php php-7 php-7.4 php-8

How does nesting null coalescing operator(??) work in PHP? Need step-by-step explanation of execution flow

Ubuntu 14.04, Apache 2.4.7, Phpbrew and PHP7 renders PHP files only as plain text

php apache ubuntu php-7

PHP 7 debugger settings in eclipse

php eclipse eclipse-pdt php-7

Using Laravel 5 Encryption on multiple projects

Symfony 3 / APCu + PHP7

php symfony apc php-7 apcu

Which is faster between (string)$value and "$value" when casting to a string

What are the advantages of function calls without mixed variables?

PHP: Split a string by comma(,) but ignoring anything inside square brackets? [duplicate]

In Symfony2, which classpath caching method is more performant: Composer class map or ApcClassLoader using APCu?