Skip to content

Instantly share code, notes, and snippets.

@sgolemon
Last active June 20, 2017 15:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgolemon/99c8b2e42ff6e6dbbcc02559972909f5 to your computer and use it in GitHub Desktop.
Save sgolemon/99c8b2e42ff6e6dbbcc02559972909f5 to your computer and use it in GitHub Desktop.
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,
20060613 => 5.2,
20050922 => 5.1,
20041030 => 5.0,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment