Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
| | |||||
* | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2 | ||||
* | Fix localized error messages and memory leaks | Anatol Belski | 2018-09-17 | 1 | -3/+3 |
| | | | | | | | | | | | The FormatMessage API needs to LocalFree the delivered error messages. In cases where messages are delivered in non ASCII compatible encoding, the messages might be unreadable. This aligns the error message encoding with the encoding settings in PHP, the focus is UTF-8 as default. Initialize error buffer Avoid code duplication | ||||
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+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. | ||||
* | Merge branch 'PHP-7.2' | Anatol Belski | 2018-04-03 | 1 | -2/+2 |
|\ | | | | | | | | | * PHP-7.2: Sync fix for bug #72498 for 32-bit | ||||
| * | Sync fix for bug #72498 for 32-bit | Anatol Belski | 2018-04-03 | 1 | -2/+2 |
| | | |||||
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | | |||||
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | | |||||
* | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | | |||||
* | | Always use IS_CONSTANT_AST (IS_CONSTANT is removed). | Dmitry Stogov | 2017-10-10 | 1 | -1/+0 |
| | | |||||
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
|/ | |||||
* | Fixed bug #72569 DOTNET/COM array parameters broke in PHP7 | Anatol Belski | 2016-07-12 | 1 | -1/+6 |
| | |||||
* | Fixed bug #72498 variant_date_from_timestamp null dereference | Anatol Belski | 2016-07-01 | 1 | -0/+7 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more ↵ | Dmitry Stogov | 2015-09-24 | 1 | -8/+8 |
| | | | | | | | | appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). | ||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -18/+18 |
| | | |||||
* | | Drop duplicate arg from hash_get_current_key_ex | Nikita Popov | 2014-12-26 | 1 | -2/+2 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -64/+64 |
| | | |||||
* | | fix datatype mismatches, remove dead part of code | Anatol Belski | 2014-11-13 | 1 | -6/+5 |
| | | |||||
* | | several fixes to com_dotnet for x64 | Anatol Belski | 2014-10-28 | 1 | -2/+26 |
| | | |||||
* | | fix datatype mismatches | Anatol Belski | 2014-10-28 | 1 | -6/+11 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | 's' works with size_t round 2 | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -34/+34 |
| | | |||||
* | | ported ext/com_dotnet | Anatol Belski | 2014-08-19 | 1 | -26/+26 |
| | | |||||
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -15/+15 |
| | | |||||
* | | Implemented ext/com_dotnet support for phpng | Dmitry Stogov | 2014-08-11 | 1 | -12/+19 |
|/ | |||||
* | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-04-29 | 1 | -1/+5 |
|\ | | | | | | | | | | | * PHP-5.5: updated NEWS Fixed bug #66431 Special Character via COM Interface (CP_UTF8) | ||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2014-04-29 | 1 | -1/+5 |
| |\ | | | | | | | | | | | | | * PHP-5.4: Fixed bug #66431 Special Character via COM Interface (CP_UTF8) | ||||
| | * | Fixed bug #66431 Special Character via COM Interface (CP_UTF8) | Anatol Belski | 2014-04-29 | 1 | -1/+5 |
| | | | |||||
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | |||||
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | |||||
* | | | Fix bug #66015 by reverting "Removed operations on constant arrays." | Bob Weinand | 2014-04-11 | 1 | -1/+1 |
| | | | |||||
* | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|/ / | |||||
* | | HASH_KEY_NON_EXISTANT fix | Veres Lajos | 2013-07-21 | 1 | -1/+1 |
|/ | |||||
* | - Fixed bug #62475 (variant_* functions causes crash when null given as an ↵ | Felipe Pena | 2013-06-25 | 1 | -1/+2 |
| | | | | argument) | ||||
* | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-05-25 | 1 | -3/+3 |
|\ | | | | | | | | | | | | | * PHP-5.3: Fix bug #62146 com_dotnet cannot be built shared, tested by Anatoliy Those changes are in 5.3.15 - BFN | ||||
| * | Fix bug #62146 com_dotnet cannot be built shared, tested by Anatoliy | Johannes Schlüter | 2012-05-25 | 1 | -3/+3 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - fail when no known op are given | Pierre Joye | 2011-01-20 | 1 | -0/+2 |
| | | |||||
| * | - fail when no known op are given | Pierre Joye | 2011-01-20 | 1 | -0/+3 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | - fail when no known op are given | Pierre Joye | 2011-01-20 | 1 | -0/+2 |
| | | |||||
* | | - fail when no known op are given | Pierre Joye | 2011-01-20 | 1 | -0/+3 |
| | |