Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - MFB: | Pierre Joye | 2008-12-26 | 1 | -3/+6 |
| | | | | | | - usual suspects must be in the default include/lib path (thx Rob for the notice!) - fix the --wtih-php-build doc, remove dead url, update the name of the deps dir | ||||
* | - MFH: be sure that at least one SAPI has been selected | Pierre Joye | 2008-12-25 | 1 | -0/+5 |
| | |||||
* | - MFH: the config summary is a must, do not allow to disable it | Pierre Joye | 2008-12-25 | 2 | -8/+3 |
| | |||||
* | - MFH: no need to look for bindlib_w32, not used anymore | Pierre Joye | 2008-12-18 | 1 | -2/+2 |
| | |||||
* | - fix builds for VC8+, strnlen is available in vc8 and later (used in ↵ | Pierre Joye | 2008-12-13 | 1 | -0/+3 |
| | | | | spprintf.c) | ||||
* | - do not add .cvsignore to the tests package | Pierre Joye | 2008-12-13 | 1 | -3/+1 |
| | |||||
* | - c/p error. | Pierre Joye | 2008-12-10 | 1 | -1/+1 |
| | |||||
* | - MFH: add configure script | Pierre Joye | 2008-12-08 | 1 | -0/+2 |
| | |||||
* | MFH Better fix for va_copy since some architectures like to do a deep copy. | Scott MacVicar | 2008-11-22 | 1 | -2/+0 |
| | |||||
* | - make va_copy safer using () around arguments | Pierre Joye | 2008-11-22 | 1 | -1/+1 |
| | |||||
* | MFH Fix build on Windows | Scott MacVicar | 2008-11-22 | 1 | -0/+1 |
| | |||||
* | MFH | Jani Taskinen | 2008-11-21 | 2 | -8/+0 |
| | |||||
* | - MFH: | Pierre Joye | 2008-11-21 | 2 | -0/+3 |
| | | | | | | - expose PHP_BUILD in the Makefile - ICU 3.8/4.0 are dynamically linked, add $PHP_BUILD\bin to the PATH so php.exe can find them (nmake test, nmake snaps) | ||||
* | - MFH: add build type (debug/release) and TS info to the summary | Pierre Joye | 2008-11-21 | 1 | -3/+5 |
| | |||||
* | MFH: Fix typo | Kalle Sommer Nielsen | 2008-11-20 | 1 | -3/+2 |
| | |||||
* | - revert previous commit (borked editor) | Pierre Joye | 2008-11-06 | 1 | -62/+1 |
| | |||||
* | - bump year | Pierre Joye | 2008-11-06 | 1 | -1/+62 |
| | |||||
* | MFH | Elizabeth Marie Smith | 2008-11-03 | 1 | -1/+1 |
| | |||||
* | - add php-test-pack-[version].zip to nmake snap so we can distribute the ↵ | Pierre Joye | 2008-10-26 | 2 | -3/+59 |
| | | | | | | | tests as single zip TODO: add run-tests.bat to the package | ||||
* | - add strto*i64 (VC6, decent compilers/crt have them) | Pierre Joye | 2008-10-20 | 1 | -0/+5 |
| | |||||
* | - add strto*i64 support (VC6 only, decent compilers/crt have them) | Pierre Joye | 2008-10-20 | 2 | -0/+129 |
| | |||||
* | [DOC] Deprecate define_syslog_variables() in 5.3 | Kalle Sommer Nielsen | 2008-10-15 | 1 | -1/+0 |
| | |||||
* | - add nts to the zip names | Pierre Joye | 2008-09-26 | 2 | -6/+9 |
| | |||||
* | - MFH: add VC version and architecture to the created zip(s) names | Pierre Joye | 2008-09-25 | 3 | -7/+16 |
| | |||||
* | - fix typo and icu bundling | Pierre Joye | 2008-09-01 | 1 | -2/+2 |
| | |||||
* | - support for copy of ICU DLLS for all ICU versions | Pierre Joye | 2008-08-26 | 1 | -17/+8 |
| | |||||
* | - MFH: | Pierre Joye | 2008-08-23 | 4 | -18/+105 |
| | | | | | | - drop bindlib usage on windows - inet_pton, inet_ntop and inet_aton are always available (VC9 uses the CRT implementation, VC6 our own) | ||||
* | - quick fix for ICU dlls (better fix with n level deps will be done later) | Pierre Joye | 2008-08-20 | 1 | -0/+19 |
| | |||||
* | MFH: | Kalle Sommer Nielsen | 2008-08-14 | 2 | -1/+3 |
| | | | | | | * Last _WIN32_WINNT macro redef * Include <config.w32.h> where _WIN32_WINNT was | ||||
* | MFH: | Kalle Sommer Nielsen | 2008-08-13 | 1 | -4/+0 |
| | | | | | | * Remove NTDDI_VERSION declaring and use the one in config.w32.h * Remove another _WIN32_WINNT macro redef in win32/time.c | ||||
* | - MFH: add dll path to mkdist default path | Pierre Joye | 2008-08-05 | 1 | -4/+7 |
| | |||||
* | - MFH: add new default dir (old still works) | Pierre Joye | 2008-08-01 | 1 | -12/+16 |
| | |||||
* | - MFH: new usual suspects | Pierre Joye | 2008-07-31 | 1 | -2/+2 |
| | |||||
* | -MFH: | Pierre Joye | 2008-07-28 | 7 | -815/+241 |
| | | | | | | | | | | | - #45430, windows implementation of crypt is not TS - add Blowfish (using implementation from Solar Designer <solar at openwal dot com>) and extended DES support - Make crypt features portable: - if no crypt_r, php's implemetation is used (all algo and TS), php can't be used with unsafe crypt anymore - if one algo is missing, php's implemetation is used - Windows always use php's implementation - removed old code in windows/ | ||||
* | - 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) | ||||
* | Fix macro redef | Kalle Sommer Nielsen | 2008-07-20 | 2 | -2/+2 |
| | |||||
* | - Happy New Year! | Steph Fox | 2008-07-20 | 4 | -7/+7 |
| | | | | | (better late than never, eh?) | ||||
* | - Update get_define() calls to reflect earlier change in return value on failure | Steph Fox | 2008-07-20 | 3 | -31/+36 |
| | | | | | | | - Rename output files (to avoid that build option for "php5ts.exe") - Add libpath to intermediate dir path (avoids a naming collision that wasn't there last week) - Don't make assumptions about trailing whitespace in incoming data | ||||
* | - 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 SAPI include paths work (on my box at least) | Steph Fox | 2008-07-18 | 1 | -1/+2 |
| | |||||
* | - Make REMOVE_TARGET work in all cases | Steph Fox | 2008-07-18 | 1 | -1/+11 |
| | |||||
* | - SAPIs are go. | Steph Fox | 2008-07-18 | 1 | -11/+14 |
| | | | | | Caveat: aolserver, isapi, nsapi, pi3web and (obviously) Linux-specific modules not tested. | ||||
* | - MFH: CS/WS | Pierre Joye | 2008-07-17 | 1 | -318/+335 |
| | |||||
* | Update README to reflect current state of play | Steph Fox | 2008-07-16 | 1 | -10/+9 |
| | |||||
* | - A bit more finesse for .dsp generation | Steph Fox | 2008-07-16 | 4 | -168/+500 |
| | | | | | | - Builds (on my box) for cgi or cli - This is still VC6-only at present | ||||
* | MFH: Prevent build failure after closures | Matt Wilmas | 2008-07-14 | 1 | -1/+1 |
| | |||||
* | - wrong bracket position while mergin | Pierre Joye | 2008-07-13 | 1 | -1/+1 |
| | |||||
* | - MFH: support for new naming | Pierre Joye | 2008-07-12 | 1 | -1/+3 |
| | |||||
* | 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 |