PHP4

Component type

module

Maintenance status

Development status

Downloads

1554

Component created

Component changed

PHP4 module contains PHP5 functions which have been rewritten to make it compatible with PHP4.
Of course this module can't provide full support for PHP5, it's only defining the compatible functions.

You don't need to install this module, when you can install PEAR PHP_Compat instead.
Try:

Previous/Next API

Component type

module

Maintenance status

Development status

Downloads

24888

Component created

Component changed

An API for browsing next/previous nodes without overloading your database server.

Description

This module allows you to know the previous or next nodes for any given node. This is very useful for providing navigational links to the user without the expensive queries required to dynamically deduce such information on the fly.

The use case is two fold:

Personalized Settings

Component type

module

Maintenance status

Development status

Downloads

1154

Component created

Component changed

It's a powerful module which enhance other modules functionality by personalizing form settings provided by them per user or per role.

Example 1:
Module_1 have the settings page at admin/settings/my_module_settings
As you know, those settings are global.
With this module, if you allow users to change those options (access administration pages), each user (or role) will have his own Personalized Settings.

Database tweaks

Component type

module

Maintenance status

Development status

Downloads

2740

Component created

Component changed

Project merged into Drupal Tweaks module

Please use following module instead:
Drupal Tweaks

-------------------

This module allow you to enable and change following settings in database:
- SQL_BIG_SELECTS
- MAX_JOIN_SIZE
- MAX_ALLOWED_PACKET
- WAIT_TIMEOUT
and changing SQL_MODES

No Anonymous Sessions

Component type

module

Downloads

3043

Component created

Component changed

The no_anon module eliminates the need for sessions for anonymous users

This has the potential to reduce the server load and/or database contention on busy sites, since crawlers do not create entries in the session table for every page view.

See how this positively affected a large site at reducing server load by eliminating anonymous sessions for Drupal 6.x.

Magic Cache

Component type

module

Maintenance status

Development status

Downloads

815

Component created

Component changed

Experimental cache module for Drupal core modules, which work for anonymous and logged users as well.
It will increase your performance even 2x on very heavy websites, when other caches are useless.
It's not a standard cache engine, so you can mix it with other cache engines as well.
No need to change your settings.php file.

Middleware

Component type

module

Downloads

599

Component created

Component changed

Middleware is used to establish XML-RPC based nearly realtime data exchange among any number of Drupal sites and external systems. Data can be replicated in many directions using different routes with different rules applied. Creations, updates and removals are separated. Pluggable connectors take care of system-specific implementations.

To integrate sites using middleware use Middleware client module

Implemented features: