Commit Graph

49 Commits

Author SHA1 Message Date
Sebastian Bergmann
10ec176f69 Buckle your seatbelt, Dorothy, 'cause Aggregation is going bye-bye. 2003-06-28 05:38:52 +00:00
Sebastian Bergmann
7305930c80 Remove MySQL leftovers. 2003-06-26 15:16:56 +00:00
Sebastian Bergmann
4ee26b390f Remove references to bundled libmysql. 2003-06-23 04:27:11 +00:00
Sebastian Bergmann
f53360616e Leftover. 2003-05-25 06:22:35 +00:00
Sebastian Bergmann
d1cb228bf1 Get rid of references to expat in MSVC project files. For now this expects libxml2 (library and includes) in one of the MSVC default include/library directories. Right now it doesn't link, dunno why -- working on it. 2003-05-24 08:03:38 +00:00
Sebastian Bergmann
80824a3d3a Leftovers. 2003-05-19 17:33:33 +00:00
Sebastian Bergmann
88cb80020a First try at getting the Windows build working again after libxml2 got unbundled. 2003-05-19 16:28:08 +00:00
Sebastian Bergmann
ab393a9b0c Adjust path to bundled expat sources for Win32 build. 2003-05-03 08:44:53 +00:00
Sebastian Bergmann
003ea0717e Add proc_open.c to project. 2003-01-15 16:48:46 +00:00
Sebastian Bergmann
b5d97e5ddb Revert config.w32.h.in -> config.w32.h build step per discussion with Zeev. 2003-01-05 15:58:29 +00:00
Sebastian Bergmann
a5f58cd6e5 Add filter.c, user_filters.c. Group stream related sources. 2003-01-01 12:36:43 +00:00
Edin Kadribasic
7cdffea872 Really remove mbstring from the build.
# mbstring is gone completely as it does not build currently on win32
# as a separate module
2002-11-13 21:29:55 +00:00
Sebastian Bergmann
d6e24f21f9 Sync MSVC project files. 2002-09-26 06:10:22 +00:00
Sebastian Bergmann
31fe6743d4 Sync MSVC project files. 2002-09-20 05:39:16 +00:00
Sebastian Bergmann
c7606f1285 Meaningful Custom Build Step information. 2002-09-12 17:11:55 +00:00
Sebastian Bergmann
cb69b62d6d Fix logic. 2002-09-12 17:02:12 +00:00
Marcus Boerger
77cf59e59c Add html_entities.c 2002-08-05 12:02:36 +00:00
Sebastian Bergmann
ae6b6359d7 Add HAVE_MBSTR_RU support for Win32. 2002-05-21 07:15:42 +00:00
Sebastian Bergmann
31c722f859 I could swear it worked the other way before I committed. 2002-05-02 10:15:27 +00:00
Sebastian Bergmann
738b47c13e The Windows build can now be configures more comfortably, for instance in regard to built-in extensions. 2002-05-02 09:49:41 +00:00
Sebastian Bergmann
aff6d565f4 Add new ext/mbstring/mbfilter_*.c files. 2002-04-30 14:29:10 +00:00
Sebastian Bergmann
cd43b26095 Enable bundled build of ext/ctype and ext/mbstring on Win32. 2002-04-28 17:50:09 +00:00
Sebastian Bergmann
2fc2f74ad1 Enable ext/tokenizer by default on Win32, too. Since there is no HAVE_TOKENIZER flag, it cannot be turned off in config.w32.h. 2002-04-17 04:44:02 +00:00
Sebastian Bergmann
3dfc150ff7 Sync with php4dllts. 2002-04-12 05:35:50 +00:00
Sebastian Bergmann
48b70510ba Fix Win32 build. 2002-04-10 11:08:44 +00:00
Sebastian Bergmann
239a05eef6 Add streams.c/user_streams.c to MSVC projects. 2002-03-19 07:01:30 +00:00
Sebastian Bergmann
be1b9927e5 Add aggregation to Win32 build. 2002-02-21 07:00:15 +00:00
Sebastian Bergmann
ae9de3ed37 Enable ext/overload by default on Win32, too. 2001-12-10 17:14:42 +00:00
Sebastian Bergmann
d247632b5b No need to 'include' a .re file here. 2001-11-10 22:31:48 +00:00
Sascha Schumann
f341f630d3 Rewrite of unserializer which should be more maintainable and extensible.
Changes pass `make test´ and a couple of custom tests.

Enjoy.
2001-11-10 21:18:34 +00:00
Sascha Schumann
2965b8c1fc rand_mt.c, rand_sys.c are gone, remove them from the workspace file. 2001-10-06 18:02:23 +00:00
Sebastian Bergmann
17ef8dba77 Fix Win32 build. 2001-10-06 06:05:36 +00:00
Daniel Beulshausen
83df136d28 update workspaces 2001-09-04 02:20:49 +00:00
Shane Caraveo
01e5a18c4a non-ts compile work, add fastcgi module. 2001-08-20 05:01:39 +00:00
Shane Caraveo
7a3c7ef930 fix for non-TS compile 2001-08-19 22:23:24 +00:00
Zeev Suraski
bb60fe439f Fix non-TS build 2001-08-03 04:49:43 +00:00
Zeev Suraski
d87cc976e1 Redesigned thread safety mechanism - nua nua 2001-07-28 11:36:37 +00:00
Harald Radi
5943e68e03 added variant.h 2001-06-24 21:08:30 +00:00
Harald Radi
cadfdacca8 renamed *typedef_VARIANT.* to *VARIANT.* 2001-05-13 17:09:53 +00:00
Harald Radi
f64d32f667 added ext/com/ files to the project 2001-05-04 14:44:27 +00:00
Sebastian Bergmann
54b8f2ee76 That should do the trick. 2001-02-23 22:55:28 +00:00
Daniel Beulshausen
4d25067387 finally remove -S option from bison
# bison.simple should be stored in the same folder or
# set the 'bison_simple' variable which points to the file
2001-01-05 18:06:24 +00:00
Zeev Suraski
338b9b0819 - Make the INI mechanism thread safe (fix necessary API changes from Zend)
- Make the Win32 non-TS configuration build again
2000-12-27 15:43:05 +00:00
Zeev Suraski
a023f9280a - Fix Windows build
- Changed the Apache .dsp to expect the Apache source code files under php_build
2000-11-02 14:53:10 +00:00
Zeev Suraski
78194a47b7 - Complete the move to the new INI parser. (Side effect: at last, people
can finally have spaces and tabs in their extension statements...)
2000-10-30 23:39:14 +00:00
Frank M. Kromann
3c2ec3e5f3 Removing php_realpath.c from win32 project 2000-08-22 15:18:26 +00:00
Frank M. Kromann
cba39bcd9c Fixing include path for compiling non thread safe php.exe 2000-08-19 18:50:03 +00:00
Zeev Suraski
d8a4278ab4 - Update .dsp's
- Make non ZTS Win32 build again
2000-07-29 10:48:57 +00:00
Zeev Suraski
c532a70746 @- Moved VC++ Win32 project and workspace files to the win32 directory
@  (Zeev)
2000-06-14 18:06:31 +00:00