summaryrefslogtreecommitdiff
path: root/ext/standard/config.w32
Commit message (Collapse)AuthorAgeFilesLines
* Base structure for passsword_create and password_make_saltAnthony Ferrara2012-06-241-1/+1
|
* - missing add headerPierre Joye2011-01-071-0/+1
|
* - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, ↵Pierre Joye2010-12-111-1/+1
| | | | generate the install-headers cmd
* - #50334, crypt ignores sha512 and add support for sha256/512 to php's crypt ↵Pierre Joye2009-12-091-2/+2
| | | | [DOC]
* - Removed unused code (replaced long time ago by url_scanner_ex.*Jani Taskinen2009-07-261-1/+1
|
* MFH: Move these defines to config.w32.hKalle Sommer Nielsen2009-06-231-4/+1
| | | | | Also credit Pierre for the inet_ntop()/inet_pton() implementations
* - symlink, hardlink & co support (2/2)Pierre Joye2009-01-161-1/+1
|
* - [MFH]Pierre Joye2009-01-061-1/+1
| | | | | | | | | | | - [DOC] add support for all DNS function on Windows - dns_check_record (and its alias checkdnsrr) - dns_get_record - IPV6 specific info not available yet: . AAAA info is available only on vista/2k8 for now . A6 info is not available - dns_get_mx (and its alias getmxrr)
* -MFH:Pierre Joye2008-07-281-2/+6
| | | | | | | | | | | - #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/
* fixed win32 build when ext/mbstring is enabled.Rui Hirokawa2008-07-171-0/+3
|
* [DOC] enable inet_pton() and inet_ntop() on WindowsKalle Sommer Nielsen2008-05-221-0/+3
|
* MFH:- Moved the old regex functions to own extension: eregJani Taskinen2007-10-051-1/+1
|
* add file locking under windowsRob Richards2007-04-181-1/+1
| | | | | change win build to use common clock compat files
* - MFH: Fixed bug #35887 (wddx_deserialize not parsing dateTime fields properly).Derick Rethans2006-01-041-1/+1
| | | | | | | | | | | | - MFH: Fixed bug #35885 (strtotime("NOW") no longer works). - MFH: Fixed bug #33789 (Many Problems with SunFuncs). - MFH: Fixed bug #33671 (sun_rise and sun_set don't return a GMT timestamp if one passes an offset). - MFH: Fixed bug #32820 (date_sunrise and date_sunset don't handle GMT offset well). - MFH: Fixed bug #30937 (date_sunrise() & date_sunset() don't handle endless day/night at high latitudes).
* - MFH: Fixed Windows build (patch by Mike)Derick Rethans2005-10-061-0/+2
|
* - Added backward compability wrapper "php_parse_date()".Derick Rethans2005-06-191-1/+1
| | | | | | | - Changed WDDX extension to use new date parsing code. - Removed all remnants to the old parser. #- I hope that I didn't break the .dsp's...
* Fix a problem resolving the php.ini path under win32 terminal services ↵Wez Furlong2003-12-061-9/+0
| | | | | | | environment. Remove config-file-path option from configure under win32; it is not used except to display what might have been chosen, so lets default to the getenv() thingy.
* use quotes if the user specifies a path, but don't otherwise (since we don't ↵Wez Furlong2003-12-061-1/+5
| | | | want the getenv calls quoted).
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+23
Will follow up to internals@ shortly.