summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFB:Edin Kadribasic2002-12-261-4/+28
* 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
* Removing unused code and making sure headers are send when called from imap_m...Frank M. Kromann2002-12-062-19/+12
* 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
* - 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
* 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
* Change the 'security level' of registry entries to PHP_INI_SYSTEM. They'reZeev Suraski2002-10-141-1/+1
* Follow Yasuo's suggestion and build sapi program's under the sapi-specificSascha Schumann2002-09-291-2/+2
* Added php/embed toolkit for embedding PHP engine into C/C++ applications.Edin Kadribasic2002-09-291-0/+100
* - 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
* 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
* For a change, Sebastian makes Andi happy. :-)Sebastian Bergmann2002-09-151-4/+4
* Meaningful Custom Build Step information.Sebastian Bergmann2002-09-122-26/+14
* Fix logic.Sebastian Bergmann2002-09-122-16/+32
* Added UTF-8 support to pcre on windows as suggested by Wez Furlong.Edin Kadribasic2002-09-051-5/+5
* Added the php_odbc_includes.h fileDan Kalowsky2002-08-111-4/+8
* Add html_entities.cMarcus Boerger2002-08-052-0/+8
* Fixed windows build by adding sha1.c and sha1.h to the project file.Edin Kadribasic2002-07-291-0/+8
* Fixed bug #11214 (patch by Steph Fox)Edin Kadribasic2002-07-292-12/+14
* Oops. Last commit reverted some of sebastians changes.Frank M. Kromann2002-07-021-10/+9
* Switch from imap_sendmail.* to sendmail.c under Win32Frank M. Kromann2002-07-022-9/+60
* These files are no longer needed as the imap module will use the standard sen...Frank M. Kromann2002-07-022-268/+0
* Allow dynamically compiled extensions to use gettimeofday() on win32.Edin Kadribasic2002-06-232-4/+5
* Add gd_bundled to php_modules.dsw.Sebastian Bergmann2002-06-141-0/+12
* Remove unused local variables.Sebastian Bergmann2002-06-141-1/+1
* - We don't need the check here because the regex makes sure we never have \r\nMarkus Fischer2002-06-131-6/+0
* Typo: == instead of =Stefan Esser2002-06-131-1/+1
* - should fix bug#17753Stefan Esser2002-06-131-2/+8
* - Revert zlib.lib patch.Markus Fischer2002-06-101-4/+4
* mysql need zlib.lib nowHarald Radi2002-06-101-4/+4
* - Fix win32/mysql.Markus Fischer2002-06-101-132/+0