Hello community,
here is the log from the commit of package kdevelop5-plugin-php for
openSUSE:Factory checked in at 2020-01-07 23:55:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdevelop5-plugin-php (Old)
and /work/SRC/openSUSE:Factory/.kdevelop5-plugin-php.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdevelop5-plugin-php"
Tue Jan 7 23:55:50 2020 rev:21 rq:761629 version:5.4.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/kdevelop5-plugin-php/kdevelop5-plugin-php.changes
2019-12-03 12:43:38.154111909 +0100
+++
/work/SRC/openSUSE:Factory/.kdevelop5-plugin-php.new.6675/kdevelop5-plugin-php.changes
2020-01-07 23:57:00.280145028 +0100
@@ -1,0 +2,6 @@
+Tue Jan 7 13:56:03 UTC 2020 - [email protected]
+
+- Update to 5.4.6
+ * Update phpfunctions.php to phpdoc revision 348802
+
+-------------------------------------------------------------------
Old:
----
kdev-php-5.4.5.tar.xz
New:
----
kdev-php-5.4.6.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdevelop5-plugin-php.spec ++++++
--- /var/tmp/diff_new_pack.f8pNP9/_old 2020-01-07 23:57:01.644145736 +0100
+++ /var/tmp/diff_new_pack.f8pNP9/_new 2020-01-07 23:57:01.648145739 +0100
@@ -18,7 +18,7 @@
%define rname kdev-php
Name: kdevelop5-plugin-php
-Version: 5.4.5
+Version: 5.4.6
Release: 0
Summary: PHP plugin for Kdevelop5 Integrated Development Environment
License: GPL-2.0-or-later
++++++ kdev-php-5.4.5.tar.xz -> kdev-php-5.4.6.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdev-php-5.4.5/CMakeLists.txt
new/kdev-php-5.4.6/CMakeLists.txt
--- old/kdev-php-5.4.5/CMakeLists.txt 2019-12-02 15:52:05.000000000 +0100
+++ new/kdev-php-5.4.6/CMakeLists.txt 2020-01-06 22:20:39.000000000 +0100
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0)
cmake_policy(SET CMP0048 NEW)
-project(kdev-php VERSION "5.4.5")
+project(kdev-php VERSION "5.4.6")
find_package(Threads)
find_package (ECM "5.28.0" REQUIRED NO_MODULE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdev-php-5.4.5/phpfunctions.php
new/kdev-php-5.4.6/phpfunctions.php
--- old/kdev-php-5.4.5/phpfunctions.php 2019-12-02 15:51:44.000000000 +0100
+++ new/kdev-php-5.4.6/phpfunctions.php 2020-01-06 22:20:14.000000000 +0100
@@ -17910,7 +17910,6 @@
* module to another within the same request.
*
* @param string $note_name The name of the note.
- * @param string $note_value The value of the note.
* @return string If called with one argument, it returns the current
* value of note note_name. If called with two arguments, it sets the
* value of note note_name to note_value and returns the previous value
@@ -17918,7 +17917,7 @@
* returned.
* @since PHP 4, PHP 5, PHP 7
**/
-function apache_note($note_name, $note_value){}
+function apache_note($note_name){}
/**
* Fetch all HTTP request headers
@@ -19734,7 +19733,15 @@
* error_reporting during assertion expression evaluation
* ASSERT_CALLBACK assert.callback (NULL) Callback to call on failed
* assertions
- * @param mixed $value An optional new value for the option.
+ * @param mixed $value An optional new value for the option. The
+ * callback function set via ASSERT_CALLBACK or assert.callback should
+ * have the following signature: voidassert_callback string{@link file}
+ * int{@link line} string{@link assertion} string{@link description}
+ * {@link file} The file where {@link assert} has been called. {@link
+ * line} The line where {@link assert} has been called. {@link
+ * assertion} The assertion that has been passed to {@link assert},
+ * converted to a string. {@link description} The description that has
+ * been passed to {@link assert}.
* @return mixed Returns the original setting of any option or FALSE on
* errors.
* @since PHP 4, PHP 5, PHP 7
@@ -27288,18 +27295,18 @@
* Example: 654 Timezone --- --- e Timezone identifier (added in PHP
* 5.1.0) Examples: UTC, GMT, Atlantic/Azores I (capital i) Whether or
* not the date is in daylight saving time 1 if Daylight Saving Time, 0
- * otherwise. O Difference to Greenwich time (GMT) in hours Example:
- * +0200 P Difference to Greenwich time (GMT) with colon between hours
- * and minutes (added in PHP 5.1.3) Example: +02:00 T Timezone
- * abbreviation Examples: EST, MDT ... Z Timezone offset in seconds.
- * The offset for timezones west of UTC is always negative, and for
- * those east of UTC is always positive. -43200 through 50400 Full
- * Date/Time --- --- c ISO 8601 date (added in PHP 5)
- * 2004-02-12T15:19:21+00:00 r RFC 2822 formatted date Example: Thu, 21
- * Dec 2000 16:01:07 +0200 U Seconds since the Unix Epoch (January 1
- * 1970 00:00:00 GMT) See also {@link time} Unrecognized characters in
- * the format string will be printed as-is. The Z format will always
- * return 0 when using {@link gmdate}.
+ * otherwise. O Difference to Greenwich time (GMT) without colon
+ * between hours and minutes Example: +0200 P Difference to Greenwich
+ * time (GMT) with colon between hours and minutes (added in PHP 5.1.3)
+ * Example: +02:00 T Timezone abbreviation Examples: EST, MDT ... Z
+ * Timezone offset in seconds. The offset for timezones west of UTC is
+ * always negative, and for those east of UTC is always positive.
+ * -43200 through 50400 Full Date/Time --- --- c ISO 8601 date (added
+ * in PHP 5) 2004-02-12T15:19:21+00:00 r RFC 2822 formatted date
+ * Example: Thu, 21 Dec 2000 16:01:07 +0200 U Seconds since the Unix
+ * Epoch (January 1 1970 00:00:00 GMT) See also {@link time}
+ * Unrecognized characters in the format string will be printed as-is.
+ * The Z format will always return 0 when using {@link gmdate}.
* @param int $timestamp
* @return string Returns a formatted date string. If a non-numeric
* value is used for {@link timestamp}, FALSE is returned and an
@@ -30023,7 +30030,12 @@
* @param string $handler The name of the handler which shall be used
* for accessing {@link path}. It is passed all optional parameters
* given to {@link dba_open} and can act on behalf of them.
- * @param mixed ...$vararg
+ * @param string ...$vararg Optional parameters which are passed to the
+ * driver. The cdb, cdb_make, flatfile, inifile, qdbm and tcadb drivers
+ * do not support additional parameters. The db1, db2, db3, db4, dbm,
+ * gdbm, lmdb, and ndbm drivers supports a single additional parameter
+ * $filemode, which has the same meaning as the $mode parameter of
+ * {@link chmod}, and defaults to 0644.
* @return resource Returns a positive handle on success.
* @since PHP 4, PHP 5, PHP 7
**/
@@ -35472,7 +35484,7 @@
* fann_train_on_file}.
*
* @param resource $ann
- * @param collable $callback The supplied callback function takes
+ * @param callable $callback The supplied callback function takes
* following parameters: ann - The neural network resource train - The
* train data resource or NULL if called from {@link
* fann_train_on_file} max_epochs - The maximum number of epochs the
@@ -38404,7 +38416,10 @@
* Gets line from file pointer and strip HTML tags
*
* Identical to {@link fgets}, except that {@link fgetss} attempts to
- * strip any NUL bytes, HTML and PHP tags from the text it reads.
+ * strip any NUL bytes, HTML and PHP tags from the text it reads. The
+ * function retains the parsing state from call to call, and as such is
+ * not equivalent to calling {@link strip_tags} on the return value of
+ * {@link fgets}.
*
* @param resource $handle
* @param int $length Length of the data to be retrieved.
@@ -41289,8 +41304,7 @@
* @param object $object An object instance.
* @return array Returns an associative array of defined object
* accessible non-static properties for the specified {@link object} in
- * scope. If a property has not been assigned a value, it will be
- * returned with a NULL value.
+ * scope.
* @since PHP 4, PHP 5, PHP 7
**/
function get_object_vars($object){}
@@ -41357,7 +41371,7 @@
* function, which is similar to the rules used by common shells.
*
* @param string $pattern The pattern. No tilde expansion or parameter
- * substitution is done. Special characters: * - Matches zero of more
+ * substitution is done. Special characters: * - Matches zero or more
* characters. ? - Matches exactly one character (any character). [...]
* - Matches one character from a group of characters. If the first
* character is !, matches any character not in the group. ... -
@@ -48503,7 +48517,7 @@
*
* @param resource $imap_stream The message number
* @param int $msg_number You can set the FT_UID which tells the
- * function to treat the {@link msg_number} argument as an UID.
+ * function to treat the {@link msg_number} argument as a UID.
* @param int $options
* @return bool Returns TRUE.
* @since PHP 4, PHP 5, PHP 7
@@ -57127,7 +57141,7 @@
* @param string $pattern The regular expression pattern.
* @param string $string The string being split.
* @param int $limit
- * @return array The result as an array.
+ * @return array The result as an array, .
* @since PHP 4 >= 4.2.0, PHP 5, PHP 7
**/
function mb_split($pattern, $string, $limit){}
@@ -78105,7 +78119,9 @@
* options. Currently supported options include: suppress_errors
* (windows only): suppresses errors generated by this function when
* it's set to TRUE bypass_shell (windows only): bypass cmd.exe shell
- * when set to TRUE
+ * when set to TRUE blocking_pipes (windows only): force blocking pipes
+ * when set to TRUE create_process_group (windows only): allow the
+ * child process to handle CTRL events when set to TRUE
* @return resource Returns a resource representing the process, which
* should be freed using {@link proc_close} when you are finished with
* it. On failure returns FALSE.
@@ -82474,6 +82490,42 @@
function sapi_windows_cp_set($cp){}
/**
+ * Send a CTRL event to another process
+ *
+ * Sends a CTRL event to another process in the same process group.
+ *
+ * @param int $event The CTRL even to send; either
+ * PHP_WINDOWS_EVENT_CTRL_C or PHP_WINDOWS_EVENT_CTRL_BREAK.
+ * @param int $pid The ID of the process to which to send the event to.
+ * If 0 is given, the event is sent to all processes of the process
+ * group.
+ * @return bool
+ * @since PHP 7 >= 7.4.0
+ **/
+function sapi_windows_generate_ctrl_event($event, $pid){}
+
+/**
+ * Set or remove a CTRL event handler
+ *
+ * Sets or removes a CTRL event handler, which allows Windows CLI
+ * processes to intercept or ignore CTRL+C and CTRL+BREAK events. Note
+ * that in multithreaded environments, this is only possible when called
+ * from the main thread.
+ *
+ * @param callable $callable A callback function to set or remove. If
+ * set, this function will be called whenever a CTRL+C or CTRL+BREAK
+ * event occurs. The function is supposed to have the following
+ * signature: voidhandler int{@link event} {@link event} The CTRL event
+ * which has been received; either PHP_WINDOWS_EVENT_CTRL_C or
+ * PHP_WINDOWS_EVENT_CTRL_BREAK. Setting a NULL {@link callable} causes
+ * the process to ignore CTRL+C events, but not CTRL+BREAK events.
+ * @param bool $add
+ * @return bool
+ * @since PHP 7 >= 7.4.0
+ **/
+function sapi_windows_set_ctrl_handler($callable, $add){}
+
+/**
* Get or set VT100 support for the specified stream associated to an
* output buffer of a Windows console.
*
@@ -82525,6 +82577,31 @@
function scandir($directory, $sorting_order, $context){}
/**
+ * Returns a list of instrumented calls that have occurred
+ *
+ * Returns a list of any instrumented function calls since {@link
+ * scoutapm_get_calls} was last called. The list is cleared each time the
+ * function is called.
+ *
+ * @return array {@link scoutapm_get_calls} returns an array containing
+ * a list of all recorded calls to instrumented function calls.
+ * @since PECL scoutapm >= 1.0.0
+ **/
+function scoutapm_get_calls(){}
+
+/**
+ * List functions scoutapm will instrument.
+ *
+ * Returns a list of the functions the extension will instrument.
+ *
+ * @return array {@link scoutapm_list_instrumented_functions} returns
+ * an array containing a list of all functions that the scoutapm
+ * extension is able to instrument in the current installation.
+ * @since PECL scoutapm >= 1.0.2
+ **/
+function scoutapm_list_instrumented_functions(){}
+
+/**
* Get SeasLog author.
*
* @return string Return SeasLog author as string.
@@ -86244,14 +86321,15 @@
* @param array $array The input array.
* @param int $sort_flags The optional second parameter {@link
* sort_flags} may be used to modify the sorting behavior using these
- * values: Sorting type flags: SORT_REGULAR - compare items normally
- * (don't change types) SORT_NUMERIC - compare items numerically
- * SORT_STRING - compare items as strings SORT_LOCALE_STRING - compare
- * items as strings, based on the current locale. It uses the locale,
- * which can be changed using {@link setlocale} SORT_NATURAL - compare
- * items as strings using "natural ordering" like {@link natsort}
- * SORT_FLAG_CASE - can be combined (bitwise OR) with SORT_STRING or
- * SORT_NATURAL to sort strings case-insensitively
+ * values: Sorting type flags: SORT_REGULAR - compare items normally;
+ * the details are described in the comparison operators section
+ * SORT_NUMERIC - compare items numerically SORT_STRING - compare items
+ * as strings SORT_LOCALE_STRING - compare items as strings, based on
+ * the current locale. It uses the locale, which can be changed using
+ * {@link setlocale} SORT_NATURAL - compare items as strings using
+ * "natural ordering" like {@link natsort} SORT_FLAG_CASE - can be
+ * combined (bitwise OR) with SORT_STRING or SORT_NATURAL to sort
+ * strings case-insensitively
* @return bool
* @since PHP 4, PHP 5, PHP 7
**/
@@ -86273,7 +86351,7 @@
* Addison-Wesley (1973), pp. 391-392.
*
* @param string $str The input string.
- * @return string Returns the soundex key as a string.
+ * @return string Returns the soundex key as a , .
* @since PHP 4, PHP 5, PHP 7
**/
function soundex($str){}
@@ -91292,8 +91370,7 @@
* Returns the portion of {@link string} specified by the {@link start}
* and {@link length} parameters.
*
- * @param string $string The input string. Must be one character or
- * longer.
+ * @param string $string The input string.
* @param int $start If {@link start} is non-negative, the returned
* string will start at the {@link start}'th position in {@link
* string}, counting from zero. For instance, in the string 'abcdef',
@@ -109642,7 +109719,8 @@
/**
* Sets the object's default compression quality
*
- * @param int $quality
+ * @param int $quality An between 1 and 100, 1 = high compression, 100
+ * low compression.
* @return bool
**/
function setCompressionQuality($quality){}
@@ -144666,10 +144744,11 @@
/**
* Construct
*
- * Constructs a ReflectionParameter class.
+ * Constructs a ReflectionParameter instance.
*
- * @param string $function The function to reflect parameters from.
- * @param string $parameter The parameter.
+ * @param callable $function The function to reflect parameters from.
+ * @param mixed $parameter Either an specifying the position of the
+ * parameter (starting with zero), or a the parameter name as .
* @since PHP 5, PHP 7
**/
public function __construct($function, $parameter){}
@@ -144778,6 +144857,17 @@
public function getName(){}
/**
+ * Gets a property's type
+ *
+ * Gets the associated type of a property.
+ *
+ * @return ?ReflectionType Returns a ReflectionType if the property has
+ * a type, and NULL otherwise.
+ * @since PHP 7 >= 7.4.0
+ **/
+ public function getType(){}
+
+ /**
* Gets value
*
* Gets the property's value.
@@ -144792,6 +144882,16 @@
public function getValue($object){}
/**
+ * Checks if property has a type
+ *
+ * Checks if the property has a type associated with it.
+ *
+ * @return bool TRUE if a type is specified, FALSE otherwise.
+ * @since PHP 7 >= 7.4.0
+ **/
+ public function hasType(){}
+
+ /**
* Checks if property is a default property
*
* Checks whether the property was declared at compile-time, or whether
@@ -144804,6 +144904,18 @@
public function isDefault(){}
/**
+ * Checks whether a property is initialized
+ *
+ * @param object $object If the property is non-static an object must
+ * be provided to fetch the property from.
+ * @return bool Returns FALSE for typed properties prior to
+ * initialization, and for properties that have been explicitly {@link
+ * unset}. For all other properties TRUE will be returned.
+ * @since PHP 7 >= 7.4.0
+ **/
+ public function isInitialized($object){}
+
+ /**
* Checks if property is private
*
* Checks whether the property is private.
@@ -148137,12 +148249,12 @@
/**
* @var integer
**/
- const VERSION_2C = 0;
+ const VERSION_2c = 0;
/**
* @var integer
**/
- const VERSION_2c = 0;
+ const VERSION_2C = 0;
/**
* @var integer
@@ -154553,7 +154665,10 @@
* Gets line from file and strip HTML tags
*
* Identical to SplFileObject::fgets, except that SplFileObject::fgetss
- * attempts to strip any HTML and PHP tags from the text it reads.
+ * attempts to strip any HTML and PHP tags from the text it reads. The
+ * function retains the parsing state from call to call, and as such is
+ * not equivalent to calling {@link strip_tags} on the return value of
+ * SplFileObject::fgets.
*
* @param string $allowable_tags Optional parameter to specify tags
* which should not be stripped.
@@ -155940,7 +156055,7 @@
* @param int $msecs The milliseconds to sleep. Setting this value to a
* value less than or equal to zero, will turn off an already set
* timeout handler.
- * @return bool Returns TRUE on success, FALSE on failure.
+ * @return bool Returns TRUE on success, .
* @since PHP 5 >= 5.3.3, PHP 7
**/
public function busyTimeout($msecs){}
@@ -155962,7 +156077,7 @@
/**
* Closes the database connection
*
- * @return bool Returns TRUE on success, FALSE on failure.
+ * @return bool
* @since PHP 5 >= 5.3.0, PHP 7
**/
public function close(){}
@@ -155992,7 +156107,7 @@
* step function; you should use this to maintain the aggregate state.
* @param int $argument_count The current row number.
* @return bool Returns TRUE upon successful creation of the aggregate,
- * FALSE on failure.
+ * .
* @since PHP 5 >= 5.3.0, PHP 7
**/
public function createAggregate($name, $step_callback, $final_callback,
$argument_count){}
@@ -156388,7 +156503,7 @@
* SQLITE3_NULL and all others as SQLITE3_TEXT. Formerly, if {@link
* type} has been omitted, it has defaulted to SQLITE3_TEXT.
* @return bool Returns TRUE if the value is bound to the statement
- * variable, FALSE on failure.
+ * variable, .
* @since PHP 5 >= 5.3.0, PHP 7
**/
public function bindValue($sql_param, $value, $type){}
@@ -156465,8 +156580,7 @@
* Resets the prepared statement to its state prior to execution. All
* bindings remain intact after reset.
*
- * @return bool Returns TRUE if the statement is successfully reset,
- * FALSE on failure.
+ * @return bool Returns TRUE if the statement is successfully reset, .
* @since PHP 5 >= 5.3.0, PHP 7
**/
public function reset(){}
@@ -157648,7 +157762,8 @@
* {@link trigger_error} function during stating of the path.
* @return array Should return as many elements as {@link stat} does.
* Unknown or unavailable values should be set to a rational value
- * (usually 0).
+ * (usually 0). Pay special attention to mode as documented under
+ * {@link stat}.
* @since PHP 4 >= 4.3.2, PHP 5, PHP 7
**/
public function url_stat($path, $flags){}
@@ -174746,6 +174861,26 @@
class ZookeeperSessionException extends ZookeeperException {
}
/**
+ * fifo
+ **/
+define('0010000', 0);
+/**
+ * directory
+ **/
+define('0040000', 0);
+/**
+ * block device
+ **/
+define('0060000', 0);
+/**
+ * regular file
+ **/
+define('0100000', 0);
+/**
+ * link
+ **/
+define('0120000', 0);
+/**
* Abbreviated name of n-th day of the week.
**/
define('ABDAY_1', 0);
@@ -178137,6 +178272,8 @@
define('MB_CASE_TITLE', 0);
define('MB_CASE_TITLE_SIMPLE', 0);
define('MB_CASE_UPPER', 0);
+define('MB_CASE_UPPER_SIMPLE', 0);
+define('MB_ONIGURUMA_VERSION', '');
define('MB_OVERLOAD_MAIL', 0);
define('MB_OVERLOAD_REGEX', 0);
define('MB_OVERLOAD_STRING', 0);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdev-php-5.4.5/po/zh_CN/kdevphp.po
new/kdev-php-5.4.6/po/zh_CN/kdevphp.po
--- old/kdev-php-5.4.5/po/zh_CN/kdevphp.po 2019-12-02 15:52:04.000000000
+0100
+++ new/kdev-php-5.4.6/po/zh_CN/kdevphp.po 2020-01-06 22:20:39.000000000
+0100
@@ -9,15 +9,14 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2019-08-30 07:39+0200\n"
-"PO-Revision-Date: 2019-11-19 23:12\n"
-"Last-Translator: Guo Yunhe (guoyunhe)\n"
+"PO-Revision-Date: 2020-01-04 21:51\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: kdeorg\n"
"X-Crowdin-Language: zh-CN\n"
"X-Crowdin-File: /kf5-stable/messages/extragear-kdevelop/kdevphp.pot\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdev-php-5.4.5/po/zh_TW/kdevphp.po
new/kdev-php-5.4.6/po/zh_TW/kdevphp.po
--- old/kdev-php-5.4.5/po/zh_TW/kdevphp.po 2019-12-02 15:52:05.000000000
+0100
+++ new/kdev-php-5.4.6/po/zh_TW/kdevphp.po 2020-01-06 22:20:39.000000000
+0100
@@ -12,7 +12,7 @@
"POT-Creation-Date: 2019-08-30 07:39+0200\n"
"PO-Revision-Date: 2018-12-02 23:39+0800\n"
"Last-Translator: pan93412 <[email protected]>\n"
-"Language-Team: Chinese <[email protected]>\n"
+"Language-Team: Chinese <[email protected]>\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"