Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - add readme.redist.bins as .txt | Pierre Joye | 2009-06-24 | 1 | -4/+5 |
| | |||||
* | MFH: Move these defines to config.w32.h | Kalle Sommer Nielsen | 2009-06-23 | 1 | -0/+4 |
| | | | | | Also credit Pierre for the inet_ntop()/inet_pton() implementations | ||||
* | MFH: | Kalle Sommer Nielsen | 2009-06-23 | 1 | -17/+26 |
| | | | | | Use %* instead of a range + WS | ||||
* | MFH: | Kalle Sommer Nielsen | 2009-06-23 | 2 | -2/+4 |
| | | | | | | * Fix deprecation warning when building deplister * Fix some mkdir warnings if "nmake build-dist" is executed twice | ||||
* | add phar.phar creation on windows | Greg Beaver | 2009-06-11 | 2 | -1/+23 |
| | |||||
* | MFH: | Matt Wilmas | 2009-06-04 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | MFH: | Kalle Sommer Nielsen | 2009-06-03 | 2 | -4/+3 |
| | | | | | | * We dont need to wrap to two lines here, its small enough to show with a standard sized cmd window * Bump copyright year in the .rc | ||||
* | - MF52: #42143, the constant NAN is reported as 0 on Windows | Pierre Joye | 2009-05-29 | 1 | -1/+1 |
| | |||||
* | MFH: If we don't have a comment (for the 3rd argument in ARG_[ENABLE|WITH], ↵ | Kalle Sommer Nielsen | 2009-05-29 | 1 | -2/+5 |
| | | | | then don't print a comment say "undefined" | ||||
* | MFH: Lets pass the built php binary to run-tests.php's -p parameter | Kalle Sommer Nielsen | 2009-05-27 | 1 | -4/+1 |
| | |||||
* | MFH: Silent dl() if it fails | Kalle Sommer Nielsen | 2009-05-27 | 1 | -1/+1 |
| | |||||
* | - revert last commit and fix inline | Pierre Joye | 2009-05-04 | 1 | -1/+2 |
| | |||||
* | - a macro will just do it too | Pierre Joye | 2009-05-04 | 1 | -2/+1 |
| | |||||
* | - add llabs | Pierre Joye | 2009-05-04 | 1 | -0/+2 |
| | |||||
* | - make MP survive --disable-all (=disable to disable it) | Pierre Joye | 2009-04-24 | 1 | -1/+2 |
| | |||||
* | - fix logic | Pierre Joye | 2009-04-24 | 1 | -4/+5 |
| | |||||
* | - allow to set or disable the multithreaded build (n, auto or disable) | Pierre Joye | 2009-04-23 | 1 | -2/+10 |
| | |||||
* | MFH: Fix redef warnings | Kalle Sommer Nielsen | 2009-04-06 | 1 | -0/+2 |
| | | | | | Kill warning about php_localtime_r not being defined | ||||
* | MFH: | Kalle Sommer Nielsen | 2009-04-01 | 1 | -0/+7 |
| | | | | | | | Fixed a few warnings from copy(): * If $item is empty then skip to next entry, this fixes the "The first argument cannot be a directory" warnings * If file does not exist then dont try to copy it | ||||
* | MFH: | Kalle Sommer Nielsen | 2009-03-30 | 2 | -2/+4 |
| | | | | | | * Bypass the date/timezone warning by forcing UTC when running mkdist.php * Don't run the copy list for PECL if theres no PECL extensions to copy (fixes a few copy() warnings) | ||||
* | - new php.ini names | Pierre Joye | 2009-03-24 | 1 | -2/+2 |
| | |||||
* | - some cleanup, more to come | Pierre Joye | 2009-03-18 | 1 | -282/+56 |
| | |||||
* | - php.ini-dev/prod | Pierre Joye | 2009-03-18 | 1 | -13/+12 |
| | |||||
* | Fixed floating point mathematic speed degradation (Christian) | Dmitry Stogov | 2009-03-18 | 1 | -1/+2 |
| | |||||
* | - define HAVE_SOCKLEN_T as it exists (vc6+) | Pierre Joye | 2009-02-02 | 1 | -0/+1 |
| | |||||
* | - prevent redefinition | Pierre Joye | 2009-01-27 | 1 | -0/+10 |
| | |||||
* | MFH: Windows support for stream_socket_pair(), by moving the socketpair() ↵ | Kalle Sommer Nielsen | 2009-01-23 | 4 | -1/+101 |
| | | | | implementation from ext/sockets to win32/ | ||||
* | - add fnmatch() support on windows (C API), using the BSD implementation | Pierre Joye | 2009-01-20 | 4 | -1/+254 |
| | |||||
* | - MFH: | Pierre Joye | 2009-01-19 | 4 | -2/+24 |
| | | | | | | | | - add nanosleep - expose nanosleep and usleep - [DOC] time_ nanosleep and time_ sleep_ until available on windows - change nanosleep signature to match posix one | ||||
* | Build IDs | Stanislav Malyshev | 2009-01-17 | 1 | -0/+1 |
| | |||||
* | - add multi threaded build support (automatic detection of the number of ↵ | Pierre Joye | 2009-01-06 | 1 | -0/+4 |
| | | | | cpus, add a custom number if you prefer to use only a few of your available cores) | ||||
* | - add DNSApi for the DNS functions | Pierre Joye | 2009-01-06 | 1 | -1/+1 |
| | |||||
* | MFH: Check if configure script was copied, and output an error if it wasn't | Kalle Sommer Nielsen | 2009-01-02 | 1 | -2/+1 |
| | |||||
* | - MFH: expose glob and globfree on wi ndows, can be used by shared ext (core ↵ | Pierre Joye | 2009-01-01 | 2 | -4/+4 |
| | | | | or extern) | ||||
* | - enable gehostname on windows [DOC] | Pierre Joye | 2008-12-31 | 1 | -0/+1 |
| | |||||
* | [DOC] | Ilia Alshanetsky | 2008-12-31 | 1 | -0/+1 |
| | | | | | Added gethostname() to return the current system host name. | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 10 | -10/+10 |
| | |||||
* | - MFB: | Pierre Joye | 2008-12-26 | 1 | -3/+6 |
| | | | | | | - 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 | ||||
* | - MFH: be sure that at least one SAPI has been selected | Pierre Joye | 2008-12-25 | 1 | -0/+5 |
| | |||||
* | - MFH: the config summary is a must, do not allow to disable it | Pierre Joye | 2008-12-25 | 2 | -8/+3 |
| | |||||
* | - MFH: no need to look for bindlib_w32, not used anymore | Pierre Joye | 2008-12-18 | 1 | -2/+2 |
| | |||||
* | - fix builds for VC8+, strnlen is available in vc8 and later (used in ↵ | Pierre Joye | 2008-12-13 | 1 | -0/+3 |
| | | | | spprintf.c) | ||||
* | - do not add .cvsignore to the tests package | Pierre Joye | 2008-12-13 | 1 | -3/+1 |
| | |||||
* | - c/p error. | Pierre Joye | 2008-12-10 | 1 | -1/+1 |
| | |||||
* | - MFH: add configure script | Pierre Joye | 2008-12-08 | 1 | -0/+2 |
| | |||||
* | MFH Better fix for va_copy since some architectures like to do a deep copy. | Scott MacVicar | 2008-11-22 | 1 | -2/+0 |
| | |||||
* | - make va_copy safer using () around arguments | Pierre Joye | 2008-11-22 | 1 | -1/+1 |
| | |||||
* | MFH Fix build on Windows | Scott MacVicar | 2008-11-22 | 1 | -0/+1 |
| | |||||
* | MFH | Jani Taskinen | 2008-11-21 | 2 | -8/+0 |
| | |||||
* | - MFH: | Pierre Joye | 2008-11-21 | 2 | -0/+3 |
| | | | | | | - 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) |