summaryrefslogtreecommitdiff
path: root/win32/php4dllts.dsp
Commit message (Collapse)AuthorAgeFilesLines
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-2434/+0
|
* Adding new com_dotnet source files to projectFrank M. Kromann2004-01-081-0/+8
|
* export libxml2 and iconv symbolsRob Richards2003-12-081-12/+12
| | | | | extensions no longer link against either of those
* - remove non-existing filesfoobar2003-12-041-4/+0
|
* - remove non-existing filesfoobar2003-12-041-4/+0
|
* Add dom_iterators.c to project.Sebastian Bergmann2003-11-291-0/+4
|
* - Move uuencode to the right place (ext/standard)Andi Gutmans2003-10-301-4/+4
|
* - Add uuencode.c to the projectAndi Gutmans2003-10-271-0/+4
|
* Add libxml extension for common code that is needed to be shared betweenShane Caraveo2003-10-191-4/+24
| | | | | | | | | | | | 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.
* add com iterator supportWez Furlong2003-10-171-0/+4
|
* renamed http.h -> php_http.hfoobar2003-09-061-1/+1
|
* Add ext/standard/http.{c|h}.Sebastian Bergmann2003-09-061-0/+8
|
* fix debug build. use libxml dynamic linking until it can re-export symbolsRob Richards2003-08-251-2/+2
|
* provide general hook for exporting symbols from php4ts.dllWez Furlong2003-08-221-0/+51
|
* Might help to have the COM stuff actually build...Wez Furlong2003-08-141-0/+48
|
* Fix library linkageZeev Suraski2003-08-041-1/+1
|
* Add missing library pathZeev Suraski2003-08-041-1/+1
|
* add xpath.c to DOM source filesRob Richards2003-07-241-0/+4
|
* Add sqlite session handler to win32 buildEdin Kadribasic2003-07-011-0/+4
|
* Add missing sqlite referencesZeev Suraski2003-07-011-4/+4
|
* Conform to the sqlite.dsp updatesZeev Suraski2003-06-301-2/+2
|
* Buckle your seatbelt, Dorothy, 'cause Aggregation is going bye-bye.Sebastian Bergmann2003-06-281-8/+0
|
* fix the libxml linking warningsRob Richards2003-06-271-4/+4
|
* Enabled sqlite by default on Windows.Edin Kadribasic2003-06-271-8/+28
| | | | | | # Also added iconv.lib to the build since it is a dependency of # the precompiled libxml. This will be removed later.
* Leftovers.Sebastian Bergmann2003-06-261-9/+1
|
* libxml workZeev Suraski2003-06-261-4/+4
| | | | | use static libxml library
* - Add libxml directoryZeev Suraski2003-06-261-19/+17
| | | | | | - Add zlib to configurations where it was missing - Remove libmysql linkage
* Add ext/dom and ext/simplexml to the Win32 default build. #Apart from a ↵Sebastian Bergmann2003-06-251-0/+179
| | | | linker error when HAVE_SIMPLEXML=1 is set this already works. More research, after a good night's sleep, is required ;-)
* Remove ext/rpc references from Windows build.Sebastian Bergmann2003-06-251-88/+0
|
* Remove references to bundled libmysql.Sebastian Bergmann2003-06-231-10/+10
|
* 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-119/+9
| | | | 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-13/+13
|
* First try at getting the Windows build working again after libxml2 got ↵Sebastian Bergmann2003-05-191-25/+25
| | | | unbundled.
* Adjust path to bundled expat sources for Win32 build.Sebastian Bergmann2003-05-031-30/+30
|
* Update win32 build.Wez Furlong2003-02-271-0/+12
| | | | | Since msvc sucks, I had to rename ext/standard/streams.c to ext/standed/streamsfuncs.c
* Fixup build for win32Wez Furlong2003-02-271-0/+44
|
* Add comment about thread-safety of gethostbyname on win32.Wez Furlong2003-02-211-5/+5
| | | | | Set the correct path to the win32 config.h file in the .dsp file.
* - Cleaned this mess a bit:foobar2003-02-171-1/+1
| | | | | | | | | | . Centralized the functions sunrise/sunset to php_sunrise_sunset to lessen duplicate code. . Made wrapper function php_do_date_sunrise_sunset() to lessen duplicate code. . Coding style fixes. . renamed sunfuncs.h -> php_sunfuncs.h
* Add the sunfuncs to the .dsp file for Moshe.Wez Furlong2003-02-161-0/+8
|
* Update win32 project for streams juggling.Wez Furlong2003-02-161-16/+32
|
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-4/+4
| | | | | | | | | | | | | windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.
* Adding new files to the project.Edin Kadribasic2003-01-281-0/+8
| | | | | # First half of Sebastian's patch, Ilia will commit the second part shortly
* Fix .dspZeev Suraski2003-01-231-112/+116
|
* fix path to config.w32.hHarald Radi2003-01-161-1/+0
|
* Add proc_open.c to project.Sebastian Bergmann2003-01-151-0/+4
|
* Leftover.Sebastian Bergmann2003-01-111-4/+0
|
* HEAD defaults to build with ZE2 nowHarald Radi2003-01-101-69/+106
|
* Revert config.w32.h.in -> config.w32.h build step per discussion with Zeev.Sebastian Bergmann2003-01-051-52/+1
|
* Add filter.c, user_filters.c. Group stream related sources.Sebastian Bergmann2003-01-011-7/+15
|