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

2009-07-08 Thread Stanislav Malyshev
stasThu Jul 9 00:21:18 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: fix mail.log openbasedir interaction with .htaccess

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

2009-06-04 Thread Pierre-Alain Joye
pajoye Thu Jun 4 06:59:46 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: - [DOC] add PHP_WINDOWS_NT_* and PHP_WINDOWS_VERSION_* constants (usefull for testing and features detections) see

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

2009-06-04 Thread Pierre-Alain Joye
pajoye Thu Jun 4 07:41:02 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: - typo http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.57.2.54r2=1.640.2.23.2.57.2.55diff_format=u Index: php-src/main/main.c diff -u

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

2009-05-30 Thread Scott MacVicar
scottmacSat May 30 09:48:18 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: MFH: Make sure the timeout is checked in the shutdown function, patch from Etienne

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

2009-05-04 Thread Derick Rethans
derick Mon May 4 19:55:47 2009 UTC Modified files: (Branch: PHP_5_3) /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.57.2.50r2=1.640.2.23.2.57.2.51diff_format=u Index: php-src/main/main.c

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

2009-05-03 Thread Derick Rethans
derick Sun May 3 19:08:49 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: - MFH: Fixed bug #45191 (error_log ignores date.timezone php.ini val when setting logging timestamps).

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

2009-04-30 Thread Pierre-Alain Joye
pajoye Thu Apr 30 09:11:01 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: - fix build (Marcus, fix re2c please) http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.57.2.48r2=1.640.2.23.2.57.2.49diff_format=u Index:

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

2009-03-26 Thread Arnaud Le Blanc
lbarnaudFri Mar 27 02:34:06 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: MFH: Fixed initialization of tick functions list in ZTS

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

2009-01-16 Thread Pierre-Alain Joye
pajoye Fri Jan 16 10:26:32 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: - MFH: - return SUCCESS on success - check return value

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

2009-01-16 Thread Stanislav Malyshev
stasSat Jan 17 01:12:36 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: fix nts build http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.57.2.44r2=1.640.2.23.2.57.2.45diff_format=u Index: php-src/main/main.c diff

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

2009-01-15 Thread Pierre-Alain Joye
pajoye Fri Jan 16 00:57:05 2009 UTC Added files: (Branch: PHP_5_3) /php-src/main win32_internal_function_disabled.h Modified files: /php-src/main main.c Log: - add EG(windows_version_info), set at init time once per instance

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

2008-12-31 Thread Marcus Boerger
helly Wed Dec 31 13:25:21 2008 UTC Modified files: (Branch: PHP_5_3) /ZendEngine2zend_builtin_functions.c /php-src/main main.c Log: MFH - Register engine classes when and where they should be - Show core module version as PHP version

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

2008-12-31 Thread Marcus Boerger
helly Wed Dec 31 14:05:22 2008 UTC Modified files: (Branch: PHP_5_3) /ZendEngine2zend.c zend.h /php-src/main main.c Log: - Sync with HEAD, no ability to not start builtin functions

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

2008-12-09 Thread Hannes Magnusson
bjori Tue Dec 9 10:23:44 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: Whoops. Missing bit from the open_basedir tightening MFH

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

2008-11-12 Thread Felipe Pena
felipe Wed Nov 12 16:40:40 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: - Silent valgrind http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.57.2.35r2=1.640.2.23.2.57.2.36diff_format=u Index: php-src/main/main.c diff

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

2008-11-07 Thread Alexey Zakhlestin
indeyetsFri Nov 7 09:12:39 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: added const, as required by struct-definition

[PHP-CVS] cvs: php-src(PHP_5_3) /main main.c /tests/lang bug43958.phpt

2008-09-02 Thread Dmitry Stogov
dmitry Tue Sep 2 09:45:49 2008 UTC Added files: (Branch: PHP_5_3) /php-src/tests/lang bug43958.phpt Modified files: /php-src/main main.c Log: Fixed Bug #43958 (class name added into the error message)

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

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

