Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trim trailing whitespaces in build files | Peter Kokot | 2018-07-29 | 1 | -4/+4 |
| | | | | | | | | Some editors utilizing .editorconfig automatically trim whitespaces. For convenience this patch removes whitespaces in certain build files: - ext/*/config*.m4 - configure.ac - acinclude.m4 | ||||
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 7 | -12/+0 |
| | | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. | ||||
* | Use zval_ptr_dtor() imstead of zval_dtor() | Dmitry Stogov | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | Use zend_string_release_ex() instread of zend_string_release() in places, ↵ | Dmitry Stogov | 2018-05-28 | 1 | -13/+13 |
| | | | | where we sure about string persistence. | ||||
* | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 59 | -59/+59 |
| | | | | EXPECTF logic in run-tests.php is considerable, so let's avoid it. | ||||
* | Remove trailing whitespace in inc files | Gabriel Caruso | 2018-02-10 | 1 | -1/+1 |
| | |||||
* | Fix some misspellings | Gabriel Caruso | 2018-02-06 | 1 | -3/+2 |
| | |||||
* | Use bool instead of boolean while throwing a type error | Gabriel Caruso | 2018-02-04 | 4 | -4/+4 |
| | | | | | | | | | | PHP requires boolean typehints to be written "bool" and disallows "boolean" as an alias. This changes the error messages to match the actual type name and avoids confusing messages like "must be of type boolean, boolean given". This a followup to ce1d69a1f6dcf15d43029301059c25e5bc09a577, which implements the same change for integer->int. | ||||
* | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 1 | -1/+1 |
| | | | | | | | PHP requires integer typehints to be written "int" and does not allow "integer" as an alias. This changes type error messages to match the actual type name and avoids confusing messages like "must be of the type integer, integer given". | ||||
* | Add and fix SKIPIF sections | Gabriel Caruso | 2018-02-04 | 1 | -0/+2 |
| | |||||
* | Remove checks for unicode.semantics ini option | Nikita Popov | 2018-02-03 | 1 | -8/+3 |
| | |||||
* | Use OBJ_FLAGS() macro to access object flags (even if they are currently ↵ | Dmitry Stogov | 2018-01-22 | 1 | -1/+1 |
| | | | | stored together with GC_FLAGS) | ||||
* | year++ | Xinchen Hui | 2018-01-02 | 5 | -5/+5 |
| | |||||
* | Merge branch 'PHP-7.2' | Nikita Popov | 2017-12-17 | 1 | -1/+1 |
|\ | |||||
| * | Fix bug #75615 | Jaromír Doleček | 2017-12-17 | 1 | -1/+1 |
| | | | | | | | | Remove -I without argument in pdo_mysql config.m4. | ||||
* | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-15 | 1 | -1/+1 |
| | | |||||
* | | Turn "pdo_stmt_methods" into constants. | Dmitry Stogov | 2017-12-14 | 2 | -2/+2 |
| | | |||||
* | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 3 | -4/+4 |
| | | |||||
* | | Merge branch 'PHP-7.2' | Anatol Belski | 2017-09-13 | 1 | -0/+33 |
|\ \ | |/ | | | | | | | * PHP-7.2: Fixed bug #75018, fixed bug #75177 | ||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-09-13 | 1 | -0/+33 |
| |\ | | | | | | | | | | | | | * PHP-7.1: Fixed bug #75018, fixed bug #75177 | ||||
| | * | Fixed bug #75018, fixed bug #75177 | Anatol Belski | 2017-09-13 | 1 | -0/+33 |
| | | | | | | | | | | | | Both are caused by the same cast issue in mysqlnd on 32-bit. | ||||
| * | | Req #74963 (Improved error message on fetching property of non-object) | Xinchen Hui | 2017-07-31 | 1 | -1/+1 |
| | | | |||||
* | | | Get rid of all these old package[2].xml files, most of these had no had a ↵ | Kalle Sommer Nielsen | 2017-08-17 | 1 | -93/+0 |
| | | | | | | | | | | | | | | | | | | release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl OCI, PDO_OCI and zip are left as they are actively developed and released there | ||||
* | | | Req #74963 (Improved error message on fetching property of non-object) | Xinchen Hui | 2017-07-31 | 1 | -1/+1 |
| | | | |||||
* | | | Remove version checks for MySQL < 5.0 | Nikita Popov | 2017-07-19 | 1 | -34/+0 |
|/ / | |||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-07-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-07-18 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix check of mysql_commit() return value | YaoGuai | 2017-07-18 | 1 | -1/+1 |
| | | | | | | | | | | | | For mysql_commit() everything non-zero is an error. | ||||
* | | | Merge branch 'PHP-7.1' | Xinchen Hui | 2017-04-07 | 1 | -0/+27 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | * PHP-7.1: Update NEWS Remove unused var Fix invalid free of persistent results on error/connection loss in mysqlnd (bug 74376) | ||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-04-07 | 1 | -0/+27 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | * PHP-7.0: Fix invalid free of persistent results on error/connection loss in mysqlnd (bug 74376) Conflicts: ext/mysqlnd/mysqlnd_ps.c | ||||
| | * | Fix invalid free of persistent results on error/connection loss in mysqlnd ↵ | Yussuf Khalil | 2017-04-05 | 1 | -0/+27 |
| | | | | | | | | | | | | (bug 74376) | ||||
* | | | Add PDO parameter types for national character set strings | Adam Baratz | 2017-03-20 | 4 | -4/+122 |
| | | | |||||
* | | | Remove unused field | Adam Baratz | 2017-03-20 | 1 | -1/+0 |
| | | | |||||
* | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-03-09 | 4 | -0/+19 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-03-09 | 4 | -0/+19 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #71003: Add PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT | Thomas Orozco | 2017-03-09 | 4 | -0/+19 |
| | | | |||||
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 5 | -5/+5 |
| | | | |||||
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 5 | -5/+5 |
| | | | |||||
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 5 | -5/+5 |
| | | | |||||
* | | | Merge branch 'PHP-7.1' | Matteo Beccati | 2016-12-15 | 2 | -1/+23 |
|\ \ \ | |/ / | | | | | | | | | | | | | * PHP-7.1: Skip tests when secure_file_priv dir not writable Add missing UPGRADING entry. Manual is updated before 7.0 release. | ||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Matteo Beccati | 2016-12-15 | 2 | -1/+23 |
| |\ \ | | |/ | | | | | | | | | | | | | * PHP-7.0: Skip tests when secure_file_priv dir not writable Add missing UPGRADING entry. Manual is updated before 7.0 release. | ||||
| | * | Merge branch 'PHP-5.6' into PHP-7.0 | Matteo Beccati | 2016-12-15 | 2 | -1/+23 |
| | |\ | | | | | | | | | | | | | | | | | * PHP-5.6: Skip tests when secure_file_priv dir not writable | ||||
| | | * | Skip tests when secure_file_priv dir not writable | Matteo Beccati | 2016-12-15 | 2 | -1/+23 |
| | | | | |||||
* | | | | Remove more PHP 6 leftovers from tests | Nikita Popov | 2016-11-24 | 30 | -366/+366 |
| | | | | |||||
* | | | | Fix CRLF line-endings in tests | Nikita Popov | 2016-11-20 | 1 | -33/+33 |
| | | | | | | | | | | | | | | | | Also fix a single instance of CRLF in ibase_query.c. | ||||
* | | | | Remove the b prefix from literals on unrelated tests | Pedro Magalhães | 2016-11-20 | 2 | -4/+4 |
| | | | | |||||
* | | | | Cleanup tests version checks | Tom Van Looy | 2016-11-20 | 5 | -12/+0 |
| | | | | |||||
* | | | | Addendum to #73234: Assume param types are nullable | Adam Baratz | 2016-10-12 | 2 | -2/+2 |
| | | | | |||||
* | | | | Fix tests affected by 32b6154a61fae820386527f3019f8c5937fc5d27 | Adam Baratz | 2016-10-11 | 2 | -2/+2 |
| | | | | |||||
* | | | | Fix message typos in PDO tests | Adam Baratz | 2016-08-24 | 1 | -1/+1 |
|/ / / |