]> granicus.if.org Git - php/log
php
14 years agoFix #49723 (Skip seek when unnecessary)
Etienne Kneuss [Tue, 27 Apr 2010 04:58:44 +0000 (04:58 +0000)]
Fix #49723 (Skip seek when unnecessary)

14 years agoFix #49723 (Skip seek when unnecessary)
Etienne Kneuss [Tue, 27 Apr 2010 04:57:48 +0000 (04:57 +0000)]
Fix #49723 (Skip seek when unnecessary)

14 years agoFixed handling of session variable serialization on certain prefix characters. Report...
Ilia Alshanetsky [Mon, 26 Apr 2010 18:35:54 +0000 (18:35 +0000)]
Fixed handling of session variable serialization on certain prefix characters. Reported by Stefan Esser

14 years ago- Fixed memory leak
Felipe Pena [Sat, 24 Apr 2010 16:59:09 +0000 (16:59 +0000)]
- Fixed memory leak

14 years ago- Fixed compiler warnings
Felipe Pena [Fri, 23 Apr 2010 13:32:03 +0000 (13:32 +0000)]
- Fixed compiler warnings

14 years ago- Bug #51629, CURLOPT_FOLLOWLOCATION error message is misleading
Pierre Joye [Thu, 22 Apr 2010 11:49:10 +0000 (11:49 +0000)]
- Bug #51629, CURLOPT_FOLLOWLOCATION error message is misleading

14 years ago- Bug #51629, CURLOPT_FOLLOWLOCATION error message is misleading
Pierre Joye [Thu, 22 Apr 2010 08:58:07 +0000 (08:58 +0000)]
- Bug #51629, CURLOPT_FOLLOWLOCATION error message is misleading

14 years agoFix for bug #51604 (newline in end of header is shown in start of message).
Adam Harvey [Thu, 22 Apr 2010 02:22:49 +0000 (02:22 +0000)]
Fix for bug #51604 (newline in end of header is shown in start of message).
Patch by Daniel Egeberg.

14 years ago- Fixed bug #51562 (query timeout in mssql can not be changed per query)
Felipe Pena [Wed, 21 Apr 2010 14:19:27 +0000 (14:19 +0000)]
- Fixed bug #51562 (query timeout in mssql can not be changed per query)
  Patch by: ejsmont dot artur at gmail dot com

14 years ago- Fix mem. leak
Felipe Pena [Wed, 21 Apr 2010 12:52:24 +0000 (12:52 +0000)]
- Fix mem. leak

14 years ago- Fixed bug #51617 (PDO PGSQL still broken against PostGreSQL < 7.4)
Felipe Pena [Wed, 21 Apr 2010 01:18:19 +0000 (01:18 +0000)]
- Fixed bug #51617 (PDO PGSQL still broken against PostGreSQL < 7.4)
# Just in this branch, as config.m4 in the 5_3 branch states that 7.4+ is required

14 years ago- Improve test
Felipe Pena [Tue, 20 Apr 2010 16:45:46 +0000 (16:45 +0000)]
- Improve test

14 years ago- Fixed bug #51615 (PHP crash with wrong HTML in SimpleXML)
Felipe Pena [Tue, 20 Apr 2010 16:24:21 +0000 (16:24 +0000)]
- Fixed bug #51615 (PHP crash with wrong HTML in SimpleXML)

14 years ago- Fixed bug #51607 (pg_copy_from does not allow schema in the tablename argument)
Felipe Pena [Tue, 20 Apr 2010 15:59:01 +0000 (15:59 +0000)]
- Fixed bug #51607 (pg_copy_from does not allow schema in the tablename argument)
  Patch by: cbandy at jbandy dot com

14 years ago- Fixed bug #51609 (pg_copy_to: Invalid results when using fourth parameter)
Felipe Pena [Tue, 20 Apr 2010 14:11:53 +0000 (14:11 +0000)]
- Fixed bug #51609 (pg_copy_to: Invalid results when using fourth parameter)

