]> granicus.if.org Git - php/log
php
13 years agoThis test should no longer fail, and is perfectly okay for Linux to test on too.
Derick Rethans [Mon, 12 Dec 2011 12:57:46 +0000 (12:57 +0000)]
This test should no longer fail, and is perfectly okay for Linux to test on too.

13 years ago- Fixed bug #60455: stream_get_line misbehaves if EOF is not detected together
Gustavo André dos Santos Lopes [Sun, 11 Dec 2011 21:08:15 +0000 (21:08 +0000)]
- Fixed bug #60455: stream_get_line misbehaves if EOF is not detected together
  with the last read.

13 years agobug fixed #48877 - bindValue and bindParam do not work for PDO Firebird
Popa Adrian Marius [Sat, 10 Dec 2011 22:09:59 +0000 (22:09 +0000)]
bug fixed #48877 - bindValue and bindParam do not work for PDO Firebird

13 years ago- Fixed bug #60489 (Simple Typo In php.ini Files)
Felipe Pena [Fri, 9 Dec 2011 22:43:01 +0000 (22:43 +0000)]
- Fixed bug #60489 (Simple Typo In php.ini Files)
  patch by: danbrown at php.net

13 years agoAdded tests contributions on spl_autoload and stream_context_set_option()
Patrick Allaert [Fri, 9 Dec 2011 11:23:19 +0000 (11:23 +0000)]
Added tests contributions on spl_autoload and stream_context_set_option()

Thank you Jean-Marc Fontaine and Alter Way

13 years agoFix skipif
Christopher Jones [Thu, 8 Dec 2011 20:43:23 +0000 (20:43 +0000)]
Fix skipif

13 years agoFix curl_copy_handle_basic_008.phpt when display_errors is On
Pierrick Charron [Thu, 8 Dec 2011 18:57:01 +0000 (18:57 +0000)]
Fix curl_copy_handle_basic_008.phpt when display_errors is On
(Thanks Chris Jones)

13 years agoUhh.. Can't believe noone noticed the gc option was missing from our ini files
Hannes Magnusson [Thu, 8 Dec 2011 14:57:02 +0000 (14:57 +0000)]
Uhh.. Can't believe noone noticed the gc option was missing from our ini files

13 years ago- Back to -dev
Johannes Schlüter [Thu, 8 Dec 2011 13:46:45 +0000 (13:46 +0000)]
- Back to -dev

13 years ago- 5.3.9RC3
Johannes Schlüter [Thu, 8 Dec 2011 11:01:37 +0000 (11:01 +0000)]
- 5.3.9RC3

13 years ago- These changes were done after RC2.
Johannes Schlüter [Thu, 8 Dec 2011 11:00:16 +0000 (11:00 +0000)]
- These changes were done after RC2.

13 years agoTest cosmetics.
Derick Rethans [Wed, 7 Dec 2011 19:42:44 +0000 (19:42 +0000)]
Test cosmetics.

13 years agoSorting out the tests *once* more.
Derick Rethans [Wed, 7 Dec 2011 19:24:58 +0000 (19:24 +0000)]
Sorting out the tests *once* more.

Please keep them consistent and only change them if you are 110% certain what
you're doing. Otherwise -> please ask.

13 years agoFix test
Pierrick Charron [Wed, 7 Dec 2011 16:46:48 +0000 (16:46 +0000)]
Fix test

13 years agoAdd new test for CURLOPT_POSTFIELDS
Pierrick Charron [Wed, 7 Dec 2011 16:32:50 +0000 (16:32 +0000)]
Add new test for CURLOPT_POSTFIELDS

13 years ago- print_r seems to display 0 or nothing for days, let make that test works in both...
Pierre Joye [Wed, 7 Dec 2011 09:03:07 +0000 (09:03 +0000)]
- print_r seems to display 0 or nothing for days, let make that test works in both cases, that's not the purpose of this test to test print_r

13 years ago- fix warning and fix buggy behavior of timelib_diff due to bad assumption of floor...
Pierre Joye [Wed, 7 Dec 2011 08:39:43 +0000 (08:39 +0000)]
- fix warning and fix buggy behavior of timelib_diff due to bad assumption of floor signature (fixes almost date_diff tests too)

