summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* Fix php.ini customization.Wez Furlong2003-02-102-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 Furlong2003-02-053-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.dswZeev Suraski2003-01-281-239/+0
|
* Adding new files to the project.Edin Kadribasic2003-01-281-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 otherIlia Alshanetsky2003-01-272-85/+0
| | | | | OSes where libc does not have a native scandir() implementation.
* Fixed bug #21597 (made glob() understand windows paths)Edin Kadribasic2003-01-271-4/+11
|
* Fix broken build by adding scandir and alphasort for win32Shane Caraveo2003-01-262-1/+85
|
* Fix .dspZeev Suraski2003-01-231-112/+116
|
* WS fixMoriyoshi Koizumi2003-01-171-1/+1
|
* fix path to config.w32.hHarald Radi2003-01-161-1/+0
|
* Added some missing modules. Removed some that are built in or moved toEdin Kadribasic2003-01-151-14/+14
| | | | | ext/rpc.
* Add proc_open.c to project.Sebastian Bergmann2003-01-152-0/+8
|
* s/gd/gd2Derick Rethans2003-01-141-1/+1
|
* Leftover.Sebastian Bergmann2003-01-111-4/+0
|
* HEAD defaults to build with ZE2 nowHarald Radi2003-01-101-69/+106
|
* MFB:Edin Kadribasic2003-01-071-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 Bergmann2003-01-052-72/+2
|
* NetWare related changes/modifications.Anantha Kesari H Y2003-01-032-1/+46
|
* Add filter.c, user_filters.c. Group stream related sources.Sebastian Bergmann2003-01-012-10/+30
|
* Bump year.Sebastian Bergmann2002-12-3110-10/+10
|
* - euchDerick Rethans2002-12-301-1/+1
|
* Remove bogus ignoresZeev Suraski2002-12-291-2/+2
|
* Update .dsp'sZeev Suraski2002-12-291-7/+7
|
* Typo.Sara Golemon2002-12-281-1/+1
|
* When scanning for cc: headers, make sure the header is JUST cc: and not bcc: ↵Sara Golemon2002-12-281-1/+1
| | | | | | | or original-cc: or <anything-printable>cc: See Bugs # 21036 and # 20707
* MFB:Edin Kadribasic2002-12-261-4/+28
| | | | | Made ZLIB extension built in on Windows. Fixes #21139.
* Create php.exe in cli directory to avoid conflict with the cgi versionFrank M. Kromann2002-12-211-3/+3
|
* Make sure the debug version is created in the right directoryFrank M. Kromann2002-12-201-1/+1
|
* MFB:Edin Kadribasic2002-12-195-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. Kromann2002-12-062-19/+12
| | | | imap_mail()
* Dont scan headers for cc abd bcc if extra parameters are used for theseFrank M. Kromann2002-11-301-29/+27
|
* fix windows build of cgi/fastcgiShane Caraveo2002-11-261-9/+5
|
* grr..James Cox2002-11-201-1/+1
|
* remove number.c from the win32 build..James Cox2002-11-201-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 Rethans2002-11-191-0/+17
|
* Really remove mbstring from the build.Edin Kadribasic2002-11-132-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 Kadribasic2002-11-051-100/+0
|
* The cybercash extension no longer exists in ext/.Jon Parise2002-11-031-12/+0
|
* - Define LINK_SIZE=2 needed for newly updated pcrelib; fixes Win32 build.Markus Fischer2002-10-151-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'reZeev Suraski2002-10-141-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-specificSascha Schumann2002-09-291-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 Kadribasic2002-09-291-0/+100
| | | | | See my post to php-dev on the subject.
* - Added Sambar install notes (patch by Steffen <com@sambarserver.info>)Derick Rethans2002-09-261-0/+16
|
* Sync MSVC project files.Sebastian Bergmann2002-09-262-0/+8
|
* - Forgot to add an extra space.Markus Fischer2002-09-211-1/+1
|
* - Fix line-endingsDerick Rethans2002-09-203-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 Bergmann2002-09-202-0/+16
|
* Fix debug build options (looks like VC doesn't maintain indentation in theZeev Suraski2002-09-181-17/+17
| | | | | .dsp... Sorry Sebastian :)
* For a change, Sebastian makes Andi happy. :-)Sebastian Bergmann2002-09-151-4/+4
|
* Meaningful Custom Build Step information.Sebastian Bergmann2002-09-122-26/+14
|