Skip to content

Instantly share code, notes, and snippets.

View ericol's full-sized avatar
💀
Apocalypsing

Erico Lendzian ericol

💀
Apocalypsing
View GitHub Profile
@ericol
ericol / VideoStream.php
Created November 16, 2019 01:52 — forked from ranacseruet/VideoStream.php
PHP VideoStream class for HTML5 video streaming
<?php
/**
* Description of VideoStream
*
* @author Rana
* @link http://codesamplez.com/programming/php-html5-video-streaming-tutorial
*/
class VideoStream
{
private $path = "";
@ericol
ericol / php_apd.c
Last active October 26, 2016 14:30
Patch for PHP APD (Advanced PHP Debugger)
/*
+----------------------------------------------------------------------+
| APD Profiler & Debugger |
+----------------------------------------------------------------------+
| Copyright (c) 2001-2003 Community Connect Inc. |
+----------------------------------------------------------------------+
| This source file is subject to version 2.02 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available at through the world-wide-web at |
| http://www.php.net/license/2_02.txt. |