Ok, I dug out some info from developers: 1. CCS could any of the two supported ways of communicating to OSRS servers: post over HTTPS, or Crypt-CBC.
To be able to use HTTPS connection, openssl libraries must be installed and PHP must be configured with '--with-kerberos=/usr/kerberos' '--with-openssl' If you're using Crypt-CBC, you don't need openssl library 2. Mysql is supported in the code, but is not required and not documented yet. It gets very technical from here, and this is something that will be fully supported in the future. For now, I'll just offer this blurb from developer: "You can convert the XML projects to mysql. This can be useful if you are having load issues on your web server because ACF projects stored on a mysql db load events on request. ACF XML projects load the entire project during the startup of each SESSION." Thanks, ------------------------------------ Zeljko Dimic Technical Product Manager [EMAIL PROTECTED] Tucows Inc. 96 Mowat Avenue Toronto, ON, M6K 3M1 Canada tel: 416.535.0123 x 1256 fax: 416.531.5584 ------------------------------------ > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Christopher > X. Candreva > Sent: Friday, August 05, 2005 1:59 PM > To: [email protected] > Subject: [domains-gen] What PHP features are actually required ? > > > > The documentation lists what your dev server is compiled with -- > but are all > these actually necessary ? IE -- do you use kerberos ? Also, does it use > mysql ? I didn't see anything in the config about giving it a > database name > or password, so I'm assuming not. > > -Chris > > ========================================================== > Chris Candreva -- [EMAIL PROTECTED] -- (914) 967-7816 > WestNet Internet Services of Westchester > http://www.westnet.com/ > _______________________________________________ > domains-gen mailing list > [email protected] > http://discuss.tucows.com/mailman/listinfo/domains-gen > _______________________________________________ domains-gen mailing list [email protected] http://discuss.tucows.com/mailman/listinfo/domains-gen
