summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* fix tests for win32Wez Furlong2004-01-082-6/+11
|
* correct headerfoobar2004-01-081-16/+18
|
* add new files to .dspWez Furlong2004-01-081-0/+8
|
* Update win32 build for new version of libsqliteWez Furlong2004-01-082-8/+84
|
* SOAP versioning model was implemented (support for SOAP 1.1 and SOAP 1.2)Dmitry Stogov2004-01-084-94/+201
|
* Upgrade bundled libsqlite to 2.8.9Ilia Alshanetsky2004-01-0837-6178/+4996
|
* Support for "xsd:anyType" was implementedDmitry Stogov2004-01-083-16/+33
|
* HTTP Authentication was implementedDmitry Stogov2004-01-083-3/+41
|
* tidy_repair_string/file() don't get called from an existing tidy resource.John Coggeshall2004-01-081-22/+33
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-08234-441/+441
|
* Added missing constants (bug #26831)foobar2004-01-081-0/+11
|
* Fix ZTS buildFrank M. Kromann2004-01-082-8/+12
|
* win32 build:Wez Furlong2004-01-071-1/+1
| | | | | | gd should build shared by default don't use php.ini when running mkdist.php
* Port other major parts of PHP 4 COM extension into PHP 5 com_dotnetWez Furlong2004-01-0714-159/+1957
| | | | | | | | | | | | | | | | | | extension. This enables: - iteration of SafeArray types via foreach() - proxying of multi-dimensional SafeArray types so that multi-dimension array accesses work (untested!) - Fix COM exceptions, and expose them as their own class of exception "com_exception" - auto typelib file import (com.typelib_file ini option) - event sinking - wrapper to map PHP objects to COM - fix mapping of variant values to PHP values # Could someone please add com_saproxy.c and com_wrapper.c to the .dsp # file?
* 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
| | | | | update xinclude test
* 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
| | | | | | Fixed bug #26817 (http_build_query() does not handle private & protected object properties correctly).
* Added an optional array parameter to tidy_parse_file/string toJohn Coggeshall2004-01-065-50/+124
| | | | | | fix a bug. Apparently some libtidy config options must be set prior to parsing in order to work properly.
* 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
| | | | | - Exported (un)mangle_property_name.
* 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
| | | | | fgets(), fread() and fgetss() is 0).
* 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
| | | | | added property stmt->affected_rows
* 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
| | | | | system).
* 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
|