13 years ago- force LF
Pierre Joye [Tue, 6 Dec 2011 13:42:08 +0000 (13:42 +0000)]
- force LF

13 years ago- add windows version of this test
Pierre Joye [Tue, 6 Dec 2011 13:35:41 +0000 (13:35 +0000)]
- add windows version of this test

13 years ago- add windows version of this test
Pierre Joye [Tue, 6 Dec 2011 13:34:45 +0000 (13:34 +0000)]
- add windows version of this test

13 years ago- force LF
Pierre Joye [Tue, 6 Dec 2011 13:16:40 +0000 (13:16 +0000)]
- force LF

13 years ago- force LF
Pierre Joye [Tue, 6 Dec 2011 13:07:08 +0000 (13:07 +0000)]
- force LF

13 years ago- force LF as EOL as the code expects it.
Pierre Joye [Tue, 6 Dec 2011 11:58:05 +0000 (11:58 +0000)]
- force LF as EOL as the code expects it.
  however it sounds like a bug in the implementation
phar.c:720
if (4 != php_stream_read(fp, buffer, 4)) {
MAPPHAR_ALLOC_FAIL("internal corruption of phar \"%s\" (truncated manifest at manifest length)")
}

that code will fail if non LF eol are used. Or does phar supports only LF?

13 years ago- Fixed bug number.
Derick Rethans [Tue, 6 Dec 2011 06:23:13 +0000 (06:23 +0000)]
- Fixed bug number.

13 years ago- Fixed bug #53502 (strtotime with timezone memory leak).
Derick Rethans [Tue, 6 Dec 2011 06:21:08 +0000 (06:21 +0000)]
- Fixed bug #53502 (strtotime with timezone memory leak).
- Fixed bug #52062 (large timestamps with DateTime::getTimestamp and
  DateTime::setTimestamp).
- Fixed bug #51994 (date_parse_from_format is parsing invalid date using 'yz'
  format).
- Fixed bug #51223 (Seg fault while creating (by unserialization)
  DatePeriod).

13 years agoMake tests similar to the ones in 5.4 and trunk.
Derick Rethans [Tue, 6 Dec 2011 06:13:41 +0000 (06:13 +0000)]
Make tests similar to the ones in 5.4 and trunk.

13 years ago- Added a test case for #53437.
Derick Rethans [Tue, 6 Dec 2011 06:07:41 +0000 (06:07 +0000)]
- Added a test case for #53437.

13 years ago- Fixed bug #52062: large timestamps with DateTime::getTimestamp and DateTime::setTim...
Derick Rethans [Tue, 6 Dec 2011 06:04:24 +0000 (06:04 +0000)]
- Fixed bug #52062: large timestamps with DateTime::getTimestamp and DateTime::setTimestamp.

13 years ago- Cosmetics for test case for #48678.
Derick Rethans [Tue, 6 Dec 2011 06:00:45 +0000 (06:00 +0000)]
- Cosmetics for test case for #48678.

13 years ago- Fixed test case for #54851.
Derick Rethans [Tue, 6 Dec 2011 05:59:24 +0000 (05:59 +0000)]
- Fixed test case for #54851.
- Make test case for #32555 the same for all branches.

13 years agoThis changes adds the --EXTENSION-- section to .phpt files as
Derick Rethans [Tue, 6 Dec 2011 05:44:54 +0000 (05:44 +0000)]
This changes adds the --EXTENSION-- section to .phpt files as
described in http://marc.info/?t=132248616300007&r=1&w=2.

13 years agoAdded myself as curl maintainer
Pierrick Charron [Sun, 4 Dec 2011 16:46:45 +0000 (16:46 +0000)]
Added myself as curl maintainer

13 years agoFixed Bug #55478 (FILTER_VALIDATE_EMAIL fails with internationalized
Ilia Alshanetsky [Sun, 4 Dec 2011 14:52:40 +0000 (14:52 +0000)]
Fixed Bug #55478 (FILTER_VALIDATE_EMAIL fails with internationalized
domain name addresses containing >1 -).

