]> granicus.if.org Git - php/log
php
20 years ago- Update documentation
Marcus Boerger [Thu, 6 May 2004 21:20:50 +0000 (21:20 +0000)]
- Update documentation

20 years ago- Fixed test
Derick Rethans [Thu, 6 May 2004 17:45:27 +0000 (17:45 +0000)]
- Fixed test

20 years agoFixed a segfault. (It's possible for large offsets to make strrpos()
Jay Smith [Thu, 6 May 2004 16:11:50 +0000 (16:11 +0000)]
Fixed a segfault. (It's possible for large offsets to make strrpos()
read past the end of the haystack string...)

20 years agofix line endings
Stanislav Malyshev [Thu, 6 May 2004 15:41:59 +0000 (15:41 +0000)]
fix line endings

20 years agoFix fastCGI breakage: due to calling flush on unitialized requests,
Stanislav Malyshev [Thu, 6 May 2004 15:23:53 +0000 (15:23 +0000)]
Fix fastCGI breakage: due to calling flush on unitialized requests,
request was aborted unless ignore_user_abort is set

20 years agoBugfix #28300 Userspace stream/filter names don't need to be lowercased.
Sara Golemon [Thu, 6 May 2004 14:29:33 +0000 (14:29 +0000)]
Bugfix #28300 Userspace stream/filter names don't need to be lowercased.

20 years agoCall functions by their new, proper names instead of what are now aliases.
Marc Boeren [Thu, 6 May 2004 12:22:14 +0000 (12:22 +0000)]
Call functions by their new, proper names instead of what are now aliases.
Change OCIFetchInto (deprecated) to oci_fetch_array.

20 years agoAdd protos
Marcus Boerger [Thu, 6 May 2004 09:01:31 +0000 (09:01 +0000)]
Add protos

20 years agoCount support for ArrayIterator & ArrayObject
Marcus Boerger [Thu, 6 May 2004 08:57:20 +0000 (08:57 +0000)]
Count support for ArrayIterator & ArrayObject

20 years agoChangeLog update
<changelog@php.net> [Thu, 6 May 2004 00:31:51 +0000 (00:31 +0000)]
ChangeLog update

20 years agoFixed unregistered bug: array count is incorrect when binding array ids
Ard Biesheuvel [Wed, 5 May 2004 22:18:35 +0000 (22:18 +0000)]
Fixed unregistered bug: array count is incorrect when binding array ids
Fixed unregistered bug: empty numeric/datetime param argument is coerced to
a string that cannot be handled by the IB API layer

20 years agoBugFix#28287 stream_*_register() not calling __autoload().
Sara Golemon [Wed, 5 May 2004 18:18:57 +0000 (18:18 +0000)]
BugFix#28287 stream_*_register() not calling __autoload().

20 years agoSupport for classes with __call() method on server side.
Dmitry Stogov [Wed, 5 May 2004 10:52:33 +0000 (10:52 +0000)]
Support for classes with __call() method on server side.

20 years agophp_error() -> php_error_docref() (Marcus, Dmitry)
Dmitry Stogov [Wed, 5 May 2004 10:31:26 +0000 (10:31 +0000)]
php_error() -> php_error_docref() (Marcus, Dmitry)

20 years agoChangeLog update
<changelog@php.net> [Wed, 5 May 2004 01:16:24 +0000 (01:16 +0000)]
ChangeLog update

20 years agonews
Wez Furlong [Tue, 4 May 2004 15:11:06 +0000 (15:11 +0000)]
news

20 years agoUpdate for count_elements handler for overloaded objects.
Wez Furlong [Tue, 4 May 2004 15:03:48 +0000 (15:03 +0000)]
Update for count_elements handler for overloaded objects.

20 years agoAdd count_elements handler for overloaded objects.
Wez Furlong [Tue, 4 May 2004 15:03:28 +0000 (15:03 +0000)]
Add count_elements handler for overloaded objects.

20 years agoJust in case this header isn't present on the snaps machine.
Wez Furlong [Tue, 4 May 2004 15:00:25 +0000 (15:00 +0000)]
Just in case this header isn't present on the snaps machine.

20 years agoImprove stability.
Wez Furlong [Tue, 4 May 2004 14:54:01 +0000 (14:54 +0000)]
Improve stability.
Give it a new CLSID and change the engine name to ActivePHP5.
Globals registered by the scripting host are now auto-globals and don't
need to be declared global when accessed from within functions.

20 years agoibase_query(): Be careful not to return true on error conditions
Ard Biesheuvel [Tue, 4 May 2004 12:42:54 +0000 (12:42 +0000)]
ibase_query(): Be careful not to return true on error conditions

20 years ago* Providing the full URL to the coding standards.
Martin Jansen [Tue, 4 May 2004 10:43:24 +0000 (10:43 +0000)]
* Providing the full URL to the coding standards.

20 years agoadd package.xml
Rob Richards [Tue, 4 May 2004 08:23:10 +0000 (08:23 +0000)]
add package.xml

20 years agoChangeLog update
<changelog@php.net> [Tue, 4 May 2004 00:35:07 +0000 (00:35 +0000)]
ChangeLog update

20 years agoEnable writing to SafeArray dimensions.
Wez Furlong [Mon, 3 May 2004 20:10:58 +0000 (20:10 +0000)]
Enable writing to SafeArray dimensions.

20 years agoFix problem when assigning to a variable that holds an instance of
Wez Furlong [Mon, 3 May 2004 18:19:07 +0000 (18:19 +0000)]
Fix problem when assigning to a variable that holds an instance of
a COM/VARIANT/DOTNET object.

20 years agoFixup some constants and error handling.
Wez Furlong [Mon, 3 May 2004 15:51:41 +0000 (15:51 +0000)]
Fixup some constants and error handling.
Remove unfinished and un-needed function.

20 years agoSecurity fix: Put '\0' string termination before loop
Uwe Schindler [Mon, 3 May 2004 12:23:25 +0000 (12:23 +0000)]
Security fix: Put '\0' string termination before loop

20 years agoChangeLog update
<changelog@php.net> [Mon, 3 May 2004 00:36:07 +0000 (00:36 +0000)]
ChangeLog update

20 years ago- Look for missing classes in include_path
Marcus Boerger [Sun, 2 May 2004 22:55:22 +0000 (22:55 +0000)]
- Look for missing classes in include_path

20 years agoUpdate examples
Marcus Boerger [Sun, 2 May 2004 22:07:32 +0000 (22:07 +0000)]
Update examples

20 years ago- Fix comparison of two objects in non-compatibility mode.
Andi Gutmans [Sun, 2 May 2004 15:40:46 +0000 (15:40 +0000)]
- Fix comparison of two objects in non-compatibility mode.

20 years agoUse caseinsensitive sort
Marcus Boerger [Sun, 2 May 2004 13:23:30 +0000 (13:23 +0000)]
Use caseinsensitive sort

20 years agoFix Bug #28251
Wez Furlong [Sun, 2 May 2004 11:13:08 +0000 (11:13 +0000)]
Fix Bug #28251

20 years agoAdd a notice on STDIN
Marcus Boerger [Sun, 2 May 2004 09:14:02 +0000 (09:14 +0000)]
Add a notice on STDIN

20 years agoChangeLog update
<changelog@php.net> [Sun, 2 May 2004 00:35:19 +0000 (00:35 +0000)]
ChangeLog update

20 years agoDon't load modules twice
Marcus Boerger [Sat, 1 May 2004 20:34:15 +0000 (20:34 +0000)]
Don't load modules twice

20 years agoChangeLog update
<changelog@php.net> [Sat, 1 May 2004 00:36:00 +0000 (00:36 +0000)]
ChangeLog update

20 years agoAutoload class as long as needed
Marcus Boerger [Fri, 30 Apr 2004 19:01:06 +0000 (19:01 +0000)]
Autoload class as long as needed

20 years ago- HTML entity to ISO char.
Derick Rethans [Fri, 30 Apr 2004 18:00:24 +0000 (18:00 +0000)]
- HTML entity to ISO char.

20 years agofix to work with only the installed version of PEAR
Greg Beaver [Fri, 30 Apr 2004 16:45:46 +0000 (16:45 +0000)]
fix to work with only the installed version of PEAR

20 years agofix included files and put error messages in PEAR_Downloader where they are needed
Greg Beaver [Fri, 30 Apr 2004 16:37:39 +0000 (16:37 +0000)]
fix included files and put error messages in PEAR_Downloader where they are needed

20 years agoFixed bug #28228 (number_format() does not allow empty decimal separator).
Ilia Alshanetsky [Fri, 30 Apr 2004 13:26:01 +0000 (13:26 +0000)]
Fixed bug #28228 (number_format() does not allow empty decimal separator).

20 years agoBugfix #28229 (PATCH run-tests tripped up by spaces in names)
Marcus Boerger [Fri, 30 Apr 2004 08:18:54 +0000 (08:18 +0000)]
Bugfix #28229 (PATCH run-tests tripped up by spaces in names)

20 years agoremove notices in E_ALL for config test in PHP 4.3.6
Greg Beaver [Fri, 30 Apr 2004 03:39:04 +0000 (03:39 +0000)]
remove notices in E_ALL for config test in PHP 4.3.6

20 years agohopefully fix this test for all cases
Greg Beaver [Fri, 30 Apr 2004 03:35:43 +0000 (03:35 +0000)]
hopefully fix this test for all cases

20 years agoupdate to begin process for next release (release is not imminent)
Greg Beaver [Fri, 30 Apr 2004 02:09:03 +0000 (02:09 +0000)]
update to begin process for next release (release is not imminent)

20 years agofix unit test to work with 1.3.2 (which will be needed)
Greg Beaver [Fri, 30 Apr 2004 02:06:11 +0000 (02:06 +0000)]
fix unit test to work with 1.3.2 (which will be needed)

20 years agofix 1186: notice in PEAR_Common undeclared $_packageName
Greg Beaver [Fri, 30 Apr 2004 02:05:45 +0000 (02:05 +0000)]
fix 1186: notice in PEAR_Common undeclared $_packageName

20 years agofix unit test with PEAR 1.3.1
Greg Beaver [Fri, 30 Apr 2004 01:57:35 +0000 (01:57 +0000)]
fix unit test with PEAR 1.3.1

20 years agoChangeLog update
<changelog@php.net> [Fri, 30 Apr 2004 00:35:30 +0000 (00:35 +0000)]
ChangeLog update

20 years agoSPL is meant to be in uppercase letters, do it now it works
Marcus Boerger [Thu, 29 Apr 2004 23:02:11 +0000 (23:02 +0000)]
SPL is meant to be in uppercase letters, do it now it works

20 years agoAn oumlaut doesn't work here, need ASCII only
Marcus Boerger [Thu, 29 Apr 2004 22:57:23 +0000 (22:57 +0000)]
An oumlaut doesn't work here, need ASCII only

20 years ago- Fix protos and add notes to the docs
Marcus Boerger [Thu, 29 Apr 2004 22:52:49 +0000 (22:52 +0000)]
- Fix protos and add notes to the docs
- Reorder func prototypes to show what is common and what is specific

20 years ago- ArrayObject::append() must not be called when it refers to an object
Marcus Boerger [Thu, 29 Apr 2004 22:25:45 +0000 (22:25 +0000)]
- ArrayObject::append() must not be called when it refers to an object

20 years agoFixed bug #28196 (missing error constants in cURL extension).
Ilia Alshanetsky [Thu, 29 Apr 2004 16:25:42 +0000 (16:25 +0000)]
Fixed bug #28196 (missing error constants in cURL extension).

20 years agoC++ comments.
Ilia Alshanetsky [Thu, 29 Apr 2004 12:59:26 +0000 (12:59 +0000)]
C++ comments.

20 years agoanother down...
Wez Furlong [Thu, 29 Apr 2004 10:19:16 +0000 (10:19 +0000)]
another down...

20 years agoFix bug #27876
Stanislav Malyshev [Thu, 29 Apr 2004 09:47:29 +0000 (09:47 +0000)]
Fix bug #27876

20 years ago- Remove unused variable
Marcus Boerger [Thu, 29 Apr 2004 07:22:02 +0000 (07:22 +0000)]
- Remove unused variable
- Respect visibility in count() and add a test for that

20 years agoChangeLog update
<changelog@php.net> [Thu, 29 Apr 2004 00:36:06 +0000 (00:36 +0000)]
ChangeLog update

20 years agoAdd "--disable-all" switch, which will force all arguments to "no" if
Wez Furlong [Thu, 29 Apr 2004 00:17:09 +0000 (00:17 +0000)]
Add "--disable-all" switch, which will force all arguments to "no" if
they are not specified explicitly. (like the snapshot build, but in
reverse).

20 years agoShould have tested this change before committing.
Wez Furlong [Wed, 28 Apr 2004 23:24:33 +0000 (23:24 +0000)]
Should have tested this change before committing.

20 years ago- More examples
Marcus Boerger [Wed, 28 Apr 2004 21:52:51 +0000 (21:52 +0000)]
- More examples

20 years agoCount() was missing
Marcus Boerger [Wed, 28 Apr 2004 21:45:41 +0000 (21:45 +0000)]
Count() was missing

20 years ago- Add tests for the examples
Marcus Boerger [Wed, 28 Apr 2004 20:10:21 +0000 (20:10 +0000)]
- Add tests for the examples

20 years ago- DOS 2 UNIX
Marcus Boerger [Wed, 28 Apr 2004 19:58:47 +0000 (19:58 +0000)]
- DOS 2 UNIX

20 years agoFix c++ builds
Marcus Boerger [Wed, 28 Apr 2004 19:20:28 +0000 (19:20 +0000)]
Fix c++ builds

20 years agoAdded missing skip condition.
Ilia Alshanetsky [Wed, 28 Apr 2004 15:14:47 +0000 (15:14 +0000)]
Added missing skip condition.

20 years agoFix for Bug #28161 (and probably others that I can't find in the bug db;
Wez Furlong [Wed, 28 Apr 2004 08:23:22 +0000 (08:23 +0000)]
Fix for Bug #28161 (and probably others that I can't find in the bug db;
the search interface sucks).