14 years ago- Fixed bug #51608 (pg_copy_to: WARNING: nonstandard use of \\ in a string literal)
Felipe Pena [Tue, 20 Apr 2010 11:49:23 +0000 (11:49 +0000)]
- Fixed bug #51608 (pg_copy_to: WARNING: nonstandard use of \\ in a string literal)
Patch by: cbandy at jbandy dot com

14 years agoAdded explanatory comments to filter_input and filter_input_array to document
Adam Harvey [Tue, 20 Apr 2010 04:31:11 +0000 (04:31 +0000)]
Added explanatory comments to filter_input and filter_input_array to document
why some code that looks intuitively wrong is actually correct. Related to
bug #51344 (FILTER_NULL_ON_FAILURE flag automatically set in filter_input()
functions).

14 years ago- pdo::begintransaction entry
Pierre Joye [Mon, 12 Apr 2010 19:56:57 +0000 (19:56 +0000)]
- pdo::begintransaction entry

14 years ago- Fixed test
Felipe Pena [Sun, 4 Apr 2010 17:39:26 +0000 (17:39 +0000)]
- Fixed test

14 years ago- Fix tests
Felipe Pena [Sun, 4 Apr 2010 17:21:27 +0000 (17:21 +0000)]
- Fix tests

14 years ago- Fixed tests
Felipe Pena [Sat, 3 Apr 2010 16:21:15 +0000 (16:21 +0000)]
- Fixed tests

14 years ago- Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection)
Felipe Pena [Fri, 2 Apr 2010 21:44:09 +0000 (21:44 +0000)]
- Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection)

14 years agoFix tests
Rasmus Lerdorf [Fri, 2 Apr 2010 18:27:48 +0000 (18:27 +0000)]
Fix tests

14 years agoUpdate the FILTER_VALIDATE_EMAIL filter to fix bug #49576
Rasmus Lerdorf [Fri, 2 Apr 2010 17:56:37 +0000 (17:56 +0000)]
Update the FILTER_VALIDATE_EMAIL filter to fix bug #49576

14 years agoOn beginTransaction() reset error state
Ilia Alshanetsky [Thu, 1 Apr 2010 12:08:55 +0000 (12:08 +0000)]
On beginTransaction() reset error state

14 years ago- add it to 5.2 too, cannot hurt and will spare some work later with pcre&co
Pierre Joye [Thu, 1 Apr 2010 10:52:28 +0000 (10:52 +0000)]
- add it to 5.2 too, cannot hurt and will spare some work later with pcre&co

14 years ago- fix build
Pierre Joye [Thu, 1 Apr 2010 10:38:21 +0000 (10:38 +0000)]
- fix build

14 years agoFix FILTER_VALIDATE_URL - Host names can't start with '.' or '-'
Rasmus Lerdorf [Wed, 31 Mar 2010 23:56:30 +0000 (23:56 +0000)]
Fix FILTER_VALIDATE_URL - Host names can't start with '.' or '-'

14 years agoIt's 2010 already
Johannes Schlüter [Tue, 30 Mar 2010 21:09:07 +0000 (21:09 +0000)]
It's 2010 already

14 years ago- Updated to version 2010.7 (2010g)
Derick Rethans [Mon, 29 Mar 2010 17:22:53 +0000 (17:22 +0000)]
- Updated to version 2010.7 (2010g)

14 years agoUpgraded bundled PCRE to version 8.02.
Ilia Alshanetsky [Mon, 29 Mar 2010 11:58:06 +0000 (11:58 +0000)]
Upgraded bundled PCRE to version 8.02.

14 years agoBackported the fix for bug #51393 (DateTime::createFromFormat() fails if format
Adam Harvey [Fri, 26 Mar 2010 10:12:43 +0000 (10:12 +0000)]
Backported the fix for bug #51393 (DateTime::createFromFormat() fails if format
string contains timezone) to PHP_5_2 per discussion with Derick.

