hi Chirstian!

Could you please either (or both :) open a bug and attach the patch to
it or create a pull request please?

Thanks for your work!

Cheers,

On Mon, Aug 6, 2012 at 11:59 PM, Cristian Rodríguez
<crrodrig...@opensuse.org> wrote:
> ---
>  sapi/apache2filter/sapi_apache2.c |    3 +++
>  sapi/apache2handler/mod_php5.c    |    4 ++++
>  2 files changed, 7 insertions(+)
>
> diff --git a/sapi/apache2filter/sapi_apache2.c 
> b/sapi/apache2filter/sapi_apache2.c
> index 0b51cfb..a8fec5c 100644
> --- a/sapi/apache2filter/sapi_apache2.c
> +++ b/sapi/apache2filter/sapi_apache2.c
> @@ -744,6 +744,9 @@ static size_t php_apache_fsizer_stream(void *handle 
> TSRMLS_DC)
>         return 0;
>  }
>
> +#ifdef APLOG_USE_MODULE
> +APLOG_USE_MODULE(php5);
> +#endif
>  AP_MODULE_DECLARE_DATA module php5_module = {
>         STANDARD20_MODULE_STUFF,
>         create_php_config,              /* create per-directory config 
> structure */
> diff --git a/sapi/apache2handler/mod_php5.c b/sapi/apache2handler/mod_php5.c
> index 9df4f25..35d5548 100644
> --- a/sapi/apache2handler/mod_php5.c
> +++ b/sapi/apache2handler/mod_php5.c
> @@ -25,6 +25,10 @@
>  #include "php.h"
>  #include "php_apache.h"
>
> +#ifdef APLOG_USE_MODULE
> +APLOG_USE_MODULE(php5);
> +#endif
> +
>  AP_MODULE_DECLARE_DATA module php5_module = {
>         STANDARD20_MODULE_STUFF,
>         create_php_config,              /* create per-directory config 
> structure */
> --
> 1.7.10.4
>
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
>



-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to