Expand the proxy object so it can handle psuedo array style properties.

ASP/VB code like this:

headObj.Attribute("RID") = rid

can be expressed like this in PHP:

$headObj->Attribute['RID'] = $rid;

In theory, this feature can be used for "multi dimensional" properties:

headObj.Attribute("RID", "Foo") = rid;

like this:

$headObj->Attribute['RID']['Foo'] = $rid;

20 years agoChangeLog update
<changelog@php.net> [Wed, 28 Apr 2004 00:33:46 +0000 (00:33 +0000)]
ChangeLog update

20 years agoDon't strip off those []s, it'll only create problems in wrappers and elsewhere.
Sara Golemon [Tue, 27 Apr 2004 19:28:11 +0000 (19:28 +0000)]
Don't strip off those []s, it'll only create problems in wrappers and elsewhere.

20 years agoBugFix 28187 parse_url does not handle scheme://[0123:4567::89]:12345/etc style IPv6...
Sara Golemon [Tue, 27 Apr 2004 19:13:13 +0000 (19:13 +0000)]
BugFix 28187 parse_url does not handle scheme://[0123:4567::89]:12345/etc style IPv6 embedded address URLs

20 years ago- More examples
Marcus Boerger [Tue, 27 Apr 2004 18:15:00 +0000 (18:15 +0000)]
- More examples

