]> granicus.if.org Git - php/log
php
20 years ago- Improve performance of switch()
Andi Gutmans [Mon, 23 Aug 2004 20:16:35 +0000 (20:16 +0000)]
- Improve performance of switch()

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

20 years agoFixed proto of headers_list().
Ilia Alshanetsky [Mon, 23 Aug 2004 16:58:11 +0000 (16:58 +0000)]
Fixed proto of headers_list().

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

20 years ago- Little changes.
Derick Rethans [Mon, 23 Aug 2004 09:01:08 +0000 (09:01 +0000)]
- Little changes.

20 years agoChangeLog update
<changelog@php.net> [Mon, 23 Aug 2004 00:34:43 +0000 (00:34 +0000)]
ChangeLog update

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

20 years agoChangeLog update
<changelog@php.net> [Sun, 22 Aug 2004 00:33:22 +0000 (00:33 +0000)]
ChangeLog update

20 years ago- Fixed packet size setting
Timm Friebe [Sat, 21 Aug 2004 17:54:11 +0000 (17:54 +0000)]
- Fixed packet size setting
# Patch by Alex Kiesel

20 years agofix for bug 26737 : private & protected member variables not serialized
Andrey Hristov [Sat, 21 Aug 2004 13:49:19 +0000 (13:49 +0000)]
fix for bug 26737 : private & protected member variables not serialized
when user defined __sleep() is declared. Additionally E_NOTICE is
being thrown if __sleep() returns a non-existing member variable name

20 years agoFix win32 compilation. Missing uid_t and gid_t definitions.
Frank M. Kromann [Sat, 21 Aug 2004 03:09:45 +0000 (03:09 +0000)]
Fix win32 compilation. Missing uid_t and gid_t definitions.

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

20 years agoBugfix#29777 Some compilers don't like // style comments
Sara Golemon [Sat, 21 Aug 2004 00:00:16 +0000 (00:00 +0000)]
Bugfix#29777 Some compilers don't like // style comments

20 years agoFix compile
Sara Golemon [Fri, 20 Aug 2004 23:53:59 +0000 (23:53 +0000)]
Fix compile

20 years agoAdjust magic path ordering.
Ilia Alshanetsky [Fri, 20 Aug 2004 15:11:49 +0000 (15:11 +0000)]
Adjust magic path ordering.

20 years agoMFB: Removed unneeded bits.
Ilia Alshanetsky [Fri, 20 Aug 2004 13:53:16 +0000 (13:53 +0000)]
MFB: Removed unneeded bits.

20 years agoAdded /usr/share/misc/file/magic to the possible magic paths (used by Debian)
Ilia Alshanetsky [Fri, 20 Aug 2004 13:48:19 +0000 (13:48 +0000)]
Added /usr/share/misc/file/magic to the possible magic paths (used by Debian)

20 years ago- Order and removed a bugfix which was already in 5.0.2/
Derick Rethans [Fri, 20 Aug 2004 06:14:42 +0000 (06:14 +0000)]
- Order and removed a bugfix which was already in 5.0.2/

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

20 years agoChangeLog update
<changelog@php.net> [Fri, 20 Aug 2004 00:34:05 +0000 (00:34 +0000)]
ChangeLog update

20 years ago- Cleanup
Andi Gutmans [Thu, 19 Aug 2004 20:42:20 +0000 (20:42 +0000)]
- Cleanup

20 years ago- Second wave of garbage removal.
Andi Gutmans [Thu, 19 Aug 2004 20:29:04 +0000 (20:29 +0000)]
- Second wave of garbage removal.

20 years agoIf you send a post with a content-type header and then the next post without the...
Brian France [Thu, 19 Aug 2004 20:26:39 +0000 (20:26 +0000)]
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 ago- Stop using garbage. Please let me know if you find any bugs resulting
Andi Gutmans [Thu, 19 Aug 2004 20:03:06 +0000 (20:03 +0000)]
- Stop using garbage. Please let me know if you find any bugs resulting
- of this patch (very likely). (Dmitry, Andi)

20 years agoJanify [tm]
Marcus Boerger [Thu, 19 Aug 2004 18:15:48 +0000 (18:15 +0000)]
Janify [tm]

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

