Revision tags: php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1 |
|
#
f25cbae9 |
| 11-Sep-2010 |
Pierre Joye |
- remove dummy wrapper for readfile
|
#
d97c07c2 |
| 11-Sep-2010 |
Pierre Joye |
- remove dummy wrapper for readfile
|
#
7dd694ec |
| 15-Aug-2010 |
Pierre Joye |
- #52607, fix ENV conflit with win SDK 7.1
|
#
4588d5d7 |
| 15-Aug-2010 |
Pierre Joye |
- #52607, fix ENV conflit with win SDK 7.1
|
#
1bd38189 |
| 15-Aug-2010 |
Pierre Joye |
- #52607, fix ENV conflit with win SDK 7.1
|
Revision tags: 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 |
|
#
48073dd7 |
| 29-Apr-2010 |
Pierre Joye |
- Adieu VC6/7/8, merci pour les bons et loyaux services
|
#
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 ...
|
#
dd5c478b |
| 20-Apr-2010 |
Dmitry Stogov |
Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed.
|
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
|