[PHP-CVS] cvs: php-src(PHP_5_3) /main main.c ZendEngine2 zend.c zend.h zend_alloc.c zend_alloc.h zend_execute.c zend_gc.c zend_gc.h zend_language_scanner.c zend_language_scanner.l zend_operators.c ze

2008-08-15 Thread Felipe Pena
felipe Fri Aug 15 19:47:44 2008 UTC Modified files: (Branch: PHP_5_3) /ZendEngine2zend.c zend.h zend_alloc.c zend_alloc.h zend_execute.c zend_gc.c zend_gc.h zend_language_scanner.c zend_language_scanner.l

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /main main.c ZendEngine2 zend.c zend.h zend_alloc.c zend_alloc.h zend_execute.c zend_gc.c zend_gc.h zend_language_scanner.c zend_language_scanner.l zend_operators.c

2008-08-15 Thread Pierre Joye
hi Felipe! 2008/8/15 Felipe Pena [EMAIL PROTECTED]: felipe Fri Aug 15 19:47:44 2008 UTC Modified files: (Branch: PHP_5_3) /ZendEngine2zend.c zend.h zend_alloc.c zend_alloc.h zend_execute.c zend_gc.c zend_gc.h zend_language_scanner.c

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /main main.c ZendEngine2 zend.c zend.h zend_alloc.c zend_alloc.h zend_execute.c zend_gc.c zend_gc.h zend_language_scanner.c zend_language_scanner.l zend_operators.c

2008-08-15 Thread Felipe Pena
Hi Pierre! Em Sex, 2008-08-15 às 22:48 +0200, Pierre Joye escreveu: 2008/8/15 Felipe Pena [EMAIL PROTECTED]: felipe Fri Aug 15 19:47:44 2008 UTC Modified files: (Branch: PHP_5_3) /ZendEngine2zend.c zend.h zend_alloc.c zend_alloc.h zend_execute.c

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

2008-07-25 Thread Felipe Pena
felipe Fri Jul 25 13:46:56 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: - MFB: Fixed the parameter type expected. set_time_limit() should accept only integer.

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

2008-06-25 Thread Dmitry Stogov
dmitry Wed Jun 25 12:18:36 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c php_ticks.c php_ticks.h Log: Fixed bug #45352 (Segmentation fault because of tick function on second request)

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

2008-05-21 Thread Pierre-Alain Joye
pajoye Wed May 21 15:55:31 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: - actually disable the ASSERT error dialog box (affects debug mode only), helps to run the tests and coverage analyze

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

2008-03-22 Thread Antony Dovgal
tony2001Sat Mar 22 12:56:16 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: use correct flags http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.57.2.20r2=1.640.2.23.2.57.2.21diff_format=u Index:

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

2008-03-21 Thread Antony Dovgal
tony2001Fri Mar 21 16:39:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: MFH: revert http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.57.2.19r2=1.640.2.23.2.57.2.20diff_format=u Index: php-src/main/main.c

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

2008-03-20 Thread Stanislav Malyshev
stasThu Mar 20 17:30:14 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: [DOC] make short_open_tag user-accessible http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.57.2.18r2=1.640.2.23.2.57.2.19diff_format=u

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

2008-02-04 Thread Jani Taskinen
janiMon Feb 4 20:39:21 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: MFH: allow using these constants in php.ini (f.e. PHP_SAPI..)

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

2007-12-28 Thread Hannes Magnusson
bjori Sat Dec 29 02:21:57 2007 UTC Modified files: (Branch: PHP_5_3) /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.57.2.4r2=1.640.2.23.2.57.2.5diff_format=u

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

2007-10-18 Thread Dmitry Stogov
dmitry Thu Oct 18 13:11:46 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: Fixed bug #42722 (display_errors setting ignored for E_PARSE and HTTP 500 page)

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

2007-10-01 Thread Ilia Alshanetsky
iliaa Mon Oct 1 14:51:11 2007 UTC Modified files: (Branch: PHP_5_3) /ZendEngine2zend_ini.c /php-src/main main.c Log: Refactor code to make fixes for coverity issues #385 and #386 a bit more obvious