13 years agoFixed bug #60439curl_copy_handle segfault when used with CURLOPT_PROGRESSFUNCTION
Pierrick Charron [Sun, 4 Dec 2011 01:34:54 +0000 (01:34 +0000)]
Fixed bug #60439curl_copy_handle segfault when used with CURLOPT_PROGRESSFUNCTION

13 years agoCleans up test file
Pierrick Charron [Fri, 2 Dec 2011 04:16:46 +0000 (04:16 +0000)]
Cleans up test file

13 years ago- Replace possible esc char to <esc> in the XML output
Felipe Pena [Thu, 1 Dec 2011 15:47:58 +0000 (15:47 +0000)]
- Replace possible esc char to <esc> in the XML output

13 years agoMiscellaneous: move misplaced entry; fix typos; note more precise OCI8 DLL dependency...
Christopher Jones [Tue, 29 Nov 2011 22:33:55 +0000 (22:33 +0000)]
Miscellaneous: move misplaced entry; fix typos; note more precise OCI8 DLL dependency; remove session.entropy_file setting which was only in PHP_5_3 php.ini-development

13 years agoFixed bug #54911 (Access to a undefined member in inherit SoapClient may cause Segmen...
Dmitry Stogov [Mon, 28 Nov 2011 14:20:35 +0000 (14:20 +0000)]
Fixed bug #54911 (Access to a undefined member in inherit SoapClient may cause Segmentation Fault)

13 years ago- Added JUnit output format option
Felipe Pena [Sat, 26 Nov 2011 20:18:03 +0000 (20:18 +0000)]
- Added JUnit output format option
  patch by: Ferenc Kovacs (tyrael at php.net)

13 years agoadding some tests for string offsets
Ferenc Kovacs [Sat, 26 Nov 2011 18:41:45 +0000 (18:41 +0000)]
adding some tests for string offsets

13 years ago- Fixed bug #55788 (test redirects should abide SHOW_ONLY_GROUPS in run-tests.php)
Felipe Pena [Sat, 26 Nov 2011 17:56:43 +0000 (17:56 +0000)]
- Fixed bug #55788 (test redirects should abide SHOW_ONLY_GROUPS in run-tests.php)
  patch by: tyrael at php.net

13 years ago- Fix test
Felipe Pena [Sat, 26 Nov 2011 17:35:19 +0000 (17:35 +0000)]
- Fix test

13 years ago- Clean up
Felipe Pena [Sat, 26 Nov 2011 17:30:03 +0000 (17:30 +0000)]
- Clean up

13 years ago- Fixed bug #54851 (DateTime::createFromFormat() doesn't interpret "D").
Derick Rethans [Sat, 26 Nov 2011 16:44:21 +0000 (16:44 +0000)]
- Fixed bug #54851 (DateTime::createFromFormat() doesn't interpret "D").

13 years ago- Fixed bug #54596 (incorrect years for DateTime objects created with 4-digit
Derick Rethans [Fri, 25 Nov 2011 15:51:37 +0000 (15:51 +0000)]
- Fixed bug #54596 (incorrect years for DateTime objects created with 4-digit
  years).

13 years ago- Force setting for tests.
Derick Rethans [Fri, 25 Nov 2011 15:47:11 +0000 (15:47 +0000)]
- Force setting for tests.

13 years ago- Fixed bug #60373 (Startup errors with log_errors on cause segfault).
Derick Rethans [Fri, 25 Nov 2011 14:06:55 +0000 (14:06 +0000)]
- Fixed bug #60373 (Startup errors with log_errors on cause segfault).

13 years agowarning: suggest parentheses around && within ||
Xinchen Hui [Fri, 25 Nov 2011 07:50:18 +0000 (07:50 +0000)]
warning: suggest parentheses around && within ||

13 years ago- Fixed bug #60236 (TLA timezone dates are not converted properly from
Derick Rethans [Thu, 24 Nov 2011 17:13:47 +0000 (17:13 +0000)]
- Fixed bug #60236 (TLA timezone dates are not converted properly from
  timestamp).
