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
|
49d923b917
|
php: Fix director_overload_runme.php printing empty line
|
2021-03-30 10:56:23 +13: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
|
2e7da86b2c
|
php: Fix overloaded directed methods with non-void return
We were treating such methods like constructors and assigning to the
internal _cPtr, which just seems bizarrely wrong.
Fixes #1900
|
2021-03-18 10:58:44 +13:00 |
|