Commit Graph

398 Commits

Author SHA1 Message Date
Uwe Schindler
c22ddad21e SunONE servers 2003-11-04 09:02:56 +00:00
Andi Gutmans
bb12ffe41f - Move uuencode to the right place (ext/standard) 2003-10-30 09:58:52 +00:00
Andi Gutmans
b29686a6e5 - Add uuencode.c to the project 2003-10-27 15:49:11 +00:00
Gabor Hojtsy
6345a7aa7b The web server user name starts with IUSR_ and not ISUR_,
and some clarifications from Phil Driscoll
2003-10-23 09:53:31 +00:00
Shane Caraveo
399095e7a5 Add libxml extension for common code that is needed to be shared between
various xml extensions.  currently the only implemented support is the
addition of the streams support for libxml.  One new function,
libxml_set_streams_context, which allows a streams context to bet set
prior to loading or writing documents.  This works transparently with any
extension that uses libxml.  All ini settings that effect streams will
also now effect the loading and writing of xml documents.

TODO: linux support, not sure if config.m4 will work right.
2003-10-19 21:48:46 +00:00
Stanislav Malyshev
e8e0c6fb41 fix wrong string length for registry values 2003-10-19 13:47:35 +00:00
Stanislav Malyshev
405361f7ea fix compilation 2003-10-19 10:36:36 +00:00
Stanislav Malyshev
3e828db413 Add function for getting php.ini path from registry 2003-10-19 10:22:21 +00:00
Wez Furlong
d8d1ca3f3b add com iterator support 2003-10-17 20:52:18 +00:00
foobar
8c52344418 Nuke compile warnings 2003-09-20 03:22:36 +00:00
Derick Rethans
a4f4e9aed4 - Fixed typo 2003-09-19 12:24:06 +00:00
Ilia Alshanetsky
a439221d6e Fixed bug #25333 (Possible body corruption & crash in win32 mail()). 2003-09-08 22:36:59 +00:00
foobar
f62239c444 renamed http.h -> php_http.h 2003-09-06 13:09:04 +00:00
Sebastian Bergmann
755eca693e Add ext/standard/http.{c|h}. 2003-09-06 07:57:10 +00:00
Sebastian Bergmann
4d06f166c4 Add xsl. 2003-09-01 06:14:24 +00:00
foobar
a1adc61939 - added mcve to the modules workspace 2003-08-28 17:25:34 +00:00
Rob Richards
2fea999468 fix debug build. use libxml dynamic linking until it can re-export symbols 2003-08-25 10:11:26 +00:00
Wez Furlong
ec8a5e7b8d provide general hook for exporting symbols from php4ts.dll 2003-08-22 21:45:58 +00:00
Wez Furlong
7881c6e0b6 Might help to have the COM stuff actually build... 2003-08-14 17:58:58 +00:00
Ilia Alshanetsky
93bcd55eaf emalloc -> safe_emalloc 2003-08-12 00:58:52 +00:00
Ilia Alshanetsky
5790626881 Fixed bug #22947 (Ack() inside win32/sendmail.c may stall in certain
situations).
2003-08-11 18:03:24 +00:00
Ilia Alshanetsky
6d8305a2d3 Fixed bug #25037 (Possible infinite loop inside SendText()) 2003-08-11 16:37:32 +00:00
Zeev Suraski
fd8c67e644 Fix library linkage 2003-08-04 08:55:44 +00:00
Zeev Suraski
76e26c8e99 Add missing library path 2003-08-04 08:54:40 +00:00
Rob Richards
d326b80998 add xpath.c to DOM source files 2003-07-24 13:20:59 +00:00
Ilia Alshanetsky
9826911139 Fixed bug #23798 (Spaces were not being stripped from Bcc header)
Fixed bug #24663 (\n. sequences were not being escaped)
2003-07-23 16:03:10 +00:00
Edin Kadribasic
9c717b33a6 Add sqlite session handler to win32 build 2003-07-01 13:26:02 +00:00
Zeev Suraski
77037dcea4 Add missing sqlite references 2003-07-01 08:19:11 +00:00
Derick Rethans
a62928a3e8 - Fix win32 install instructions 2003-06-30 20:29:52 +00:00
Zeev Suraski
8dd84b7b98 Conform to the sqlite.dsp updates 2003-06-30 11:43:14 +00:00
Zeev Suraski
a6d06bea94 Remove unnecessary elements, internationalize 2003-06-30 11:27:03 +00:00
Sebastian Bergmann
10ec176f69 Buckle your seatbelt, Dorothy, 'cause Aggregation is going bye-bye. 2003-06-28 05:38:52 +00:00
Rob Richards
d50554ebae fix the libxml linking warnings 2003-06-27 21:59:53 +00:00
Edin Kadribasic
ecf58cf895 Missing part of SQLite enabling on windows. 2003-06-27 14:34:06 +00:00
Edin Kadribasic
94b7050bc0 Enabled sqlite by default on Windows.
# Also added iconv.lib to the build since it is a dependency of
# the precompiled libxml. This will be removed later.
2003-06-27 14:32:59 +00:00
Sascha Schumann
d6e84b639c Committing engine select project
This is a noop in an already setup tree.

When necessary, it renames ZendEngine2 to Zend permanently.
This occurs only after a fresh checkout (not after an update!).
2003-06-26 19:19:44 +00:00
Sebastian Bergmann
9f9a1d4d3a Leftovers. 2003-06-26 15:57:03 +00:00
Zeev Suraski
94c8f5624e libxml work
use static libxml library
2003-06-26 15:31:48 +00:00
Sebastian Bergmann
7305930c80 Remove MySQL leftovers. 2003-06-26 15:16:56 +00:00
Sebastian Bergmann
39b0d384e6 Sync. 2003-06-26 14:57:48 +00:00
Zeev Suraski
ff52e95cbb - Add libxml directory
- Add zlib to configurations where it was missing
- Remove libmysql linkage
2003-06-26 14:19:42 +00:00
Sebastian Bergmann
4434c8e0d6 Add ext/dom and ext/simplexml to the Win32 default build. #Apart from a linker error when HAVE_SIMPLEXML=1 is set this already works. More research, after a good night's sleep, is required ;-) 2003-06-25 21:37:50 +00:00
Sebastian Bergmann
a10e5b6381 Remove ext/rpc references from Windows build. 2003-06-25 04:54:23 +00:00
Sebastian Bergmann
4ee26b390f Remove references to bundled libmysql. 2003-06-23 04:27:11 +00:00
James Cox
f68c7ff249 updating license information in the headers. 2003-06-10 20:04:29 +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