20 years ago- Optional parameter to class_exists() that can be used to bypass
Marcus Boerger [Tue, 27 Apr 2004 18:09:40 +0000 (18:09 +0000)]
- Optional parameter to class_exists() that can be used to bypass
  __autoload() which can be helpfull in __autoload() itself.

20 years agoRemoved C++ style comments.
Ilia Alshanetsky [Tue, 27 Apr 2004 17:33:59 +0000 (17:33 +0000)]
Removed C++ style comments.

20 years ago- Some pretection against out-of-memory situations
Marcus Boerger [Tue, 27 Apr 2004 17:12:11 +0000 (17:12 +0000)]
- Some pretection against out-of-memory situations

20 years agoFix test
Marcus Boerger [Tue, 27 Apr 2004 15:48:20 +0000 (15:48 +0000)]
Fix test

20 years ago- Fix warnings
Marcus Boerger [Tue, 27 Apr 2004 15:47:55 +0000 (15:47 +0000)]
- Fix warnings

20 years ago- Fix ArrayIterator iteration
Marcus Boerger [Tue, 27 Apr 2004 15:42:45 +0000 (15:42 +0000)]
- Fix ArrayIterator iteration
- Make it seekable

20 years agoFix LimitIterator by using new handler
Marcus Boerger [Tue, 27 Apr 2004 15:41:26 +0000 (15:41 +0000)]
Fix LimitIterator by using new handler

