Don't we need to explicitly specify the module name, like sapi/apache does it? Otherwise the name's going to be "mod_php.c".

AP_MODULE_DECLARE_DATA module php6_module = {
        STANDARD20_MODULE_STUFF,
        create_php_config,              /* create per-directory config 
structure */
        merge_php_config,               /* merge per-directory config 
structures */
        NULL,                                   /* create per-server config 
structure */
        NULL,                                   /* merge per-server config 
structures */
        php_dir_cmds,                   /* command apr_table_t */
        php_ap2_register_hook   /* register hooks */
};


-Andrei


On Feb 7, 2007, at 1:35 AM, Antony Dovgal wrote:

tony2001                Wed Feb  7 09:35:09 2007 UTC

  Added files:
    /php-src/sapi/apache2handler        mod_php.c

  Removed files:
    /php-src/sapi/apache2handler        mod_php5.c

  Modified files:
    /php-src/sapi/apache2handler        .cvsignore config.m4 config.w32
                                        php.sym php5apache2.dsp php_apache.h
                                        sapi_apache2.c
  Log:
  change "php5" to "php6" everywhere
  rename mod_php5.c to mod_php.c

<tony2001-20070207093509.txt>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to