]> granicus.if.org Git - php/log
php
13 years agoAdd zbacktrace_ex to .gdbinit which will print extra argument info than zbacktrace
Xinchen Hui [Tue, 6 Dec 2011 09:56:01 +0000 (09:56 +0000)]
Add zbacktrace_ex to .gdbinit which will print extra argument info than zbacktrace
Implement FR #60448

13 years agoCoding standard
Pierrick Charron [Tue, 6 Dec 2011 06:44:22 +0000 (06:44 +0000)]
Coding standard

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 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 agoWe should free the memory of any curl_slist returned by curl_easy_getinfo
Pierrick Charron [Mon, 5 Dec 2011 22:23:19 +0000 (22:23 +0000)]
We should free the memory of any curl_slist returned by curl_easy_getinfo

13 years agoremove irrelevant codes in test
Xinchen Hui [Mon, 5 Dec 2011 12:46:38 +0000 (12:46 +0000)]
remove irrelevant codes in test

13 years agoAdd xfaild test for a secluded issue
Xinchen Hui [Mon, 5 Dec 2011 12:44:12 +0000 (12:44 +0000)]
Add xfaild test for a secluded issue

13 years agoFix typo
Xinchen Hui [Mon, 5 Dec 2011 12:33:56 +0000 (12:33 +0000)]
Fix typo

13 years agoFixed bug #60444 (Segmentation fault with include & class extending)
Dmitry Stogov [Mon, 5 Dec 2011 09:20:12 +0000 (09:20 +0000)]
Fixed bug #60444 (Segmentation fault with include & class extending)

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 agoFix test.. the errormessage is irrelevant, we are testing if we segfault and corrupt...
Hannes Magnusson [Sun, 4 Dec 2011 12:34:19 +0000 (12:34 +0000)]
Fix test.. the errormessage is irrelevant, we are testing if we segfault and corrupt return value

13 years agoFix segfault when using curl_copy_handle with CURLOPT_PROGRESSFUNCTION
Pierrick Charron [Sun, 4 Dec 2011 01:16:17 +0000 (01:16 +0000)]
Fix segfault when using curl_copy_handle with CURLOPT_PROGRESSFUNCTION

13 years agoadd CURLOPT_WILDCARDMATCH and CURLOPT_FNMATCH_FUNCTION
Pierrick Charron [Sun, 4 Dec 2011 00:19:12 +0000 (00:19 +0000)]
add CURLOPT_WILDCARDMATCH and CURLOPT_FNMATCH_FUNCTION

13 years agoAdd the curl handle to the progress callback function
Pierrick Charron [Sat, 3 Dec 2011 23:53:27 +0000 (23:53 +0000)]
Add the curl handle to the progress callback function

13 years agoThe progress handle don't need to be allocated unless
Pierrick Charron [Sat, 3 Dec 2011 23:43:44 +0000 (23:43 +0000)]
The progress handle don't need to be allocated unless
curl_setopt with CURLOPT_PROGRESSFUNCTION is called

13 years agouseless variable
Pierrick Charron [Sat, 3 Dec 2011 23:21:43 +0000 (23:21 +0000)]
useless variable

13 years agoUpdate curl MINFO
Pierrick Charron [Sat, 3 Dec 2011 21:24:19 +0000 (21:24 +0000)]
Update curl MINFO

13 years agoTest curl_getinfo() function with CURLINFO_EFFECTIVE_URL parameter
Pierrick Charron [Sat, 3 Dec 2011 20:19:53 +0000 (20:19 +0000)]
Test curl_getinfo() function with CURLINFO_EFFECTIVE_URL parameter

13 years agoClean curl_getinfo and add new constants from newer libcurl versions
Pierrick Charron [Sat, 3 Dec 2011 20:16:32 +0000 (20:16 +0000)]
Clean curl_getinfo and add new constants from newer libcurl versions