20 years agoFix documentation
Marcus Boerger [Tue, 27 Apr 2004 15:39:33 +0000 (15:39 +0000)]
Fix documentation

20 years ago- no unneccessary retval initialization
Marcus Boerger [Tue, 27 Apr 2004 15:38:07 +0000 (15:38 +0000)]
- no unneccessary retval initialization
- new c-level iterator handler invalidate_current that is optionally
  used to clear internal caching like in implementation of Iterator

20 years ago- Fix prototypes
Andi Gutmans [Tue, 27 Apr 2004 15:18:33 +0000 (15:18 +0000)]
- Fix prototypes

20 years agoFixed bug #28184 (C++ comments in GD library sources).
Ilia Alshanetsky [Tue, 27 Apr 2004 14:59:07 +0000 (14:59 +0000)]
Fixed bug #28184 (C++ comments in GD library sources).

20 years agoadd relaxNG support
Rob Richards [Tue, 27 Apr 2004 10:46:21 +0000 (10:46 +0000)]
add relaxNG support
set xml base directory so it is consistant
add validation examples

20 years agofix bug 1242 - notice if multi-dimensional array is passed as a parameter
Greg Beaver [Tue, 27 Apr 2004 04:31:39 +0000 (04:31 +0000)]
fix bug 1242 - notice if multi-dimensional array is passed as a parameter
add optional parameter to staticHasErrors() that allows error determination for a single package

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

