Commit Graph

418 Commits

Author SHA1 Message Date
Wez Furlong
883815a9ec VC stores lib path in LIB not LIBS.
Add --with-extra-includes and --with-extra-libs to be able to specify
general additions to those paths from the environment.
2003-12-03 18:31:04 +00:00
Wez Furlong
03afe54c44 avoid breaking paths with spaces when we generate the makefile, and ensure that libs found in the default path are added to the link line 2003-12-03 17:04:30 +00:00
Wez Furlong
c2bd62fcd7 add rule for parsedate 2003-12-03 16:51:23 +00:00
Wez Furlong
1653fbfff6 fix typo 2003-12-03 14:58:05 +00:00
Wez Furlong
93bce45485 Propogate LDFLAGS from extensions to PHPDLL when building them statically.
Move ZendEngine2 to Zend while running buildconf
2003-12-03 14:55:03 +00:00
Wez Furlong
ad84dfa937 Build adjustments. 2003-12-03 14:29:45 +00:00
Wez Furlong
34df2ae239 some tweaks for Frank 2003-12-03 02:47:45 +00:00
Wez Furlong
86c8a87283 avoid vs.net specific option for now 2003-12-03 01:10:03 +00:00
Wez Furlong
68f77f37ba Avoid death when wrapping null/undefined values 2003-12-03 00:56:14 +00:00
Wez Furlong
5b7e8bb4f6 make help more useful 2003-12-03 00:46:40 +00:00
Wez Furlong
2d0eaa3989 Clarify a little. 2003-12-03 00:15:10 +00:00
Wez Furlong
05b9b20ed8 Add new (optional!) win32 build infrastructure.
Will follow up to internals@ shortly.
2003-12-02 23:17:04 +00:00
Wez Furlong
7a7713eaeb Fix build for new usleep implementation.
NB: we now depend on windows 98 and later;
windows 95 does not have these timing functions.
2003-11-29 22:59:33 +00:00
Wez Furlong
dd60413c61 implement usleep for win32 2003-11-29 22:48:42 +00:00
Sebastian Bergmann
fe93c2ac09 Add dom_iterators.c to project. 2003-11-29 20:55:18 +00:00
foobar
ee50f6034e - remove non-existing servlet entry 2003-11-29 05:12:23 +00:00
Wez Furlong
2a9d2d5f73 re-implement the win32 select code.
The old code implicitly set any sockets into non-blocking mode,
and since there is no way to probe a socket to determine its
blocking status using the win32 API, this was a real pain in the ass.

The New implementation will hand off any sockets to winsock and
use the WaitForObject API in win32 to probe other types of handle.
2003-11-27 18:01:12 +00:00
Uwe Schindler
26b5772455 change names to php5_xxx in NSAPI 2003-11-18 09:04:31 +00:00
foobar
ee997ddbfa fix the docs 2003-11-18 00:06:37 +00:00
Uwe Schindler
614fec8dbb remove unix crap 2003-11-05 08:33:46 +00:00
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