14 years agoFixed bug #51263 (imagettftext and rotated text uses wrong baseline)
Takeshi Abe [Wed, 24 Mar 2010 04:12:19 +0000 (04:12 +0000)]
Fixed bug #51263 (imagettftext and rotated text uses wrong baseline)

14 years agoAdded test for bug #51338
Ilia Alshanetsky [Tue, 23 Mar 2010 11:51:38 +0000 (11:51 +0000)]
Added test for bug #51338

14 years agoFixed bug #51338 (URL-Rewriter is still enabled if use_only_cookies is on).
Ilia Alshanetsky [Mon, 22 Mar 2010 12:16:45 +0000 (12:16 +0000)]
Fixed bug #51338 (URL-Rewriter is still enabled if use_only_cookies is on).

14 years ago- BFN
Felipe Pena [Thu, 18 Mar 2010 22:40:29 +0000 (22:40 +0000)]
- BFN

14 years agoI am sorry I tried fixing PHP without extensive discussion on the mailing list.
Andrei Zmievski [Thu, 18 Mar 2010 22:37:25 +0000 (22:37 +0000)]
I am sorry I tried fixing PHP without extensive discussion on the mailing list.
I am sorry I tried fixing PHP without extensive discussion on the mailing list.
I am sorry I tried fixing PHP without extensive discussion on the mailing list.

Hope all the relevant parties are satisfied.

14 years agoRevert 290786: Fixed bug #49521 (PDO fetchObject sets values before calling constructor)
Felipe Pena [Thu, 18 Mar 2010 22:07:51 +0000 (22:07 +0000)]
Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before calling constructor)

14 years agoFix a few problems with large (2G-4G) file uploads. Added
Andrei Zmievski [Thu, 18 Mar 2010 21:07:38 +0000 (21:07 +0000)]
Fix a few problems with large (2G-4G) file uploads. Added
--enable-large-uploads-fix switch because one change was in SAPI.h structure.

14 years ago- Fix win32 build. (notified by Rob. Thanks)
Moriyoshi Koizumi [Mon, 15 Mar 2010 14:19:51 +0000 (14:19 +0000)]
- Fix win32 build. (notified by Rob. Thanks)

14 years agonews update
Ilia Alshanetsky [Mon, 15 Mar 2010 11:24:36 +0000 (11:24 +0000)]
news update

14 years ago- Fix mem. leak
Felipe Pena [Sat, 13 Mar 2010 20:26:51 +0000 (20:26 +0000)]
- Fix mem. leak

