summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix WarningMarcus Boerger2004-02-041-1/+1
* Unnecesurry namespaces was removed form SOAP fault responcesDmitry Stogov2004-02-0426-26/+26
* SoapServer::fault() method was implementedDmitry Stogov2004-02-041-1/+20
* SOAP Headers was implemented (near complete)Dmitry Stogov2004-02-0413-338/+528
* Fixed compile warnings.Ilia Alshanetsky2004-02-041-3/+3
* kill warningZeev Suraski2004-02-041-1/+1
* API updatesZeev Suraski2004-02-043-11/+11
* - Update with new destructor codeZeev Suraski2004-02-0412-58/+68
* Change destructor implementation (details will follow on internals@)Zeev Suraski2004-02-041-1/+1
* - Update libmbfl to the latest. This fixes several serious issues in the htmlMoriyoshi Koizumi2004-02-0421-166/+168
* Update testsMarcus Boerger2004-02-033-3/+3
* Initial support for client-part SOAP headers (very incomlete)Dmitry Stogov2004-02-0312-346/+841
* SoapServer constructor was extended by default SOAP version.Dmitry Stogov2004-02-035-3/+53
* touchfoobar2004-02-031-1/+1
* -remove obsolete typesAntony Dovgal2004-02-032-6/+14
* fix bug #27120 and bug #25975 - preserve is_ref when boundStanislav Malyshev2004-02-033-158/+230
* SQLITE_ENCODING should be UTF8 rather than UTF-8Stig Bakken2004-02-031-1/+1
* This should allow us to read dictionary locations from the win32 registry whe...Vlad Krupin2004-02-031-0/+26
* Fixed possible overflow.Ilia Alshanetsky2004-02-031-2/+2
* typo fixAndrey Hristov2004-02-021-1/+1
* TSRM fixesMarcus Boerger2004-02-023-13/+15
* Tests are executed with E_STRICTMarcus Boerger2004-02-021-1/+1
* fix: proper handling of SOAP 1.1 href and unresolved attributes referencesDmitry Stogov2004-02-026-4/+68
* Server-part support for SOAP Headers was implemented (incomplete)Dmitry Stogov2004-02-0240-231/+1311
* Use correct flag for repair optionsArd Biesheuvel2004-02-022-7/+6
* Fix Win32 buildArd Biesheuvel2004-02-021-2/+2
* Use php_ prefix for header filesArd Biesheuvel2004-02-023-23/+360
* Use php_ prefix for header files.Ard Biesheuvel2004-02-023-2/+2
* add missing alias for ocifreecursor()Antony Dovgal2004-02-021-1/+2
* CS fix (functions should not be available if they are not available :)foobar2004-02-021-5/+4
* fix yet another possible segfaultAntony Dovgal2004-02-021-0/+4
* Fixed possible overflows.Ilia Alshanetsky2004-02-021-4/+4
* No explicit inline (fixes Win32 linkage issue)Ard Biesheuvel2004-02-011-2/+2
* Remove extension internals from php_interbase.hArd Biesheuvel2004-02-016-189/+222
* Test for Interbase version 6 API in 'configure'Ard Biesheuvel2004-02-012-0/+11
* Added backup/restore functionsArd Biesheuvel2004-02-017-1223/+1527
* ZTS fix.Sebastian Bergmann2004-02-011-1/+1
* - Forgot to add test case.Moriyoshi Koizumi2004-02-011-0/+37
* - Binary compatibility stuff, for safety.Moriyoshi Koizumi2004-02-011-1/+1
* - Fix bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into oct...Moriyoshi Koizumi2004-01-312-6/+42
* - POSIX / ISOX compliancy. This is needed to correctly handle UTF-8 characters.Moriyoshi Koizumi2004-01-311-2/+2
* Throw an exception in case a reflection object cannot be found and do notMarcus Boerger2004-01-311-6/+14
* Corrected binding:Georg Richter2004-01-311-1/+1
* added nuw_rows property for statement objectGeorg Richter2004-01-301-0/+3
* Server part support for "document" style encoding was implementedDmitry Stogov2004-01-303-16/+91
* Some tests from official SOAP 1.2 specification was addedDmitry Stogov2004-01-3040-0/+1810
* SOAP 1.2 specification conformity was improvedDmitry Stogov2004-01-309-135/+212
* Support for https:// through proxy was implementedDmitry Stogov2004-01-302-96/+92
* Fix potential bug in http:// proxy support.Sara Golemon2004-01-301-10/+27
* *** empty log message ***Dmitry Stogov2004-01-291-19/+51