]>
granicus.if.org Git - php/log
Marcus Boerger [Thu, 6 May 2004 21:20:50 +0000 (21:20 +0000)]
- Update documentation
Derick Rethans [Thu, 6 May 2004 17:45:27 +0000 (17:45 +0000)]
- Fixed test
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...)
Stanislav Malyshev [Thu, 6 May 2004 15:41:59 +0000 (15:41 +0000)]
fix line endings
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
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.
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.
Marcus Boerger [Thu, 6 May 2004 09:01:31 +0000 (09:01 +0000)]
Add protos
Marcus Boerger [Thu, 6 May 2004 08:57:20 +0000 (08:57 +0000)]
Count support for ArrayIterator & ArrayObject
<changelog@php.net> [Thu, 6 May 2004 00:31:51 +0000 (00:31 +0000)]
ChangeLog update
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
Sara Golemon [Wed, 5 May 2004 18:18:57 +0000 (18:18 +0000)]
BugFix#28287 stream_*_register() not calling __autoload().
Dmitry Stogov [Wed, 5 May 2004 10:52:33 +0000 (10:52 +0000)]
Support for classes with __call() method on server side.
Dmitry Stogov [Wed, 5 May 2004 10:31:26 +0000 (10:31 +0000)]
php_error() -> php_error_docref() (Marcus, Dmitry)
<changelog@php.net> [Wed, 5 May 2004 01:16:24 +0000 (01:16 +0000)]
ChangeLog update
Wez Furlong [Tue, 4 May 2004 15:11:06 +0000 (15:11 +0000)]
news
Wez Furlong [Tue, 4 May 2004 15:03:48 +0000 (15:03 +0000)]
Update for 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.
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.
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.
Ard Biesheuvel [Tue, 4 May 2004 12:42:54 +0000 (12:42 +0000)]
ibase_query(): Be careful not to return true on error conditions
Martin Jansen [Tue, 4 May 2004 10:43:24 +0000 (10:43 +0000)]
* Providing the full URL to the coding standards.
Rob Richards [Tue, 4 May 2004 08:23:10 +0000 (08:23 +0000)]
add package.xml
<changelog@php.net> [Tue, 4 May 2004 00:35:07 +0000 (00:35 +0000)]
ChangeLog update
Wez Furlong [Mon, 3 May 2004 20:10:58 +0000 (20:10 +0000)]
Enable writing to SafeArray dimensions.
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.
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.
Uwe Schindler [Mon, 3 May 2004 12:23:25 +0000 (12:23 +0000)]
Security fix: Put '\0' string termination before loop
<changelog@php.net> [Mon, 3 May 2004 00:36:07 +0000 (00:36 +0000)]
ChangeLog update
Marcus Boerger [Sun, 2 May 2004 22:55:22 +0000 (22:55 +0000)]
- Look for missing classes in include_path
Marcus Boerger [Sun, 2 May 2004 22:07:32 +0000 (22:07 +0000)]
Update examples
Andi Gutmans [Sun, 2 May 2004 15:40:46 +0000 (15:40 +0000)]
- Fix comparison of two objects in non-compatibility mode.
Marcus Boerger [Sun, 2 May 2004 13:23:30 +0000 (13:23 +0000)]
Use caseinsensitive sort
Wez Furlong [Sun, 2 May 2004 11:13:08 +0000 (11:13 +0000)]
Fix Bug #28251
Marcus Boerger [Sun, 2 May 2004 09:14:02 +0000 (09:14 +0000)]
Add a notice on STDIN
<changelog@php.net> [Sun, 2 May 2004 00:35:19 +0000 (00:35 +0000)]
ChangeLog update
Marcus Boerger [Sat, 1 May 2004 20:34:15 +0000 (20:34 +0000)]
Don't load modules twice
<changelog@php.net> [Sat, 1 May 2004 00:36:00 +0000 (00:36 +0000)]
ChangeLog update
Marcus Boerger [Fri, 30 Apr 2004 19:01:06 +0000 (19:01 +0000)]
Autoload class as long as needed
Derick Rethans [Fri, 30 Apr 2004 18:00:24 +0000 (18:00 +0000)]
- HTML entity to ISO char.
Greg Beaver [Fri, 30 Apr 2004 16:45:46 +0000 (16:45 +0000)]
fix to work with only the installed version of PEAR
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
Ilia Alshanetsky [Fri, 30 Apr 2004 13:26:01 +0000 (13:26 +0000)]
Fixed bug #28228 (number_format() does not allow empty decimal separator).
Marcus Boerger [Fri, 30 Apr 2004 08:18:54 +0000 (08:18 +0000)]
Bugfix #28229 (PATCH run-tests tripped up by spaces in names)
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
Greg Beaver [Fri, 30 Apr 2004 03:35:43 +0000 (03:35 +0000)]
hopefully fix this test for all cases
Greg Beaver [Fri, 30 Apr 2004 02:09:03 +0000 (02:09 +0000)]
update to begin process for next release (release is not imminent)
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)
Greg Beaver [Fri, 30 Apr 2004 02:05:45 +0000 (02:05 +0000)]
fix 1186: notice in PEAR_Common undeclared $_packageName
Greg Beaver [Fri, 30 Apr 2004 01:57:35 +0000 (01:57 +0000)]
fix unit test with PEAR 1.3.1
<changelog@php.net> [Fri, 30 Apr 2004 00:35:30 +0000 (00:35 +0000)]
ChangeLog update
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
Marcus Boerger [Thu, 29 Apr 2004 22:57:23 +0000 (22:57 +0000)]
An oumlaut doesn't work here, need ASCII only
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
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
Ilia Alshanetsky [Thu, 29 Apr 2004 16:25:42 +0000 (16:25 +0000)]
Fixed bug #28196 (missing error constants in cURL extension).
Ilia Alshanetsky [Thu, 29 Apr 2004 12:59:26 +0000 (12:59 +0000)]
C++ comments.
Wez Furlong [Thu, 29 Apr 2004 10:19:16 +0000 (10:19 +0000)]
another down...
Stanislav Malyshev [Thu, 29 Apr 2004 09:47:29 +0000 (09:47 +0000)]
Fix bug #27876
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
<changelog@php.net> [Thu, 29 Apr 2004 00:36:06 +0000 (00:36 +0000)]
ChangeLog update
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).
Wez Furlong [Wed, 28 Apr 2004 23:24:33 +0000 (23:24 +0000)]
Should have tested this change before committing.
Marcus Boerger [Wed, 28 Apr 2004 21:52:51 +0000 (21:52 +0000)]
- More examples
Marcus Boerger [Wed, 28 Apr 2004 21:45:41 +0000 (21:45 +0000)]
Count() was missing
Marcus Boerger [Wed, 28 Apr 2004 20:10:21 +0000 (20:10 +0000)]
- Add tests for the examples
Marcus Boerger [Wed, 28 Apr 2004 19:58:47 +0000 (19:58 +0000)]
- DOS 2 UNIX
Marcus Boerger [Wed, 28 Apr 2004 19:20:28 +0000 (19:20 +0000)]
Fix c++ builds
Ilia Alshanetsky [Wed, 28 Apr 2004 15:14:47 +0000 (15:14 +0000)]
Added missing skip condition.
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;
<changelog@php.net> [Wed, 28 Apr 2004 00:33:46 +0000 (00:33 +0000)]
ChangeLog update
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.
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
Marcus Boerger [Tue, 27 Apr 2004 18:15:00 +0000 (18:15 +0000)]
- More examples
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.
Ilia Alshanetsky [Tue, 27 Apr 2004 17:33:59 +0000 (17:33 +0000)]
Removed C++ style comments.
Marcus Boerger [Tue, 27 Apr 2004 17:12:11 +0000 (17:12 +0000)]
- Some pretection against out-of-memory situations
Marcus Boerger [Tue, 27 Apr 2004 15:48:20 +0000 (15:48 +0000)]
Fix test
Marcus Boerger [Tue, 27 Apr 2004 15:47:55 +0000 (15:47 +0000)]
- Fix warnings
Marcus Boerger [Tue, 27 Apr 2004 15:42:45 +0000 (15:42 +0000)]
- Fix ArrayIterator iteration
- Make it seekable
Marcus Boerger [Tue, 27 Apr 2004 15:41:26 +0000 (15:41 +0000)]
Fix LimitIterator by using new handler
Marcus Boerger [Tue, 27 Apr 2004 15:39:33 +0000 (15:39 +0000)]
Fix documentation
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
Andi Gutmans [Tue, 27 Apr 2004 15:18:33 +0000 (15:18 +0000)]
- Fix prototypes
Ilia Alshanetsky [Tue, 27 Apr 2004 14:59:07 +0000 (14:59 +0000)]
Fixed bug #28184 (C++ comments in GD library sources).
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
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
<changelog@php.net> [Tue, 27 Apr 2004 00:35:21 +0000 (00:35 +0000)]
ChangeLog update
Marcus Boerger [Mon, 26 Apr 2004 22:01:12 +0000 (22:01 +0000)]
Complete implementation
Marcus Boerger [Mon, 26 Apr 2004 21:34:45 +0000 (21:34 +0000)]
Update
Ilia Alshanetsky [Mon, 26 Apr 2004 20:14:11 +0000 (20:14 +0000)]
Removed pointless check.
Marcus Boerger [Mon, 26 Apr 2004 18:54:18 +0000 (18:54 +0000)]
Fix prototype
Antony Dovgal [Mon, 26 Apr 2004 14:49:41 +0000 (14:49 +0000)]
hmm. this comma is supposed to be a semicolon.
<changelog@php.net> [Mon, 26 Apr 2004 00:35:44 +0000 (00:35 +0000)]
ChangeLog update
Derick Rethans [Sun, 25 Apr 2004 19:45:02 +0000 (19:45 +0000)]
- MFB: Fixed bug #28147 (Crash with drawing anti-alised lines)
Ilia Alshanetsky [Sun, 25 Apr 2004 16:50:47 +0000 (16:50 +0000)]
Fixed test.
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
Marcus Boerger [Sun, 25 Apr 2004 13:04:36 +0000 (13:04 +0000)]
With the new inheritance rules we need an explicit append method.
Marcus Boerger [Sun, 25 Apr 2004 11:28:46 +0000 (11:28 +0000)]
Skip correct amount of stack entries
Marcus Boerger [Sun, 25 Apr 2004 11:25:25 +0000 (11:25 +0000)]
Capture potential problem by error message