20 years agoComplete implementation
Marcus Boerger [Mon, 26 Apr 2004 22:01:12 +0000 (22:01 +0000)]
Complete implementation

20 years agoUpdate
Marcus Boerger [Mon, 26 Apr 2004 21:34:45 +0000 (21:34 +0000)]
Update

20 years agoRemoved pointless check.
Ilia Alshanetsky [Mon, 26 Apr 2004 20:14:11 +0000 (20:14 +0000)]
Removed pointless check.

20 years agoFix prototype
Marcus Boerger [Mon, 26 Apr 2004 18:54:18 +0000 (18:54 +0000)]
Fix prototype

20 years agohmm. this comma is supposed to be a semicolon.
Antony Dovgal [Mon, 26 Apr 2004 14:49:41 +0000 (14:49 +0000)]
hmm. this comma is supposed to be a semicolon.

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

20 years ago- MFB: Fixed bug #28147 (Crash with drawing anti-alised lines)
Derick Rethans [Sun, 25 Apr 2004 19:45:02 +0000 (19:45 +0000)]
- MFB: Fixed bug #28147 (Crash with drawing anti-alised lines)

20 years agoFixed test.
Ilia Alshanetsky [Sun, 25 Apr 2004 16:50:47 +0000 (16:50 +0000)]
Fixed test.

20 years agoAdd new iterator example AppendIterator and use it in findfile.php example.
Marcus Boerger [Sun, 25 Apr 2004 13:06:15 +0000 (13:06 +0000)]
Add new iterator example AppendIterator and use it in findfile.php example.
# The initial idea came from a request by Sebastian

20 years agoWith the new inheritance rules we need an explicit append method.
Marcus Boerger [Sun, 25 Apr 2004 13:04:36 +0000 (13:04 +0000)]
With the new inheritance rules we need an explicit append method.

20 years agoSkip correct amount of stack entries
Marcus Boerger [Sun, 25 Apr 2004 11:28:46 +0000 (11:28 +0000)]
Skip correct amount of stack entries

20 years agoCapture potential problem by error message
Marcus Boerger [Sun, 25 Apr 2004 11:25:25 +0000 (11:25 +0000)]
Capture potential problem by error message