forked from damz/drupal_extension
-
Notifications
You must be signed in to change notification settings - Fork 1
License
dhthwy/drupal_extension
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This extension adds C implementations to the frequently used Drupal check_plain and drupal_static functions. drupal_static 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. Benchmarking information is included in the benchmarks directory. INSTALLATION: 1) Run phpize in the extension's directory. 2) Run ./configure;make;make test;make install 3) Comment out the check_plain and drupal_static functions in includes/bootstrap.inc in Drupal's directory. *do not* comment out the drupal_static_reset() function. 4) Restart your web server for the changes to take effect. Note: project will soon be hosted at Drupal's site and issues will be handled on that issue queue.
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 100.0%