[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/apache mod_php5.c

2008-11-28 Thread Stanislav Malyshev
stasSat Nov 29 00:45:31 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/apachemod_php5.c Log: MFB: init server context before config variables are processed http://cvs.php.net/viewvc.cgi/php-src/sapi/apache/mod_php5.c?r1=1.19.2.7.2.13.2.9&

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/apache mod_php5.c /sapi/apache2handler apache_config.c

2008-11-24 Thread Stanislav Malyshev
stasMon Nov 24 22:23:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/apachemod_php5.c /php-src/sapi/apache2handlerapache_config.c Log: MFB: fix php_value application order for Apache http://cvs.php.net/viewvc.cgi/php-src/sa

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/apache mod_php5.c

2008-06-28 Thread Alexey Zakhlestin
indeyetsSat Jun 28 10:01:18 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/apachemod_php5.c Log: fixed types (no more compiler warnings) http://cvs.php.net/viewvc.cgi/php-src/sapi/apache/mod_php5.c?r1=1.19.2.7.2.13.2.6&r2=1.19.2.7.2.13.2

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/apache mod_php5.c

2008-06-01 Thread Scott MacVicar
scottmacSun Jun 1 16:08:53 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/apachemod_php5.c Log: Fixed bug #45144 (ap_child_terminate() isn't available on threaded builds) http://cvs.php.net/viewvc.cgi/php-src/sapi/apache/mod_php5.c?r1=1

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/apache mod_php5.c

2008-03-17 Thread Rasmus Lerdorf
rasmus Mon Mar 17 18:27:08 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/apachemod_php5.c Log: Revert Never mind, it looks like ext/filter does an estrdup on everything it gets which doesn't seem very efficient to me as most things it get

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/apache mod_php5.c

2008-03-17 Thread Rasmus Lerdorf
rasmus Mon Mar 17 18:03:31 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/apachemod_php5.c Log: We need to pass PHP-managed pointers to filter here to avoid having emalloc'ed data assigned to things like r->uri and having it get efree()'ed on