[Php-tuxedo-development] PHP 4.1 changes
Status: Pre-Alpha
Brought to you by:
cdog1977
From: Brian F. <bf...@mn...> - 2001-12-26 04:01:09
|
I've checked in some changes for the following... 1. PHP 4.1.0 API changes thanks to Tixier Alain. 2. Changed tux_fml2array to remove the Fname flag argument. Now instead of relying on the flag to say whether you want items returned in a Fname or FieldID array, it will attempt both, so its accessable either way. Its actually only storing the data once, but with two different keys. 3. CMLee's tux_ffprint function now takes a PHP $fp file pointer instead of a path string. This should allow us to use sockets, pipes, etc for much more flexibility and PHP standarization. These changes are all checked into CVS, but I have not tagged them nor created an official release, nor updated any documentation. I'll do these steps when I return from the holidays. But feel free to try them if you want any of these features. Happy Holidays, Brian |