Skip to content

Instantly share code, notes, and snippets.

View sgolemon's full-sized avatar
👩‍💻
Pushin' code and fixin' bugs

Sara Golemon sgolemon

👩‍💻
Pushin' code and fixin' bugs
View GitHub Profile
@sgolemon
sgolemon / ZEND_MODULE_API.php
Last active June 20, 2017 15:01
Quick and dirty cheat sheet for what ZEND_MODULE_API numbers map to what PHP versions
<?php
return array(
20160731 => 7.2, // provisional
20160303 => 7.1,
20151012 => 7.0,
20131226 => 5.6,
20121212 => 5.5,
20100525 => 5.4,
20090626 => 5.3,