- Fixed bug #55253 (DateTime::add() and sub() result -1 hour on objects with
  time zone type 2).

And fixed some test cases.

13 years ago- Back to -dev
Johannes Schlüter [Thu, 24 Nov 2011 14:00:10 +0000 (14:00 +0000)]
- Back to -dev

13 years ago- PHP 5.3.9RC2
Johannes Schlüter [Thu, 24 Nov 2011 12:57:59 +0000 (12:57 +0000)]
- PHP 5.3.9RC2

13 years ago- add crt warning ini
Pierre Joye [Thu, 24 Nov 2011 12:51:28 +0000 (12:51 +0000)]
- add crt warning ini

13 years ago- merge crt warning change (r216594) and rename the ini to windows.show_crt_warning
Pierre Joye [Thu, 24 Nov 2011 12:46:45 +0000 (12:46 +0000)]
- merge crt warning change (r216594) and rename the ini to windows.show_crt_warning

13 years agoFixed bug #60367 (Reflection and Late Static Binding)
Xinchen Hui [Thu, 24 Nov 2011 09:16:11 +0000 (09:16 +0000)]
Fixed bug #60367 (Reflection and Late Static Binding)

13 years agoGood to fix something, but don't forget to update tests
Ulf Wendel [Wed, 23 Nov 2011 17:30:59 +0000 (17:30 +0000)]
Good to fix something, but don't forget to update tests

13 years agoGood to fix something, but don't forget to update tests
Ulf Wendel [Wed, 23 Nov 2011 17:23:57 +0000 (17:23 +0000)]
Good to fix something, but don't forget to update tests

13 years agoAlways good to fix something, but don't forget to update tests
Ulf Wendel [Wed, 23 Nov 2011 17:01:09 +0000 (17:01 +0000)]
Always good to fix something, but don't forget to update tests

13 years agoFix test
Ulf Wendel [Wed, 23 Nov 2011 16:47:22 +0000 (16:47 +0000)]
Fix test

13 years agoMessage can vary depending on server version
Ulf Wendel [Wed, 23 Nov 2011 16:38:50 +0000 (16:38 +0000)]
Message can vary depending on server version

13 years agoFixed bug #48216 (PHP Fatal error: SOAP-ERROR: Parsing WSDL: Extra content at the...
Dmitry Stogov [Wed, 23 Nov 2011 10:49:42 +0000 (10:49 +0000)]
Fixed bug #48216 (PHP Fatal error: SOAP-ERROR: Parsing WSDL: Extra content at the end of the doc, when server uses chunked transfer encoding with spaces after chunk size)

13 years ago- Fixed memory leak when calling the Finfo constructor twice
Felipe Pena [Wed, 23 Nov 2011 01:20:49 +0000 (01:20 +0000)]
- Fixed memory leak when calling the Finfo constructor twice

13 years ago- Fix the fix (thanks Chris Jones!)
Felipe Pena [Tue, 22 Nov 2011 19:18:34 +0000 (19:18 +0000)]
- Fix the fix (thanks Chris Jones!)

13 years agoFix test to remove dependancy over php.net
Pierrick Charron [Tue, 22 Nov 2011 18:50:57 +0000 (18:50 +0000)]
Fix test to remove dependancy over php.net

13 years agoSkipping with libmysql. If a documentation points to more or less unmaintained wiki...
Ulf Wendel [Tue, 22 Nov 2011 16:52:42 +0000 (16:52 +0000)]
Skipping with libmysql. If a documentation points to more or less unmaintained wiki contents, I take it as a request to stop testing a feature. Can't tell if I get false positive, hit a bug or not. This is not libmysql testing. Its PHP MySQL API testing.

13 years agouse the method in all builds. Thus it can be used for detection
Andrey Hristov [Tue, 22 Nov 2011 16:38:06 +0000 (16:38 +0000)]
use the method in all builds. Thus it can be used for detection
of state transitioning in every case

13 years ago- Fix the fix
Felipe Pena [Tue, 22 Nov 2011 15:12:44 +0000 (15:12 +0000)]
- Fix the fix

