]> granicus.if.org Git - php/log
php
21 years agoRevert the patch to "fix" #27664 and added more informal error msg.
foobar [Wed, 7 Apr 2004 13:56:33 +0000 (13:56 +0000)]
Revert the patch to "fix" #27664 and added more informal error msg.

21 years agoDon't define ibase_service struct type unless its member types are defined
Ard Biesheuvel [Wed, 7 Apr 2004 10:36:00 +0000 (10:36 +0000)]
Don't define ibase_service struct type unless its member types are defined

21 years agoFix incomplete class for the new object model
Stanislav Malyshev [Wed, 7 Apr 2004 08:06:09 +0000 (08:06 +0000)]
Fix incomplete class for the new object model

21 years agoChangeLog update
<changelog@php.net> [Wed, 7 Apr 2004 00:34:16 +0000 (00:34 +0000)]
ChangeLog update

21 years agodeveloper -> lead for cellog
Greg Beaver [Wed, 7 Apr 2004 00:29:58 +0000 (00:29 +0000)]
developer -> lead for cellog

21 years agoRemoved pointless check.
Ilia Alshanetsky [Tue, 6 Apr 2004 23:14:06 +0000 (23:14 +0000)]
Removed pointless check.

21 years agoadd PEAR_ErrorStack to description of PEAR
Greg Beaver [Tue, 6 Apr 2004 22:18:37 +0000 (22:18 +0000)]
add PEAR_ErrorStack to description of PEAR

21 years agochange release date
Greg Beaver [Tue, 6 Apr 2004 22:08:51 +0000 (22:08 +0000)]
change release date

21 years agoregister_namespace changed to registerNamespace for consistency
Rob Richards [Tue, 6 Apr 2004 18:26:19 +0000 (18:26 +0000)]
register_namespace changed to registerNamespace for consistency

21 years agoAllow character set conversion for yaz_record's array method, e.g.
Adam Dickmeiss [Tue, 6 Apr 2004 17:40:05 +0000 (17:40 +0000)]
Allow character set conversion for yaz_record's array method, e.g.
 yaz_record($id,$pos,"array;charset=marc8,iso-8859-1")

21 years agoreorder, reword, typos..
foobar [Tue, 6 Apr 2004 09:53:31 +0000 (09:53 +0000)]
reorder, reword, typos..

21 years agoRemove duplicate entry
foobar [Tue, 6 Apr 2004 09:43:18 +0000 (09:43 +0000)]
Remove duplicate entry

21 years agoChangeLog update
<changelog@php.net> [Tue, 6 Apr 2004 00:35:23 +0000 (00:35 +0000)]
ChangeLog update

21 years agoMore divide & conquer
Ard Biesheuvel [Mon, 5 Apr 2004 13:22:34 +0000 (13:22 +0000)]
More divide & conquer

21 years agoFix (using patterns)
Dmitry Stogov [Mon, 5 Apr 2004 05:24:15 +0000 (05:24 +0000)]
Fix (using patterns)

21 years agoChangeLog update
<changelog@php.net> [Mon, 5 Apr 2004 00:35:43 +0000 (00:35 +0000)]
ChangeLog update

21 years ago- Let it work safely
Moriyoshi Koizumi [Sun, 4 Apr 2004 19:23:19 +0000 (19:23 +0000)]
- Let it work safely

21 years ago- Fixed test
Derick Rethans [Sun, 4 Apr 2004 19:00:53 +0000 (19:00 +0000)]
- Fixed test

21 years agoRemoved unused variable.
Ilia Alshanetsky [Sun, 4 Apr 2004 18:28:59 +0000 (18:28 +0000)]
Removed unused variable.

21 years ago- Fix test: Any datetime value that exceeds the unix time range should
Moriyoshi Koizumi [Sun, 4 Apr 2004 18:07:36 +0000 (18:07 +0000)]
- Fix test: Any datetime value that exceeds the unix time range should
  not be unserialized.

21 years agoFixed a bug that prevented building of gd extension against external GD
Ilia Alshanetsky [Sun, 4 Apr 2004 17:59:08 +0000 (17:59 +0000)]
Fixed a bug that prevented building of gd extension against external GD
lib 1.X.