20 years agofix #29737 in the right way with performance in mind
Antony Dovgal [Thu, 19 Aug 2004 15:14:04 +0000 (15:14 +0000)]
fix #29737 in the right way with performance in mind

20 years agofix #29737 (ip2long should return -1 if IP is 255.255.255.255 and FALSE on error)
Antony Dovgal [Thu, 19 Aug 2004 13:59:29 +0000 (13:59 +0000)]
fix #29737 (ip2long should return -1 if IP is 255.255.255.255 and FALSE on error)

20 years agofix for bug #29657 xml_* functions throw non descriptive error, compared to php4
Christian Stocker [Thu, 19 Aug 2004 12:18:25 +0000 (12:18 +0000)]
fix for bug #29657 xml_* functions throw non descriptive error, compared to php4
fix for bug #29711 libxml and non iso-8859-1.
If no encoding specified, it defaults to UTF-8 now

20 years agoFix issue in test
Marcus Boerger [Thu, 19 Aug 2004 08:04:20 +0000 (08:04 +0000)]
Fix issue in test

20 years agoBFN + reorder
Marcus Boerger [Thu, 19 Aug 2004 07:45:24 +0000 (07:45 +0000)]
BFN + reorder

20 years ago- Implement #29728: Reflection API Feature: Default parameter value.
Marcus Boerger [Thu, 19 Aug 2004 07:42:02 +0000 (07:42 +0000)]
- Implement #29728: Reflection API Feature: Default parameter value.
  . ReflectionParameter::isDefaultValueAvailable()
  . ReflectionParameter::getDefaultValue()

20 years ago- Nedd to work on copy
Marcus Boerger [Thu, 19 Aug 2004 07:16:02 +0000 (07:16 +0000)]
- Nedd to work on copy

20 years agoChangeLog update
<changelog@php.net> [Thu, 19 Aug 2004 00:32:47 +0000 (00:32 +0000)]
ChangeLog update

20 years ago- Show default value of optional parameters of user defined functions.
Marcus Boerger [Wed, 18 Aug 2004 23:07:12 +0000 (23:07 +0000)]
- Show default value of optional parameters of user defined functions.

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

20 years agoForgot to turn off debugging.
Andrei Zmievski [Wed, 18 Aug 2004 18:10:31 +0000 (18:10 +0000)]
Forgot to turn off debugging.

20 years agoRe-add my patch for .ini variable access.
Andrei Zmievski [Wed, 18 Aug 2004 16:58:20 +0000 (16:58 +0000)]
Re-add my patch for .ini variable access.

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

20 years agoChangeLog update
<changelog@php.net> [Wed, 18 Aug 2004 00:36:55 +0000 (00:36 +0000)]
ChangeLog update

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

20 years agofix typo
Antony Dovgal [Tue, 17 Aug 2004 10:57:40 +0000 (10:57 +0000)]
fix typo

20 years agoChangeLog update
<changelog@php.net> [Tue, 17 Aug 2004 00:33:20 +0000 (00:33 +0000)]
ChangeLog update

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

20 years agoFix an oldie fd leak
Zeev Suraski [Mon, 16 Aug 2004 12:24:52 +0000 (12:24 +0000)]
Fix an oldie fd leak

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

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

20 years agoChangeLog update
<changelog@php.net> [Mon, 16 Aug 2004 00:33:22 +0000 (00:33 +0000)]
ChangeLog update

20 years agoMake clear this is PDO support
Marcus Boerger [Sun, 15 Aug 2004 19:17:58 +0000 (19:17 +0000)]
Make clear this is PDO support

20 years agoFix extension name
Marcus Boerger [Sun, 15 Aug 2004 15:56:33 +0000 (15:56 +0000)]
Fix extension name

20 years agoRemove unnecessary check
Marcus Boerger [Sun, 15 Aug 2004 15:48:32 +0000 (15:48 +0000)]
Remove unnecessary check

20 years ago- Synch names with other extensions
Marcus Boerger [Sun, 15 Aug 2004 13:43:56 +0000 (13:43 +0000)]
- Synch names with other extensions

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

20 years agoChangeLog update
<changelog@php.net> [Sun, 15 Aug 2004 00:34:53 +0000 (00:34 +0000)]
ChangeLog update

