summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3110-10/+10
|
* - MFB:Pierre Joye2008-12-261-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 selectedPierre Joye2008-12-251-0/+5
|
* - MFH: the config summary is a must, do not allow to disable itPierre Joye2008-12-252-8/+3
|
* - MFH: no need to look for bindlib_w32, not used anymorePierre Joye2008-12-181-2/+2
|
* - fix builds for VC8+, strnlen is available in vc8 and later (used in ↵Pierre Joye2008-12-131-0/+3
| | | | spprintf.c)
* - do not add .cvsignore to the tests packagePierre Joye2008-12-131-3/+1
|
* - c/p error.Pierre Joye2008-12-101-1/+1
|
* - MFH: add configure scriptPierre Joye2008-12-081-0/+2
|
* MFH Better fix for va_copy since some architectures like to do a deep copy.Scott MacVicar2008-11-221-2/+0
|
* - make va_copy safer using () around argumentsPierre Joye2008-11-221-1/+1
|
* MFH Fix build on WindowsScott MacVicar2008-11-221-0/+1
|
* MFHJani Taskinen2008-11-212-8/+0
|
* - MFH:Pierre Joye2008-11-212-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 summaryPierre Joye2008-11-211-3/+5
|
* MFH: Fix typoKalle Sommer Nielsen2008-11-201-3/+2
|
* - revert previous commit (borked editor)Pierre Joye2008-11-061-62/+1
|
* - bump yearPierre Joye2008-11-061-1/+62
|
* MFHElizabeth Marie Smith2008-11-031-1/+1
|
* - add php-test-pack-[version].zip to nmake snap so we can distribute the ↵Pierre Joye2008-10-262-3/+59
| | | | | | | tests as single zip TODO: add run-tests.bat to the package
* - add strto*i64 (VC6, decent compilers/crt have them)Pierre Joye2008-10-201-0/+5
|
* - add strto*i64 support (VC6 only, decent compilers/crt have them)Pierre Joye2008-10-202-0/+129
|
* [DOC] Deprecate define_syslog_variables() in 5.3Kalle Sommer Nielsen2008-10-151-1/+0
|
* - add nts to the zip namesPierre Joye2008-09-262-6/+9
|
* - MFH: add VC version and architecture to the created zip(s) namesPierre Joye2008-09-253-7/+16
|
* - fix typo and icu bundlingPierre Joye2008-09-011-2/+2
|
* - support for copy of ICU DLLS for all ICU versionsPierre Joye2008-08-261-17/+8
|
* - MFH:Pierre Joye2008-08-234-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 Joye2008-08-201-0/+19
|
* MFH:Kalle Sommer Nielsen2008-08-142-1/+3
| | | | | | * Last _WIN32_WINNT macro redef * Include <config.w32.h> where _WIN32_WINNT was
* MFH:Kalle Sommer Nielsen2008-08-131-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 pathPierre Joye2008-08-051-4/+7
|
* - MFH: add new default dir (old still works)Pierre Joye2008-08-011-12/+16
|
* - MFH: new usual suspectsPierre Joye2008-07-311-2/+2
|
* -MFH:Pierre Joye2008-07-287-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 Joye2008-07-251-2/+5
| | | | can clean them after alpha)
* Fix macro redefKalle Sommer Nielsen2008-07-202-2/+2
|
* - Happy New Year!Steph Fox2008-07-204-7/+7
| | | | | (better late than never, eh?)
* - Update get_define() calls to reflect earlier change in return value on failureSteph Fox2008-07-203-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 Fox2008-07-191-2/+5
|
* - Rejig REMOVE_TARGETSteph Fox2008-07-191-19/+14
| | | | | | - Tidy ADD_EXTENSION_DEP - Put summary output in alphabetical order
* - Make SAPI include paths work (on my box at least)Steph Fox2008-07-181-1/+2
|
* - Make REMOVE_TARGET work in all casesSteph Fox2008-07-181-1/+11
|
* - SAPIs are go.Steph Fox2008-07-181-11/+14
| | | | | Caveat: aolserver, isapi, nsapi, pi3web and (obviously) Linux-specific modules not tested.
* - MFH: CS/WSPierre Joye2008-07-171-318/+335
|
* Update README to reflect current state of playSteph Fox2008-07-161-10/+9
|
* - A bit more finesse for .dsp generationSteph Fox2008-07-164-168/+500
| | | | | | - Builds (on my box) for cgi or cli - This is still VC6-only at present
* MFH: Prevent build failure after closuresMatt Wilmas2008-07-141-1/+1
|
* - wrong bracket position while merginPierre Joye2008-07-131-1/+1
|
* - MFH: support for new namingPierre Joye2008-07-121-1/+3
|