Skip to content

Instantly share code, notes, and snippets.

View zhuravljov's full-sized avatar

Roman Zhuravlev zhuravljov

  • G5
  • Kharkiv, Ukraine
View GitHub Profile

Assuming you are using the official PHP Docker image...

# ---------------------------------------------------------------
# PHP Extension: Gearman
# Download Gearman PECL extension for Gearman supporting PHP 7
RUN apt-get -y --allow-unauthenticated install \
    libgearman-dev
RUN cd /tmp \
 && git clone https://github.com/wcgallego/pecl-gearman.git \
@tom--
tom-- / nullable_return.wiki
Last active April 14, 2016 15:05
Something|null return type declaration
PHP RFC: Nullable Return Type Declaration

  * Version: 0.1
  * Date: Apr 14 2016
  * Author: Tom Worster, fsb@thefsb.org
  * Status: Under Discussion
  * First Published at: https://wiki.php.net/rfc/nullable_return

Introduction
@barryvdh
barryvdh / .phpstorm.meta.php
Last active October 20, 2021 22:16
Laravel PhpStorm Meta file
<?php
namespace PHPSTORM_META {
/**
* PhpStorm Meta file, to provide autocomplete information for PhpStorm
* Generated on 2017-09-28.
*
* @author Barry vd. Heuvel <barryvdh@gmail.com>
* @see https://github.com/barryvdh/laravel-ide-helper
*/