20 years agoAdd missing check
Marcus Boerger [Sat, 14 Aug 2004 19:02:17 +0000 (19:02 +0000)]
Add missing check

20 years agoChangeLog update
<changelog@php.net> [Sat, 14 Aug 2004 00:34:06 +0000 (00:34 +0000)]
ChangeLog update

20 years agoChecking in a patch by Dave Lawson (dlawson@masterytech.com) to correct
Dan Kalowsky [Fri, 13 Aug 2004 19:33:24 +0000 (19:33 +0000)]
Checking in a patch by Dave Lawson (dlawson@masterytech.com) to correct
some of the behavior found in the odbc_fetch_*() functions.  This patch
NEEDS to be tested on MS Access before a release is done with it.  This
submission is to get it into the daily builds for testing.

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

20 years agofix yet another annoying compile warning
Antony Dovgal [Fri, 13 Aug 2004 14:59:58 +0000 (14:59 +0000)]
fix yet another annoying compile warning

20 years agofix compile warning
Antony Dovgal [Fri, 13 Aug 2004 14:52:27 +0000 (14:52 +0000)]
fix compile warning

20 years agoForgot to add DomDocumentFragment->appendXML(), when I commited it back then
Christian Stocker [Fri, 13 Aug 2004 12:35:56 +0000 (12:35 +0000)]
Forgot to add DomDocumentFragment->appendXML(), when I commited it back then

20 years agoAdded DomDocument->recover property for parsing not well-formed XML Documents.
Christian Stocker [Fri, 13 Aug 2004 12:32:55 +0000 (12:32 +0000)]
Added DomDocument->recover property for parsing not well-formed XML Documents.

20 years ago- Added the PHP_EOL constant (Patch by Paul Hudson)
Derick Rethans [Fri, 13 Aug 2004 07:02:50 +0000 (07:02 +0000)]
- Added the PHP_EOL constant (Patch by Paul Hudson)

20 years agoChangeLog update
<changelog@php.net> [Fri, 13 Aug 2004 00:33:48 +0000 (00:33 +0000)]
ChangeLog update

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

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

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

20 years agofix.
Chuck Hagenbuch [Thu, 12 Aug 2004 18:01:45 +0000 (18:01 +0000)]
fix.

20 years agoFix tests after foreach patch
Marcus Boerger [Thu, 12 Aug 2004 08:01:41 +0000 (08:01 +0000)]
Fix tests after foreach patch

20 years ago- Use FREE_HASHTABLE()
Andi Gutmans [Thu, 12 Aug 2004 06:17:42 +0000 (06:17 +0000)]
- Use FREE_HASHTABLE()

20 years ago- Don't use magic numbers
Andi Gutmans [Thu, 12 Aug 2004 05:54:11 +0000 (05:54 +0000)]
- Don't use magic numbers

20 years ago- Significantly improve performance of foreach($arr as $data). (Marcus)
Andi Gutmans [Thu, 12 Aug 2004 05:41:01 +0000 (05:41 +0000)]
- Significantly improve performance of foreach($arr as $data). (Marcus)

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

20 years agoChangeLog update
<changelog@php.net> [Thu, 12 Aug 2004 00:37:05 +0000 (00:37 +0000)]
ChangeLog update

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

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

20 years agoAdd missing module deps
Marcus Boerger [Wed, 11 Aug 2004 21:04:36 +0000 (21:04 +0000)]
Add missing module deps

20 years agoTSRM fix
Marcus Boerger [Wed, 11 Aug 2004 20:51:41 +0000 (20:51 +0000)]
TSRM fix

20 years agoIt's stable now.
Ilia Alshanetsky [Wed, 11 Aug 2004 20:31:39 +0000 (20:31 +0000)]
It's stable now.

20 years agoPrepare for 1.0 release of enchant.
Ilia Alshanetsky [Wed, 11 Aug 2004 20:30:44 +0000 (20:30 +0000)]
Prepare for 1.0 release of enchant.

20 years agoMore meaningfull error message
Marcus Boerger [Wed, 11 Aug 2004 20:19:49 +0000 (20:19 +0000)]
More meaningfull error message