21 years agoCS
Ard Biesheuvel [Sun, 4 Apr 2004 13:51:56 +0000 (13:51 +0000)]
CS

21 years ago- Fixed comment and double 0
Derick Rethans [Sun, 4 Apr 2004 12:45:02 +0000 (12:45 +0000)]
- Fixed comment and double 0

21 years ago- One more test for a date/time related bug.
Derick Rethans [Sun, 4 Apr 2004 12:42:13 +0000 (12:42 +0000)]
- One more test for a date/time related bug.

21 years agoAdd a comment why it is in
Marcus Boerger [Sun, 4 Apr 2004 12:31:12 +0000 (12:31 +0000)]
Add a comment why it is in

21 years agoChangeLog update
<changelog@php.net> [Sun, 4 Apr 2004 01:32:18 +0000 (01:32 +0000)]
ChangeLog update

21 years agoPatch by Timm Friebe:
Andi Gutmans [Sat, 3 Apr 2004 21:50:12 +0000 (21:50 +0000)]
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().

21 years ago- MFB: Fixed bug #27849 (configure craps out on trivial syntax error).
Derick Rethans [Sat, 3 Apr 2004 17:23:53 +0000 (17:23 +0000)]
- MFB: Fixed bug #27849 (configure craps out on trivial syntax error).

21 years ago- Nuke more old junk
Andi Gutmans [Sat, 3 Apr 2004 17:01:13 +0000 (17:01 +0000)]
- Nuke more old junk

21 years agoThat should do it
Ard Biesheuvel [Sat, 3 Apr 2004 16:38:10 +0000 (16:38 +0000)]
That should do it

21 years agofixed #534 for real (remove notice if state=stable doesn't exist, and use "none"...
Greg Beaver [Sat, 3 Apr 2004 15:56:00 +0000 (15:56 +0000)]
fixed #534 for real (remove notice if state=stable doesn't exist, and use "none" for stable version number)

21 years agoSkip on Windows
Ard Biesheuvel [Sat, 3 Apr 2004 15:29:10 +0000 (15:29 +0000)]
Skip on Windows

21 years agoDon't rely on OS-based authentication (as it is not supported under Win32)
Ard Biesheuvel [Sat, 3 Apr 2004 15:24:11 +0000 (15:24 +0000)]
Don't rely on OS-based authentication (as it is not supported under Win32)

21 years agoIncrease severity level and use a more precise error message.
Marcus Boerger [Sat, 3 Apr 2004 14:40:36 +0000 (14:40 +0000)]
Increase severity level and use a more precise error message.

21 years ago- Nuke code which hasn't been in use for ages.
Andi Gutmans [Sat, 3 Apr 2004 11:09:39 +0000 (11:09 +0000)]
- Nuke code which hasn't been in use for ages.

21 years agofclose() tempfile so unlink() doesn't choke on Win32
Ard Biesheuvel [Sat, 3 Apr 2004 11:04:21 +0000 (11:04 +0000)]
fclose() tempfile so unlink() doesn't choke on Win32

21 years agoChange definition of ISC_LONG_[MIN|MAX] to please MSVC.
Ard Biesheuvel [Sat, 3 Apr 2004 11:00:14 +0000 (11:00 +0000)]
Change definition of ISC_LONG_[MIN|MAX] to please MSVC.

21 years agoMFB: more elaborate HUGE_VAL test
Ard Biesheuvel [Sat, 3 Apr 2004 10:42:42 +0000 (10:42 +0000)]
MFB: more elaborate HUGE_VAL test

21 years agoInitialize to 0 to prevent valgrind warnings
Marcus Boerger [Sat, 3 Apr 2004 09:51:57 +0000 (09:51 +0000)]
Initialize to 0 to prevent valgrind warnings

21 years agofix Bug #937 throwError() treats every call as static
Greg Beaver [Sat, 3 Apr 2004 06:28:54 +0000 (06:28 +0000)]
fix Bug #937 throwError() treats every call as static
fix Bug #964 PEAR_ERROR_EXCEPTION causes fatal error

21 years agofix #534: pear search doesn't list unstable releases
Greg Beaver [Sat, 3 Apr 2004 06:06:17 +0000 (06:06 +0000)]
fix #534: pear search doesn't list unstable releases

