Commit Graph

726 Commits

Author SHA1 Message Date
Pierre Joye
e1086084cb - make MP survive --disable-all (=disable to disable it) 2009-04-24 15:19:10 +00:00
Pierre Joye
e06b62d259 - fix logic 2009-04-24 11:34:27 +00:00
Pierre Joye
02d471d689 - MFB: allow to set or disable the multithreaded build (n, auto or disable) 2009-04-23 20:19:31 +00:00
Kalle Sommer Nielsen
e83138ccd3 Fix redef warnings 2009-04-06 09:12:16 +00:00
Kalle Sommer Nielsen
3a21bcabfa 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
2009-04-01 09:20:35 +00:00
Kalle Sommer Nielsen
41c359f593 * 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)
2009-03-30 14:32:20 +00:00
Pierre Joye
73bff11e1b - MFB: new php.ini names 2009-03-24 22:16:57 +00:00
Pierre Joye
fe46af7615 - php.ini-dev/prod 2009-03-18 17:58:44 +00:00
Dmitry Stogov
83a6de49b1 Fixed floating point mathematic speed degradation (Christian) 2009-03-18 10:49:36 +00:00
Marcus Boerger
d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
David Soria Parra
7eceefc879 Remove zend_dynamic_array and it's build targets as it is not longer needed 2009-02-23 03:35:18 +00:00
Pierre Joye
d715d8846b - define HAVE_SOCKLEN_T as it exists (vc6+) 2009-02-02 09:49:57 +00:00
Pierre Joye
f71b03b9f1 - MFB: sync 5.3 2009-01-28 10:32:45 +00:00
Kalle Sommer Nielsen
6776d26fdc Windows support for stream_socket_pair(), by moving the socketpair() implementation from ext/sockets to win32/ 2009-01-23 15:48:58 +00:00
Pierre Joye
96352b5277 - add fnmatch() support on windows (C API), using the BSD implementation 2009-01-20 01:37:17 +00:00
Pierre Joye
9107caeb51 - add HAVE_NANOSLEEP 2009-01-19 02:30:18 +00:00
Pierre Joye
b54a6fc5b3 - add nanosleep
- expose nanosleep and usleep
- [DOC] time_ nanosleep and time_ sleep_ until available on windows
2009-01-19 02:29:24 +00:00
Stanislav Malyshev
ba488431f6 build IDs 2009-01-17 02:07:46 +00:00
Pierre Joye
7b0246fa38 - MFB: 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) 2009-01-06 20:51:37 +00:00
Pierre Joye
e7eafa589d - add DNSApi for the DNS functions 2009-01-06 20:47:06 +00:00
Kalle Sommer Nielsen
be8d3a6ebe Check if configure script was copied, and output an error if it wasn't 2009-01-02 12:16:42 +00:00
Pierre Joye
0a636b41fe - expose glob and globfree on wi ndows, can be used by shared ext (core or extern) 2009-01-01 12:32:31 +00:00
Pierre Joye
15064a93fb - MFB: enable gehostname on windows [DOC] 2008-12-31 19:49:06 +00:00
Sebastian Bergmann
7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Pierre Joye
65a7e59867 - 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
2008-12-26 14:10:26 +00:00
Pierre Joye
ae5b22b042 - be sure that at least one SAPI has been selected 2008-12-25 00:09:32 +00:00
Pierre Joye
779444f43c - the config summary is a must, do not allow to disable 2008-12-25 00:03:39 +00:00
Pierre Joye
6983c20844 - no need to look for bindlib_w32, not used anymore 2008-12-18 23:20:44 +00:00
Pierre Joye
de3be2b9c3 - MFB: do not add .cvsignore to the tests package 2008-12-13 11:59:34 +00:00
Pierre Joye
3292447864 - MFB: fix builds for VC8+, strnlen is available in vc8 and later (used in spprintf.c) 2008-12-13 11:59:03 +00:00
Pierre Joye
5d75d3545d - mfb: c/p error 2008-12-10 09:51:30 +00:00
Pierre Joye
b010e3875b - add configure script helper 2008-12-08 22:38:50 +00:00
Scott MacVicar
aceb9694ba Better fix for va_copy since some architectures like to do a deep copy. 2008-11-22 15:16:42 +00:00
Pierre Joye
a52a11b0d8 - MFB: make va_copy safer using () around arguments 2008-11-22 13:39:04 +00:00
Scott MacVicar
47ada9b75d Fix build on Windows 2008-11-22 12:39:13 +00:00
Jani Taskinen
7397249d2e - Nuke unused file 2008-11-21 16:37:49 +00:00
Pierre Joye
a2e64a999e - 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)
2008-11-21 14:05:04 +00:00
Pierre Joye
2fc3a87410 - add build type (debug/release) and TS info to the summary 2008-11-21 14:03:23 +00:00
Kalle Sommer Nielsen
81f5248b00 Fix typo 2008-11-20 16:05:59 +00:00
Pierre Joye
a4e137f844 - MFB: strtoi64 forward compatible replacement for VC6 2008-11-07 13:11:35 +00:00
Pierre Joye
41e3343a26 - MFH, has this feature before Vista/2k8 (use the same test in 5.3) 2008-11-06 14:16:14 +00:00
Pierre Joye
9c10d9aefe - prevent warning when some types or macros are already defines (ICU defines many of them already) 2008-11-06 14:15:20 +00:00
Pierre Joye
2bb865af0c - revert previous commit (borked editor) 2008-11-06 13:31:59 +00:00
Pierre Joye
fe82c3eced - MFB: bump year 2008-11-06 13:12:27 +00:00
Elizabeth Marie Smith
8d07d7b8e7 Actual name of the file is WinResRc.h - silly to make people rename their header files 2008-11-03 19:24:47 +00:00
Pierre Joye
c4b0279b53 - MFH: add php-test-pack-[version].zip to nmake snap so we can distribute the tests as single zip
TODO: add run-tests.bat to the package
2008-10-26 00:15:56 +00:00
Kalle Sommer Nielsen
e667c25403 [DOC] Remove define_syslog_variables() and define_syslog_variables ini option 2008-10-15 18:41:18 +00:00
Pierre Joye
1f0cb7309b - MFB: add nts to the zip names 2008-09-26 13:31:01 +00:00
Pierre Joye
fa601f5fa5 - add VC version and architecture to the created zip(s) names 2008-09-25 14:59:10 +00:00
Pierre Joye
d7f0da33e6 - MFB: fix typo and icu bundling 2008-09-01 18:21:06 +00:00