13 years agoFix test for libcurl < 7.12.1
Pierrick Charron [Sat, 3 Dec 2011 20:14:06 +0000 (20:14 +0000)]
Fix test for libcurl < 7.12.1

13 years agoExpose zend_signal_handler_unblock() to DSO extensions to allow usage of HANDLE_UNBLO...
Dmitry Stogov [Fri, 2 Dec 2011 12:14:16 +0000 (12:14 +0000)]
Expose zend_signal_handler_unblock() to DSO extensions to allow usage of HANDLE_UNBLOCK_INTERRUPTIONS macro

13 years agoFixed bug #60240 (invalid read/writes when unserializing specially crafted strings)
Michael Wallner [Fri, 2 Dec 2011 11:50:22 +0000 (11:50 +0000)]
Fixed bug #60240 (invalid read/writes when unserializing specially crafted strings)

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 agoClean / Improve the curl extension
Pierrick Charron [Thu, 1 Dec 2011 21:48:07 +0000 (21:48 +0000)]
Clean / Improve the curl extension
# NEWS file will come soon

13 years ago- Escape [ ] chars in the configure message
Felipe Pena [Thu, 1 Dec 2011 16:40:07 +0000 (16:40 +0000)]
- Escape [ ] chars in the configure message
  Patch by: Daniel Convissor

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 ago- Fixed tests
Felipe Pena [Thu, 1 Dec 2011 15:38:17 +0000 (15:38 +0000)]
- Fixed tests

13 years ago- Fixed tests
Felipe Pena [Thu, 1 Dec 2011 14:14:30 +0000 (14:14 +0000)]
- Fixed tests

13 years agoFixed icorrect key length after updating constant index
Dmitry Stogov [Thu, 1 Dec 2011 13:58:29 +0000 (13:58 +0000)]
Fixed icorrect key length after updating constant index

13 years ago- Added tests for bug #60350
Felipe Pena [Wed, 30 Nov 2011 21:04:07 +0000 (21:04 +0000)]
- Added tests for bug #60350
  patch by: php@mickweiss.com

13 years ago- Fixed bug #60350 (No string escape code for ESC (ascii 27), normally \e)
Felipe Pena [Wed, 30 Nov 2011 19:42:59 +0000 (19:42 +0000)]
- Fixed bug #60350 (No string escape code for ESC (ascii 27), normally \e)
  patch by: php at mickweiss dot com

13 years agoDon't write more data than the protocol can grok or the server will
Andrey Hristov [Wed, 30 Nov 2011 17:20:25 +0000 (17:20 +0000)]
Don't write more data than the protocol can grok or the server will
be confused. This comes without a test because the server needs to be
a non-community one with closed source PAM plugin loaded.

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 agoAdded implicit type casting to allow reusage of macros in C++ extensions (Yoram)
Dmitry Stogov [Mon, 28 Nov 2011 13:01:28 +0000 (13:01 +0000)]
Added implicit type casting to allow reusage of macros in C++ extensions (Yoram)

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- Small ajustments to some multicast options.
Gustavo André dos Santos Lopes [Sat, 26 Nov 2011 17:48:52 +0000 (17:48 +0000)]
- Small ajustments to some multicast options.

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 #60392 (U_IDNA_DOMAIN_NAME_TOO_LONG_ERROR undeclared)
Gustavo André dos Santos Lopes [Sat, 26 Nov 2011 14:55:31 +0000 (14:55 +0000)]
- Fixed bug #60392 (U_IDNA_DOMAIN_NAME_TOO_LONG_ERROR undeclared)
  (fedora at famillecollet dot com)

13 years ago- implement FR #60390, SERVER_PORT missing
Pierre Joye [Fri, 25 Nov 2011 21:18:40 +0000 (21:18 +0000)]
- implement FR #60390, SERVER_PORT missing

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 agoFixed bug #60167 (Crash / memory corruption in ext/com_dotnet) (Timm Friebe).
Dmitry Stogov [Fri, 25 Nov 2011 11:29:28 +0000 (11:29 +0000)]
Fixed bug #60167 (Crash / memory corruption in ext/com_dotnet) (Timm Friebe).