13 years ago- Fixed possible memory leak in finfo_open()
Felipe Pena [Tue, 22 Nov 2011 15:04:19 +0000 (15:04 +0000)]
- Fixed possible memory leak in finfo_open()

13 years ago- Fixed invalid free in call_user_method() function
Felipe Pena [Tue, 22 Nov 2011 12:47:08 +0000 (12:47 +0000)]
- Fixed invalid free in call_user_method() function

13 years ago- Fixed memory leak in several Intl locale functions
Felipe Pena [Tue, 22 Nov 2011 12:29:15 +0000 (12:29 +0000)]
- Fixed memory leak in several Intl locale functions

13 years agoFix this test to work with all version (even old) of libcurl
Pierrick Charron [Tue, 22 Nov 2011 08:29:26 +0000 (08:29 +0000)]
Fix this test to work with all version (even old) of libcurl

13 years agoFix memory leak when using libcurl < 7.17.0
Pierrick Charron [Tue, 22 Nov 2011 05:19:37 +0000 (05:19 +0000)]
Fix memory leak when using libcurl < 7.17.0

13 years ago- Fixed possible crash in mb_ereg_search_init() using empty pattern
Felipe Pena [Mon, 21 Nov 2011 19:15:18 +0000 (19:15 +0000)]
- Fixed possible crash in mb_ereg_search_init() using empty pattern

13 years agoFix memory leak
Pierrick Charron [Mon, 21 Nov 2011 02:29:24 +0000 (02:29 +0000)]
Fix memory leak

13 years agoFix test to use PHP_CURL_HTTP_REMOTE_SERVER
Pierrick Charron [Mon, 21 Nov 2011 02:10:57 +0000 (02:10 +0000)]
Fix test to use PHP_CURL_HTTP_REMOTE_SERVER

13 years ago- restore correct window_size
Pierre Joye [Sun, 20 Nov 2011 10:10:43 +0000 (10:10 +0000)]
- restore correct window_size

13 years ago- fix build, ansi c requires constant value, no expresion, even constant var
Pierre Joye [Sat, 19 Nov 2011 23:09:12 +0000 (23:09 +0000)]
- fix build, ansi c requires constant value, no expresion, even constant var

13 years ago- Fixed bug #60339 (valgrind reports LEAK --with-mm)
Felipe Pena [Sat, 19 Nov 2011 18:50:49 +0000 (18:50 +0000)]
- Fixed bug #60339 (valgrind reports LEAK --with-mm)
  patch by: yohgaki at ohgaki dot net

13 years ago- Fix tests
Felipe Pena [Sat, 19 Nov 2011 18:01:26 +0000 (18:01 +0000)]
- Fix tests

13 years ago- Fixed bug #43200 (Interface implementation / inheritence not possible in abstract...
Felipe Pena [Sat, 19 Nov 2011 13:36:03 +0000 (13:36 +0000)]
- Fixed bug #43200 (Interface implementation / inheritence not possible in abstract classes)

13 years agobackport the line from trunk and fix uninitialized variables
Antony Dovgal [Sat, 19 Nov 2011 13:23:16 +0000 (13:23 +0000)]
backport the line from trunk and fix uninitialized variables

13 years ago - Fixed bug #60337 bcscale related crashed on 64bits platforms
Mateusz Kocielski [Sat, 19 Nov 2011 12:46:43 +0000 (12:46 +0000)]
 - Fixed bug #60337 bcscale related crashed on 64bits platforms

13 years ago- Removed C++ comment style
Felipe Pena [Sat, 19 Nov 2011 12:16:47 +0000 (12:16 +0000)]
- Removed C++ comment style

13 years agofix bug #60164 (Stubs of a specific length break phar_open_from_fp scanning for __HAL...
Stanislav Malyshev [Sat, 19 Nov 2011 04:59:56 +0000 (04:59 +0000)]
fix bug #60164 (Stubs of a specific length break phar_open_from_fp scanning for __HALT_COMPILER)

13 years agofix NEWS
Stanislav Malyshev [Sat, 19 Nov 2011 04:52:06 +0000 (04:52 +0000)]
fix NEWS

