summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* touchWez Furlong2004-01-141-1/+1
|
* fix crash when throwing an exceptionWez Furlong2004-01-141-0/+1
|
* - Fix package.xml filePierre Joye2004-01-141-2/+2
|
* - Remove bogus macrosAndi Gutmans2004-01-141-15/+0
|
* - Remove use of bogus macroAndi Gutmans2004-01-141-1/+3
|
* Apparently MSVC is not C99 compatible making variable marco argumentsJohn Coggeshall2004-01-142-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 Coggeshall2004-01-141-0/+1
|
* Forgot to add these testsJohn Coggeshall2004-01-144-0/+49
|
* Add optional php-win.exe variation of the CLI sapi.Wez Furlong2004-01-143-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 possibleJohn Coggeshall2004-01-1415-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 update2004-01-142-0/+110
|
* Fixed bug #26878 (problem with multiple references to the same variableIlia Alshanetsky2004-01-132-21/+43
| | | | | with different types).
* add support for $foo["a:bar"]Rob Richards2004-01-132-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)foobar2004-01-131-0/+4
|
* BFNfoobar2004-01-131-0/+1
|
* FIX: memory leakDmitry Stogov2004-01-131-0/+1
|
* WSDL: support for "http://schemas.xmlsoap.org/wsdl/soap12/" binding was addedDmitry Stogov2004-01-132-0/+4
|
* bugfixDmitry Stogov2004-01-131-101/+49
|
* Don't treat strings containing : as potential constant names inWez Furlong2004-01-131-1/+2
| | | | | | the .ini parser. This fixes Bug #26893
* reinstate this ifdef for people without .Net SDKWez Furlong2004-01-131-0/+2
|
* Fix refcount on these return values to avoid a leak and allow object dtor's ↵Wez Furlong2004-01-131-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 ceanupDmitry Stogov2004-01-138-314/+187
|
* fix getElementsByTagName and getElementsByTagNameNS - allow *Rob Richards2004-01-131-2/+2
|
* WSDL: support for multiple services/ports/bindings was implementedDmitry Stogov2004-01-1310-718/+383
|
* Fix leaking constructors.Wez Furlong2004-01-134-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 removedDmitry Stogov2004-01-131-1/+2
|
* WSDL support: using types before declaration was fixedDmitry Stogov2004-01-131-47/+19
|
* XML parsing warnings and notices were disabled.Dmitry Stogov2004-01-134-2/+22
|
* Support for WSDL <operation> without <input> messageDmitry Stogov2004-01-133-69/+79
|
* HTTP Cookies support (see interop round2 base kafka)Dmitry Stogov2004-01-131-23/+33
|
* Don't even define this.Sara Golemon2004-01-131-1/+1
|
* Whoops... Ilia forgot a ')'John Coggeshall2004-01-131-1/+1
|
* make usleep actually work properlyWez Furlong2004-01-131-2/+2
|
* ChangeLog update2004-01-132-0/+81
|
* Support automatic handling of byref parametersWez Furlong2004-01-133-4/+127
|
* Fixed a bug that would cause the sqlite session database to grow endlessly.Ilia Alshanetsky2004-01-121-1/+9
|
* More handsome solution for previous fixArd Biesheuvel2004-01-121-8/+9
|
* Added sanity check on ibase_[p]connect() dialect argument (fixes obscure ↵Ard Biesheuvel2004-01-121-2/+8
| | | | unregistered bug)
* Avoid duplicate symbols; definition is in bz2.cMartin Kraemer2004-01-121-1/+1
|
* fixDmitry Stogov2004-01-121-7/+7
|
* fixDmitry Stogov2004-01-121-10/+12
|
* Date comparsion was fixed to compare dates with different time zones.Dmitry Stogov2004-01-122-2/+31
|
* Timezone supportDmitry Stogov2004-01-121-8/+19
|
* Small error reporting fixesDmitry Stogov2004-01-121-18/+24
|
* WSDL support: schema importDmitry Stogov2004-01-121-4/+17
|
* WSDL support: support for wsdl importDmitry Stogov2004-01-124-302/+381
|
* This was way out of date.John Coggeshall2004-01-121-107/+1
|
* WSDL support: use of type before declaration (see interop round2 base ↵Dmitry Stogov2004-01-122-2/+3
| | | | OpenLink echoStructArray)
* - Return the PHP 4 behavior of not allowing class declerations withinAndi Gutmans2004-01-121-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 pgsqlMarcus Boerger2004-01-122-27/+198
|