summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* - add readme.redist.bins as .txtPierre Joye2009-06-241-4/+5
|
* MFH: Move these defines to config.w32.hKalle Sommer Nielsen2009-06-231-0/+4
| | | | | Also credit Pierre for the inet_ntop()/inet_pton() implementations
* MFH:Kalle Sommer Nielsen2009-06-231-17/+26
| | | | | Use %* instead of a range + WS
* MFH:Kalle Sommer Nielsen2009-06-232-2/+4
| | | | | | * Fix deprecation warning when building deplister * Fix some mkdir warnings if "nmake build-dist" is executed twice
* add phar.phar creation on windowsGreg Beaver2009-06-112-1/+23
|
* MFH:Matt Wilmas2009-06-041-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 Nielsen2009-06-032-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 WindowsPierre Joye2009-05-291-1/+1
|
* MFH: If we don't have a comment (for the 3rd argument in ARG_[ENABLE|WITH], ↵Kalle Sommer Nielsen2009-05-291-2/+5
| | | | then don't print a comment say "undefined"
* MFH: Lets pass the built php binary to run-tests.php's -p parameterKalle Sommer Nielsen2009-05-271-4/+1
|
* MFH: Silent dl() if it failsKalle Sommer Nielsen2009-05-271-1/+1
|
* - revert last commit and fix inlinePierre Joye2009-05-041-1/+2
|
* - a macro will just do it tooPierre Joye2009-05-041-2/+1
|
* - add llabsPierre Joye2009-05-041-0/+2
|
* - make MP survive --disable-all (=disable to disable it)Pierre Joye2009-04-241-1/+2
|
* - fix logicPierre Joye2009-04-241-4/+5
|
* - allow to set or disable the multithreaded build (n, auto or disable)Pierre Joye2009-04-231-2/+10
|
* MFH: Fix redef warningsKalle Sommer Nielsen2009-04-061-0/+2
| | | | | Kill warning about php_localtime_r not being defined
* MFH:Kalle Sommer Nielsen2009-04-011-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 Nielsen2009-03-302-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 namesPierre Joye2009-03-241-2/+2
|
* - some cleanup, more to comePierre Joye2009-03-181-282/+56
|
* - php.ini-dev/prodPierre Joye2009-03-181-13/+12
|
* Fixed floating point mathematic speed degradation (Christian)Dmitry Stogov2009-03-181-1/+2
|
* - define HAVE_SOCKLEN_T as it exists (vc6+)Pierre Joye2009-02-021-0/+1
|
* - prevent redefinitionPierre Joye2009-01-271-0/+10
|
* MFH: Windows support for stream_socket_pair(), by moving the socketpair() ↵Kalle Sommer Nielsen2009-01-234-1/+101
| | | | implementation from ext/sockets to win32/
* - add fnmatch() support on windows (C API), using the BSD implementationPierre Joye2009-01-204-1/+254
|
* - MFH:Pierre Joye2009-01-194-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 IDsStanislav Malyshev2009-01-171-0/+1
|
* - add multi threaded build support (automatic detection of the number of ↵Pierre Joye2009-01-061-0/+4
| | | | cpus, add a custom number if you prefer to use only a few of your available cores)
* - add DNSApi for the DNS functionsPierre Joye2009-01-061-1/+1
|
* MFH: Check if configure script was copied, and output an error if it wasn'tKalle Sommer Nielsen2009-01-021-2/+1
|
* - MFH: expose glob and globfree on wi ndows, can be used by shared ext (core ↵Pierre Joye2009-01-012-4/+4
| | | | or extern)
* - enable gehostname on windows [DOC]Pierre Joye2008-12-311-0/+1
|
* [DOC]Ilia Alshanetsky2008-12-311-0/+1
| | | | | Added gethostname() to return the current system host name.
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3110-10/+10
|
* - MFB:Pierre Joye2008-12-261-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 selectedPierre Joye2008-12-251-0/+5
|
* - MFH: the config summary is a must, do not allow to disable itPierre Joye2008-12-252-8/+3
|
* - MFH: no need to look for bindlib_w32, not used anymorePierre Joye2008-12-181-2/+2
|
* - fix builds for VC8+, strnlen is available in vc8 and later (used in ↵Pierre Joye2008-12-131-0/+3
| | | | spprintf.c)
* - do not add .cvsignore to the tests packagePierre Joye2008-12-131-3/+1
|
* - c/p error.Pierre Joye2008-12-101-1/+1
|
* - MFH: add configure scriptPierre Joye2008-12-081-0/+2
|
* MFH Better fix for va_copy since some architectures like to do a deep copy.Scott MacVicar2008-11-221-2/+0
|
* - make va_copy safer using () around argumentsPierre Joye2008-11-221-1/+1
|
* MFH Fix build on WindowsScott MacVicar2008-11-221-0/+1
|
* MFHJani Taskinen2008-11-212-8/+0
|
* - MFH:Pierre Joye2008-11-212-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)