13 years agofix bug #60150 for 5.3 too
Stanislav Malyshev [Sat, 19 Nov 2011 04:49:36 +0000 (04:49 +0000)]
fix bug #60150 for 5.3 too

13 years agor319456 also fixed the OCI8 part of #55301 (multiple null pointer)
Christopher Jones [Fri, 18 Nov 2011 18:14:15 +0000 (18:14 +0000)]
r319456 also fixed the OCI8 part of #55301 (multiple null pointer)

13 years agoFixed bug #60138 (GC crash with referenced array in RecursiveArrayIterator)
Dmitry Stogov [Fri, 18 Nov 2011 12:43:53 +0000 (12:43 +0000)]
Fixed bug #60138 (GC crash with referenced array in RecursiveArrayIterator)

13 years agoSync to 5.3 and check additional cases for #55748
Christopher Jones [Fri, 18 Nov 2011 09:59:35 +0000 (09:59 +0000)]
Sync to 5.3 and check additional cases for #55748

13 years agofix bug #60082 (Crash in ArrayObject() when using recursive references)
Antony Dovgal [Fri, 18 Nov 2011 05:22:35 +0000 (05:22 +0000)]
fix bug #60082 (Crash in ArrayObject() when using recursive references)
--Tis line, and those below, will be ignored--

M    trunk/ext/spl/spl_array.c
M    branches/PHP_5_4/ext/spl/spl_array.c
M    branches/PHP_5_3/ext/spl/spl_array.c
M    branches/PHP_5_3/NEWS

13 years ago- Fixed bug #60099 (__halt_compiler() works in braced namespaces)
Felipe Pena [Wed, 16 Nov 2011 17:41:40 +0000 (17:41 +0000)]
- Fixed bug #60099 (__halt_compiler() works in braced namespaces)

13 years ago- Fixed bug #60267 (Compile failure with freetds 0.91)
Felipe Pena [Wed, 16 Nov 2011 12:13:22 +0000 (12:13 +0000)]
- Fixed bug #60267 (Compile failure with freetds 0.91)

13 years agokeep code to be compatible with PHP4
George Wang [Wed, 16 Nov 2011 03:58:57 +0000 (03:58 +0000)]
keep code to be compatible with PHP4

13 years agokeep PHP_5_4 in sync with PHP_5_3 branch
George Wang [Wed, 16 Nov 2011 03:44:42 +0000 (03:44 +0000)]
keep PHP_5_4 in sync with PHP_5_3 branch

13 years ago- Added .phar to default authorized extensions
Jérôme Loyet [Wed, 16 Nov 2011 00:21:38 +0000 (00:21 +0000)]
- Added .phar to default authorized extensions

13 years agotypo
Jérôme Loyet [Wed, 16 Nov 2011 00:19:43 +0000 (00:19 +0000)]
typo

13 years ago- FR #60199 (enhance FPM error log when the primary script can't be open)
Jérôme Loyet [Tue, 15 Nov 2011 22:29:59 +0000 (22:29 +0000)]
- FR #60199 (enhance FPM error log when the primary script can't be open)

13 years agoMinor NEWS grammar fixes
Christopher Jones [Tue, 15 Nov 2011 22:03:40 +0000 (22:03 +0000)]
Minor NEWS grammar fixes

13 years ago- Fixed bug #55874 (GCC does not provide __sync_fetch_and_add on some archs)
Felipe Pena [Tue, 15 Nov 2011 20:33:26 +0000 (20:33 +0000)]
- Fixed bug #55874 (GCC does not provide __sync_fetch_and_add on some archs)
  patch by: klightspeed at netspace dot net dot au

13 years agoFixed bug #60244 (pg_fetch_* functions do not validate that row param is >0).
Ilia Alshanetsky [Tue, 15 Nov 2011 18:02:58 +0000 (18:02 +0000)]
Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0).

13 years ago- Fixed bug #52624 (tempnam() by-pass open_basedir with inexistent directory)
Felipe Pena [Tue, 15 Nov 2011 16:59:59 +0000 (16:59 +0000)]
- Fixed bug #52624 (tempnam() by-pass open_basedir with inexistent directory)