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, php-5.2.12RC4 |
|
#
1063c834 |
| 03-Dec-2009 |
Kalle Sommer Nielsen |
MFT: VC10 build support |
#
8109abba |
| 30-Nov-2009 |
Pierre Joye |
- MFH: vs2010 detection support, restore /W3 |
Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3 |
|
#
df0252a3 |
| 30-Oct-2009 |
Kalle Sommer Nielsen |
Set WINVER to Windows 2000 like in config.w32.h.in |
Revision tags: php-5.3.1RC2 |
|
#
97595a14 |
| 19-Oct-2009 |
Pierre Joye |
- add custom DLL to the package and fix the path to the deps bin (needs absolute path in some cases) |
Revision tags: oci8-1.4.0 |
|
#
a4cbecd2 |
| 30-Sep-2009 |
Pierre Joye |
- restore W3 flag to get usefull errors (unused vars, etc.) |
Revision tags: php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2 |
|
#
e877e128 |
| 24-Aug-2009 |
Pierre Joye |
- fix object dir usage (ie: relative path called from a symlinked dir), also fix nmake test for similar cases |
Revision tags: php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3 |
|
#
b907aa43 |
| 04-Jun-2009 |
Matt Wilmas |
MFH: Restored double->long conversion behavior to that of PHP 5.2 (on most platforms) and prior: * Out-of-range numbers overflow/preserve least significant bits (no LONG_MAX/MIN limit)
MFH: Restored double->long conversion behavior to that of PHP 5.2 (on most platforms) and prior: * Out-of-range numbers overflow/preserve least significant bits (no LONG_MAX/MIN limit) * See bug #42868 (presumably-rare platform with different results in 5.2) * On 32-bit platforms with 64-bit long type, a zend_long64 cast has been added, otherwise it's the same as 5.2 * Use this conversion method everywhere instead of some plain (long) casts Added 'L' parameter parsing specifier to ensure a LONG_MAX/MIN limit: * Essentially what 5.3's new conversion was doing in most cases * Functions with "limit" or "length" type params could be updated to use this, and prevent confusing overflow behavior with huge numbers (*also* in 5.2) - See bug #47854, for example; or even #42868 again # Test updates coming
show more ...
|
Revision tags: php-5.2.10RC1, php-5.3.0RC2 |
|
#
30b30dda |
| 24-Apr-2009 |
Pierre Joye |
- make MP survive --disable-all (=disable to disable it) |
#
f4c90952 |
| 24-Apr-2009 |
Pierre Joye |
- fix logic |
#
375bbd49 |
| 23-Apr-2009 |
Pierre Joye |
- allow to set or disable the multithreaded build (n, auto or disable) |
Revision tags: php-5.3.0RC1 |
|
#
31c0af24 |
| 18-Mar-2009 |
Dmitry Stogov |
Fixed floating point mathematic speed degradation (Christian) |
Revision tags: RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, 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 |
#
5d8c9f8c |
| 17-Jan-2009 |
Stanislav Malyshev |
Build IDs |
#
c83e0d50 |
| 06-Jan-2009 |
Pierre Joye |
- add multi threaded build support (automatic detection of the number of cpus, add a custom number if you prefer to use only a few of your available cores) |
#
86ae6a26 |
| 06-Jan-2009 |
Pierre Joye |
- add DNSApi for the DNS functions |
#
b593dfa3 |
| 26-Dec-2008 |
Pierre Joye |
- MFB: - 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 |
#
15fa3c1d |
| 25-Dec-2008 |
Pierre Joye |
- MFH: the config summary is a must, do not allow to disable it |
Revision tags: NEWS |
|
#
c310143a |
| 18-Dec-2008 |
Pierre Joye |
- MFH: no need to look for bindlib_w32, not used anymore |
#
d4b63c8d |
| 13-Dec-2008 |
Pierre Joye |
- fix builds for VC8+, strnlen is available in vc8 and later (used in spprintf.c) |
Revision tags: 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 |
|
#
67d86010 |
| 21-Nov-2008 |
Pierre Joye |
- MFH: - 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) |
Revision tags: php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2 |
|
#
16bda080 |
| 20-Oct-2008 |
Pierre Joye |
- add strto*i64 (VC6, decent compilers/crt have them) |
Revision tags: php-5.2.7RC1 |
|
#
142ee7a8 |
| 26-Sep-2008 |
Pierre Joye |
- add nts to the zip names |
#
1b5a8cc2 |
| 25-Sep-2008 |
Pierre Joye |
- MFH: add VC version and architecture to the created zip(s) names |
#
26203040 |
| 23-Aug-2008 |
Pierre Joye |
- MFH: - drop bindlib usage on windows - inet_pton, inet_ntop and inet_aton are always available (VC9 uses the CRT implementation, VC6 our own) |