Olly Betts
|
32283991c5
|
Don't generate a .php wrapper file by default
It's now only generated if something to put in it is specified via:
%pragma(php) include=...
or
%pragma(php) code=...
|
2021-05-04 14:14:56 +12:00 |
Olly Betts
|
b430832a08
|
Restore checks for flat functions in php testcases
|
2021-04-14 12:44:48 +12:00 |
Olly Betts
|
e54d44c4be
|
php: Omit closing ?> in manual and examples
PSR-12 says "The closing ?> tag MUST be omitted from files containing
only PHP".
|
2021-03-23 11:47:19 +13:00 |
Olly Betts
|
cadd97ac4f
|
[php] Fix widespread use of bare strings in testsuite
These generate warnings with PHP 7.3, which will become errors in a
future version.
|
2019-02-08 15:32:30 +13:00 |
Olly Betts
|
1a99212c2c
|
[PHP] Add support for specifying any PHP interfaces a wrapped class
implements, e.g.: %typemap("phpinterfaces") MyIterator "Iterator";
|
2014-09-12 12:48:37 -03:00 |