Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix php.ini customization. | Wez Furlong | 2003-02-10 | 2 | -15/+22 |
| | | | | | | | | | | | Apparently, it seems that running the php script with output captured to the log prevented it from working correctly. Also, deletes the php.ini when uninstalled. TODO: The defaults install and activate all extensions. This is a problem for those extension that require non-bundled .dlls (such as OCI). | ||||
* | Check in the prototype PHP installer for win32. | Wez Furlong | 2003-02-05 | 3 | -0/+564 |
| | | | | | | | | # Besides looking nice and pretty, the installer is actually smaller # than the .zip distro: # PHP 4.3.0 .zip distro: 5,950,222 bytes # PHP 4.3.0 installer: 5,426,242 bytes | ||||
* | Get rid of php4ts.dsw - replaced by php5ts.dsw | Zeev Suraski | 2003-01-28 | 1 | -239/+0 |
| | |||||
* | Adding new files to the project. | Edin Kadribasic | 2003-01-28 | 1 | -0/+8 |
| | | | | | # First half of Sebastian's patch, Ilia will commit the second part shortly | ||||
* | Moved the scandir code into it's own files so that it can be used by other | Ilia Alshanetsky | 2003-01-27 | 2 | -85/+0 |
| | | | | | OSes where libc does not have a native scandir() implementation. | ||||
* | Fixed bug #21597 (made glob() understand windows paths) | Edin Kadribasic | 2003-01-27 | 1 | -4/+11 |
| | |||||
* | Fix broken build by adding scandir and alphasort for win32 | Shane Caraveo | 2003-01-26 | 2 | -1/+85 |
| | |||||
* | Fix .dsp | Zeev Suraski | 2003-01-23 | 1 | -112/+116 |
| | |||||
* | WS fix | Moriyoshi Koizumi | 2003-01-17 | 1 | -1/+1 |
| | |||||
* | fix path to config.w32.h | Harald Radi | 2003-01-16 | 1 | -1/+0 |
| | |||||
* | Added some missing modules. Removed some that are built in or moved to | Edin Kadribasic | 2003-01-15 | 1 | -14/+14 |
| | | | | | ext/rpc. | ||||
* | Add proc_open.c to project. | Sebastian Bergmann | 2003-01-15 | 2 | -0/+8 |
| | |||||
* | s/gd/gd2 | Derick Rethans | 2003-01-14 | 1 | -1/+1 |
| | |||||
* | Leftover. | Sebastian Bergmann | 2003-01-11 | 1 | -4/+0 |
| | |||||
* | HEAD defaults to build with ZE2 now | Harald Radi | 2003-01-10 | 1 | -69/+106 |
| | |||||
* | MFB: | Edin Kadribasic | 2003-01-07 | 1 | -2/+6 |
| | | | | | | Fixed bug #21442 (Crash of mail() on Windows when the first parameter is empty). | ||||
* | Revert config.w32.h.in -> config.w32.h build step per discussion with Zeev. | Sebastian Bergmann | 2003-01-05 | 2 | -72/+2 |
| | |||||
* | NetWare related changes/modifications. | Anantha Kesari H Y | 2003-01-03 | 2 | -1/+46 |
| | |||||
* | Add filter.c, user_filters.c. Group stream related sources. | Sebastian Bergmann | 2003-01-01 | 2 | -10/+30 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 10 | -10/+10 |
| | |||||
* | - euch | Derick Rethans | 2002-12-30 | 1 | -1/+1 |
| | |||||
* | Remove bogus ignores | Zeev Suraski | 2002-12-29 | 1 | -2/+2 |
| | |||||
* | Update .dsp's | Zeev Suraski | 2002-12-29 | 1 | -7/+7 |
| | |||||
* | Typo. | Sara Golemon | 2002-12-28 | 1 | -1/+1 |
| | |||||
* | When scanning for cc: headers, make sure the header is JUST cc: and not bcc: ↵ | Sara Golemon | 2002-12-28 | 1 | -1/+1 |
| | | | | | | | or original-cc: or <anything-printable>cc: See Bugs # 21036 and # 20707 | ||||
* | MFB: | Edin Kadribasic | 2002-12-26 | 1 | -4/+28 |
| | | | | | Made ZLIB extension built in on Windows. Fixes #21139. | ||||
* | Create php.exe in cli directory to avoid conflict with the cgi version | Frank M. Kromann | 2002-12-21 | 1 | -3/+3 |
| | |||||
* | Make sure the debug version is created in the right directory | Frank M. Kromann | 2002-12-20 | 1 | -1/+1 |
| | |||||
* | MFB: | Edin Kadribasic | 2002-12-19 | 5 | -31/+31 |
| | | | | | | Making windows build system changes according to proposal: http://news.php.net/article.php?group=php.dev&article=92682 | ||||
* | Removing unused code and making sure headers are send when called from ↵ | Frank M. Kromann | 2002-12-06 | 2 | -19/+12 |
| | | | | imap_mail() | ||||
* | Dont scan headers for cc abd bcc if extra parameters are used for these | Frank M. Kromann | 2002-11-30 | 1 | -29/+27 |
| | |||||
* | fix windows build of cgi/fastcgi | Shane Caraveo | 2002-11-26 | 1 | -9/+5 |
| | |||||
* | grr.. | James Cox | 2002-11-20 | 1 | -1/+1 |
| | |||||
* | remove number.c from the win32 build.. | James Cox | 2002-11-20 | 1 | -5/+1 |
| | | | | | # did this on unix... shouldn't cause a problem, but vc can get picky. | ||||
* | - Committing patch by Philip Olson <philip@cornado.com>. | Derick Rethans | 2002-11-19 | 1 | -0/+17 |
| | |||||
* | Really remove mbstring from the build. | Edin Kadribasic | 2002-11-13 | 2 | -131/+23 |
| | | | | | | # mbstring is gone completely as it does not build currently on win32 # as a separate module | ||||
* | Moving php/embed windows build files to sapi/embed folder. | Edin Kadribasic | 2002-11-05 | 1 | -100/+0 |
| | |||||
* | The cybercash extension no longer exists in ext/. | Jon Parise | 2002-11-03 | 1 | -12/+0 |
| | |||||
* | - Define LINK_SIZE=2 needed for newly updated pcrelib; fixes Win32 build. | Markus Fischer | 2002-10-15 | 1 | -4/+4 |
| | | | | | | # Getting linker warning about using local defined _php_pcre_exec now at the # end, anything serious ? | ||||
* | Change the 'security level' of registry entries to PHP_INI_SYSTEM. They're | Zeev Suraski | 2002-10-14 | 1 | -1/+1 |
| | | | | | | in the system hive in the registry, so only people with administrative priveleges can add stuff in there. | ||||
* | Follow Yasuo's suggestion and build sapi program's under the sapi-specific | Sascha Schumann | 2002-09-29 | 1 | -2/+2 |
| | | | | | | | | | directory. Move sapi-specific makefile fragments to their respective directory. Create an embed sapi module which resides in its own dir now. | ||||
* | Added php/embed toolkit for embedding PHP engine into C/C++ applications. | Edin Kadribasic | 2002-09-29 | 1 | -0/+100 |
| | | | | | See my post to php-dev on the subject. | ||||
* | - Added Sambar install notes (patch by Steffen <com@sambarserver.info>) | Derick Rethans | 2002-09-26 | 1 | -0/+16 |
| | |||||
* | Sync MSVC project files. | Sebastian Bergmann | 2002-09-26 | 2 | -0/+8 |
| | |||||
* | - Forgot to add an extra space. | Markus Fischer | 2002-09-21 | 1 | -1/+1 |
| | |||||
* | - Fix line-endings | Derick Rethans | 2002-09-20 | 3 | -3/+192 |
| | | | | | | | - Changed afxres.h to winres.h to make it compile when MFC is not installed (see http://www.winprog.org/tutorial/errors.html, "Fatal error RC1015: cannot open include file 'afxres.h'.") | ||||
* | Sync MSVC project files. | Sebastian Bergmann | 2002-09-20 | 2 | -0/+16 |
| | |||||
* | Fix debug build options (looks like VC doesn't maintain indentation in the | Zeev Suraski | 2002-09-18 | 1 | -17/+17 |
| | | | | | .dsp... Sorry Sebastian :) | ||||
* | For a change, Sebastian makes Andi happy. :-) | Sebastian Bergmann | 2002-09-15 | 1 | -4/+4 |
| | |||||
* | Meaningful Custom Build Step information. | Sebastian Bergmann | 2002-09-12 | 2 | -26/+14 |
| |