[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2009-05-04 Thread Derick Rethans
derick Mon May 4 19:55:42 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: - MFH: Fixed warnings http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.69&r2=1.640.2.23.2.70&diff_format=u Index: php-src/main/main.c diff -u p

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2008-08-26 Thread Jani Taskinen
janiTue Aug 26 23:19:22 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: MFH: sendmail mess cleared (PHP_PROG_SENDMAIL was not used at all, see also bug #42946) http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.63&r2

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2008-08-26 Thread Jani Taskinen
janiTue Aug 26 23:26:27 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.64&r2=1.640.2.23.2.65&diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-12-28 Thread Hannes Magnusson
bjori Sat Dec 29 02:22:23 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: MFH: Update the class method documentation links http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.59&r2=1.640.2.23.2.60&diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-10-18 Thread Dmitry Stogov
dmitry Thu Oct 18 13:11:30 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: Fixed bug #42722 (display_errors setting ignored for E_PARSE and HTTP 500 page) http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.58&r2=1.64

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c ZendEngine2 zend_ini.c

2007-10-01 Thread Ilia Alshanetsky
iliaa Mon Oct 1 14:53:01 2007 UTC Modified files: (Branch: PHP_5_2) /ZendEngine2zend_ini.c /php-src/main main.c Log: MFB: Refactor code to make fixes for coverity issues #385 and #386 a bit more obvious http://cvs.php.net/viewvc.cgi/Zen

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-09-24 Thread Dmitry Stogov
dmitry Mon Sep 24 11:53:40 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: Fixed crash on POST request after dl("mbstring.so") http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.56&r2=1.640.2.23.2.57&diff_format=u Ind

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-09-21 Thread Antony Dovgal
tony2001Fri Sep 21 14:12:52 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: MFH: check for NULL (coverity issue #386) http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.55&r2=1.640.2.23.2.56&diff_format=u Index

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-09-14 Thread Stanislav Malyshev
Isn't it a bit easier to just make it PHP_INI_SYSTEM since you can't set it anyplace else than php.ini now..? Somehow this patch feels a bit overkill to me now. :) You surely can - in apache .conf files. PERDIR covers both .htaccess and .conf files. -- Stanislav Malyshev, Zend Software Architec

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-09-14 Thread Jani Taskinen
Isn't it a bit easier to just make it PHP_INI_SYSTEM since you can't set it anyplace else than php.ini now..? Somehow this patch feels a bit overkill to me now. :) --Jani On Thu, 2007-09-13 at 20:04 +, Stanislav Malyshev wrote: > stas Thu Sep 13 20:04:23 2007 UTC > > Modified file

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-09-13 Thread Stanislav Malyshev
stasThu Sep 13 20:04:23 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: disallow setting mail.force_extra_parameters from .htaccess http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.54&r2=1.640.2.23.2.55&diff_form

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-08-31 Thread Jani Taskinen
janiFri Aug 31 08:35:37 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: MFH: ws http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.53&r2=1.640.2.23.2.54&diff_format=u Index: php-src/main/main.c diff -u php-src/main/ma

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-08-02 Thread Stanislav Malyshev
stasFri Aug 3 01:15:51 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: make error_log setting access-controlled by safe_mode/open_basedir http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.51&r2=1.640.2.23.2.52&di

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-08-02 Thread Stanislav Malyshev
stasFri Aug 3 01:30:22 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: check correct value http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.52&r2=1.640.2.23.2.53&diff_format=u Index: php-src/main/main.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-08-01 Thread Stanislav Malyshev
stasWed Aug 1 23:51:45 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: revert wrong fix http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.50&r2=1.640.2.23.2.51&diff_format=u Index: php-src/main/main.c diff -u php

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-08-01 Thread Johannes Schl
johannesWed Aug 1 12:49:34 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: - MFH: Fix #42164 Internal Sendmail Support is ALWAYS disabled http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.49&r2=1.640.2.23.2.50&d

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-07-24 Thread Antony Dovgal
tony2001Tue Jul 24 20:32:33 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: fix ZTS build http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.48&r2=1.640.2.23.2.49&diff_format=u Index: php-src/main/main.c diff -

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c php_open_temporary_file.c php_open_temporary_file.h php_streams.h safe_mode.c /main/streams filter.c

2007-07-20 Thread Jani Taskinen
janiSat Jul 21 01:43:34 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c php_open_temporary_file.c php_open_temporary_file.h php_streams.h safe_mode.c /php-src/main/streams filter.c Log: MFH: Fixed compile

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-07-15 Thread Jani Taskinen
janiSun Jul 15 15:34:28 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: MFH: folding tags and some more ws fixes http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.45&r2=1.640.2.23.2.46&diff_format=u Index: php-src/ma

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-07-15 Thread Jani Taskinen
janiSun Jul 15 15:21:12 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: MFH: ws fixes (sync!) http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.44&r2=1.640.2.23.2.45&diff_format=u Index: php-src/main/main.c diff -u p

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-07-15 Thread Ilia Alshanetsky
iliaa Sun Jul 15 14:15:03 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: Clear out last error & last error file information at the end of the request to ensure that they don't propogate to the next request http://cvs.php.net/vi

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-07-11 Thread Jani Taskinen
janiWed Jul 11 10:24:04 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: MFH: No return values for void function http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.41&r2=1.640.2.23.2.42&diff_format=u Index: php-src/mai

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-07-10 Thread Stanislav Malyshev
stasTue Jul 10 17:58:19 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: suppress warnings to avoid potential loop http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.40&r2=1.640.2.23.2.41&diff_format=u Index: php-sr

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-07-10 Thread Stanislav Malyshev
stasTue Jul 10 17:42:30 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: check if write is allowed before writing to error log http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.39&r2=1.640.2.23.2.40&diff_format=u I

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-06-15 Thread Dmitry Stogov
dmitry Fri Jun 15 07:27:08 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: Prevent crash in case of wrong arguments to CRT functions (strftime()) on PHP complead by MS VC2005 http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.6

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-04-18 Thread Rob Richards
rrichards Wed Apr 18 09:38:56 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: add file locking under windows change win build to use common clock compat files http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.34&

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-04-06 Thread Marcus Boerger
Hello Ilia, care to MFB your latest changes? best regards marcus Friday, April 6, 2007, 3:58:48 PM, you wrote: > iliaa Fri Apr 6 13:58:48 2007 UTC > Modified files: (Branch: PHP_5_2) > /php-src/main main.c > Log: > Avoid locks when appening to the err

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-04-06 Thread Ilia Alshanetsky
iliaa Fri Apr 6 13:58:48 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: Avoid locks when appening to the error log file http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.32&r2=1.640.2.23.2.33&diff_format=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /main main.c php_globals.h php_variables.c

2007-03-02 Thread Hannes Magnusson
Hi Stanislav The documentation team would appreciate if you would use the new [DOC] tag in the future to cc the documentation mailing list so we have at least some hope in catching new features and document them in time for new release. -Hannes On 3/2/07, Stanislav Malyshev <[EMAIL PROTECTED]>

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c php_globals.h php_variables.c

2007-03-02 Thread Stanislav Malyshev
stasFri Mar 2 21:58:05 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c php_globals.h php_variables.c Log: limit nesting level of input variables http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.30&r2=1.640.2.23.2.31&

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c php_open_temporary_file.c php_open_temporary_file.h

2007-02-07 Thread Marcus Boerger
helly Wed Feb 7 21:01:06 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c php_open_temporary_file.c php_open_temporary_file.h Log: - MFH Fix memleak with temp dir http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2006-12-28 Thread Antony Dovgal
tony2001Thu Dec 28 12:01:50 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.26&r2=1.640.2.23.2.27&diff_format=u Index: php-src/main/main.c diff -u php-src/

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2006-12-17 Thread Ilia Alshanetsky
iliaa Sun Dec 17 18:30:36 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: Fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.21&r2=1.640.2.23.2.22&diff_format=u Index: php-src/main/main.c diff

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2006-12-04 Thread Stanislav Malyshev
stasMon Dec 4 18:37:15 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: Improve tolower()-related functions on Windows and VC2005 by caching locale and using tolower_l function. # Gives 10-18% speedup on bench.php # Does not cha

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2006-09-18 Thread Ilia Alshanetsky
iliaa Mon Sep 18 23:08:36 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: Avoid generating php_errormsg twice in some instances. http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.14&r2=1.640.2.23.2.15&diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2006-09-17 Thread Ilia Alshanetsky
iliaa Mon Sep 18 03:29:21 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: Fixed memory leak on require() error http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.13&r2=1.640.2.23.2.14&diff_format=u Index: php-src/mai

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2006-07-17 Thread Dmitry Stogov
dmitry Mon Jul 17 07:20:12 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: Fixed memory leaks in ZTS mode. http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.9&r2=1.640.2.23.2.10&diff_format=u Index: php-src/main/main

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2006-05-31 Thread Andrei Zmievski
andrei Wed May 31 21:48:43 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: Revert accidentally committed internal patch http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.640.2.23.2.7&r2=1.640.2.23.2.8&diff_format=u Index: php-

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c php_compat.h

2006-05-31 Thread Andrei Zmievski
andrei Wed May 31 17:18:08 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c php_compat.h Log: MFB http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.640.2.23.2.6&r2=1.640.2.23.2.7&diff_format=u Index: php-src/main/main.c diff -u php-

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2006-05-24 Thread Edin Kadribasic
edink Wed May 24 22:00:15 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: Initialize windows globals, fixes #37428 http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.640.2.23.2.5&r2=1.640.2.23.2.6&diff_format=u Index: php-src/mai

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2006-05-11 Thread Marcus Boerger
helly Thu May 11 07:56:36 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: - MFH Fix error mode handling http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.640.2.23.2.1&r2=1.640.2.23.2.2&diff_format=u Index: php-src/main/main.c di

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c ZendEngine2 zend.c zend_constants.c

2006-05-10 Thread Antony Dovgal
tony2001Wed May 10 14:04:18 2006 UTC Modified files: (Branch: PHP_5_2) /ZendEngine2zend.c zend_constants.c /php-src/main main.c Log: add missing parts of E_RECOVERABLE merge http://cvs.php.net/viewcvs.cgi/ZendEngine2/zend.c?r1=1.308.