Prajay Verenkar
Prajay Verenkar

Reputation: 33

Error in make command while installing SAPRFC

I am trying to install SAPRFC on my linux 4.0.4-x86_64 (ubuntu14) machine.

Steps done so far

warning: ‘zend_get_parameters_ex’ is deprecated

make: *** [saprfc.lo] Error 1

Can anyone help me out in solving this issue.

Upvotes: 0

Views: 449

Answers (1)

adykiel
adykiel

Reputation: 38

Modify file saprfc.c. Replace function_entry with zend_function_entry on line 47.

Upvotes: 2

Related Questions