[PHP] how can I fix axps script?

2003-12-10 Thread Alex Hunsley
I'm doing a build of php 4.3.1. It gave me the error about "your axps script may be broken", and I've checked the net, and sure enough, my axps script has some of the bogus value in it. Thing is, I can't find a complete example of the that section anywhere - I can find some of the correct value

[PHP] Writing a native PHP extension - versions?

2003-12-10 Thread Alex Hunsley
I'm writing a PHP extension for a client. (Written in C as it has to access native code.) I'm developing the extension on my own server before deployment. The question is: how closely do my server's versions of apache and PHP have to match the clients? Do they have to match exactly, or does it no

[PHP] extensions

2003-11-25 Thread Alex Hunsley
I wish to access native functionality in a native library from php. I believe writing a php extension is the way to go about it. (The lib I want to access is sufficiently complex that doing a system call to execute it isn't a viable solution) Can anyone point me to some useful guide? I've found