14 years agoFix CVE-2010-0397: null pointer dereference when processing invalid XML-RPC
Raphael Geissert [Sat, 13 Mar 2010 18:40:29 +0000 (18:40 +0000)]
Fix CVE-2010-0397: null pointer dereference when processing invalid XML-RPC
requests (bug #51288)

14 years ago- Revert accidental commit.
Moriyoshi Koizumi [Fri, 12 Mar 2010 16:23:18 +0000 (16:23 +0000)]
- Revert accidental commit.

14 years ago- Forgot to commit this patch. Sorry.
Moriyoshi Koizumi [Fri, 12 Mar 2010 16:19:25 +0000 (16:19 +0000)]
- Forgot to commit this patch. Sorry.

14 years agoFixed bug #51269 (zlib.output_compression Overwrites Vary Header).
Adam Harvey [Thu, 11 Mar 2010 06:20:22 +0000 (06:20 +0000)]
Fixed bug #51269 (zlib.output_compression Overwrites Vary Header).

14 years agoProperly skip tests that require the bundled gd lib when the external is used
Raphael Geissert [Thu, 11 Mar 2010 05:49:50 +0000 (05:49 +0000)]
Properly skip tests that require the bundled gd lib when the external is used

14 years agoMask name of older DB4 versions
Christopher Jones [Tue, 9 Mar 2010 18:06:20 +0000 (18:06 +0000)]
Mask name of older DB4 versions

14 years agoFixed test (was already fixed in 5.3+)
Ilia Alshanetsky [Tue, 9 Mar 2010 12:52:32 +0000 (12:52 +0000)]
Fixed test (was already fixed in 5.3+)

14 years ago- Fixed bug #51237 (milter SAPI crash on startup)
Felipe Pena [Mon, 8 Mar 2010 23:29:46 +0000 (23:29 +0000)]
- Fixed bug #51237 (milter SAPI crash on startup)
  patch by: igmar at palsenberg dot com

14 years ago- Fix php-milter sample usage (-r option doesn't exists here)
Felipe Pena [Mon, 8 Mar 2010 22:58:31 +0000 (22:58 +0000)]
- Fix php-milter sample usage (-r option doesn't exists here)

14 years ago- Updated to version 2010.5 (2010e)
Derick Rethans [Mon, 8 Mar 2010 20:08:51 +0000 (20:08 +0000)]
- Updated to version 2010.5 (2010e)

14 years agoRename the HAVE_LIBICONV_IN_LIBICONV macro to ICONV_ALIASED_LIBICONV, making it less...
Kalle Sommer Nielsen [Mon, 8 Mar 2010 15:51:08 +0000 (15:51 +0000)]
Rename the HAVE_LIBICONV_IN_LIBICONV macro to ICONV_ALIASED_LIBICONV, making it less cryptic

14 years agoAdd some bcmath tests
William Martin [Mon, 8 Mar 2010 15:16:51 +0000 (15:16 +0000)]
Add some bcmath tests

14 years agoFix linking of iconv on Windows
Kalle Sommer Nielsen [Mon, 8 Mar 2010 14:04:35 +0000 (14:04 +0000)]
Fix linking of iconv on Windows

14 years agoFixed bug #51213 (pdo_mssql is trimming value of the money column).
Ilia Alshanetsky [Mon, 8 Mar 2010 12:39:44 +0000 (12:39 +0000)]
Fixed bug #51213 (pdo_mssql is trimming value of the money column).

14 years ago- Fixed bug #46111 (Some timezone identifiers can not be parsed).
Derick Rethans [Sun, 7 Mar 2010 19:18:06 +0000 (19:18 +0000)]
- Fixed bug #46111 (Some timezone identifiers can not be parsed).

14 years ago- Re-generate mapping files, but now with BC zones as well.
Derick Rethans [Sun, 7 Mar 2010 19:13:19 +0000 (19:13 +0000)]
- Re-generate mapping files, but now with BC zones as well.
#- Fixes the test case for bug #17988 that used a few of those.

14 years ago- Fixed bug #48902 (Timezone database fallback map is outdated).
Derick Rethans [Sun, 7 Mar 2010 18:21:23 +0000 (18:21 +0000)]
- Fixed bug #48902 (Timezone database fallback map is outdated).

14 years agosemantics
Ilia Alshanetsky [Sun, 7 Mar 2010 15:33:46 +0000 (15:33 +0000)]
semantics

14 years ago- Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include file...
Felipe Pena [Sun, 7 Mar 2010 02:17:11 +0000 (02:17 +0000)]
- Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include file and line in trace)

14 years ago- Fixed tests
Felipe Pena [Sat, 6 Mar 2010 23:58:35 +0000 (23:58 +0000)]
- Fixed tests

14 years agoAdd NEWS entries for filter overflow fix
Raphael Geissert [Sat, 6 Mar 2010 20:02:25 +0000 (20:02 +0000)]
Add NEWS entries for filter overflow fix

14 years agoDetect overflows before they occur in the filter extension (bug #51023)
Raphael Geissert [Sat, 6 Mar 2010 18:54:55 +0000 (18:54 +0000)]
Detect overflows before they occur in the filter extension (bug #51023)
Thanks to Sean Finney for the patch

14 years ago- Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when
Derick Rethans [Sat, 6 Mar 2010 16:04:47 +0000 (16:04 +0000)]
- Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when
  parsing date strings).
- For 5.2 I just added the test case minus new 5.3 additions.

14 years ago- Fixed bug #49267 (linking fails for iconv)
Moriyoshi Koizumi [Fri, 5 Mar 2010 09:12:13 +0000 (09:12 +0000)]
- Fixed bug #49267 (linking fails for iconv)

14 years agoFixed bug #51086 (DBA DB4 doesn't work with Berkeley DB 4.8)
Christopher Jones [Fri, 5 Mar 2010 06:45:28 +0000 (06:45 +0000)]
Fixed bug #51086 (DBA DB4 doesn't work with Berkeley DB 4.8)

14 years agoAuto detect recent versions of Berkeley DB4
Christopher Jones [Fri, 5 Mar 2010 05:23:01 +0000 (05:23 +0000)]
Auto detect recent versions of Berkeley DB4

14 years agoDBA tests: cleanup and sycn. Add new Berkeley DB 4 tests
Christopher Jones [Fri, 5 Mar 2010 00:23:26 +0000 (00:23 +0000)]
DBA tests: cleanup and sycn.  Add new Berkeley DB 4 tests

14 years agoFixed bug #51190 (ftp_put() returns false when transfer was successful).
Ilia Alshanetsky [Thu, 4 Mar 2010 12:52:58 +0000 (12:52 +0000)]
Fixed bug #51190 (ftp_put() returns false when transfer was successful).

14 years agoFix test
Rasmus Lerdorf [Wed, 3 Mar 2010 18:19:35 +0000 (18:19 +0000)]
Fix test

14 years agoBFN
Ilia Alshanetsky [Wed, 3 Mar 2010 12:43:00 +0000 (12:43 +0000)]
BFN

14 years agoFix for bug #51192 (FILTER_VALIDATE_URL will invalidate a hostname that includes...
Adam Harvey [Wed, 3 Mar 2010 09:25:50 +0000 (09:25 +0000)]
Fix for bug #51192 (FILTER_VALIDATE_URL will invalidate a hostname that includes '-'). Original patch by solar@azrael.ws.

14 years ago- The ctor requires both arguments
Hannes Magnusson [Tue, 2 Mar 2010 22:16:24 +0000 (22:16 +0000)]
- The ctor requires both arguments
- Sync/fix ctor and export arguments to 5_2

14 years agomake portable
Christopher Jones [Tue, 2 Mar 2010 17:00:18 +0000 (17:00 +0000)]
make portable

14 years agoAdded SKIP sections in case extension isn't enabled
William Martin [Tue, 2 Mar 2010 13:21:25 +0000 (13:21 +0000)]
Added SKIP sections in case extension isn't enabled

14 years agoFixed bug #51171 (curl_setopt() doesn't output any errors or warnings when an invalid...
Ilia Alshanetsky [Tue, 2 Mar 2010 12:54:23 +0000 (12:54 +0000)]
Fixed bug #51171 (curl_setopt() doesn't output any errors or warnings when an invalid option is provided)

14 years agoFix bug #43314
Rasmus Lerdorf [Mon, 1 Mar 2010 23:49:01 +0000 (23:49 +0000)]
Fix bug #43314
Assume worst case all-encoded case here

14 years agoImprove basic code coverage
Christopher Jones [Mon, 1 Mar 2010 20:33:18 +0000 (20:33 +0000)]
Improve basic code coverage

14 years ago- Updated to version 2010.3 (2010c)
Derick Rethans [Mon, 1 Mar 2010 14:59:24 +0000 (14:59 +0000)]
- Updated to version 2010.3 (2010c)

14 years agoAdd some sysvmsg coverage tests
Raphael Geissert [Mon, 1 Mar 2010 01:59:14 +0000 (01:59 +0000)]
Add some sysvmsg coverage tests

14 years ago- Merge from upstream (note: this is no behavioral change, so need not to be
Moriyoshi Koizumi [Sun, 28 Feb 2010 09:33:05 +0000 (09:33 +0000)]
- Merge from upstream (note: this is no behavioral change, so need not to be
  merged to 5.3.2 branch)

14 years ago- Whitespaces.
Moriyoshi Koizumi [Sun, 28 Feb 2010 07:49:36 +0000 (07:49 +0000)]
- Whitespaces.

14 years agoFix for bug #23229 (syslog function truncates messages): remove the hard-coded
Adam Harvey [Fri, 26 Feb 2010 18:01:03 +0000 (18:01 +0000)]
Fix for bug #23229 (syslog function truncates messages): remove the hard-coded
500 character error message limit imposed when using error_log=syslog.

14 years agoBack to dev
Ilia Alshanetsky [Wed, 24 Feb 2010 12:24:58 +0000 (12:24 +0000)]
Back to dev

14 years ago5.2.13
Ilia Alshanetsky [Wed, 24 Feb 2010 12:23:46 +0000 (12:23 +0000)]
5.2.13

14 years agoCorrected typo in LimitIterator offset exception. Fixes #51119
Peter Cowburn [Mon, 22 Feb 2010 23:55:30 +0000 (23:55 +0000)]
Corrected typo in LimitIterator offset exception. Fixes #51119

14 years agoFix the name of the locale in some tests
Raphael Geissert [Sun, 21 Feb 2010 18:22:46 +0000 (18:22 +0000)]
Fix the name of the locale in some tests

14 years ago- Update shtool to 2.0.8
Jani Taskinen [Thu, 18 Feb 2010 08:33:48 +0000 (08:33 +0000)]
- Update shtool to 2.0.8

14 years agoFix race condition in shtool's mkdir -p implementation (bug #51076)
Raphael Geissert [Thu, 18 Feb 2010 00:30:12 +0000 (00:30 +0000)]
Fix race condition in shtool's mkdir -p implementation (bug #51076)

14 years agoFixed bug #50795 (man pages have bad whatis entries)
Kalle Sommer Nielsen [Wed, 17 Feb 2010 05:32:52 +0000 (05:32 +0000)]
Fixed bug #50795 (man pages have bad whatis entries)
 - Patch by Debian

14 years agoCorrect description of getservbyname_basic.phpt (bug #51022)
Raphael Geissert [Tue, 16 Feb 2010 05:38:50 +0000 (05:38 +0000)]
Correct description of getservbyname_basic.phpt (bug #51022)

14 years ago- Fix test (Bug #51036)
Felipe Pena [Mon, 15 Feb 2010 21:46:45 +0000 (21:46 +0000)]
- Fix test (Bug #51036)

14 years ago- Fix the fix :P
Felipe Pena [Mon, 15 Feb 2010 21:37:46 +0000 (21:37 +0000)]
- Fix the fix :P

14 years ago- Added missing SKIPIF
Felipe Pena [Mon, 15 Feb 2010 21:32:25 +0000 (21:32 +0000)]
- Added missing SKIPIF

14 years ago- Fix test (Bug #51035)
Felipe Pena [Mon, 15 Feb 2010 21:24:17 +0000 (21:24 +0000)]
- Fix test (Bug #51035)

14 years ago- Fix test (bug #51040)
Felipe Pena [Mon, 15 Feb 2010 21:16:34 +0000 (21:16 +0000)]
- Fix test (bug #51040)

14 years agoFix strtolower.phpt (bug #51031)
Raphael Geissert [Sat, 13 Feb 2010 16:43:04 +0000 (16:43 +0000)]
Fix strtolower.phpt (bug #51031)

14 years ago- Fix test
Jani Taskinen [Sat, 13 Feb 2010 15:43:45 +0000 (15:43 +0000)]
- Fix test

14 years ago- Fixed tests
Jani Taskinen [Sat, 13 Feb 2010 01:08:04 +0000 (01:08 +0000)]
- Fixed tests