summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
Commit message (Collapse)AuthorAgeFilesLines
* Add libxml extension for common code that is needed to be shared betweenShane Caraveo2003-10-191-0/+2
| | | | | | | | | | | | 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.
* - Fixed bug #25166 (WDDX serializer handler missing in win32). (Jani)foobar2003-08-261-2/+2
|
* fix this stuffWez Furlong2003-08-141-3/+3
|
* Add new COM (and .Net) extension for php5.Wez Furlong2003-08-141-3/+5
| | | | | Not yet complete, but should work for most people.
* Enabled sqlite by default on Windows.Edin Kadribasic2003-06-271-1/+6
| | | | | | # Also added iconv.lib to the build since it is a dependency of # the precompiled libxml. This will be removed later.
* Sync.Sebastian Bergmann2003-06-261-6/+0
|
* Add ext/dom and ext/simplexml to the Win32 default build. #Apart from a ↵Sebastian Bergmann2003-06-251-9/+26
| | | | 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-12/+0
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Get rid of references to expat in MSVC project files. For now this expects ↵Sebastian Bergmann2003-05-241-4/+4
| | | | libxml2 (library and includes) in one of the MSVC default include/library directories. Right now it doesn't link, dunno why -- working on it.
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-191-2/+2
|
* Move ZEND_ENGINE_2 check to where it is defined.Sebastian Bergmann2003-01-171-4/+4
|
* move the ZE2 check into internal_functions_win32.cHarald Radi2003-01-161-0/+4
|
* add COMHarald Radi2003-01-161-0/+6
|
* HEAD defaults to build with ZE2 nowHarald Radi2003-01-101-14/+4
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* MFB:Edin Kadribasic2002-12-261-0/+6
| | | | | Made ZLIB extension built in on Windows. Fixes #21139.
* Don't build ext/overload with Zend Engine 2.Sebastian Bergmann2002-09-041-0/+4
|
* Enable bundled build of ext/ctype and ext/mbstring on Win32.Sebastian Bergmann2002-04-281-5/+11
|
* Allow for PCRE to be disabled.Sebastian Bergmann2002-04-181-16/+20
|
* Conditionally include mbstring.h.Sebastian Bergmann2002-04-181-0/+2
|
* Add HAVE_CALENDAR, HAVE_COM, HAVE_SESSION and HAVE_TOKENIZER to ↵Sebastian Bergmann2002-04-181-1/+17
| | | | enable/disable these extensions, respectively. It is now possible to build PHP on Win32 with just ext/standard and ext/pcre. The latter is needed by the former, because at least the aggregation functions use PCRE.
* Whitespace fixes.Sebastian Bergmann2002-04-171-21/+18
|
* Only include php_bcmath.h when WITH_BCMATH=true.Sebastian Bergmann2002-04-171-0/+2
|
* Give HAVE_MYSQL meaning on Win32.Sebastian Bergmann2002-04-171-0/+4
|
* Give HAVE_UODBC meaning on Win32.Sebastian Bergmann2002-04-171-0/+4
|
* Give HAVE_LIBEXPAT and HAVE_WDDX meaning on Win32.Sebastian Bergmann2002-04-171-2/+10
|
* Give HAVE_FTP meaning on Win32.Sebastian Bergmann2002-04-171-0/+4
|
* Remove bogus includes.Sebastian Bergmann2002-04-171-2/+0
|
* SPACEs->TAB.Sebastian Bergmann2002-04-171-1/+1
|
* Forgot adding phpext_tokenizer_ptr.Sebastian Bergmann2002-04-171-0/+1
|
* Enable ext/tokenizer by default on Win32, too. Since there is no ↵Sebastian Bergmann2002-04-171-0/+1
| | | | HAVE_TOKENIZER flag, it cannot be turned off in config.w32.h.
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Enable ext/overload by default on Win32, too.Sebastian Bergmann2001-12-101-0/+6
|
* rename com module entryHarald Radi2001-10-171-2/+1
|
* nuke VARIANT moduleDaniel Beulshausen2001-09-251-1/+0
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-1/+1
| | | | the way
* changed for input encoding conversion in win32.Rui Hirokawa2001-07-291-0/+4
|
* Get rid of the redundant global startup codeZeev Suraski2001-07-241-10/+0
|
* Fix Windows buildZeev Suraski2001-07-201-1/+0
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-2/+8
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* changed php_typedef_VARIANT.h to php_VARIANT.hHarald Radi2001-05-131-1/+1
|
* - Finally rename modules.h to zend_modules.h for consistency (first tryAndi Gutmans2001-02-261-1/+1
| | | | | | | was 2000-03-11). - Remove the first_arg_force_ref[]; and friends extern from php.h as they are included via zend_API.h
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* remove unneded commentsThies C. Arntzen2001-02-131-3/+0
|
* fixed unicodeconversion and parameter passing bugs in com and dotnet modulesHarald Radi2001-01-281-0/+2
|
* more cleanup of info codeDaniel Beulshausen2000-10-081-4/+4
|
* - Add calendar to default Win32 build.Andi Gutmans2000-10-061-0/+2
|