summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Port other major parts of PHP 4 COM extension into PHP 5 com_dotnetWez Furlong2004-01-0714-159/+1957
* glob-ify lib checks; this simplifies writing of config.w32 files a little.Wez Furlong2004-01-074-7/+7
* Fix bug #26815 (foreach (DOM) childnodes causes error using Xinclude)Rob Richards2004-01-072-2/+56
* Let DB handle NULL params, fixes bug #26777Ard Biesheuvel2004-01-071-6/+0
* no need for double #include of same header filefoobar2004-01-061-2/+1
* Fix C++ style declarationZeev Suraski2004-01-061-1/+2
* Fixed bug #26819 (http_build_query() crashes on NULL output).Ilia Alshanetsky2004-01-064-8/+63
* Added an optional array parameter to tidy_parse_file/string toJohn Coggeshall2004-01-065-50/+124
* WSDL support was improvedDmitry Stogov2004-01-067-317/+370
* https:// support was implemented for PHP5Dmitry Stogov2004-01-061-90/+93
* Revert proto 'fix'.Ilia Alshanetsky2004-01-061-2/+2
* Prevent a character from being wrongly doubled in the buffer.Moriyoshi Koizumi2004-01-061-1/+1
* Proto fixes.Ilia Alshanetsky2004-01-061-2/+2
* PHP5 support, better encoding and WSDL support, interop round 2 base and groupBDmitry Stogov2004-01-0556-2075/+2918
* "seq" isn't available for all platforms.Moriyoshi Koizumi2004-01-041-1/+1
* - Fixed var_export() to show public, protected and private modifiers properly.Derick Rethans2004-01-033-5/+17
* Added examples for tidy v2.0 (in PHP5) and a few more tests..John Coggeshall2004-01-0312-0/+1194
* s/then/than/ Thanks Jani & AndiIlia Alshanetsky2004-01-031-3/+3
* ws + csfoobar2004-01-022-1662/+1843
* another ZTS fixfoobar2004-01-021-0/+2
* Bugfix #26762 unserialize() produces lowercase classnamesMarcus Boerger2004-01-022-17/+5
* Add new testMarcus Boerger2004-01-021-0/+27
* fix ZTS buildfoobar2004-01-021-5/+6
* Fixed bug #26752 (Silent unterminated loop when length parameter forIlia Alshanetsky2004-01-021-6/+6
* Fix ZTS buildMarcus Boerger2004-01-011-1/+1
* fixed bug(s) in macro call for statement propertiesGeorg Richter2004-01-011-14/+14
* Added Macro for longlong valuesGeorg Richter2004-01-011-33/+24
* emalloc() -> safe_emalloc()Ilia Alshanetsky2003-12-312-2/+2
* Make sure zlib.lib is foundFrank M. Kromann2003-12-311-1/+1
* - Fixed bug #26751 (PHP can't find the MySQL socket on a case sensitive fileDerick Rethans2003-12-311-0/+1
* proto fixAndrey Hristov2003-12-311-2/+2
* fixed memleak and segfault when constructor call failedGeorg Richter2003-12-314-13/+31
* Replace regular malloc with safe_emalloc in several places.Ilia Alshanetsky2003-12-312-6/+6
* fixed a bug in mysqli_num_rows (added support for longlong values)Georg Richter2003-12-301-4/+3
* fixed a bug in insert_id propertyGeorg Richter2003-12-301-2/+3
* Fix the include path for Zendfoobar2003-12-301-4/+4
* Use __tostring() in all printing functions.Marcus Boerger2003-12-291-4/+16
* No Notices hereMarcus Boerger2003-12-292-4/+4
* Fixed bug #26743 (getElementsByTagName doesn't work properly)Rob Richards2003-12-292-0/+8
* Removed a useless define.Ilia Alshanetsky2003-12-291-2/+0
* updated todo list (removed finished tasks)Georg Richter2003-12-291-11/+0
* fixed prototype for mysqli_bind_resultGeorg Richter2003-12-281-1/+1
* - Fix typoDerick Rethans2003-12-281-1/+1
* Last bit of CS fixes.Ilia Alshanetsky2003-12-285-270/+236
* CS fixes.Ilia Alshanetsky2003-12-2824-620/+547
* Add a testMarcus Boerger2003-12-281-0/+44
* Fix a memleakMarcus Boerger2003-12-281-18/+32
* revert my previous patch because utf-8 support is still in experimental status.Rui Hirokawa2003-12-281-9/+3
* added warning message.Rui Hirokawa2003-12-281-1/+1
* added a option to select character encoding for sqlite.Rui Hirokawa2003-12-281-3/+9