Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix tests for win32 | Wez Furlong | 2004-01-08 | 2 | -6/+11 |
| | |||||
* | correct header | foobar | 2004-01-08 | 1 | -16/+18 |
| | |||||
* | add new files to .dsp | Wez Furlong | 2004-01-08 | 1 | -0/+8 |
| | |||||
* | Update win32 build for new version of libsqlite | Wez Furlong | 2004-01-08 | 2 | -8/+84 |
| | |||||
* | SOAP versioning model was implemented (support for SOAP 1.1 and SOAP 1.2) | Dmitry Stogov | 2004-01-08 | 4 | -94/+201 |
| | |||||
* | Upgrade bundled libsqlite to 2.8.9 | Ilia Alshanetsky | 2004-01-08 | 37 | -6178/+4996 |
| | |||||
* | Support for "xsd:anyType" was implemented | Dmitry Stogov | 2004-01-08 | 3 | -16/+33 |
| | |||||
* | HTTP Authentication was implemented | Dmitry Stogov | 2004-01-08 | 3 | -3/+41 |
| | |||||
* | tidy_repair_string/file() don't get called from an existing tidy resource. | John Coggeshall | 2004-01-08 | 1 | -22/+33 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 234 | -441/+441 |
| | |||||
* | Added missing constants (bug #26831) | foobar | 2004-01-08 | 1 | -0/+11 |
| | |||||
* | Fix ZTS build | Frank M. Kromann | 2004-01-08 | 2 | -8/+12 |
| | |||||
* | win32 build: | Wez Furlong | 2004-01-07 | 1 | -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_dotnet | Wez Furlong | 2004-01-07 | 14 | -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 Furlong | 2004-01-07 | 4 | -7/+7 |
| | |||||
* | Fix bug #26815 (foreach (DOM) childnodes causes error using Xinclude) | Rob Richards | 2004-01-07 | 2 | -2/+56 |
| | | | | | update xinclude test | ||||
* | Let DB handle NULL params, fixes bug #26777 | Ard Biesheuvel | 2004-01-07 | 1 | -6/+0 |
| | |||||
* | no need for double #include of same header file | foobar | 2004-01-06 | 1 | -2/+1 |
| | |||||
* | Fix C++ style declaration | Zeev Suraski | 2004-01-06 | 1 | -1/+2 |
| | |||||
* | Fixed bug #26819 (http_build_query() crashes on NULL output). | Ilia Alshanetsky | 2004-01-06 | 4 | -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 to | John Coggeshall | 2004-01-06 | 5 | -50/+124 |
| | | | | | | fix a bug. Apparently some libtidy config options must be set prior to parsing in order to work properly. | ||||
* | WSDL support was improved | Dmitry Stogov | 2004-01-06 | 7 | -317/+370 |
| | |||||
* | https:// support was implemented for PHP5 | Dmitry Stogov | 2004-01-06 | 1 | -90/+93 |
| | |||||
* | Revert proto 'fix'. | Ilia Alshanetsky | 2004-01-06 | 1 | -2/+2 |
| | |||||
* | Prevent a character from being wrongly doubled in the buffer. | Moriyoshi Koizumi | 2004-01-06 | 1 | -1/+1 |
| | |||||
* | Proto fixes. | Ilia Alshanetsky | 2004-01-06 | 1 | -2/+2 |
| | |||||
* | PHP5 support, better encoding and WSDL support, interop round 2 base and groupB | Dmitry Stogov | 2004-01-05 | 56 | -2075/+2918 |
| | |||||
* | "seq" isn't available for all platforms. | Moriyoshi Koizumi | 2004-01-04 | 1 | -1/+1 |
| | |||||
* | - Fixed var_export() to show public, protected and private modifiers properly. | Derick Rethans | 2004-01-03 | 3 | -5/+17 |
| | | | | | - Exported (un)mangle_property_name. | ||||
* | Added examples for tidy v2.0 (in PHP5) and a few more tests.. | John Coggeshall | 2004-01-03 | 12 | -0/+1194 |
| | |||||
* | s/then/than/ Thanks Jani & Andi | Ilia Alshanetsky | 2004-01-03 | 1 | -3/+3 |
| | |||||
* | ws + cs | foobar | 2004-01-02 | 2 | -1662/+1843 |
| | |||||
* | another ZTS fix | foobar | 2004-01-02 | 1 | -0/+2 |
| | |||||
* | Bugfix #26762 unserialize() produces lowercase classnames | Marcus Boerger | 2004-01-02 | 2 | -17/+5 |
| | |||||
* | Add new test | Marcus Boerger | 2004-01-02 | 1 | -0/+27 |
| | |||||
* | fix ZTS build | foobar | 2004-01-02 | 1 | -5/+6 |
| | |||||
* | Fixed bug #26752 (Silent unterminated loop when length parameter for | Ilia Alshanetsky | 2004-01-02 | 1 | -6/+6 |
| | | | | | fgets(), fread() and fgetss() is 0). | ||||
* | Fix ZTS build | Marcus Boerger | 2004-01-01 | 1 | -1/+1 |
| | |||||
* | fixed bug(s) in macro call for statement properties | Georg Richter | 2004-01-01 | 1 | -14/+14 |
| | |||||
* | Added Macro for longlong values | Georg Richter | 2004-01-01 | 1 | -33/+24 |
| | | | | | added property stmt->affected_rows | ||||
* | emalloc() -> safe_emalloc() | Ilia Alshanetsky | 2003-12-31 | 2 | -2/+2 |
| | |||||
* | Make sure zlib.lib is found | Frank M. Kromann | 2003-12-31 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #26751 (PHP can't find the MySQL socket on a case sensitive file | Derick Rethans | 2003-12-31 | 1 | -0/+1 |
| | | | | | system). | ||||
* | proto fix | Andrey Hristov | 2003-12-31 | 1 | -2/+2 |
| | |||||
* | fixed memleak and segfault when constructor call failed | Georg Richter | 2003-12-31 | 4 | -13/+31 |
| | |||||
* | Replace regular malloc with safe_emalloc in several places. | Ilia Alshanetsky | 2003-12-31 | 2 | -6/+6 |
| | |||||
* | fixed a bug in mysqli_num_rows (added support for longlong values) | Georg Richter | 2003-12-30 | 1 | -4/+3 |
| | |||||
* | fixed a bug in insert_id property | Georg Richter | 2003-12-30 | 1 | -2/+3 |
| | |||||
* | Fix the include path for Zend | foobar | 2003-12-30 | 1 | -4/+4 |
| | |||||
* | Use __tostring() in all printing functions. | Marcus Boerger | 2003-12-29 | 1 | -4/+16 |
| |