This PHP extension for Drupal 7 currently adds C implementations to the frequently used check_plain and drupal_static Drupal functions.

It is still experimental and it should not be used in production until you've thoroughly tested it. It has only been tested to work with PHP 5.3.2, however, it should work with PHP 5.2 as well. Test with a new Drupal installation first. If something goes wrong with drupal_static, you should know it right away, since Drupal will break if it's malfunctioning.

INSTALLATION:

  1. Download, extract, and run phpize in the extension's directory.
  2. Run ./configure;make;make test
    If all tests passed then proceed by running make install.
  3. Restart your web server to load the new extension.
  4. Copy drupal_ext.patch to your Drupal's root directory
  5. Go to Drupal's root directory and apply the patch with "patch -p0 < drupal_ext.patch"

Downloads

Project Information


Maintainers for Drupal PHP Extension

  • dhthwy - 5 commits
    last: 1 year ago, first: 1 year ago

Issues for Drupal PHP Extension

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Oldest open issue: 20 Jun 10
nobody click here