summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/com_variant.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-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 leaksAnatol Belski2018-09-171-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 identPeter Kokot2018-07-251-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 Belski2018-04-031-2/+2
|\ | | | | | | | | * PHP-7.2: Sync fix for bug #72498 for 32-bit
| * Sync fix for bug #72498 for 32-bitAnatol Belski2018-04-031-2/+2
| |
| * year++Xinchen Hui2018-01-021-1/+1
| |
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| |
* | year++Xinchen Hui2018-01-021-1/+1
| |
* | Always use IS_CONSTANT_AST (IS_CONSTANT is removed).Dmitry Stogov2017-10-101-1/+0
| |
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|/
* Fixed bug #72569 DOTNET/COM array parameters broke in PHP7Anatol Belski2016-07-121-1/+6
|
* Fixed bug #72498 variant_date_from_timestamp null dereferenceAnatol Belski2016-07-011-0/+7
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more ↵Dmitry Stogov2015-09-241-8/+8
| | | | | | | | appropriate Z_ARRVAL_P() or Z_OBJPROP_P().
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-18/+18
| |
* | Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-261-2/+2
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-64/+64
| |
* | fix datatype mismatches, remove dead part of codeAnatol Belski2014-11-131-6/+5
| |
* | several fixes to com_dotnet for x64Anatol Belski2014-10-281-2/+26
| |
* | fix datatype mismatchesAnatol Belski2014-10-281-6/+11
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | 's' works with size_t round 2Anatol Belski2014-08-271-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-251-34/+34
| |
* | ported ext/com_dotnetAnatol Belski2014-08-191-26/+26
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-15/+15
| |
* | Implemented ext/com_dotnet support for phpngDmitry Stogov2014-08-111-12/+19
|/
* Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-04-291-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.5Anatol Belski2014-04-291-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 Belski2014-04-291-1/+5
| | |
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | |
| * | Bump yearXinchen Hui2014-01-031-1/+1
| | |
* | | Fix bug #66015 by reverting "Removed operations on constant arrays."Bob Weinand2014-04-111-1/+1
| | |
* | | Bump yearXinchen Hui2014-01-031-1/+1
|/ /
* | HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-1/+1
|/
* - Fixed bug #62475 (variant_* functions causes crash when null given as an ↵Felipe Pena2013-06-251-1/+2
| | | | argument)
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | * pull-request/341: (23 commits) typofixes
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-05-251-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 AnatoliyJohannes Schlüter2012-05-251-3/+3
| |
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * - fail when no known op are givenPierre Joye2011-01-201-0/+2
| |
| * - fail when no known op are givenPierre Joye2011-01-201-0/+3
| |
| * - Year++Felipe Pena2011-01-011-1/+1
| |
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | - fail when no known op are givenPierre Joye2011-01-201-0/+2
| |
* | - fail when no known op are givenPierre Joye2011-01-201-0/+3
| |