13 years agoadd pgsql new functions
Yasuo Ohgaki [Fri, 25 Nov 2011 02:24:37 +0000 (02:24 +0000)]
add pgsql new functions

13 years agoadd pg_escape_identifier/pg_escape_literal
Yasuo Ohgaki [Fri, 25 Nov 2011 02:21:01 +0000 (02:21 +0000)]
add pg_escape_identifier/pg_escape_literal

13 years ago- Updated UPGRADING, protos and attribution in ext/intl/idn/idn.c
Gustavo André dos Santos Lopes [Thu, 24 Nov 2011 22:45:50 +0000 (22:45 +0000)]
- Updated UPGRADING, protos and attribution in ext/intl/idn/idn.c

13 years ago- Support for UTS #46.
Gustavo André dos Santos Lopes [Thu, 24 Nov 2011 17:54:50 +0000 (17:54 +0000)]
- Support for UTS #46.

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- add crt warning ini
Pierre Joye [Thu, 24 Nov 2011 12:51:28 +0000 (12:51 +0000)]
- add crt warning ini

13 years agoRevert commit r319729 until I have a clean version for non-ZTS
Pierrick Charron [Thu, 24 Nov 2011 12:49:11 +0000 (12:49 +0000)]
Revert commit r319729 until I have a clean version for non-ZTS

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 agoImplemented FR #55540, added functions curl_share_init(), curl_share_setopt() and...
Pierrick Charron [Wed, 23 Nov 2011 22:20:28 +0000 (22:20 +0000)]
Implemented FR #55540, added functions curl_share_init(), curl_share_setopt() and curl_share_close().

13 years agoFixed Bug #60369 Crash with static property in trait
Stefan Marr [Wed, 23 Nov 2011 21:24:34 +0000 (21:24 +0000)]
Fixed Bug #60369 Crash with static property in trait

13 years agoFix build for libcurl < 7.20.0
Pierrick Charron [Wed, 23 Nov 2011 19:36:52 +0000 (19:36 +0000)]
Fix build for libcurl < 7.20.0

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 agoFixed bug #54995
Pierrick Charron [Wed, 23 Nov 2011 05:45:27 +0000 (05:45 +0000)]
Fixed bug #54995

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 build (using libcurl 7.21.0)
Felipe Pena [Tue, 22 Nov 2011 21:10:24 +0000 (21:10 +0000)]
- Fix build (using libcurl 7.21.0)

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 agoAdd new cURL CURLOPT_* options
Pierrick Charron [Tue, 22 Nov 2011 17:33:48 +0000 (17:33 +0000)]
Add new cURL CURLOPT_* options

13 years agoFixed bug #55635
Pierrick Charron [Tue, 22 Nov 2011 17:13:26 +0000 (17:13 +0000)]
Fixed bug #55635

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 agoFixed bug #60357 (__toString() method triggers E_NOTICE "Array to string conversion")
Xinchen Hui [Tue, 22 Nov 2011 10:11:06 +0000 (10:11 +0000)]
Fixed bug #60357 (__toString() method triggers E_NOTICE "Array to string conversion")

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 agoexport zend_on_timeout handler from ZE
Antony Dovgal [Tue, 22 Nov 2011 03:39:12 +0000 (03:39 +0000)]
export zend_on_timeout handler from ZE

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 agoComparison between pointer and integer
Xinchen Hui [Mon, 21 Nov 2011 06:07:43 +0000 (06:07 +0000)]
Comparison between pointer and integer

13 years agoC++ style comment
Xinchen Hui [Mon, 21 Nov 2011 05:57:45 +0000 (05:57 +0000)]
C++ style comment

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

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 agofix is_a reflection
Stanislav Malyshev [Sun, 20 Nov 2011 22:20:03 +0000 (22:20 +0000)]
fix is_a reflection

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 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)