-
austin@analytics:~/node-rfc$ npm install
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated to-iso-string@0.0.2…
-
Just can't figure it out from documentation how to do it. The docs say pyrfc by default looks for `sapnwrfc.ini` in current folder. Let's asume I have this content in my `sapnwrfc.ini`
```
DEST=???
R…
-
Hi,
i'm currently working on a config.w32 file to build this extension on windows:
Heres the current state:
```
ARG_WITH("sapnwrfc", "for sapnwrfc support", "[ --with-sapnwrfc[=DIR] Include sap…
-
@ThaDafinser could you provide Windows builds for the latest release 1.1.0?
-
I'm currently trying to build this as a windows extension.
My dev enviroment on the php side should be fine ... already compiled some other php-extensions. But it seems i have at least one error left…
-
Hello,
like already talked on twitter, i did now a test for the extension on windows.
I've tested all classes/methods, expect (never needed them until yet)
``` php
Connection::setIniPath();
Connect…
-
Create a exception interface, which is extended by `ConnectionException` and `FunctionCallException` so you can catch both Exceptions with one try/catch
``` php
try {
$c = new \SAPNWRFC\Connectio…
-
https://scn.sap.com/thread/1822094
To change the `trace` dir, i've done this ugly thing in the PHP5 extension
``` php
$cwd = getcwd();
chdir('../my-log-dir');
try {
…
-
This one works
``` php
$config = [
// ...
'LCHECK' => '0',
'TRACE' => '0',
// ...
];
```
but this one not (worked at piersharding/php-sapnwrfc)
``` php
$config = [
// ...
'…
-
Now i get this error on shutdown.
Calling RFC functions before works fine.
This error also comes with the simple command `php -m`
![image](https://cloud.githubusercontent.com/assets/533017/13072147…