12037 Commits (d2ad2841bdfd060eaffa583acb2be6ff335181a7)

Author SHA1 Message Date
Frank M. Kromann 27e3d27565 add error message when libs and headers are missing 23 years ago
Ilia Alshanetsky 9947a3e7ce Fixed typo (thanks Frank) 23 years ago
Wez Furlong 4ffdb4253a This should solve a few problems with static vs. shared builds for extensions (such as mssql) that require certain CFLAGS to be defined, but not pull in other flags that would affect DLL linkage. 23 years ago
Ilia Alshanetsky 81e41e3cb9 Remove unnecessary casts. 23 years ago
Christian Stocker e969b7897e fix test to the changes made regarding __toString() 23 years ago
Rob Richards 198c09f775 fix notations - forgot to create iterator 23 years ago
Moriyoshi Koizumi 247f991443 Possible fix for bug #26391 (parse_url() destroys strings that contain 23 years ago
Moriyoshi Koizumi 110044b5f1 Add a win32 build script. Not tested, but should work :) 23 years ago
Ilia Alshanetsky 22142c392c Fixed compiler warning due to unused variables. 23 years ago
Wez Furlong ad84dfa937 Build adjustments. 23 years ago
Frank M. Kromann 1dd6e3ab61 Adding missing defines and lib/include paths 23 years ago
Frank M. Kromann 26768fdff6 look for FrontBase files in the default location 23 years ago
Sara Golemon 5ad67a9215 Add http proxy support via context option. 23 years ago
Wez Furlong 34df2ae239 some tweaks for Frank 23 years ago
Sara Golemon feee37a17a Optimize strrpos/strripos for single char strings and fix offset to report correctly 23 years ago
Sara Golemon 3d6fcddfd2 Restore ability to use strrpos/strripos with an ordinal needle 23 years ago
Ilia Alshanetsky 4e483f9d35 Adding shmop config file for the new build system 23 years ago
Frank M. Kromann a829089e25 Adding FrontBase config file for the new build system 23 years ago
Frank M. Kromann 305d2a3948 oops. this should be with and not enable 23 years ago
Frank M. Kromann de96d34adb Adding mssql config file for the new build system 23 years ago
Wez Furlong 2d0eaa3989 Clarify a little. 23 years ago
Wez Furlong 05b9b20ed8 Add new (optional!) win32 build infrastructure. 23 years ago
Wez Furlong 30b631d9f6 Export this so that shared session modules can use it under win32. 23 years ago
Frank M. Kromann a7e2f95247 set freed pointer to null to avoid reuse 23 years ago
Rob Richards 6fa6d3c470 check node type for ->attributes and ->childNodes 23 years ago
foobar 49af06e7b4 - Updated credits 23 years ago
foobar c7b3a02c85 Moved qtdom to PECL 23 years ago
Wez Furlong e68b2fa5fe Fix MBSTRING_API for non-shared win32 builds 23 years ago
Moriyoshi Koizumi 9fd1395546 Fix test so it fits the expected behaviour 23 years ago
Moriyoshi Koizumi 3c02eb1ffe all '_' (underscores) should be replaced by '\x20' (whitespaces) 23 years ago
Marcus Boerger e9f7e14460 Remove debug code 23 years ago
Marcus Boerger 37d7555f98 Add classes from examples: FilterIterator, ParentIterator 23 years ago
Marcus Boerger a7217431be Move object struct to header. 23 years ago
Moriyoshi Koizumi 0bd11e2a05 Add regression test for iconv_mime_decode_headers() 23 years ago
Moriyoshi Koizumi ca2aaeee5e Loosen error check. There's no reason to forbid a single '=' occurrence 23 years ago
Moriyoshi Koizumi 1b8dd3ba21 Allow iconv_mime_decode_headers() to handle multiple occurence of a header. 23 years ago
Ilia Alshanetsky 5a4dda42e3 Optimize substr_replace (this makes it 3-8 times faster depending on the 23 years ago
Moriyoshi Koizumi 36f5926434 Update test. 23 years ago
Moriyoshi Koizumi 344c29e0c7 Forgot about this one 23 years ago
Moriyoshi Koizumi 869493d4e6 Add iconv_mime_decode_headers() to parse multiple MIME headers. 23 years ago
Ilia Alshanetsky 089aa3639d Remove debug code. 23 years ago
Moriyoshi Koizumi 93e0d690ee More RFC2047 conformance. Add ability to forcefully continue processing 23 years ago
Sara Golemon 681d18effd Move safemode/basedir checks for url_stat to plain_wrapper. 23 years ago
foobar e05fbfa253 WS fix 23 years ago
foobar 45ac4a7141 - Fixed bug #26488 (Missing declaration of CRTSCTS in ext/dio/dio.c) 23 years ago
foobar 73b276ad76 missing config.h include 23 years ago
foobar 91b7cc2079 - Moved ext/db to PECL. 23 years ago
Christian Stocker 80d552496c Fix Bug, if parser input is not a filename (By Adam) 23 years ago
Ilia Alshanetsky d9edc99fbe MFB: Fix for possible uninitialized usage of subject_r. 23 years ago
Marcus Boerger 34a3019acd Fix macros 23 years ago