Skip to content

Instantly share code, notes, and snippets.

@salathe
Created May 31, 2010 20:10
Show Gist options
  • Save salathe/420220 to your computer and use it in GitHub Desktop.
Save salathe/420220 to your computer and use it in GitHub Desktop.
// Options passed to all configures
// --prefix is already set, and based on the php version
$config_options_all = array(
//'--disable-all',
'--disable-cgi',
'--enable-cli',
);
// Options passed to version (branch) specific configures
// Example: array('5.3' => '--enable-intl', '5.2' => '');
$config_options_versions = array(
'5.2' => '',
'5.3' => '',
);
-- 5.3.2 --
[PHP Modules]
Core
date
ereg
pcre
Reflection
SPL
standard
[Zend Modules]
-- 5.2.11 --
[PHP Modules]
date
Reflection
standard
[Zend Modules]
-- 5.2.12 --
[PHP Modules]
date
Reflection
standard
[Zend Modules]
-- 5.3.0 --
[PHP Modules]
Core
date
ereg
pcre
Reflection
SPL
standard
[Zend Modules]
-- 5.3.1 --
[PHP Modules]
Core
date
ereg
pcre
Reflection
SPL
standard
[Zend Modules]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment