summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Support for SOAP 1.2 HTTP binding namespase was addedDmitry Stogov2004-01-162-2/+5
|
* Tests where updated.Dmitry Stogov2004-01-1610-10/+10
|
* SOAP 1.2: enc:id & enc:ref attributes support and fault codes ↵Dmitry Stogov2004-01-163-3/+39
| | | | (Sender/Receiver) where implemented
* Fixed Bug #26927 (preg_quote() does not escape \0).Ilia Alshanetsky2004-01-162-0/+16
|
* ChangeLog update2004-01-162-0/+68
|
* Fix shutdownMarcus Boerger2004-01-151-3/+3
|
* - Fix the php dependencyPierre Joye2004-01-152-2/+2
| | | | | (wide copy/paste is not that good no? ;) )
* SOAP 1.2 support was improvedDmitry Stogov2004-01-154-65/+147
|
* Nice patch Christian, but it wasn't at all enabled? :)Zeev Suraski2004-01-151-1/+2
| | | | | Fix bug #26883
* Fix bug #26892, ORA-21301 in ocinewcollection() call.Antony Dovgal2004-01-151-2/+2
| | | | | pEnv should be initialized in object mode too.
* Changed to mixed-case response header codes. This is in keeping withAlex Leigh2004-01-151-5/+5
| | | | | the changes to >= Continuity mk4 mod1.
* Support for SOAP 1.2 array encoding/decoding was implementedDmitry Stogov2004-01-154-104/+79
|
* SOAP 1.2 support was improvedDmitry Stogov2004-01-156-137/+259
|
* Drop userspace iteration correctly.Marcus Boerger2004-01-151-20/+2
| | | | | # People if you do such things then please fix the class tree.
* SOAP 1.2 support was improvedDmitry Stogov2004-01-157-107/+126
|
* Fix typofoobar2004-01-152-2/+2
|
* - Fixed bug #26844 (ext/mime_magic: magic file validation broken).foobar2004-01-152-11/+18
|
* ChangeLog update2004-01-152-0/+188
|
* Fixed bug #26909 (crash in imap_mime_header_decode() when no encoding isIlia Alshanetsky2004-01-151-2/+6
| | | | | used).
* fix get_class() case-sensitive incompatibility in PHP5Greg Beaver2004-01-141-6/+6
|
* This is no longer usefull in any way.Marcus Boerger2004-01-142-83/+0
|
* MFH: Fixed bug #26911 (crash in sqlite extension when fetching data fromIlia Alshanetsky2004-01-143-0/+15
| | | | | empty queries).
* test user define namespace aliasesRob Richards2004-01-141-9/+17
|
* touch generated parser.Ilia Alshanetsky2004-01-141-1/+1
|
* Upgraded bundled libsqlite to 2.8.11 (fixed critical bug of *NIX systems).Ilia Alshanetsky2004-01-1420-348/+648
|
* WSDL: restrictions support (whiteSpace, minLength, maxLength, length)Dmitry Stogov2004-01-144-25/+70
|
* array/object encodingDmitry Stogov2004-01-144-309/+258
|
* SOAP message must not contain a Document Type DeclarationDmitry Stogov2004-01-142-0/+7
|
* Remove stale code from flock();Wez Furlong2004-01-141-5/+1
| | | | | spotted by Hartmut.
* Fix #26772: fgets returns NULL instead of FALSE.Wez Furlong2004-01-141-1/+5
|
* Don't allow interfaces to implement anythingZeev Suraski2004-01-141-0/+4
|
* WSDL: encoding rpc/document and encoded/literalDmitry Stogov2004-01-146-148/+239
|
* 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
|