]> granicus.if.org Git - php/log
php
20 years agoChangeLog update
<changelog@php.net> [Wed, 12 May 2004 00:33:00 +0000 (00:33 +0000)]
ChangeLog update

20 years agoMake vprintf() and printf() return the length of the string printed.
Ilia Alshanetsky [Tue, 11 May 2004 19:51:46 +0000 (19:51 +0000)]
Make vprintf() and printf() return the length of the string printed.
Make fprintf() and vfprints() return the correct length of the string
printed.

20 years agoReset opt_name to NULL to ensure it's not re-used if numeric keys can be
Ilia Alshanetsky [Tue, 11 May 2004 15:59:07 +0000 (15:59 +0000)]
Reset opt_name to NULL to ensure it's not re-used if numeric keys can be
found inside the options array.

20 years ago- Fixed defines
Derick Rethans [Tue, 11 May 2004 15:30:54 +0000 (15:30 +0000)]
- Fixed defines

20 years ago- Don't allow passing NULL to type hinted parameter.
Andi Gutmans [Tue, 11 May 2004 14:28:40 +0000 (14:28 +0000)]
- Don't allow passing NULL to type hinted parameter.

20 years agoFixed bug #28355 (glob() does not return error on Linux when it does not
Ilia Alshanetsky [Tue, 11 May 2004 13:34:19 +0000 (13:34 +0000)]
Fixed bug #28355 (glob() does not return error on Linux when it does not
have permission to open the directory).

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

20 years agoFixed crash inside cpdf_place_inline_image() when working with truecolor
Ilia Alshanetsky [Mon, 10 May 2004 22:13:08 +0000 (22:13 +0000)]
Fixed crash inside cpdf_place_inline_image() when working with truecolor
images.

20 years agoadd chregu as maintainer
Rob Richards [Mon, 10 May 2004 20:46:32 +0000 (20:46 +0000)]
add chregu as maintainer
prep for next release

20 years agoAdding next() method
Christian Stocker [Mon, 10 May 2004 20:39:04 +0000 (20:39 +0000)]
Adding next() method

20 years ago- Documentation update
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

20 years ago- Fix comparison of objects
Zeev Suraski [Mon, 10 May 2004 14:56:21 +0000 (14:56 +0000)]
- Fix comparison of objects
- Clarify convert_object_to_type()

20 years agocheck for dom support
Rob Richards [Mon, 10 May 2004 14:38:32 +0000 (14:38 +0000)]
check for dom support
remove comment

20 years ago- added expand support (see http://www.xmlsoft.org/xmlreader.html#Mixing for the...
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: ----------------------------------------------------------------------

20 years agoChecking MEMORY_LIMIT before doing emalloc/erealloc solves several ugly problems.
Stefan Esser [Mon, 10 May 2004 12:17:25 +0000 (12:17 +0000)]
Checking MEMORY_LIMIT before doing emalloc/erealloc solves several ugly problems.

20 years agoFix Win32 build
Zeev Suraski [Mon, 10 May 2004 12:06:09 +0000 (12:06 +0000)]
Fix Win32 build

20 years ago- Decouple NAN and INF
Marcus Boerger [Mon, 10 May 2004 07:23:38 +0000 (07:23 +0000)]
- Decouple NAN and INF

20 years agoMissing part of the upgrade patch.
Ilia Alshanetsky [Mon, 10 May 2004 02:18:49 +0000 (02:18 +0000)]
Missing part of the upgrade patch.

20 years ago- Fix problems with c mode
Marcus Boerger [Mon, 10 May 2004 01:42:43 +0000 (01:42 +0000)]
- Fix problems with c mode

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

20 years agoFixed bug #28289 (incorrect resolving of relative paths by glob() in
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).

20 years agoGD bug fixing news.
Ilia Alshanetsky [Sun, 9 May 2004 18:26:40 +0000 (18:26 +0000)]
GD bug fixing news.

20 years agoFixed bug #28304 (Missing bounds check inside imagefilter()).
Ilia Alshanetsky [Sun, 9 May 2004 18:25:33 +0000 (18:25 +0000)]
Fixed bug #28304 (Missing bounds check inside imagefilter()).

20 years agoFixed bug #28311 (Transparency detection code is off by 1).
Ilia Alshanetsky [Sun, 9 May 2004 17:47:31 +0000 (17:47 +0000)]
Fixed bug #28311 (Transparency detection code is off by 1).

20 years agoFixed bug #28267 (php_image_filter_contrast calls gdImageBrightness).
Ilia Alshanetsky [Sun, 9 May 2004 17:39:20 +0000 (17:39 +0000)]
Fixed bug #28267 (php_image_filter_contrast calls gdImageBrightness).

20 years agoUpgrade bundled GD library to 2.0.23.
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).

20 years agoImplement com_get_active_object() and a helper object for working with
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).

20 years agoUrgh!
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.

20 years ago- Fixed news
Derick Rethans [Sun, 9 May 2004 14:22:02 +0000 (14:22 +0000)]
- Fixed news

20 years agoTell ppl about it.
John Coggeshall [Sun, 9 May 2004 14:00:30 +0000 (14:00 +0000)]
Tell ppl about it.

20 years agoRenamed tidy_node to tidyNode, removed the tidy_exception class and updated
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.

20 years agoAdd __EXTENSIONS__ define - otherwise it won't compile on Solaris
Stanislav Malyshev [Sun, 9 May 2004 11:08:04 +0000 (11:08 +0000)]
Add __EXTENSIONS__ define - otherwise it won't compile on Solaris

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

20 years agoFixed typo.
Ilia Alshanetsky [Sat, 8 May 2004 17:37:28 +0000 (17:37 +0000)]
Fixed typo.

20 years ago- Fixed type which prevented this extension from being loaded as shared
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.

20 years ago- Docu updates
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

20 years ago- Update docu
Marcus Boerger [Sat, 8 May 2004 12:26:28 +0000 (12:26 +0000)]
- Update docu

20 years ago- Update examples
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

20 years ago- mnoGoSearch extension was updated to support CachedCopies of
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.

20 years agoif statement logic would never eval to false.
Sara Golemon [Sat, 8 May 2004 05:58:18 +0000 (05:58 +0000)]
if statement logic would never eval to false.

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

20 years agoallow ->open() and ->XML() to be called statically
Rob Richards [Fri, 7 May 2004 18:38:21 +0000 (18:38 +0000)]
allow ->open() and ->XML() to be called statically

20 years agospot the vim user
Wez Furlong [Fri, 7 May 2004 17:47:27 +0000 (17:47 +0000)]
spot the vim user

20 years agoFix Bug #28317: Avoid recursion in libpcre on windows platform.
Wez Furlong [Fri, 7 May 2004 17:47:02 +0000 (17:47 +0000)]
Fix Bug #28317: Avoid recursion in libpcre on windows platform.

20 years agoFix unregistered bug in zval pointer/array juggling
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!

20 years ago- Fix bug #28309
Marcus Boerger [Fri, 7 May 2004 06:13:21 +0000 (06:13 +0000)]
- Fix bug #28309

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

20 years ago- Update examples
Marcus Boerger [Thu, 6 May 2004 22:55:25 +0000 (22:55 +0000)]
- Update examples

20 years ago- interfaces 'extends' not 'implements' other interfaces
Marcus Boerger [Thu, 6 May 2004 21:46:40 +0000 (21:46 +0000)]
- interfaces 'extends' not 'implements' other interfaces

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