20 years ago- Added a notice to getimagesize in case zlib is not available and a compressed
Derick Rethans [Wed, 11 Aug 2004 12:33:03 +0000 (12:33 +0000)]
- Added a notice to getimagesize in case zlib is not available and a compressed
  SWF movie has been passed to the function.

20 years agofix test
Christian Stocker [Wed, 11 Aug 2004 08:23:26 +0000 (08:23 +0000)]
fix test

20 years agoReset global request_time in sapi_activate. Reset it in sapi_deactivate
Rasmus Lerdorf [Wed, 11 Aug 2004 06:18:25 +0000 (06:18 +0000)]
Reset global request_time in sapi_activate.  Reset it in sapi_deactivate
too, although I can't see why that would be necessary, but most of the
other sapi globals are reset there as well.

20 years ago- Added missing defines.
Derick Rethans [Wed, 11 Aug 2004 06:11:07 +0000 (06:11 +0000)]
- Added missing defines.
#- I did say the patch was for 4.3 ;-)

20 years agoMinor format specifier fixes
Sara Golemon [Wed, 11 Aug 2004 04:27:01 +0000 (04:27 +0000)]
Minor format specifier fixes

20 years agoDon't require the user to specify as a reference
Sara Golemon [Wed, 11 Aug 2004 03:57:15 +0000 (03:57 +0000)]
Don't require the user to specify  as a reference

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

20 years agoFixed bug #29606 (php_strip_whitespace() prints to stdout rather then
Ilia Alshanetsky [Tue, 10 Aug 2004 22:16:46 +0000 (22:16 +0000)]
Fixed bug #29606 (php_strip_whitespace() prints to stdout rather then
returning the value).

20 years agoAdd SAPI hook to get the request time if provided by the web server,
Rasmus Lerdorf [Tue, 10 Aug 2004 17:40:00 +0000 (17:40 +0000)]
Add SAPI hook to get the request time if provided by the web server,
otherwise call time(0) on the first call and store it so subsequent
calls will get the same time.  Hook support for Apache1/2 included.

20 years agoChanged bugs order.
Dmitry Stogov [Tue, 10 Aug 2004 16:43:20 +0000 (16:43 +0000)]
Changed bugs order.

20 years agoFixed bug #28969 (Wrong data encoding of special characters)
Dmitry Stogov [Tue, 10 Aug 2004 16:18:08 +0000 (16:18 +0000)]
Fixed bug #28969 (Wrong data encoding of special characters)

20 years agoFixed bug #28969 (Wrong data encoding of special characters).
Dmitry Stogov [Tue, 10 Aug 2004 16:11:41 +0000 (16:11 +0000)]
Fixed bug #28969 (Wrong data encoding of special characters).

20 years agoFixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345 bytes)
Dmitry Stogov [Tue, 10 Aug 2004 14:57:47 +0000 (14:57 +0000)]
Fixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345 bytes)

20 years agoFix for #29256 from Dmitry, very slightly modified
Wez Furlong [Tue, 10 Aug 2004 13:44:43 +0000 (13:44 +0000)]
Fix for #29256 from Dmitry, very slightly modified

20 years agoTest is fixed. (__call() requires two parameters).
Dmitry Stogov [Tue, 10 Aug 2004 09:57:16 +0000 (09:57 +0000)]
Test is fixed. (__call() requires two parameters).

20 years agoFix segfault on error in xslt
Christian Stocker [Tue, 10 Aug 2004 08:00:06 +0000 (08:00 +0000)]
Fix segfault on error in xslt

20 years ago- Fix warnings
Marcus Boerger [Tue, 10 Aug 2004 07:01:54 +0000 (07:01 +0000)]
- Fix warnings

20 years ago- Bugfix #29493 (extract(array, EXTR_REFS) misbehaves with elements referred
Moriyoshi Koizumi [Tue, 10 Aug 2004 06:00:30 +0000 (06:00 +0000)]
- Bugfix #29493 (extract(array, EXTR_REFS) misbehaves with elements referred
  twice or more times). (Patch inspired by Michael Manley. Thanks.)

20 years ago- MFB
Andi Gutmans [Tue, 10 Aug 2004 05:42:21 +0000 (05:42 +0000)]
- MFB