21 years agoChangeLog update
<changelog@php.net> [Sat, 3 Apr 2004 02:06:57 +0000 (02:06 +0000)]
ChangeLog update

21 years agonot devel any more
Greg Beaver [Sat, 3 Apr 2004 00:42:20 +0000 (00:42 +0000)]
not devel any more

21 years ago- Fixed expected shift/reduce conflict count nu,ber
Derick Rethans [Fri, 2 Apr 2004 21:26:35 +0000 (21:26 +0000)]
- Fixed expected shift/reduce conflict count nu,ber

21 years agoUpdate sample SAPI locations. BugFix# 27829
Sara Golemon [Fri, 2 Apr 2004 20:32:41 +0000 (20:32 +0000)]
Update sample SAPI locations.  BugFix# 27829

21 years agoSupport for domain cookies
Dmitry Stogov [Fri, 2 Apr 2004 15:43:41 +0000 (15:43 +0000)]
Support for domain cookies

21 years agoTest file was fixed (implicit cloning strict warnings)
Dmitry Stogov [Fri, 2 Apr 2004 13:43:58 +0000 (13:43 +0000)]
Test file was fixed (implicit cloning strict warnings)

21 years agoSoapClint support for multiple hosts (through WSDL) with cookies.
Dmitry Stogov [Fri, 2 Apr 2004 11:12:44 +0000 (11:12 +0000)]
SoapClint support for multiple hosts (through WSDL) with cookies.

21 years agoFixed bug #27742 (WDSL SOAP Parsing Schema bug)
Dmitry Stogov [Fri, 2 Apr 2004 06:23:51 +0000 (06:23 +0000)]
Fixed bug #27742 (WDSL SOAP Parsing Schema bug)

21 years agoChangeLog update
<changelog@php.net> [Fri, 2 Apr 2004 01:32:15 +0000 (01:32 +0000)]
ChangeLog update

21 years agoMFB: Revert patch for bug #27782.
Ilia Alshanetsky [Thu, 1 Apr 2004 22:07:42 +0000 (22:07 +0000)]
MFB: Revert patch for bug #27782.

21 years agoFixed reversed condition for error reporting.
Ilia Alshanetsky [Thu, 1 Apr 2004 22:05:35 +0000 (22:05 +0000)]
Fixed reversed condition for error reporting.

21 years ago- MFB: Fixed bug #27780 (strtotime(+1 xxx) returns a wrong date/time)
Derick Rethans [Thu, 1 Apr 2004 21:40:56 +0000 (21:40 +0000)]
- MFB: Fixed bug #27780 (strtotime(+1 xxx) returns a wrong date/time)

21 years agoCS/WS
Ard Biesheuvel [Thu, 1 Apr 2004 18:23:45 +0000 (18:23 +0000)]
CS/WS

21 years agoTest binding of numeric timestamps
Ard Biesheuvel [Thu, 1 Apr 2004 16:42:25 +0000 (16:42 +0000)]
Test binding of numeric timestamps

21 years agoDon't rely on isql anymore, as creating databases is now supported by the API
Ard Biesheuvel [Thu, 1 Apr 2004 16:25:51 +0000 (16:25 +0000)]
Don't rely on isql anymore, as creating databases is now supported by the API
Changed tests to include ibase_query("SET TRANSACTION ...")

21 years agoStudlyCaps fix.
Dmitry Stogov [Thu, 1 Apr 2004 14:37:03 +0000 (14:37 +0000)]
StudlyCaps fix.

21 years agoFixed possible crash
Dmitry Stogov [Thu, 1 Apr 2004 14:05:55 +0000 (14:05 +0000)]
Fixed possible crash

21 years agoFixed bug #27722 (Segfault on schema without targetNamespace).
Dmitry Stogov [Thu, 1 Apr 2004 13:44:12 +0000 (13:44 +0000)]
Fixed bug #27722 (Segfault on schema without targetNamespace).

21 years agoWS
Ard Biesheuvel [Thu, 1 Apr 2004 11:38:23 +0000 (11:38 +0000)]
WS

21 years agoFix unregistered bug (crash when closing db opened with "CREATE DATABASE ...")
Ard Biesheuvel [Thu, 1 Apr 2004 10:56:28 +0000 (10:56 +0000)]
Fix unregistered bug (crash when closing db opened with "CREATE DATABASE ...")

