]>
granicus.if.org Git - php/log
Marcus Boerger [Mon, 10 May 2004 17:26:03 +0000 (17:26 +0000)]
- Documentation update
- Checkin doxygen config file
# A patched version of doxygen is needed, hopefully 1.3.8 will contain it
Zeev Suraski [Mon, 10 May 2004 14:56:21 +0000 (14:56 +0000)]
- Fix comparison of objects
- Clarify convert_object_to_type()
Rob Richards [Mon, 10 May 2004 14:38:32 +0000 (14:38 +0000)]
check for dom support
remove comment
Christian Stocker [Mon, 10 May 2004 13:31:14 +0000 (13:31 +0000)]
- added expand support (see http://www.xmlsoft.org/xmlreader.html#Mixing for the details behind
that)
CVS: ----------------------------------------------------------------------
Stefan Esser [Mon, 10 May 2004 12:17:25 +0000 (12:17 +0000)]
Checking MEMORY_LIMIT before doing emalloc/erealloc solves several ugly problems.
Zeev Suraski [Mon, 10 May 2004 12:06:09 +0000 (12:06 +0000)]
Fix Win32 build
Marcus Boerger [Mon, 10 May 2004 07:23:38 +0000 (07:23 +0000)]
- Decouple NAN and INF
Ilia Alshanetsky [Mon, 10 May 2004 02:18:49 +0000 (02:18 +0000)]
Missing part of the upgrade patch.
Marcus Boerger [Mon, 10 May 2004 01:42:43 +0000 (01:42 +0000)]
- Fix problems with c mode
<changelog@php.net> [Mon, 10 May 2004 00:32:12 +0000 (00:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Sun, 9 May 2004 19:01:13 +0000 (19:01 +0000)]
Fixed bug #28289 (incorrect resolving of relative paths by glob() in
windows).
Ilia Alshanetsky [Sun, 9 May 2004 18:26:40 +0000 (18:26 +0000)]
GD bug fixing news.
Ilia Alshanetsky [Sun, 9 May 2004 18:25:33 +0000 (18:25 +0000)]
Fixed bug #28304 (Missing bounds check inside imagefilter()).
Ilia Alshanetsky [Sun, 9 May 2004 17:47:31 +0000 (17:47 +0000)]
Fixed bug #28311 (Transparency detection code is off by 1).
Ilia Alshanetsky [Sun, 9 May 2004 17:39:20 +0000 (17:39 +0000)]
Fixed bug #28267 (php_image_filter_contrast calls gdImageBrightness).
Ilia Alshanetsky [Sun, 9 May 2004 17:33:50 +0000 (17:33 +0000)]
Upgrade bundled GD library to 2.0.23.
Fixed bug #28175 (build problem for people using FreeType 2.1.0-2.1.2).
Wez Furlong [Sun, 9 May 2004 15:21:29 +0000 (15:21 +0000)]
Implement com_get_active_object() and a helper object for working with
persistent COM objects.
(That's the last of the stuff I want to sneak in before 5.0 is released).
Wez Furlong [Sun, 9 May 2004 14:28:19 +0000 (14:28 +0000)]
Urgh!
Use the correct function to free messages from php_win_err(), otherwise
we say hello to Mr. S. Fault.
Derick Rethans [Sun, 9 May 2004 14:22:02 +0000 (14:22 +0000)]
- Fixed news
John Coggeshall [Sun, 9 May 2004 14:00:30 +0000 (14:00 +0000)]
Tell ppl about it.
John Coggeshall [Sun, 9 May 2004 14:00:14 +0000 (14:00 +0000)]
Renamed tidy_node to tidyNode, removed the tidy_exception class and updated
the tests.
Stanislav Malyshev [Sun, 9 May 2004 11:08:04 +0000 (11:08 +0000)]
Add __EXTENSIONS__ define - otherwise it won't compile on Solaris
<changelog@php.net> [Sun, 9 May 2004 00:35:06 +0000 (00:35 +0000)]
ChangeLog update
Ilia Alshanetsky [Sat, 8 May 2004 17:37:28 +0000 (17:37 +0000)]
Fixed typo.
Derick Rethans [Sat, 8 May 2004 17:34:07 +0000 (17:34 +0000)]
- Fixed type which prevented this extension from being loaded as shared
extension.
Marcus Boerger [Sat, 8 May 2004 12:35:21 +0000 (12:35 +0000)]
- Docu updates
- Add missing example file
- Fix aggregation of inner iterators in examples
Marcus Boerger [Sat, 8 May 2004 12:26:28 +0000 (12:26 +0000)]
- Update docu
Marcus Boerger [Sat, 8 May 2004 12:24:15 +0000 (12:24 +0000)]
- Update examples
- Update documentation
- Move classes/interfaces already implemented in c to new subdir internal
Sergey Kartashoff [Sat, 8 May 2004 11:50:40 +0000 (11:50 +0000)]
- mnoGoSearch extension was updated to support CachedCopies of
mnogosearch-3.2.16 or later. Udm_Get_Agent_Param and
Udm_Store_Doc_Cgi functions were added. MnoGoSearch-3.2.3 stored API
was removed.
Sara Golemon [Sat, 8 May 2004 05:58:18 +0000 (05:58 +0000)]
if statement logic would never eval to false.
<changelog@php.net> [Sat, 8 May 2004 00:33:46 +0000 (00:33 +0000)]
ChangeLog update
Rob Richards [Fri, 7 May 2004 18:38:21 +0000 (18:38 +0000)]
allow ->open() and ->XML() to be called statically
Wez Furlong [Fri, 7 May 2004 17:47:27 +0000 (17:47 +0000)]
spot the vim user
Wez Furlong [Fri, 7 May 2004 17:47:02 +0000 (17:47 +0000)]
Fix Bug #28317: Avoid recursion in libpcre on windows platform.
Ard Biesheuvel [Fri, 7 May 2004 15:11:07 +0000 (15:11 +0000)]
Fix unregistered bug in zval pointer/array juggling
# Thinko: element of a **zval[] is usually not a *zval[]
# I can't believe this has gone undetected for 4+ years!
Marcus Boerger [Fri, 7 May 2004 06:13:21 +0000 (06:13 +0000)]
- Fix bug #28309
<changelog@php.net> [Fri, 7 May 2004 00:31:54 +0000 (00:31 +0000)]
ChangeLog update
Marcus Boerger [Thu, 6 May 2004 22:55:25 +0000 (22:55 +0000)]
- Update examples
Marcus Boerger [Thu, 6 May 2004 21:46:40 +0000 (21:46 +0000)]
- interfaces 'extends' not 'implements' other interfaces
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