2
votes
Which PHP opcode cacher should I use to improve performance?
I use APC because it was easy to install in windows and I'm developing on WAMP.
Integrating APC into PHP6 was discussed here:
…
2
votes
Compatible encryption between C# and PHP, ColdFusion, Ruby, Python
I would use AES for the bulk data encryption and RSA for encrypting the AES Key.
If the data is small enough then just encrypt the whole thing with RSA.
…
1
vote
Write location data in Drupal
Is the location field a new field you want to add to your custom nodes?
You are going to have to handle a couple of hooks.
…
