PHP5's C extension API has changed substantially so you need to use -php7 to specify you want PHP7 compatible wrappers. Fixes https://github.com/swig/swig/issues/571
12 lines
357 B
OpenEdge ABL
12 lines
357 B
OpenEdge ABL
/* -----------------------------------------------------------------------------
|
|
* stl.i
|
|
*
|
|
* Initial STL definition. extended as needed in each language
|
|
* ----------------------------------------------------------------------------- */
|
|
|
|
%include <std_common.i>
|
|
%include <std_string.i>
|
|
%include <std_vector.i>
|
|
%include <std_map.i>
|
|
%include <std_pair.i>
|
|
|