Hi,
I downloaded the latest SAPRFC and then I had to
reinstall everything on my machine to have the latest
versions of Apache, Php and MySQL.
Now that I have this, I'd like to test the SAPRFC tool,
but the example you provide only works with
register_globals = On even though register_globlas = Off
is now the default setting ...
Then, I had to change my config, which was possible
because the sofware is on a localhost, but I guess some
productive user would not appreciate that thing.
After having my configuration of register_globals
changed to On, I try again your script and then I get
thousands of notice messages because you did not
define some variables.
Example:
- Notice: Undefined variable: SAPRFC_ENTRIES in
C:\server\www\saprfc_test.php on line 262
I guess you don't receive these errors on you machines
a you probably have set your error_reporting option set
to E_ALL & ~E_NOTICE, when a real development
platform should be configured to error_reporting = E_ALL.
So, could you please update your test script so that we
can use it?
Regards,
Julien Delvat
julien.delvat@nospam.free.fr
Logged In: NO
try to change locally register_globals (in script) using ini_set
instead of editing php.ini