21 years agoSome small improvments, support for new style constructors, support for exceptions...
Dmitry Stogov [Thu, 1 Apr 2004 10:47:44 +0000 (10:47 +0000)]
Some small improvments, support for new style constructors, support for exceptions other then SoapFault

21 years ago- Fixed bug #27822 (is_resource() returns TRUE for closed resources)
Derick Rethans [Thu, 1 Apr 2004 08:54:44 +0000 (08:54 +0000)]
- Fixed bug #27822 (is_resource() returns TRUE for closed resources)

21 years agoOnly wind filters when appending to the read chain.
Sara Golemon [Thu, 1 Apr 2004 03:52:34 +0000 (03:52 +0000)]
Only wind filters when appending to the read chain.

21 years agoChangeLog update
<changelog@php.net> [Thu, 1 Apr 2004 01:32:08 +0000 (01:32 +0000)]
ChangeLog update

21 years agoThis leaks when a stream opener proxy opens another stream.
Sara Golemon [Thu, 1 Apr 2004 01:07:54 +0000 (01:07 +0000)]
This leaks when a stream opener proxy opens another stream.

21 years agoBugFix#27619
Sara Golemon [Wed, 31 Mar 2004 23:48:59 +0000 (23:48 +0000)]
BugFix#27619
Filters not applied to pre-buffered stream data.
(esp. http:// streams)

21 years ago- Align help output for configure.
Derick Rethans [Wed, 31 Mar 2004 21:11:23 +0000 (21:11 +0000)]
- Align help output for configure.

21 years agoFixed bug #27809 (ftp_systype returns null on some ftp servers).
Ilia Alshanetsky [Wed, 31 Mar 2004 20:43:40 +0000 (20:43 +0000)]
Fixed bug #27809 (ftp_systype returns null on some ftp servers).

21 years agodisallow negative timestamps on windows only
Hartmut Holzgraefe [Wed, 31 Mar 2004 17:57:33 +0000 (17:57 +0000)]
disallow negative timestamps on windows only

21 years agouse new style constructors
Rob Richards [Wed, 31 Mar 2004 17:18:59 +0000 (17:18 +0000)]
use new style constructors
fix return for nodelist item

21 years agoFixed bug #27802 (default number of children to 8 when PHP_FCGI_CHILDREN is
Ilia Alshanetsky [Wed, 31 Mar 2004 17:01:01 +0000 (17:01 +0000)]
Fixed bug #27802 (default number of children to 8 when PHP_FCGI_CHILDREN is
not defined).

21 years agoFixed BUG in zend_post_incdec_property
Dmitry Stogov [Wed, 31 Mar 2004 15:16:00 +0000 (15:16 +0000)]
Fixed BUG in zend_post_incdec_property

21 years ago- Fix typo
Andi Gutmans [Wed, 31 Mar 2004 13:11:19 +0000 (13:11 +0000)]
- Fix typo

21 years agoChangeLog update
<changelog@php.net> [Wed, 31 Mar 2004 01:32:01 +0000 (01:32 +0000)]
ChangeLog update

21 years agoMake time tests more robust against differences in implementation
Ard Biesheuvel [Wed, 31 Mar 2004 01:00:55 +0000 (01:00 +0000)]
Make time tests more robust against differences in implementation
# FreeBSD mktime() returns -1 if is_dst==1 and no DST timezone is set

21 years agoFixed generate_array_diff().
Ilia Alshanetsky [Tue, 30 Mar 2004 23:58:47 +0000 (23:58 +0000)]
Fixed generate_array_diff().

21 years agoFix tests
Marcus Boerger [Tue, 30 Mar 2004 21:17:52 +0000 (21:17 +0000)]
Fix tests

21 years agoFix test
Marcus Boerger [Tue, 30 Mar 2004 21:13:05 +0000 (21:13 +0000)]
Fix test

21 years agoAdd more statistics
Marcus Boerger [Tue, 30 Mar 2004 19:33:22 +0000 (19:33 +0000)]
Add more statistics

21 years agoFixed bug #27782 (Wrong behaviour of next(), prev() and each()).
Ilia Alshanetsky [Tue, 30 Mar 2004 19:08:43 +0000 (19:08 +0000)]
Fixed bug #27782 (Wrong behaviour of next(), prev() and each()).

