Add ext-meminfo stub

This commit is contained in:
Cees-Jan Kiewiet 2019-05-15 19:09:18 +02:00
parent 5110212c9c
commit ae72e3b1f5
1 changed files with 10 additions and 0 deletions

10
meminfo/meminfo.php Normal file
View File

@ -0,0 +1,10 @@
<?php
// Stub for ext-meminfo: https://github.com/BitOne/php-meminfo
/**
* @param resource $stream
*
* @return void
*/
function meminfo_dump ($stream) {}