| Commit message (Expand) | Author | Age | Files | Lines |
* | Clear that up | Zeev Suraski | 2004-02-10 | 1 | -1/+6 |
* | Fix report_memleaks | Zeev Suraski | 2004-02-10 | 1 | -0/+1 |
* | - Brought ext/bcmath to the new millennium | foobar | 2003-12-09 | 1 | -1/+1 |
* | default install path is c:/php5 for PHP 5 | Wez Furlong | 2003-12-04 | 1 | -9/+9 |
* | implement usleep for win32 | Wez Furlong | 2003-11-29 | 1 | -1/+4 |
* | Windows compile fix (patch by sfox@php.net). | Edin Kadribasic | 2003-11-13 | 1 | -1/+1 |
* | Fix fgetcsv() to correctly support international characters | Moriyoshi Koizumi | 2003-10-04 | 1 | -0/+2 |
* | - Add length modifiers(ll, j, t, h, hh) | Marcus Boerger | 2003-09-14 | 1 | -0/+14 |
* | - Fixed bug #25166 (WDDX serializer handler missing in win32). (Jani) | foobar | 2003-08-26 | 1 | -1/+1 |
* | Add new COM (and .Net) extension for php5. | Wez Furlong | 2003-08-14 | 1 | -0/+4 |
* | MFB: libpcre 4.X needs POSIX_MALLOC_THRESHOLD to be defined. | Sebastian Bergmann | 2003-06-27 | 1 | -0/+1 |
* | Enabled sqlite by default on Windows. | Edin Kadribasic | 2003-06-27 | 1 | -0/+3 |
* | Sync. | Sebastian Bergmann | 2003-06-26 | 1 | -3/+0 |
* | Add ext/dom and ext/simplexml to the Win32 default build. #Apart from a linke... | Sebastian Bergmann | 2003-06-25 | 1 | -2/+4 |
* | Disable MySQL extension by default. | Sebastian Bergmann | 2003-06-25 | 1 | -2/+2 |
* | Remove ext/rpc references from Windows build. | Sebastian Bergmann | 2003-06-25 | 1 | -6/+0 |
* | MFB | Edin Kadribasic | 2003-06-09 | 1 | -0/+1 |
* | Get rid of references to expat in MSVC project files. For now this expects li... | Sebastian Bergmann | 2003-05-24 | 1 | -1/+2 |
* | First try at getting the Windows build working again after libxml2 got unbund... | Sebastian Bergmann | 2003-05-19 | 1 | -1/+0 |
* | Fix compilation under Win32 | Frank M. Kromann | 2003-05-17 | 1 | -0/+1 |
* | move the ZE2 check into internal_functions_win32.c | Harald Radi | 2003-01-16 | 1 | -4/+0 |
* | prevent HEAD + ZE1 builds and add COM | Harald Radi | 2003-01-16 | 1 | -0/+7 |
* | Define PHP_CAN_SUPPORT_PROC_OPEN. | Sebastian Bergmann | 2003-01-15 | 1 | -0/+3 |
* | HEAD defaults to build with ZE2 now | Harald Radi | 2003-01-10 | 1 | -5/+2 |
* | Revert config.w32.h.in -> config.w32.h build step per discussion with Zeev. | Sebastian Bergmann | 2003-01-05 | 1 | -0/+174 |
* | The Windows build can now be configures more comfortably, for instance in reg... | Sebastian Bergmann | 2002-05-02 | 1 | -162/+0 |
* | Add missing #define's. | Sebastian Bergmann | 2002-04-30 | 1 | -0/+4 |
* | Enable bundled build of ext/ctype and ext/mbstring on Win32. | Sebastian Bergmann | 2002-04-28 | 1 | -0/+7 |
* | Add HAVE_CALENDAR, HAVE_COM, HAVE_SESSION and HAVE_TOKENIZER to enable/disabl... | Sebastian Bergmann | 2002-04-18 | 1 | -0/+12 |
* | Some cleanup for the Win32 build configuration. | Sebastian Bergmann | 2002-04-18 | 1 | -183/+48 |
* | Adding HAVE_SHUTDOWN on win32. Needed for the sockets extension to compile | Frank M. Kromann | 2002-03-18 | 1 | -0/+3 |
* | - Define HAVE_ASSERT_H under Windows. There was a macro redefinition before | Andi Gutmans | 2002-03-14 | 1 | -0/+3 |
* | - Fixed bug: #16047, #15865, and propably a few more.. | foobar | 2002-03-14 | 1 | -1/+1 |
* | Changed to PHP_CONFIG_FILE_PATH use the environment variable SystemRoot | Frank M. Kromann | 2002-03-12 | 1 | -1/+1 |
* | Revert uppercase directory name to lower case. | Frank M. Kromann | 2002-03-07 | 1 | -9/+8 |
* | Enabling crypt() on Win32 | Frank M. Kromann | 2002-03-07 | 1 | -9/+14 |
* | turn on force redirect for windows | Shane Caraveo | 2002-03-01 | 1 | -1/+1 |
* | Enable ext/overload by default on Win32, too. | Sebastian Bergmann | 2001-12-10 | 1 | -0/+3 |
* | * set PHP_EXTENSION_DIR to c:\php4 and change the default | Stig Bakken | 2001-10-15 | 1 | -2/+2 |
* | * fix Windows default include path | Stig Bakken | 2001-10-15 | 1 | -1/+1 |
* | Get rid of TRANS_SID - it's always possible to use it now. | Zeev Suraski | 2001-08-25 | 1 | -3/+0 |
* | fix date('T') | Daniel Beulshausen | 2001-07-22 | 1 | -0/+2 |
* | enable get*by* networking functions + remove comments | Daniel Beulshausen | 2001-07-06 | 1 | -81/+7 |
* | - Fix bug. The INI system expects a string for default INI values. | Andi Gutmans | 2001-05-12 | 1 | -1/+1 |
* | Fix build on WIn32 | Frank M. Kromann | 2001-04-23 | 1 | -1/+10 |
* | HAVE_BINDLIB --> HAVE_LIBBIND | foobar | 2001-03-11 | 1 | -2/+2 |
* | Added localeconv() function. Operates similarly to localeconv() defined in | Sean Bright | 2001-01-14 | 1 | -0/+2 |
* | added define for force cgi redirect | Daniel Beulshausen | 2000-12-14 | 1 | -1/+3 |
* | - Add FTP extension to default Win32 build | Andi Gutmans | 2000-10-05 | 1 | -0/+4 |
* | move have_snmp to the dsp already | Daniel Beulshausen | 2000-09-30 | 1 | -1/+0 |