21 years agoThe test script to search for underscores
Marcus Boerger [Tue, 30 Mar 2004 18:50:39 +0000 (18:50 +0000)]
The test script to search for underscores

21 years agoTSRM fix
Marcus Boerger [Tue, 30 Mar 2004 18:39:53 +0000 (18:39 +0000)]
TSRM fix

21 years ago- Fix Reflection class names
Marcus Boerger [Tue, 30 Mar 2004 18:36:53 +0000 (18:36 +0000)]
- Fix Reflection class names
- Add ability to get the extension an internal class was defined in
# This is the patch Andi and me used to search for underscrores...

21 years agoFix for #27764. Get return value from a stored procedure not returning any result...
Frank M. Kromann [Tue, 30 Mar 2004 17:54:10 +0000 (17:54 +0000)]
Fix for #27764. Get return value from a stored procedure not returning any result sets

21 years agoDisabled calling dtors on tsrm_shutdown - calling dtors in tsrm_shutdown makes
Stanislav Malyshev [Tue, 30 Mar 2004 16:56:01 +0000 (16:56 +0000)]
Disabled calling dtors on tsrm_shutdown - calling dtors in tsrm_shutdown makes
modules registering TSRM ids to crash, if they have dtors, since the module
is unloaded before tsrm_shutdown is called. Can be re-enabled after
tsrm_free_id is implemented.

21 years agoPrevent test from failing on least significant digit
Ard Biesheuvel [Tue, 30 Mar 2004 12:36:44 +0000 (12:36 +0000)]
Prevent test from failing on least significant digit

21 years agoUsing studlyCaps names.
Dmitry Stogov [Tue, 30 Mar 2004 09:08:23 +0000 (09:08 +0000)]
Using studlyCaps names.

21 years ago- Tiny improvement.
Andi Gutmans [Tue, 30 Mar 2004 08:56:29 +0000 (08:56 +0000)]
- Tiny improvement.

21 years agoChangeLog update
<changelog@php.net> [Tue, 30 Mar 2004 01:31:57 +0000 (01:31 +0000)]
ChangeLog update

21 years agoNAN==NAN doest work (Ard)
Marcus Boerger [Mon, 29 Mar 2004 23:08:36 +0000 (23:08 +0000)]
NAN==NAN doest work (Ard)

21 years agoRemoved extra spaces that cause the test to fail.
Ilia Alshanetsky [Mon, 29 Mar 2004 21:57:29 +0000 (21:57 +0000)]
Removed extra spaces that cause the test to fail.

21 years agoFix for Bug #26757: session.save_path defaults to bogus value on win32
Wez Furlong [Mon, 29 Mar 2004 21:44:07 +0000 (21:44 +0000)]
Fix for Bug #26757: session.save_path defaults to bogus value on win32
Merge from branch with one main difference: the default save_path is
set to the empty string on all platforms, whereas the code in the
branch only does so for win32.

21 years agoDOM_RET_OBJ for return_value needs to be followed by return
Marcus Boerger [Mon, 29 Mar 2004 21:05:16 +0000 (21:05 +0000)]
DOM_RET_OBJ for return_value needs to be followed by return

21 years agoRemove debug code
Marcus Boerger [Mon, 29 Mar 2004 20:54:46 +0000 (20:54 +0000)]
Remove debug code

21 years agoFix tests
Marcus Boerger [Mon, 29 Mar 2004 20:54:13 +0000 (20:54 +0000)]
Fix tests

21 years agoFix class names
Marcus Boerger [Mon, 29 Mar 2004 19:58:01 +0000 (19:58 +0000)]
Fix class names

21 years agoFixed compiler warnings.
Ilia Alshanetsky [Mon, 29 Mar 2004 19:57:51 +0000 (19:57 +0000)]
Fixed compiler warnings.

21 years agoFix class names
Marcus Boerger [Mon, 29 Mar 2004 19:49:17 +0000 (19:49 +0000)]
Fix class names

21 years agoFix class names
Marcus Boerger [Mon, 29 Mar 2004 19:31:29 +0000 (19:31 +0000)]
Fix class names