BitOne / php-meminfo

PHP extension to get insight about memory usage
MIT License
1.08k stars 78 forks source link

[php7] Fixed struct size for 64bits #41

Closed francisbesset closed 6 years ago

francisbesset commented 7 years ago

This PR fix the test struct_size_64bits.phpt

Fix #40

BitOne commented 6 years ago

Thanks @francisbesset ! Unfortunately this function has been removed from the extension during a simplification phase that occurred before implementing PHP7 support.

Sorry about that and thanks again for your contribution!