| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | MFH: | Kalle Sommer Nielsen | 2009-04-01 | 1 | -0/+7 |
| * | MFH: | Kalle Sommer Nielsen | 2009-03-30 | 2 | -2/+4 |
| * | - 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() imp... | Kalle Sommer Nielsen | 2009-01-23 | 4 | -1/+101 |
| * | - 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 |
| * | Build IDs | Stanislav Malyshev | 2009-01-17 | 1 | -0/+1 |
| * | - add multi threaded build support (automatic detection of the number of cpus... | Pierre Joye | 2009-01-06 | 1 | -0/+4 |
| * | - 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 |
| * | - enable gehostname on windows [DOC] | Pierre Joye | 2008-12-31 | 1 | -0/+1 |
| * | [DOC] | Ilia Alshanetsky | 2008-12-31 | 1 | -0/+1 |
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 10 | -10/+10 |
| * | - MFB: | Pierre Joye | 2008-12-26 | 1 | -3/+6 |
| * | - 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 spprint... | Pierre Joye | 2008-12-13 | 1 | -0/+3 |
| * | - 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 |
| * | - MFH: add build type (debug/release) and TS info to the summary | Pierre Joye | 2008-11-21 | 1 | -3/+5 |
| * | MFH: Fix typo | Kalle Sommer Nielsen | 2008-11-20 | 1 | -3/+2 |
| * | - revert previous commit (borked editor) | Pierre Joye | 2008-11-06 | 1 | -62/+1 |
| * | - bump year | Pierre Joye | 2008-11-06 | 1 | -1/+62 |
| * | MFH | Elizabeth Marie Smith | 2008-11-03 | 1 | -1/+1 |
| * | - add php-test-pack-[version].zip to nmake snap so we can distribute the test... | Pierre Joye | 2008-10-26 | 2 | -3/+59 |
| * | - add strto*i64 (VC6, decent compilers/crt have them) | Pierre Joye | 2008-10-20 | 1 | -0/+5 |
| * | - add strto*i64 support (VC6 only, decent compilers/crt have them) | Pierre Joye | 2008-10-20 | 2 | -0/+129 |
| * | [DOC] Deprecate define_syslog_variables() in 5.3 | Kalle Sommer Nielsen | 2008-10-15 | 1 | -1/+0 |
| * | - add nts to the zip names | Pierre Joye | 2008-09-26 | 2 | -6/+9 |
| * | - MFH: add VC version and architecture to the created zip(s) names | Pierre Joye | 2008-09-25 | 3 | -7/+16 |