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.
|
Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0 |
|
#
5e33a09f |
| 21-Sep-2005 |
Derick Rethans |
- MFH: Fixed definition in correct file. (Patch by Nuno)
|
Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0, RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1 |
|
#
fc92678b |
| 09-Jun-2005 |
Wez Furlong |
add --enable-memory-manager switch for win32 too
|
#
1f33f5cb |
| 08-Jun-2005 |
Frank M. Kromann |
USE_ZEND_ALLOC should be defined here too.
|
Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1 |
|
#
38795b88 |
| 29-Apr-2004 |
Wez Furlong |
Add "--disable-all" switch, which will force all arguments to "no" if they are not specified explicitly. (like the snapshot build, but in reverse).
|