Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.3' into PHP-5.4 | unknown | 2012-09-08 | 1 | -0/+2 |
|\ | | | | | | | | | * PHP-5.3: -enable VC11 (vc2012) | ||||
| * | -enable VC11 (vc2012) | unknown | 2012-09-08 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-04-14 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | * PHP-5.3: Rename README.SVN-RULES to README.GIT-RULES, here, too | ||||
| * | Rename README.SVN-RULES to README.GIT-RULES, here, too | Johannes Schlüter | 2012-04-14 | 1 | -2/+2 |
| | | |||||
| * | - debug code-- | Pierre Joye | 2011-01-09 | 1 | -2/+1 |
| | | |||||
| * | - let try to fix pecl header install so we can do the same than unix, ↵ | Pierre Joye | 2011-01-09 | 1 | -1/+23 |
| | | | | | | | | install them in ext/<extname> instead of pecl<extname> | ||||
| * | - define the php*.lib/dll names | Pierre Joye | 2011-01-07 | 1 | -9/+3 |
| | | |||||
| * | - revert rev. 307044 | Pierre Joye | 2011-01-05 | 1 | -11/+0 |
| | | |||||
| * | Fixed linking of extensions that would use a static .lib file (libname_a.lib ↵ | Kalle Sommer Nielsen | 2011-01-03 | 1 | -0/+11 |
| | | | | | | | | | | | | | | rather than libname.lib) # This fixes `configure --with-mcrypt=shared' to properly find and # link against libmcrypt.lib rather than libmcrypt_a.lib | ||||
| * | - use the ext deps list for phpize's ADD_EXTENSION_DEP function | Pierre Joye | 2011-01-02 | 1 | -1/+7 |
| | | |||||
| * | - typo, and remove undesired committed part | Pierre Joye | 2011-01-02 | 1 | -5/+0 |
| | | |||||
| * | - typo | Pierre Joye | 2011-01-02 | 1 | -0/+5 |
| | | |||||
| * | - generate a list of ext and how they are built, should be updated by ↵ | Pierre Joye | 2011-01-02 | 1 | -0/+12 |
| | | | | | | | | phpize'd make (un)install as well, later | ||||
| * | - fix build with out of src obj dir | Pierre Joye | 2010-12-14 | 1 | -1/+4 |
| | | |||||
| * | - we just reached the tiny cmd lenght limit, let reduce the size of dirs | Pierre Joye | 2010-12-14 | 1 | -1/+6 |
| | | |||||
| * | - add nmake install-sdk (create the devel package) and related sub rules | Pierre Joye | 2010-12-14 | 1 | -6/+6 |
| | | |||||
| * | - MFH trailing slashes detection | Pierre Joye | 2010-12-13 | 1 | -2/+2 |
| | | |||||
| * | - add phpize support for windows, need a nmake install for now (nmake ↵ | Pierre Joye | 2010-12-13 | 1 | -38/+172 |
| | | | | | | | | devel-pkg version is coming), works exactly the same as on unix, or should :) | ||||
* | | - add new build type, optional. has been used for the last 2 RCs | Pierre Joye | 2012-01-11 | 1 | -3/+13 |
| | | |||||
* | | - let try to fix pecl header install so we can do the same than unix, ↵ | Pierre Joye | 2011-01-09 | 1 | -0/+21 |
| | | | | | | | | install them in ext/<extname> instead of pecl<extname> | ||||
* | | - define the php*.lib/dll names | Pierre Joye | 2011-01-07 | 1 | -9/+3 |
| | | |||||
* | | - revert rev. 307044 | Pierre Joye | 2011-01-05 | 1 | -11/+0 |
| | | |||||
* | | Fixed linking of extensions that would use a static .lib file (libname_a.lib ↵ | Kalle Sommer Nielsen | 2011-01-03 | 1 | -0/+11 |
| | | | | | | | | | | | | | | rather than libname.lib) # This fixes `configure --with-mcrypt=shared' to properly find and # link against libmcrypt.lib rather than libmcrypt_a.lib | ||||
* | | - use the ext deps list for phpize's ADD_EXTENSION_DEP function | Pierre Joye | 2011-01-02 | 1 | -1/+7 |
| | | |||||
* | | - generate a list of ext and how they are built, should be updated by ↵ | Pierre Joye | 2011-01-02 | 1 | -0/+12 |
| | | | | | | | | phpize'd make (un)install as well, later | ||||
* | | - sync with 5.3 | Pierre Joye | 2010-12-14 | 1 | -2/+10 |
| | | |||||
* | | - add nmake install-sdk (create the devel package) and related sub rules | Pierre Joye | 2010-12-14 | 1 | -6/+6 |
| | | |||||
* | | - no need to diplay that | Pierre Joye | 2010-12-13 | 1 | -5/+0 |
| | | |||||
* | | - phpize support merge from 5.3 | Pierre Joye | 2010-12-13 | 1 | -38/+127 |
| | | |||||
* | | * Don't print the shared headers table after enabling each extension ↵ | Kalle Sommer Nielsen | 2010-12-13 | 1 | -3/+7 |
| | | | | | | | | | | | | (cleaner configure output) * Fix double slashes for directory targets in PHP_INSTALL_HEADERS() | ||||
* | | - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, ↵ | Pierre Joye | 2010-12-11 | 1 | -8/+31 |
| | | | | | | | | generate the install-headers cmd | ||||
* | | - add initial PHP_INSTALL_HEADERS, one step closer to phpize | Pierre Joye | 2010-12-10 | 1 | -0/+23 |
|/ | |||||
* | - MFH: vs2010 detection support, restore /W3 | Pierre Joye | 2009-11-30 | 1 | -0/+2 |
| | |||||
* | - Added - to the list of "unsafe" characters so that the pecl dir can have the | Derick Rethans | 2009-07-24 | 1 | -2/+2 |
| | | | | | - character in the name. | ||||
* | - cvs > svn | Pierre Joye | 2009-07-15 | 1 | -1861/+1861 |
| | |||||
* | MFH: If we don't have a comment (for the 3rd argument in ARG_[ENABLE|WITH], ↵ | Kalle Sommer Nielsen | 2009-05-29 | 1 | -2/+5 |
| | | | | then don't print a comment say "undefined" | ||||
* | - MFH: the config summary is a must, do not allow to disable it | Pierre Joye | 2008-12-25 | 1 | -4/+1 |
| | |||||
* | - MFH: add build type (debug/release) and TS info to the summary | Pierre Joye | 2008-11-21 | 1 | -3/+5 |
| | |||||
* | - MFH: add VC version and architecture to the created zip(s) names | Pierre Joye | 2008-09-25 | 1 | -1/+8 |
| | |||||
* | - MFH: fix EXT_FOO_SHARED usage as dep mgt broke it (one more hack but we ↵ | Pierre Joye | 2008-07-25 | 1 | -2/+5 |
| | | | | can clean them after alpha) | ||||
* | - Happy New Year! | Steph Fox | 2008-07-20 | 1 | -2/+2 |
| | | | | | (better late than never, eh?) | ||||
* | - Fix logic in get_define() | Steph Fox | 2008-07-19 | 1 | -2/+5 |
| | |||||
* | - Rejig REMOVE_TARGET | Steph Fox | 2008-07-19 | 1 | -19/+14 |
| | | | | | | - Tidy ADD_EXTENSION_DEP - Put summary output in alphabetical order | ||||
* | - Make REMOVE_TARGET work in all cases | Steph Fox | 2008-07-18 | 1 | -1/+11 |
| | |||||
* | This looks more than it is due to ws/cs and minor fixes in it... | Steph Fox | 2008-07-12 | 1 | -8/+48 |
| | | | | | | | | | - Fixes logic in dependency check - Fixes logic in AC_DEFINE error message - Prevents shared extensions from building if a hard dependency is missing altogether - Cleans up errors/warnings/messages for all scenarios - Changes a function call to the new project support | ||||
* | - Embryonic project file generation. Use buildconf --add-project-files and ↵ | Steph Fox | 2008-07-09 | 1 | -1/+27 |
| | | | | | | | | | hopefully it'll work. - Please read the README before complaining. @Stas, Rob - please test. | ||||
* | - MFH: | Pierre Joye | 2008-07-07 | 1 | -5/+5 |
| | | | | | | - use ARG_ENABLE for the summary option - move test if summary function | ||||
* | - move common functions to confutils | Pierre Joye | 2008-07-07 | 1 | -1/+33 |
| | | | | | - rename the summary option to reflect its usage (Enable Sumamry, yes) | ||||
* | - Fix up some bits and pieces. | Steph Fox | 2008-07-07 | 1 | -12/+8 |
| | | | | | | | - Always report re2c version. - Head towards making it possible for all platforms to have compiler info in phpinfo() output. - Make it possible to switch off configure summary (--without-summary). | ||||
* | -MFH: improve detection of VC version and summary (2k2 and 2k3 are 1300 and ↵ | Pierre Joye | 2008-07-05 | 1 | -9/+6 |
| | | | | resp. 1310) (Thx Marcus) |