summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* - Fixed comment and double 0Derick Rethans2004-04-041-2/+2
|
* - One more test for a date/time related bug.Derick Rethans2004-04-041-0/+19
|
* Add a comment why it is inMarcus Boerger2004-04-041-0/+1
|
* ChangeLog update2004-04-042-0/+154
|
* Patch by Timm Friebe:Andi Gutmans2004-04-031-2/+10
| | | | | | | | | | | | | | | | | It changes set_exception_handler() to accept the pseudo-type "callable" (instead of a string referring to a global function). Examples: set_exception_handler('function_name'); set_exception_handler(array('class_name', 'static_method')); set_exception_handler(array($instance, 'instance_method')); This also makes set_exception_handler() more consistent with all the other callback functionality, e.g. set_error_handler().
* - MFB: Fixed bug #27849 (configure craps out on trivial syntax error).Derick Rethans2004-04-031-1/+1
|
* - Nuke more old junkAndi Gutmans2004-04-031-4/+0
|
* That should do itArd Biesheuvel2004-04-031-8/+5
|
* fixed #534 for real (remove notice if state=stable doesn't exist, and use ↵Greg Beaver2004-04-031-1/+4
| | | | "none" for stable version number)
* Skip on WindowsArd Biesheuvel2004-04-031-1/+4
|
* Don't rely on OS-based authentication (as it is not supported under Win32)Ard Biesheuvel2004-04-031-2/+8
|
* Increase severity level and use a more precise error message.Marcus Boerger2004-04-033-3/+3
|
* - Nuke code which hasn't been in use for ages.Andi Gutmans2004-04-033-54/+2
|
* fclose() tempfile so unlink() doesn't choke on Win32Ard Biesheuvel2004-04-031-0/+1
|
* Change definition of ISC_LONG_[MIN|MAX] to please MSVC.Ard Biesheuvel2004-04-031-11/+9
|
* MFB: more elaborate HUGE_VAL testArd Biesheuvel2004-04-031-3/+10
|
* Initialize to 0 to prevent valgrind warningsMarcus Boerger2004-04-031-2/+2
|
* fix Bug #937 throwError() treats every call as staticGreg Beaver2004-04-032-4/+11
| | | | | fix Bug #964 PEAR_ERROR_EXCEPTION causes fatal error
* fix #534: pear search doesn't list unstable releasesGreg Beaver2004-04-032-3/+8
|
* ChangeLog update2004-04-031-0/+33
|
* not devel any moreGreg Beaver2004-04-031-3/+3
|
* - Fixed expected shift/reduce conflict count nu,berDerick Rethans2004-04-021-2/+2
|
* Update sample SAPI locations. BugFix# 27829Sara Golemon2004-04-021-12/+12
|
* Support for domain cookiesDmitry Stogov2004-04-021-1/+16
|
* Test file was fixed (implicit cloning strict warnings)Dmitry Stogov2004-04-021-3/+7
|
* SoapClint support for multiple hosts (through WSDL) with cookies.Dmitry Stogov2004-04-023-67/+181
|
* Fixed bug #27742 (WDSL SOAP Parsing Schema bug)Dmitry Stogov2004-04-025-2/+874
|
* ChangeLog update2004-04-022-0/+141
|
* MFB: Revert patch for bug #27782.Ilia Alshanetsky2004-04-013-43/+0
|
* Fixed reversed condition for error reporting.Ilia Alshanetsky2004-04-012-3/+3
|
* - MFB: Fixed bug #27780 (strtotime(+1 xxx) returns a wrong date/time)Derick Rethans2004-04-012-3/+123
|
* CS/WSArd Biesheuvel2004-04-012-7/+7
|
* Test binding of numeric timestampsArd Biesheuvel2004-04-011-3/+3
|
* Don't rely on isql anymore, as creating databases is now supported by the APIArd Biesheuvel2004-04-014-61/+52
| | | | | Changed tests to include ibase_query("SET TRANSACTION ...")
* StudlyCaps fix.Dmitry Stogov2004-04-012-12/+12
|
* Fixed possible crashDmitry Stogov2004-04-011-4/+5
|
* Fixed bug #27722 (Segfault on schema without targetNamespace).Dmitry Stogov2004-04-014-97/+207
|
* WSArd Biesheuvel2004-04-011-1/+1
|
* Fix unregistered bug (crash when closing db opened with "CREATE DATABASE ...")Ard Biesheuvel2004-04-011-0/+1
|
* Some small improvments, support for new style constructors, support for ↵Dmitry Stogov2004-04-016-82/+138
| | | | exceptions other then SoapFault
* - Fixed bug #27822 (is_resource() returns TRUE for closed resources)Derick Rethans2004-04-012-0/+17
|
* Only wind filters when appending to the read chain.Sara Golemon2004-04-011-1/+1
|
* ChangeLog update2004-04-012-0/+98
|
* This leaks when a stream opener proxy opens another stream.Sara Golemon2004-04-011-0/+3
|
* BugFix#27619Sara Golemon2004-03-315-4/+102
| | | | | | Filters not applied to pre-buffered stream data. (esp. http:// streams)
* - Align help output for configure.Derick Rethans2004-03-311-2/+2
|
* Fixed bug #27809 (ftp_systype returns null on some ftp servers).Ilia Alshanetsky2004-03-311-0/+3
|
* disallow negative timestamps on windows onlyHartmut Holzgraefe2004-03-311-0/+2
|
* use new style constructorsRob Richards2004-03-3112-49/+50
| | | | | fix return for nodelist item
* Fixed bug #27802 (default number of children to 8 when PHP_FCGI_CHILDREN isIlia Alshanetsky2004-03-311-1/+1
| | | | | not defined).