Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 327 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 327 Bytes

php_linearalgebra

PHP extension in C++ for solving SLEs.

Build

$ phpize
$ ./configure
$ make
$ sudo make install

Configuration

In php.ini, allow this extension:

extension=linearalgebra.so

PHP localhost server & testing

$ php -S localhost:1234 -t www

http://localhost:1234/test.php