Dmitry Stogov
f9c5fc6ecb
Fix (using patterns)
2004-04-05 05:24:15 +00:00
1bee9e12fb
ChangeLog update
2004-04-05 00:35:43 +00:00
Moriyoshi Koizumi
94ec5c2a64
- Let it work safely
2004-04-04 19:23:19 +00:00
Derick Rethans
bebddbdd24
- Fixed test
2004-04-04 19:00:53 +00:00
Ilia Alshanetsky
bf997c3eb3
Removed unused variable.
2004-04-04 18:28:59 +00:00
Moriyoshi Koizumi
7f5950ffb7
- Fix test: Any datetime value that exceeds the unix time range should
...
not be unserialized.
2004-04-04 18:07:36 +00:00
Ilia Alshanetsky
3b27b0f18b
Fixed a bug that prevented building of gd extension against external GD
...
lib 1.X.
2004-04-04 17:59:08 +00:00
Ard Biesheuvel
2680fb4a9d
CS
2004-04-04 13:51:56 +00:00
Derick Rethans
f1141d79c6
- Fixed comment and double 0
2004-04-04 12:45:02 +00:00
Derick Rethans
794846e5c5
- One more test for a date/time related bug.
2004-04-04 12:42:13 +00:00
Marcus Boerger
8fd505f4b4
Add a comment why it is in
2004-04-04 12:31:12 +00:00
1ca4aca8fb
ChangeLog update
2004-04-04 01:32:18 +00:00
Andi Gutmans
8838b38fcb
Patch by Timm Friebe:
...
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().
2004-04-03 21:50:12 +00:00
Derick Rethans
efb62ea35f
- MFB: Fixed bug #27849 (configure craps out on trivial syntax error).
2004-04-03 17:23:53 +00:00
Andi Gutmans
911922432f
- Nuke more old junk
2004-04-03 17:01:13 +00:00
Ard Biesheuvel
e7eccf10e6
That should do it
2004-04-03 16:38:10 +00:00
Greg Beaver
ae73e40808
fixed #534 for real (remove notice if state=stable doesn't exist, and use "none" for stable version number)
2004-04-03 15:56:00 +00:00
Ard Biesheuvel
4493bbb809
Skip on Windows
2004-04-03 15:29:10 +00:00
Ard Biesheuvel
2daf7303b2
Don't rely on OS-based authentication (as it is not supported under Win32)
2004-04-03 15:24:11 +00:00
Marcus Boerger
de56cc51a8
Increase severity level and use a more precise error message.
2004-04-03 14:40:36 +00:00
Andi Gutmans
1c7cfe739d
- Nuke code which hasn't been in use for ages.
2004-04-03 11:09:39 +00:00
Ard Biesheuvel
b04eb1d3da
fclose() tempfile so unlink() doesn't choke on Win32
2004-04-03 11:04:21 +00:00
Ard Biesheuvel
cd7e8bdf8c
Change definition of ISC_LONG_[MIN|MAX] to please MSVC.
2004-04-03 11:00:14 +00:00
Ard Biesheuvel
5367158046
MFB: more elaborate HUGE_VAL test
2004-04-03 10:42:42 +00:00
Marcus Boerger
53b4597fca
Initialize to 0 to prevent valgrind warnings
2004-04-03 09:51:57 +00:00
Greg Beaver
b79e803a43
fix Bug #937 throwError() treats every call as static
...
fix Bug #964 PEAR_ERROR_EXCEPTION causes fatal error
2004-04-03 06:28:54 +00:00
Greg Beaver
9d86149b01
fix #534 : pear search doesn't list unstable releases
2004-04-03 06:06:17 +00:00
da4f2be35a
ChangeLog update
2004-04-03 02:06:57 +00:00
Greg Beaver
361951bc01
not devel any more
2004-04-03 00:42:20 +00:00
Derick Rethans
95659890ba
- Fixed expected shift/reduce conflict count nu,ber
2004-04-02 21:26:35 +00:00
Sara Golemon
60baea9671
Update sample SAPI locations. BugFix# 27829
2004-04-02 20:32:41 +00:00
Dmitry Stogov
b010daa9c4
Support for domain cookies
2004-04-02 15:43:41 +00:00
Dmitry Stogov
794358f385
Test file was fixed (implicit cloning strict warnings)
2004-04-02 13:43:58 +00:00
Dmitry Stogov
6f6ef6deed
SoapClint support for multiple hosts (through WSDL) with cookies.
2004-04-02 11:12:44 +00:00
Dmitry Stogov
7dae9e6cad
Fixed bug #27742 (WDSL SOAP Parsing Schema bug)
2004-04-02 06:23:51 +00:00
9a6dad867d
ChangeLog update
2004-04-02 01:32:15 +00:00
Ilia Alshanetsky
c85843aec1
MFB: Revert patch for bug #27782 .
2004-04-01 22:07:42 +00:00
Ilia Alshanetsky
962c8cc9ef
Fixed reversed condition for error reporting.
2004-04-01 22:05:35 +00:00
Derick Rethans
b2ed70e4e0
- MFB: Fixed bug #27780 (strtotime(+1 xxx) returns a wrong date/time)
2004-04-01 21:40:56 +00:00
Ard Biesheuvel
0956f5133c
CS/WS
2004-04-01 18:23:45 +00:00
Ard Biesheuvel
75df505fe6
Test binding of numeric timestamps
2004-04-01 16:42:25 +00:00
Ard Biesheuvel
563e9dd664
Don't rely on isql anymore, as creating databases is now supported by the API
...
Changed tests to include ibase_query("SET TRANSACTION ...")
2004-04-01 16:25:51 +00:00
Dmitry Stogov
6a6096ec11
StudlyCaps fix.
2004-04-01 14:37:03 +00:00
Dmitry Stogov
f712d46b50
Fixed possible crash
2004-04-01 14:05:55 +00:00
Dmitry Stogov
9dd0826623
Fixed bug #27722 (Segfault on schema without targetNamespace).
2004-04-01 13:44:12 +00:00
Ard Biesheuvel
0d5a3f0b91
WS
2004-04-01 11:38:23 +00:00
Ard Biesheuvel
1eb428e76d
Fix unregistered bug (crash when closing db opened with "CREATE DATABASE ...")
2004-04-01 10:56:28 +00:00
Dmitry Stogov
40bb734452
Some small improvments, support for new style constructors, support for exceptions other then SoapFault
2004-04-01 10:47:44 +00:00
Derick Rethans
88c17817a9
- Fixed bug #27822 (is_resource() returns TRUE for closed resources)
2004-04-01 08:54:44 +00:00
Sara Golemon
fac9416797
Only wind filters when appending to the read chain.
2004-04-01 03:52:34 +00:00