History log of /PHP-7.4/win32/build/config.w32.h.in (Results 51 – 75 of 83)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1, php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1
# cc6bb66d 07-Jan-2011 Pierre Joye

- define the php*.lib/dll names


Revision tags: php-5.2.17, php-5.3.5, php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2
# 72245759 26-Nov-2010 Pierre Joye

- Fixed #53409, sleep() return NULL on Windows


# c70397b3 26-Nov-2010 Pierre Joye

- Fixed #53409, sleep() return NULL on Windows


Revision tags: php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1, oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# dd8e59da 26-Apr-2010 Kalle Sommer Nielsen

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore

show more ...


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1, php-5.3.2RC1, php-5.2.12
# f59f7a3f 10-Dec-2009 Pierre Joye

- #50334, add define on win as well


Revision tags: php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0
# 220c68d5 23-Jun-2009 Kalle Sommer Nielsen

MFH: Move these defines to config.w32.h

Also credit Pierre for the inet_ntop()/inet_pton() implementations


Revision tags: php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3
# 469d4938 29-May-2009 Pierre Joye

- MF52: #42143, the constant NAN is reported as 0 on Windows


Revision tags: php-5.2.10RC1, php-5.3.0RC2
# 49e4959a 06-Apr-2009 Kalle Sommer Nielsen

MFH: Fix redef warnings
Kill warning about php_localtime_r not being defined


Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1
# 10bf149a 02-Feb-2009 Pierre Joye

- define HAVE_SOCKLEN_T as it exists (vc6+)


Revision tags: php-5.3.0beta1
# 73b17408 23-Jan-2009 Kalle Sommer Nielsen

MFH: Windows support for stream_socket_pair(), by moving the socketpair() implementation from ext/sockets to win32/


# f8aff4ad 20-Jan-2009 Pierre Joye

- add fnmatch() support on windows (C API), using the BSD implementation


# 274dad3b 19-Jan-2009 Pierre Joye

- MFH:
- add nanosleep
- expose nanosleep and usleep
- [DOC] time_ nanosleep and time_ sleep_ until available on windows
- change nanosleep signature to match posix one


# e266d17a 31-Dec-2008 Pierre Joye

- enable gehostname on windows [DOC]


# 540242dc 31-Dec-2008 Ilia Alshanetsky

[DOC]
Added gethostname() to return the current system host name.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5
# 49a15f0b 22-Nov-2008 Scott MacVicar

MFH Better fix for va_copy since some architectures like to do a deep copy.


# bbb88024 22-Nov-2008 Pierre Joye

- make va_copy safer using () around arguments


# add2b6df 22-Nov-2008 Scott MacVicar

MFH Fix build on Windows


Revision tags: php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2, php-5.2.7RC1, php-4.4.9, php-5.3.0alpha1
# 1e820eca 28-Jul-2008 Pierre Joye

-MFH:
- #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 fea

-MFH:
- #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/

show more ...


Revision tags: php-4.4.9RC1, BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1
# 10afe5d9 18-Mar-2008 Rasmus Lerdorf

Make the sigsetjmp change more robust. On systems that don't have
sigsetjmp use setjmp. Windows is of course weird in that it seems to
have sigsetjmp but not sigjmp_buf (??) so force it to

Make the sigsetjmp change more robust. On systems that don't have
sigsetjmp use setjmp. Windows is of course weird in that it seems to
have sigsetjmp but not sigjmp_buf (??) so force it to use setjmp in
config.w32.h.in

show more ...


Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1, php-4.4.8, php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2, RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND
# dc8d09bb 11-Jul-2007 Johannes Schlüter

- MFH: Always enable mail() function


Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1
# 08daab9d 10-Apr-2007 Dmitry Stogov

Initial WIN64 support


Revision tags: RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2, php-5.2.1RC1
# 9fd2b6de 10-Nov-2006 Dmitry Stogov

Simplify the code base as this getpwd() was used only once


Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2
# 9d6e4964 14-Mar-2006 Dmitry Stogov

Fixed bug #36568 (memory_limit setting on win32 has no effect)


Revision tags: php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2
# 1cfcdf66 11-Jan-2006 Marcus Boerger

- MFH


Revision tags: php-5.1.2RC2, php-4.4.2RC2, php-5.1.2RC1
# b041abbb 14-Dec-2005 Wez Furlong

Fixes for building with vs.net 2005.


1234