summaryrefslogtreecommitdiff
path: root/win32/php4dll.dsp
Commit message (Collapse)AuthorAgeFilesLines
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-1731/+0
|
* Buckle your seatbelt, Dorothy, 'cause Aggregation is going bye-bye.Sebastian Bergmann2003-06-281-8/+0
|
* Remove MySQL leftovers.Sebastian Bergmann2003-06-261-11/+3
|
* Remove references to bundled libmysql.Sebastian Bergmann2003-06-231-28/+28
|
* Leftover.Sebastian Bergmann2003-05-251-0/+5
|
* Get rid of references to expat in MSVC project files. For now this expects ↵Sebastian Bergmann2003-05-241-74/+3
| | | | libxml2 (library and includes) in one of the MSVC default include/library directories. Right now it doesn't link, dunno why -- working on it.
* Leftovers.Sebastian Bergmann2003-05-191-3/+3
|
* First try at getting the Windows build working again after libxml2 got ↵Sebastian Bergmann2003-05-191-17/+17
| | | | unbundled.
* Adjust path to bundled expat sources for Win32 build.Sebastian Bergmann2003-05-031-20/+20
|
* Add proc_open.c to project.Sebastian Bergmann2003-01-151-0/+4
|
* Revert config.w32.h.in -> config.w32.h build step per discussion with Zeev.Sebastian Bergmann2003-01-051-20/+1
|
* Add filter.c, user_filters.c. Group stream related sources.Sebastian Bergmann2003-01-011-3/+15
|
* Really remove mbstring from the build.Edin Kadribasic2002-11-131-83/+19
| | | | | | # mbstring is gone completely as it does not build currently on win32 # as a separate module
* Sync MSVC project files.Sebastian Bergmann2002-09-261-0/+4
|
* Sync MSVC project files.Sebastian Bergmann2002-09-201-0/+8
|
* Meaningful Custom Build Step information.Sebastian Bergmann2002-09-121-18/+6
|
* Fix logic.Sebastian Bergmann2002-09-121-8/+16
|
* Add html_entities.cMarcus Boerger2002-08-051-0/+4
|
* Add HAVE_MBSTR_RU support for Win32.Sebastian Bergmann2002-05-211-0/+4
|
* I could swear it worked the other way before I committed.Sebastian Bergmann2002-05-021-3/+3
|
* The Windows build can now be configures more comfortably, for instance in ↵Sebastian Bergmann2002-05-021-2/+45
| | | | regard to built-in extensions.
* Add new ext/mbstring/mbfilter_*.c files.Sebastian Bergmann2002-04-301-0/+12
|
* Enable bundled build of ext/ctype and ext/mbstring on Win32.Sebastian Bergmann2002-04-281-0/+24
|
* Enable ext/tokenizer by default on Win32, too. Since there is no ↵Sebastian Bergmann2002-04-171-0/+4
| | | | HAVE_TOKENIZER flag, it cannot be turned off in config.w32.h.
* Sync with php4dllts.Sebastian Bergmann2002-04-121-0/+2
|
* Fix Win32 build.Sebastian Bergmann2002-04-101-0/+16
|
* Add streams.c/user_streams.c to MSVC projects.Sebastian Bergmann2002-03-191-0/+8
|
* Add aggregation to Win32 build.Sebastian Bergmann2002-02-211-0/+8
|
* Enable ext/overload by default on Win32, too.Sebastian Bergmann2001-12-101-0/+4
|
* No need to 'include' a .re file here.Sebastian Bergmann2001-11-101-8/+0
|
* Rewrite of unserializer which should be more maintainable and extensible.Sascha Schumann2001-11-101-0/+4
| | | | | | | Changes pass `make test´ and a couple of custom tests. Enjoy.
* rand_mt.c, rand_sys.c are gone, remove them from the workspace file.Sascha Schumann2001-10-061-8/+0
|
* Fix Win32 build.Sebastian Bergmann2001-10-061-0/+8
|
* update workspacesDaniel Beulshausen2001-09-041-0/+8
|
* non-ts compile work, add fastcgi module.Shane Caraveo2001-08-201-52/+51
|
* fix for non-TS compileShane Caraveo2001-08-191-4/+60
|
* Fix non-TS buildZeev Suraski2001-08-031-78/+71
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-4/+8
|
* added variant.hHarald Radi2001-06-241-0/+4
|
* renamed *typedef_VARIANT.* to *VARIANT.*Harald Radi2001-05-131-2/+2
|
* added ext/com/ files to the projectHarald Radi2001-05-041-1/+21
|
* That should do the trick.Sebastian Bergmann2001-02-231-1/+1
|
* finally remove -S option from bisonDaniel Beulshausen2001-01-051-6/+3
| | | | | | # bison.simple should be stored in the same folder or # set the 'bison_simple' variable which points to the file
* - Make the INI mechanism thread safe (fix necessary API changes from Zend)Zeev Suraski2000-12-271-8/+511
| | | | | - Make the Win32 non-TS configuration build again
* - Fix Windows buildZeev Suraski2000-11-021-0/+8
| | | | | - Changed the Apache .dsp to expect the Apache source code files under php_build
* - Complete the move to the new INI parser. (Side effect: at last, peopleZeev Suraski2000-10-301-124/+127
| | | | | can finally have spaces and tabs in their extension statements...)
* Removing php_realpath.c from win32 projectFrank M. Kromann2000-08-221-4/+0
|
* Fixing include path for compiling non thread safe php.exeFrank M. Kromann2000-08-191-1/+1
|
* - Update .dsp'sZeev Suraski2000-07-291-7/+15
| | | | | - Make non ZTS Win32 build again
* @- Moved VC++ Win32 project and workspace files to the win32 directoryZeev Suraski2000-06-141-0/+1148
@ (Zeev)