]> granicus.if.org Git - php/log
php
20 years agoMFH: Fix seeking
Marcus Boerger [Tue, 31 Aug 2004 20:56:08 +0000 (20:56 +0000)]
MFH: Fix seeking

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
SVN Migration [Tue, 31 Aug 2004 20:54:32 +0000 (20:54 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.

20 years agoMFH: Use user_agent ini setting if it's available.
Sara Golemon [Tue, 31 Aug 2004 20:11:32 +0000 (20:11 +0000)]
MFH: Use user_agent ini setting if it's available.

20 years agoMFH: Do not rely on handling of integers which might be outside the
Joe Orton [Tue, 31 Aug 2004 12:11:06 +0000 (12:11 +0000)]
MFH: Do not rely on handling of integers which might be outside the
range of a 32-bit signed long.

20 years agoMFH: fix gettimeofday() tests to not fail if the same time is
Joe Orton [Tue, 31 Aug 2004 11:49:19 +0000 (11:49 +0000)]
MFH: fix gettimeofday() tests to not fail if the same time is
returned by successive calls.

20 years agoMFH: fix bug #29723 (file_get_contents() fails with the file:// wrapper under Win32)
Antony Dovgal [Tue, 31 Aug 2004 11:38:59 +0000 (11:38 +0000)]
MFH: fix bug #29723 (file_get_contents() fails with the file:// wrapper under Win32)

20 years agoMFH: this file shouldn't be in the repository at all
Antony Dovgal [Tue, 31 Aug 2004 08:31:45 +0000 (08:31 +0000)]
MFH: this file shouldn't be in the repository at all

20 years agoMFH: Added missing input validation to dio_write().
Ilia Alshanetsky [Mon, 30 Aug 2004 22:21:13 +0000 (22:21 +0000)]
MFH: Added missing input validation to dio_write().

20 years agoMFH: Add some information about array overloading
Marcus Boerger [Mon, 30 Aug 2004 18:49:49 +0000 (18:49 +0000)]
MFH: Add some information about array overloading

20 years agoMFH: remove cloning under ze1_compatibility_mode
Rob Richards [Mon, 30 Aug 2004 17:29:58 +0000 (17:29 +0000)]
MFH: remove cloning under ze1_compatibility_mode
 - minor BC break but doesnt work right under compat mode anyways

20 years agoMFH: remove cloning under ze1_compatibility_mode
Rob Richards [Mon, 30 Aug 2004 15:09:07 +0000 (15:09 +0000)]
MFH: remove cloning under ze1_compatibility_mode
 - minor BC break but doesnt work right under compat mode anyways

20 years agoMFH: remove clone functionality
Rob Richards [Mon, 30 Aug 2004 15:00:07 +0000 (15:00 +0000)]
MFH: remove clone functionality

20 years agoMFH fix #29893
Stanislav Malyshev [Mon, 30 Aug 2004 09:13:40 +0000 (09:13 +0000)]
MFH fix #29893

20 years agoMFH: add testcase for bug #29893
Antony Dovgal [Mon, 30 Aug 2004 09:11:06 +0000 (09:11 +0000)]
MFH: add testcase for bug #29893

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
SVN Migration [Mon, 30 Aug 2004 09:07:19 +0000 (09:07 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.

20 years agoMFH: String offset starts with 0
Marcus Boerger [Sun, 29 Aug 2004 19:15:57 +0000 (19:15 +0000)]
MFH: String offset starts with 0

20 years agoMFH: Fixed leak when serializing protected & private properties.
Ilia Alshanetsky [Sun, 29 Aug 2004 17:16:21 +0000 (17:16 +0000)]
MFH: Fixed leak when serializing protected & private properties.

20 years agoMFH: Bugfix #29882 isset crashes on arrays
Marcus Boerger [Sun, 29 Aug 2004 13:29:47 +0000 (13:29 +0000)]
MFH: Bugfix #29882 isset crashes on arrays

20 years ago- A fix for building of shared mnogosearch module
Sergey Kartashoff [Sun, 29 Aug 2004 10:59:15 +0000 (10:59 +0000)]
- A fix for building of shared mnogosearch module

20 years ago- MFH: Fixed bug #29873 (No defines around pcntl_*priority definitions).
Derick Rethans [Sat, 28 Aug 2004 12:20:41 +0000 (12:20 +0000)]
- MFH: Fixed bug #29873 (No defines around pcntl_*priority definitions).

20 years agoMarking DOM and XSL as "Working". This should have happened with the
Christian Stocker [Fri, 27 Aug 2004 22:41:38 +0000 (22:41 +0000)]
Marking DOM and XSL as "Working". This should have happened with the
release of PHP 5.0.0 already.

20 years agoMFH: Fix by (mathieu dot bruneau at argontechnologies dot ca)
Marcus Boerger [Fri, 27 Aug 2004 20:39:17 +0000 (20:39 +0000)]
MFH: Fix by (mathieu dot bruneau at argontechnologies dot ca)

20 years ago- MFH
Andi Gutmans [Fri, 27 Aug 2004 16:49:54 +0000 (16:49 +0000)]
- MFH

20 years agoFixed bug #29842 (soapclient return null value)
Dmitry Stogov [Fri, 27 Aug 2004 07:06:07 +0000 (07:06 +0000)]
Fixed bug #29842 (soapclient return null value)

20 years agoMFH: Fixed a nasty resource/memory/disk-space leak when opening zlib files
Ilia Alshanetsky [Thu, 26 Aug 2004 23:36:08 +0000 (23:36 +0000)]
MFH: Fixed a nasty resource/memory/disk-space leak when opening zlib files
via wrapper stacking ala compress.zlib://http://...

20 years agoMFH: Enforce semantics: Classes cannot extend Interfaces
Marcus Boerger [Thu, 26 Aug 2004 23:02:55 +0000 (23:02 +0000)]
MFH: Enforce semantics: Classes cannot extend Interfaces

20 years agoMFH: Add test
Marcus Boerger [Thu, 26 Aug 2004 23:01:45 +0000 (23:01 +0000)]
MFH: Add test

20 years agoMFH: Fix test
Marcus Boerger [Thu, 26 Aug 2004 23:01:21 +0000 (23:01 +0000)]
MFH: Fix test

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
SVN Migration [Thu, 26 Aug 2004 22:53:52 +0000 (22:53 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.

20 years agoBFN
Marcus Boerger [Thu, 26 Aug 2004 22:44:20 +0000 (22:44 +0000)]
BFN

20 years agoMFH: Bugfix 29828
Marcus Boerger [Thu, 26 Aug 2004 22:43:32 +0000 (22:43 +0000)]
MFH: Bugfix 29828

20 years agoMFH
Marcus Boerger [Thu, 26 Aug 2004 22:30:16 +0000 (22:30 +0000)]
MFH

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
SVN Migration [Thu, 26 Aug 2004 22:24:49 +0000 (22:24 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.

20 years agonot experimental
Rob Richards [Thu, 26 Aug 2004 20:13:57 +0000 (20:13 +0000)]
not experimental

20 years agoMemory leaks were fixed.
Dmitry Stogov [Thu, 26 Aug 2004 18:55:54 +0000 (18:55 +0000)]
Memory leaks were fixed.

20 years agoFixed bug #29839 (incorrect convert (xml:lang to lang))
Dmitry Stogov [Thu, 26 Aug 2004 18:36:47 +0000 (18:36 +0000)]
Fixed bug #29839 (incorrect convert (xml:lang to lang))

20 years agoFixed bug #29795 (SegFault with Soap and Amazon's Web Services)
Dmitry Stogov [Thu, 26 Aug 2004 15:23:57 +0000 (15:23 +0000)]
Fixed bug #29795 (SegFault with Soap and Amazon's Web Services)
Fixed bug #27994 (segfault with Soapserver when WSDL-Cache is enabled)

20 years agoFixed bug #29844 (SOAP doesn't return the result of a valid SOAP request).
Dmitry Stogov [Thu, 26 Aug 2004 12:20:13 +0000 (12:20 +0000)]
Fixed bug #29844 (SOAP doesn't return the result of a valid SOAP request).
Fixed bug #29830 (SoapServer::setClass() should not export non-public methods).

20 years agoMFH: Fixed bug #29808 (array_count_values() breaks with numeric strings).
Ilia Alshanetsky [Thu, 26 Aug 2004 00:26:22 +0000 (00:26 +0000)]
MFH: Fixed bug #29808 (array_count_values() breaks with numeric strings).

20 years agoMFB.
Andrei Zmievski [Wed, 25 Aug 2004 20:48:25 +0000 (20:48 +0000)]
MFB.

20 years agoMFH: No short tags
Marcus Boerger [Wed, 25 Aug 2004 07:26:36 +0000 (07:26 +0000)]
MFH: No short tags

20 years ago.
Andrey Hristov [Wed, 25 Aug 2004 07:20:30 +0000 (07:20 +0000)]
.

20 years ago- Improve wording
Andi Gutmans [Wed, 25 Aug 2004 01:06:29 +0000 (01:06 +0000)]
- Improve wording

20 years ago- NEWS
Andi Gutmans [Wed, 25 Aug 2004 01:04:27 +0000 (01:04 +0000)]
- NEWS

20 years ago- MFH
Andi Gutmans [Wed, 25 Aug 2004 01:02:38 +0000 (01:02 +0000)]
- MFH

20 years agoMFH
Andrey Hristov [Tue, 24 Aug 2004 22:03:12 +0000 (22:03 +0000)]
MFH

20 years agoTSRM fix
Marcus Boerger [Tue, 24 Aug 2004 21:41:02 +0000 (21:41 +0000)]
TSRM fix

20 years agoAdd new test
Marcus Boerger [Tue, 24 Aug 2004 21:40:12 +0000 (21:40 +0000)]
Add new test

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
SVN Migration [Tue, 24 Aug 2004 21:35:47 +0000 (21:35 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.

20 years agoMFB
Andrei Zmievski [Tue, 24 Aug 2004 21:02:52 +0000 (21:02 +0000)]
MFB

20 years agoMFH: Fixed bug #29821 (Fixed possible crashes in convert_uudecode() on
Ilia Alshanetsky [Tue, 24 Aug 2004 15:25:59 +0000 (15:25 +0000)]
MFH: Fixed bug #29821 (Fixed possible crashes in convert_uudecode() on
invalid data).

20 years agoMFH: fix segfault when object cloned
Rob Richards [Tue, 24 Aug 2004 13:33:48 +0000 (13:33 +0000)]
MFH: fix segfault when object cloned

20 years agoMFH ;)
Christian Stocker [Tue, 24 Aug 2004 11:50:53 +0000 (11:50 +0000)]
MFH ;)
(This extension is no more experimental)

20 years agoMFH: Fixed possible crash inside dio_read().
Ilia Alshanetsky [Mon, 23 Aug 2004 17:27:46 +0000 (17:27 +0000)]
MFH: Fixed possible crash inside dio_read().

20 years agoFix names
Zeev Suraski [Mon, 23 Aug 2004 13:14:27 +0000 (13:14 +0000)]
Fix names

20 years ago- There was a bug # attached to this fix.
Derick Rethans [Mon, 23 Aug 2004 09:56:05 +0000 (09:56 +0000)]
- There was a bug # attached to this fix.

20 years ago- Fixed Apache 2.0 SAPI build against Apache 2 HEAD. (Patch by Joe Orton)
Derick Rethans [Mon, 23 Aug 2004 09:00:09 +0000 (09:00 +0000)]
- Fixed Apache 2.0 SAPI build against Apache 2 HEAD. (Patch by Joe Orton)

20 years agoMFH: Using int when long should be used.
Ilia Alshanetsky [Sun, 22 Aug 2004 18:05:27 +0000 (18:05 +0000)]
MFH: Using int when long should be used.

20 years agoMFH (bug 26737)
Andrey Hristov [Sat, 21 Aug 2004 14:11:56 +0000 (14:11 +0000)]
MFH (bug 26737)

20 years agoMFH Bufix#29777 Bad commenting
Sara Golemon [Sat, 21 Aug 2004 00:01:44 +0000 (00:01 +0000)]
MFH Bufix#29777 Bad commenting

20 years agoMFB: removed unneeded bits.
Ilia Alshanetsky [Fri, 20 Aug 2004 13:52:47 +0000 (13:52 +0000)]
MFB: removed unneeded bits.

20 years ago- 78 chars please.
Derick Rethans [Fri, 20 Aug 2004 06:13:41 +0000 (06:13 +0000)]
- 78 chars please.

20 years agoMFH: Added more missing cURL options.
Ilia Alshanetsky [Fri, 20 Aug 2004 00:56:05 +0000 (00:56 +0000)]
MFH: Added more missing cURL options.

20 years ago[MFH] If you send a post with a content-type header and then the next post without...
Brian France [Thu, 19 Aug 2004 20:34:04 +0000 (20:34 +0000)]
[MFH] If you send a post with a content-type header and then the next post without the content-type header, raw_post_data will not be set.  This is because SG(request_info).post_entry is set to the first requests function pointer which makes it follow the wrong code path.

20 years agoBFN
Antony Dovgal [Thu, 19 Aug 2004 15:23:54 +0000 (15:23 +0000)]
BFN

20 years agoMFH: ip2long() issues
Antony Dovgal [Thu, 19 Aug 2004 15:15:32 +0000 (15:15 +0000)]
MFH: ip2long() issues

20 years agoMFH: fix #29737 (ip2long should return -1 if IP is 255.255.255.255 and FALSE on error)
Antony Dovgal [Thu, 19 Aug 2004 14:03:44 +0000 (14:03 +0000)]
MFH: fix #29737 (ip2long should return -1 if IP is 255.255.255.255 and FALSE on error)

20 years ago- Reorder
Derick Rethans [Thu, 19 Aug 2004 12:44:35 +0000 (12:44 +0000)]
- Reorder

20 years agoMFH
Christian Stocker [Thu, 19 Aug 2004 12:29:43 +0000 (12:29 +0000)]
MFH
- Fixed bug #29657 (xml_* functions throw non descriptive error).
  (Christian, Rob)
- Fixed bug #29711 (Changed ext/xml to default to UTF-8 output). (Rob)

20 years agoMFH: Fixed bug #29727 (Added missing CURL authentication directives).
Ilia Alshanetsky [Wed, 18 Aug 2004 21:27:27 +0000 (21:27 +0000)]
MFH: Fixed bug #29727 (Added missing CURL authentication directives).

20 years agoMFB: typo in config.m4 (potential configuration problem with Stronghold)
Antony Dovgal [Wed, 18 Aug 2004 07:19:45 +0000 (07:19 +0000)]
MFB: typo in config.m4 (potential configuration problem with Stronghold)

20 years ago- Fix typos
Andi Gutmans [Tue, 17 Aug 2004 23:09:37 +0000 (23:09 +0000)]
- Fix typos

20 years agoMFH: fix typo
Antony Dovgal [Tue, 17 Aug 2004 10:58:07 +0000 (10:58 +0000)]
MFH: fix typo

20 years agoMFH: Fixed bug #29594 (Use PHP's own tmpfile() implementation).
Ilia Alshanetsky [Mon, 16 Aug 2004 23:08:56 +0000 (23:08 +0000)]
MFH: Fixed bug #29594 (Use PHP's own tmpfile() implementation).

20 years ago*** empty log message ***
Zeev Suraski [Mon, 16 Aug 2004 12:34:20 +0000 (12:34 +0000)]
*** empty log message ***

20 years agoMFH
Zeev Suraski [Mon, 16 Aug 2004 12:25:40 +0000 (12:25 +0000)]
MFH

20 years agoBFN
Marcus Boerger [Mon, 16 Aug 2004 08:51:12 +0000 (08:51 +0000)]
BFN

20 years agoMFH: Fix bug #29447: Reflection API issues
Marcus Boerger [Mon, 16 Aug 2004 08:49:48 +0000 (08:49 +0000)]
MFH: Fix bug #29447: Reflection API issues

20 years agoMFH: Fixed bug #29678 (opendir() with ftp:// wrapper segfaults if path
Ilia Alshanetsky [Mon, 16 Aug 2004 01:41:17 +0000 (01:41 +0000)]
MFH: Fixed bug #29678 (opendir() with ftp:// wrapper segfaults if path
does not have trailing slash).

20 years agoMFH: Remove unnecessary check
Marcus Boerger [Sun, 15 Aug 2004 15:50:37 +0000 (15:50 +0000)]
MFH: Remove unnecessary check

20 years agofixed default for mysqli_fetch_array
Georg Richter [Sun, 15 Aug 2004 05:50:29 +0000 (05:50 +0000)]
fixed default for mysqli_fetch_array

20 years agoMFH: Add missing check
Marcus Boerger [Sat, 14 Aug 2004 19:04:01 +0000 (19:04 +0000)]
MFH: Add missing check

20 years agofixed bug #29656 (segfault on result and statement properties)
Georg Richter [Fri, 13 Aug 2004 16:27:35 +0000 (16:27 +0000)]
fixed bug #29656 (segfault on result and statement properties)

20 years agoMFH: fix yet another annoying compile warning
Antony Dovgal [Fri, 13 Aug 2004 15:02:05 +0000 (15:02 +0000)]
MFH: fix yet another annoying compile warning

20 years agoMFH: fix compile warning
Antony Dovgal [Fri, 13 Aug 2004 14:54:50 +0000 (14:54 +0000)]
MFH: fix compile warning

20 years ago- MFH: Added PHP_EOL constant that contains the OS way of representing
Derick Rethans [Fri, 13 Aug 2004 07:08:46 +0000 (07:08 +0000)]
- MFH: Added PHP_EOL constant that contains the OS way of representing
  newlines. (Patch by Paul Hudson)

20 years agominor fix in mysqli_prepare: copying stmt errormessag to mysql structure
Georg Richter [Thu, 12 Aug 2004 22:11:46 +0000 (22:11 +0000)]
minor fix in mysqli_prepare: copying stmt errormessag to mysql structure

20 years ago- Back to 5.0.2-dev
Andi Gutmans [Thu, 12 Aug 2004 20:53:19 +0000 (20:53 +0000)]
- Back to 5.0.2-dev

20 years ago- Roll 5.0.1
Andi Gutmans [Thu, 12 Aug 2004 20:39:36 +0000 (20:39 +0000)]
- Roll 5.0.1

20 years agoMore spaces -> tabs.
Chuck Hagenbuch [Thu, 12 Aug 2004 19:32:18 +0000 (19:32 +0000)]
More spaces -> tabs.

20 years agoMFH: Properly fix the msgno check inside imap_fetchbody().
Ilia Alshanetsky [Thu, 12 Aug 2004 19:20:17 +0000 (19:20 +0000)]
MFH: Properly fix the msgno check inside imap_fetchbody().

20 years agoMFH: fix.
Chuck Hagenbuch [Thu, 12 Aug 2004 18:02:03 +0000 (18:02 +0000)]
MFH: fix.

20 years ago- Reorder a bit and add .
Derick Rethans [Thu, 12 Aug 2004 07:25:32 +0000 (07:25 +0000)]
- Reorder a bit and add .

20 years ago- Back to -dev
Andi Gutmans [Thu, 12 Aug 2004 06:39:26 +0000 (06:39 +0000)]
- Back to -dev

20 years ago- 5.0.1RC2
Andi Gutmans [Thu, 12 Aug 2004 06:35:22 +0000 (06:35 +0000)]
- 5.0.1RC2

20 years agoAdd missing NEWS entry (bug 29147).
Magnus M��tt� [Thu, 12 Aug 2004 05:42:13 +0000 (05:42 +0000)]
Add missing NEWS entry (bug 29147).

20 years agoMFH: Change to use md5_file()
Marcus Boerger [Thu, 12 Aug 2004 00:38:12 +0000 (00:38 +0000)]
MFH: Change to use md5_file()

20 years agoMFH: Fixed memory leak.
Ilia Alshanetsky [Wed, 11 Aug 2004 23:25:52 +0000 (23:25 +0000)]
MFH: Fixed memory leak.

20 years agoFixed bug #29607 (highlighting code with HEREDOC produces invalid output).
Ilia Alshanetsky [Wed, 11 Aug 2004 22:38:31 +0000 (22:38 +0000)]
Fixed bug #29607 (highlighting code with HEREDOC produces invalid output).

20 years ago- Tix Fypo
Derick Rethans [Wed, 11 Aug 2004 15:23:00 +0000 (15:23 +0000)]
- Tix Fypo