| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
generate the install-headers cmd
|
|
|
|
| |
[DOC]
|
| |
|
|
|
|
|
| |
Also credit Pierre for the inet_ntop()/inet_pton() implementations
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- [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)
|
|
|
|
|
|
|
|
|
|
|
| |
- #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/
|
| |
|
| |
|
| |
|
|
|
|
|
| |
change win build to use common clock compat files
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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).
|
| |
|
|
|
|
|
|
|
| |
- 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...
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
want the getenv calls quoted).
|
|
Will follow up to internals@ shortly.
|