| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | touch | Wez Furlong | 2004-01-14 | 1 | -1/+1 |
| | | |||||
| * | fix crash when throwing an exception | Wez Furlong | 2004-01-14 | 1 | -0/+1 |
| | | |||||
| * | - Fix package.xml file | Pierre Joye | 2004-01-14 | 1 | -2/+2 |
| | | |||||
| * | - Remove bogus macros | Andi Gutmans | 2004-01-14 | 1 | -15/+0 |
| | | |||||
| * | - Remove use of bogus macro | Andi Gutmans | 2004-01-14 | 1 | -1/+3 |
| | | |||||
| * | Apparently MSVC is not C99 compatible making variable marco arguments | John Coggeshall | 2004-01-14 | 2 | -0/+27 |
| | | | | | | | in the TIDY_THROW() marco broken in (at least) Win32. This provides a suitable workaround for non-C99 compatible compilers. | ||||
| * | Doh.. snuck by me! | John Coggeshall | 2004-01-14 | 1 | -0/+1 |
| | | |||||
| * | Forgot to add these tests | John Coggeshall | 2004-01-14 | 4 | -0/+49 |
| | | |||||
| * | Add optional php-win.exe variation of the CLI sapi. | Wez Furlong | 2004-01-14 | 3 | -0/+21 |
| | | | | | | | | | | | | php-win.exe runs in the windows GUI subsystem, and thus has no console; stdio handles are effectively set to /dev/null and no "dos box" will appear on screen when running scripts using this sapi (php-gtk people will be familiar with this concept). Aside from those differences, php-win.exe is 100% identical to regular CLI | ||||
| * | With the approval of Andi, changing the Tidy API to reduce the possible | John Coggeshall | 2004-01-14 | 15 | -1035/+270 |
| | | | | | | | | | amount of confusion when setting Tidy configuration options. All configuration must now be done pre-parsing of the document. Removed references to the tidy_attr class, as it is no longer used (since tidy 2.0) and made tidy throw exceptions for all truly non-fatal errors. | ||||
| * | ChangeLog update | 2004-01-14 | 2 | -0/+110 | |
| | | |||||
| * | Fixed bug #26878 (problem with multiple references to the same variable | Ilia Alshanetsky | 2004-01-13 | 2 | -21/+43 |
| | | | | | | with different types). | ||||
| * | add support for $foo["a:bar"] | Rob Richards | 2004-01-13 | 2 | -145/+89 |
| | | | | | | | | | fix xsearch to only return values for text,element and attribute nodes fix getChildren and return array remove most methods update test | ||||
| * | - Fixed bug #26896 (ext/ftp does not work as shared extension) | foobar | 2004-01-13 | 1 | -0/+4 |
| | | |||||
| * | BFN | foobar | 2004-01-13 | 1 | -0/+1 |
| | | |||||
| * | FIX: memory leak | Dmitry Stogov | 2004-01-13 | 1 | -0/+1 |
| | | |||||
| * | WSDL: support for "http://schemas.xmlsoap.org/wsdl/soap12/" binding was added | Dmitry Stogov | 2004-01-13 | 2 | -0/+4 |
| | | |||||
| * | bugfix | Dmitry Stogov | 2004-01-13 | 1 | -101/+49 |
| | | |||||
| * | Don't treat strings containing : as potential constant names in | Wez Furlong | 2004-01-13 | 1 | -1/+2 |
| | | | | | | | the .ini parser. This fixes Bug #26893 | ||||
| * | reinstate this ifdef for people without .Net SDK | Wez Furlong | 2004-01-13 | 1 | -0/+2 |
| | | |||||
| * | Fix refcount on these return values to avoid a leak and allow object dtor's ↵ | Wez Furlong | 2004-01-13 | 1 | -0/+4 |
| | | | | | | | | | to be called. This in turn prevents a massive slow-down in CoUninitialize which would have to forcibly destroy the COM objects in request shutdown. | ||||
| * | Source ceanup | Dmitry Stogov | 2004-01-13 | 8 | -314/+187 |
| | | |||||
| * | fix getElementsByTagName and getElementsByTagNameNS - allow * | Rob Richards | 2004-01-13 | 1 | -2/+2 |
| | | |||||
| * | WSDL: support for multiple services/ports/bindings was implemented | Dmitry Stogov | 2004-01-13 | 10 | -718/+383 |
| | | |||||
| * | Fix leaking constructors. | Wez Furlong | 2004-01-13 | 4 | -77/+135 |
| | | | | | | | | Implement a cache for method signatures and DISPID's to greatly improve performance when repeatedly accessing members with the same names. | ||||
| * | Check for "<?xml" header was removed | Dmitry Stogov | 2004-01-13 | 1 | -1/+2 |
| | | |||||
| * | WSDL support: using types before declaration was fixed | Dmitry Stogov | 2004-01-13 | 1 | -47/+19 |
| | | |||||
| * | XML parsing warnings and notices were disabled. | Dmitry Stogov | 2004-01-13 | 4 | -2/+22 |
| | | |||||
| * | Support for WSDL <operation> without <input> message | Dmitry Stogov | 2004-01-13 | 3 | -69/+79 |
| | | |||||
| * | HTTP Cookies support (see interop round2 base kafka) | Dmitry Stogov | 2004-01-13 | 1 | -23/+33 |
| | | |||||
| * | Don't even define this. | Sara Golemon | 2004-01-13 | 1 | -1/+1 |
| | | |||||
| * | Whoops... Ilia forgot a ')' | John Coggeshall | 2004-01-13 | 1 | -1/+1 |
| | | |||||
| * | make usleep actually work properly | Wez Furlong | 2004-01-13 | 1 | -2/+2 |
| | | |||||
| * | ChangeLog update | 2004-01-13 | 2 | -0/+81 | |
| | | |||||
| * | Support automatic handling of byref parameters | Wez Furlong | 2004-01-13 | 3 | -4/+127 |
| | | |||||
| * | Fixed a bug that would cause the sqlite session database to grow endlessly. | Ilia Alshanetsky | 2004-01-12 | 1 | -1/+9 |
| | | |||||
| * | More handsome solution for previous fix | Ard Biesheuvel | 2004-01-12 | 1 | -8/+9 |
| | | |||||
| * | Added sanity check on ibase_[p]connect() dialect argument (fixes obscure ↵ | Ard Biesheuvel | 2004-01-12 | 1 | -2/+8 |
| | | | | | unregistered bug) | ||||
| * | Avoid duplicate symbols; definition is in bz2.c | Martin Kraemer | 2004-01-12 | 1 | -1/+1 |
| | | |||||
| * | fix | Dmitry Stogov | 2004-01-12 | 1 | -7/+7 |
| | | |||||
| * | fix | Dmitry Stogov | 2004-01-12 | 1 | -10/+12 |
| | | |||||
| * | Date comparsion was fixed to compare dates with different time zones. | Dmitry Stogov | 2004-01-12 | 2 | -2/+31 |
| | | |||||
| * | Timezone support | Dmitry Stogov | 2004-01-12 | 1 | -8/+19 |
| | | |||||
| * | Small error reporting fixes | Dmitry Stogov | 2004-01-12 | 1 | -18/+24 |
| | | |||||
| * | WSDL support: schema import | Dmitry Stogov | 2004-01-12 | 1 | -4/+17 |
| | | |||||
| * | WSDL support: support for wsdl import | Dmitry Stogov | 2004-01-12 | 4 | -302/+381 |
| | | |||||
| * | This was way out of date. | John Coggeshall | 2004-01-12 | 1 | -107/+1 |
| | | |||||
| * | WSDL support: use of type before declaration (see interop round2 base ↵ | Dmitry Stogov | 2004-01-12 | 2 | -2/+3 |
| | | | | | OpenLink echoStructArray) | ||||
| * | - Return the PHP 4 behavior of not allowing class declerations within | Andi Gutmans | 2004-01-12 | 1 | -0/+5 |
| | | | | | | | | | | | | | - class declerations. This happened when declaring a class within a - method. class A { function foo() { class B { } } } | ||||
| * | Synch mysql_fetch_object with mysqli, sqlite and pgsql | Marcus Boerger | 2004-01-12 | 2 | -27/+198 |
| | | |||||
