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

2009-07-08 Thread Stanislav Malyshev
stasThu Jul 9 00:24:26 2009 UTC Modified files: /php-src/main main.c Log: fix mail.log openbasedir interaction with .htaccess http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.803r2=1.804diff_format=u Index: php-src/main/main.c diff -u

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

2009-07-07 Thread Jani Taskinen
janiTue Jul 7 16:40:21 2009 UTC Modified files: /php-src/main main.c Log: - Fixed bug #48247 (Infinite loop and possible crash during startup with errors) http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.802r2=1.803diff_format=u Index:

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

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

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

2009-06-04 Thread Pierre-Alain Joye
pajoye Thu Jun 4 07:41:42 2009 UTC Modified files: /php-src/main main.c Log: - typo http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.801r2=1.802diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.801 php-src/main/main.c:1.802

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

2009-05-30 Thread Scott MacVicar
scottmacSat May 30 09:47:39 2009 UTC Modified files: /php-src/main main.c Log: Make sure the timeout is checked in the shutdown function, patch from Etienne http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.799r2=1.800diff_format=u Index:

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

2009-05-04 Thread Derick Rethans
derick Mon May 4 19:55:33 2009 UTC Modified files: /php-src/main main.c Log: - Fixed warnings http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.798r2=1.799diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.798

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

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

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

2009-04-30 Thread Pierre-Alain Joye
pajoye Thu Apr 30 09:12:26 2009 UTC Modified files: /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.796r2=1.797diff_format=u Index: php-src/main/main.c diff -u

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

2009-04-28 Thread Dmitry Stogov
dmitry Tue Apr 28 07:13:44 2009 UTC Modified files: /php-src/main main.c Log: Fixed bug #48034 (PHP crashes when script is 8192 (8KB) bytes long) http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.795r2=1.796diff_format=u Index:

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

2009-03-26 Thread Arnaud Le Blanc
lbarnaudFri Mar 27 02:33:44 2009 UTC Modified files: /php-src/main main.c Log: Fixed initialization of tick functions list in ZTS http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.794r2=1.795diff_format=u Index: php-src/main/main.c diff -u

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

2009-01-18 Thread Pierre-Alain Joye
pajoye Mon Jan 19 02:25:58 2009 UTC Modified files: /php-src/main main.c Log: - [MFB] fix nts build http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.791r2=1.792diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.791

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

2009-01-16 Thread Pierre-Alain Joye
pajoye Fri Jan 16 10:02:50 2009 UTC Modified files: /php-src/main win32_internal_function_disabled.h main.c Log: MFB: - add EG(windows_version_info), set at init time once per instance contains a OSVERSIONINFOEX struct. It lets us determine easily

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

2009-01-16 Thread Pierre-Alain Joye
pajoye Fri Jan 16 10:27:52 2009 UTC Modified files: /php-src/main main.c Log: - MFB: don't call it in non zts mode http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.790r2=1.791diff_format=u Index: php-src/main/main.c diff -u

Re: [PHP-CVS] cvs: php-src /main main.c win32_internal_function_disabled.h

2009-01-16 Thread Hannes Magnusson
On Fri, Jan 16, 2009 at 11:02, Pierre-Alain Joye paj...@php.net wrote: pajoye Fri Jan 16 10:02:50 2009 UTC Modified files: /php-src/main win32_internal_function_disabled.h main.c Log: MFB: - add EG(windows_version_info), set at init time once per instance

Re: [PHP-CVS] cvs: php-src /main main.c win32_internal_function_disabled.h

2009-01-16 Thread Hannes Magnusson
On Fri, Jan 16, 2009 at 11:45, Hannes Magnusson hannes.magnus...@gmail.com wrote: On Fri, Jan 16, 2009 at 11:02, Pierre-Alain Joye paj...@php.net wrote: pajoye Fri Jan 16 10:02:50 2009 UTC Modified files: /php-src/main win32_internal_function_disabled.h main.c Log: MFB:

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

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

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

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

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

2008-08-26 Thread Jani Taskinen
janiTue Aug 26 23:25:40 2008 UTC Modified files: /php-src/main main.c Log: - Fixed bug #44924 (sendmail path wrong) http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.782r2=1.783diff_format=u Index: php-src/main/main.c diff -u

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

2008-08-26 Thread Jani Taskinen
janiTue Aug 26 23:22:32 2008 UTC Modified files: /php-src/main main.c Log: Sync with PHP_5_3 (what a nice mess..thanks guys for keeping the branches in sync..NOT) http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.781r2=1.782diff_format=u Index:

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

2008-08-23 Thread Pierre-Alain Joye
pajoye Sat Aug 23 17:53:19 2008 UTC Modified files: /php-src/main main.c Log: - exposePHP_MAXPATHLEN http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.780r2=1.781diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.780

[PHP-CVS] cvs: php-src /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 zend_stream

2008-08-15 Thread Felipe Pena
felipe Fri Aug 15 19:45:25 2008 UTC Modified files: /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 zend_operators.c

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

2008-08-10 Thread Marcus Boerger
helly Sun Aug 10 21:52:06 2008 UTC Modified files: /ZendEngine2zend.c zend.h zend_builtin_functions.c zend_builtin_functions.h /php-src/main main.c Log: - Fix memleak, Zend's built-in functions get copied before we

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

2008-07-25 Thread Felipe Pena
felipe Fri Jul 25 12:14:36 2008 UTC Modified files: /php-src/main main.c Log: - MFB: New parameter parsing API (set_time_limit) http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.773r2=1.774diff_format=u Index: php-src/main/main.c diff -u

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

2008-06-25 Thread Dmitry Stogov
dmitry Wed Jun 25 12:18:51 2008 UTC Modified files: /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 /main main.c

2008-03-22 Thread Antony Dovgal
tony2001Sat Mar 22 12:56:08 2008 UTC Modified files: /php-src/main main.c Log: use correct flags http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.768r2=1.769diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.768

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

2008-03-21 Thread Antony Dovgal
tony2001Fri Mar 21 16:38:50 2008 UTC Modified files: /php-src/main main.c Log: [DOC] revert short tags to their previous state http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.767r2=1.768diff_format=u Index: php-src/main/main.c diff -u

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

2008-03-20 Thread Stanislav Malyshev
stasThu Mar 20 17:31:18 2008 UTC Modified files: /php-src/main main.c Log: MF5: make short_open_tag user-accessible http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.766r2=1.767diff_format=u Index: php-src/main/main.c diff -u

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

2008-03-05 Thread Pierre-Alain Joye
pajoye Wed Mar 5 21:20:14 2008 UTC Modified files: /php-src/main main.c Log: - MFB: #42505, new sendmail default path breaks on Novell (Guenter Knauf) http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.761r2=1.762diff_format=u Index:

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

2008-02-15 Thread Pierre-Alain Joye
pajoye Fri Feb 15 15:09:57 2008 UTC Modified files: /php-src/main main.c Log: - [DOC] MFB: add PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION, PHP_EXTRA_VERSION, PHP_VERSION_ID, PHP_ZTS and PHP_DEBUG constants

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

2008-02-15 Thread Felipe Pena
felipe Sat Feb 16 02:28:11 2008 UTC Modified files: /php-src/main main.c Log: Fix build http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.758r2=1.759diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.758 php-src/main/main.c:1.759

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

2008-02-04 Thread Jani Taskinen
janiMon Feb 4 20:38:42 2008 UTC Modified files: /php-src/main main.c Log: - Allow using any constants registered by PHP in php.ini too http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.756r2=1.757diff_format=u Index: php-src/main/main.c diff -u

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

2007-12-28 Thread Hannes Magnusson
bjori Sat Dec 29 02:21:25 2007 UTC Modified files: /php-src/main main.c Log: Update the class method documentation links http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.753r2=1.754diff_format=u Index: php-src/main/main.c diff -u

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

2007-10-18 Thread Dmitry Stogov
dmitry Thu Oct 18 13:12:01 2007 UTC Modified files: /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.751r2=1.752diff_format=u Index:

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

2007-09-24 Thread Dmitry Stogov
dmitry Mon Sep 24 11:53:57 2007 UTC Modified files: /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.748r2=1.749diff_format=u Index: php-src/main/main.c diff -u

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

2007-09-21 Thread Antony Dovgal
tony2001Fri Sep 21 14:11:45 2007 UTC Modified files: /php-src/main main.c Log: check for NULL (coverity issue #386) http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.747r2=1.748diff_format=u Index: php-src/main/main.c diff -u

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

2007-09-13 Thread Stanislav Malyshev
stasThu Sep 13 20:06:15 2007 UTC Modified files: /php-src/main main.c Log: MFB: disallow setting mail.force_extra_parameters from .htaccess http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.746r2=1.747diff_format=u Index: php-src/main/main.c

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

2007-08-31 Thread Jani Taskinen
janiFri Aug 31 08:35:07 2007 UTC Modified files: /php-src/main main.c Log: ws http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.745r2=1.746diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.745 php-src/main/main.c:1.746 ---

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

2007-08-28 Thread Derick Rethans
derick Tue Aug 28 12:12:02 2007 UTC Modified files: /php-src/main main.c Log: - Fixed allow_url_fopen_list/allow_url_include_list handling by making sure the pointers are initialized. Thanks to Sara.

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

2007-08-01 Thread Johannes Schl�ter
johannesWed Aug 1 12:49:23 2007 UTC Modified files: /php-src/main main.c Log: - Fix #42164 Internal Sendmail Support is ALWAYS disabled http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.741r2=1.742diff_format=u Index: php-src/main/main.c

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

2007-08-01 Thread Stanislav Malyshev
stasWed Aug 1 23:54:06 2007 UTC Modified files: /php-src/main main.c Log: revert wrong fix http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.742r2=1.743diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.742

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

2007-07-24 Thread Jani Taskinen
janiTue Jul 24 13:29:40 2007 UTC Modified files: /php-src/main main.c Log: fix folding http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.738r2=1.739diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.738

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

2007-07-24 Thread Antony Dovgal
tony2001Tue Jul 24 20:14:03 2007 UTC Modified files: /php-src/main main.c Log: fix ZTS build http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.740r2=1.741diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.740

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

2007-07-20 Thread Jani Taskinen
janiSat Jul 21 01:41:55 2007 UTC Modified files: /php-src/main main.c php_open_temporary_file.c php_open_temporary_file.h php_streams.h /php-src/main/streams filter.c Log: - Fix compile warnings

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

2007-07-15 Thread Jani Taskinen
janiSun Jul 15 15:20:30 2007 UTC Modified files: /php-src/main main.c Log: MFB: free error messages + ws fix http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.736r2=1.737diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.736

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

2007-07-11 Thread Jani Taskinen
janiWed Jul 11 10:23:47 2007 UTC Modified files: /php-src/main main.c Log: - No return value for void function http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.734r2=1.735diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.734

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

2007-07-10 Thread Stanislav Malyshev
stasTue Jul 10 18:42:01 2007 UTC Modified files: /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.733r2=1.734diff_format=u Index: php-src/main/main.c diff -u

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

2007-06-15 Thread Dmitry Stogov
dmitry Fri Jun 15 07:28:49 2007 UTC Modified files: /php-src/main main.c Log: Prevent crash in case of wrong arguments to CRT functions (dtrftime()) on PHP complead by MS VC8

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

2007-06-15 Thread Dmitry Stogov
dmitry Fri Jun 15 07:32:17 2007 UTC Modified files: /php-src/main main.c Log: (wrong previous patch) http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.730r2=1.731diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.730

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

2007-04-08 Thread Antony Dovgal
tony2001Sun Apr 8 08:02:02 2007 UTC Modified files: /php-src/main main.c Log: MFB: Avoid locks when appening to the error log file http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.724r2=1.725diff_format=u Index: php-src/main/main.c diff

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

2007-03-02 Thread Stanislav Malyshev
stasFri Mar 2 22:04:46 2007 UTC Modified files: /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.722r2=1.723diff_format=u Index:

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

2007-02-03 Thread Marcus Boerger
helly Sat Feb 3 14:57:25 2007 UTC Modified files: /php-src/main main.c php_open_temporary_file.c php_open_temporary_file.h Log: - Fix memleak http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.721r2=1.722diff_format=u

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

2007-01-18 Thread Antony Dovgal
tony2001Thu Jan 18 12:37:44 2007 UTC Modified files: /php-src/main main.c Log: fix fodling, mark set_time_limit() unicode safe http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.719r2=1.720diff_format=u Index: php-src/main/main.c diff -u

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

2006-12-17 Thread Ilia Alshanetsky
iliaa Sun Dec 17 18:30:50 2006 UTC Modified files: /php-src/main main.c Log: Fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.712r2=1.713diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.712

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

2006-12-08 Thread Andrei Zmievski
andrei Fri Dec 8 19:13:31 2006 UTC Modified files: /php-src/main main.c Log: Don't use zend_ascii_hash_find() here -- module names are binary strings. http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.711r2=1.712diff_format=u Index:

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

2006-12-04 Thread Stanislav Malyshev
stasTue Dec 5 02:55:27 2006 UTC Modified files: /php-src/main main.c Log: Merge from 5.2: Improve tolower()-related functions on Windows and VC2005 by caching locale and using tolower_l function.

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

2006-11-23 Thread Dmitry Stogov
dmitry Thu Nov 23 08:37:34 2006 UTC Modified files: /php-src/main main.c Log: Fixed bug #39548 (ZMSG_LOG_SCRIPT_NAME not routed to OutputDebugString() on Windows) http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.708r2=1.709diff_format=u Index:

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

2006-10-03 Thread Sara Golemon
pollita Tue Oct 3 16:28:02 2006 UTC Modified files: /ZendEngine2zend.c zend.h zend_builtin_functions.c /php-src/main main.c Log: PHP6 Update for get_included_files() and export of path decode for Zend

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

2006-09-25 Thread Ilia Alshanetsky
iliaa Mon Sep 25 14:49:34 2006 UTC Modified files: /php-src/main main.c Log: MFB: Fixed bug #38904 (apache2filter changes cwd to /). http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.702r2=1.703diff_format=u Index: php-src/main/main.c diff -u

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

2006-09-18 Thread Ilia Alshanetsky
iliaa Mon Sep 18 23:11:02 2006 UTC Modified files: /php-src/main main.c Log: MFB: Avoid generating php_errormsg twice in some instances. http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.700r2=1.701diff_format=u Index: php-src/main/main.c diff

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

2006-07-17 Thread Dmitry Stogov
dmitry Mon Jul 17 07:20:28 2006 UTC Modified files: /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.696r2=1.697diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.696

[PHP-CVS] cvs: php-src /main main.c ZendEngine2 zend.c zend.h zend_vm_def.h zend_vm_execute.h

2006-07-12 Thread Andrei Zmievski
andrei Wed Jul 12 17:04:14 2006 UTC Modified files: /ZendEngine2zend.c zend.h zend_vm_def.h zend_vm_execute.h /php-src/main main.c Log: Commit Sara's patch for supporting filesystem enccoding in include/require.

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

2006-05-27 Thread Johannes Schl
johannesSat May 27 20:53:38 2006 UTC Modified files: /php-src/main main.c Log: - nitpicking PHP6 vs. PHP 6 http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.691r2=1.692diff_format=u Index: php-src/main/main.c diff -u

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

2006-05-24 Thread Edin Kadribasic
edink Wed May 24 22:00:57 2006 UTC Modified files: /php-src/main main.c Log: MFB: Initialize windows globals, fixes #37428 http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.690r2=1.691diff_format=u Index: php-src/main/main.c diff -u

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

2006-05-15 Thread Ilia Alshanetsky
iliaa Tue May 16 00:40:36 2006 UTC Modified files: /php-src/main main.c Log: MFB: Disable realpath cache when open_basedir or safe_mode are enabled on a per-request basis.

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

2006-05-11 Thread Marcus Boerger
helly Thu May 11 07:55:48 2006 UTC Modified files: /php-src/main main.c Log: - Fix error mode handling http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.686r2=1.687diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.686

[PHP-CVS] cvs: php-src /main main.c /sapi/cli php_cli.c

2006-05-11 Thread Dmitry Stogov
dmitry Thu May 11 22:08:55 2006 UTC Modified files: /php-src/main main.c /php-src/sapi/cli php_cli.c Log: Fixed bug #37306 (max_execution_time = max_input_time). http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.687r2=1.688diff_format=u

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

2006-04-07 Thread Dmitry Stogov
dmitry Fri Apr 7 11:43:43 2006 UTC Modified files: /php-src/main main.c Log: We don't need setup the same time-out two times. http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.684r2=1.685diff_format=u Index: php-src/main/main.c diff -u

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

2006-03-21 Thread Dmitry Stogov
dmitry Tue Mar 21 08:49:58 2006 UTC Modified files: /php-src/main main.c Log: Fixed bug #36809 (__FILE__ behavior changed) http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.679r2=1.680diff_format=u Index: php-src/main/main.c diff -u

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

2006-03-21 Thread Antony Dovgal
tony2001Tue Mar 21 13:46:51 2006 UTC Modified files: /php-src/main main.c Log: fix spelling http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.680r2=1.681diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.680

[PHP-CVS] cvs: php-src /main main.c TSRM TSRM.c TSRM.h

2006-03-14 Thread Dmitry Stogov
dmitry Tue Mar 14 15:16:27 2006 UTC Modified files: /TSRM TSRM.c TSRM.h /php-src/main main.c Log: Fixed bug #35988 (Unknown persistent list entry type in module shutdown)

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

2006-03-13 Thread Dmitry Stogov
dmitry Mon Mar 13 09:36:05 2006 UTC Modified files: /php-src/main main.c Log: Fixed realpath() cache for main script with FastCGI SAPI http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.672r2=1.673diff_format=u Index: php-src/main/main.c diff -u

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

2006-03-10 Thread Brian France
bfrance Fri Mar 10 18:16:24 2006 UTC Modified files: /php-src/main main.c Log: for the primary file only lookup the real file path and add it to the included_files list if already opened otherwise it will get opened and added to

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

2006-03-09 Thread Sara Golemon
pollita Thu Mar 9 20:31:58 2006 UTC Modified files: /php-src/main main.c Log: Move temporary local storage of primary file's realpath up one block to ensure it stays on the stack.

[PHP-CVS] cvs: php-src /main main.c TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h

2006-01-16 Thread Dmitry Stogov
dmitry Mon Jan 16 09:17:50 2006 UTC Modified files: /TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h /php-src/main main.c Log: Fixed bug #36016 (realpath cache memleaks)

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

2005-12-07 Thread Dmitry Stogov
dmitry Wed Dec 7 04:00:33 2005 EDT Modified files: /php-src/main main.c Log: Fixed memory overflow, because usage of initialized value http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.657r2=1.658ty=u Index: php-src/main/main.c diff -u

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

2005-12-06 Thread Ilia Alshanetsky
iliaa Tue Dec 6 18:32:27 2005 EDT Modified files: /php-src/main main.c Log: MFB51: Fixed bug #30760 (Remove MessageBox on win32 for E_CORE errors if display_startup_error is off).

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

2005-12-05 Thread Ilia Alshanetsky
iliaa Mon Dec 5 22:13:53 2005 EDT Modified files: /php-src/main main.c Log: MFB51: Fixed possible XSS inside error reporting functionality. http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.654r2=1.655ty=u Index: php-src/main/main.c diff -u

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

2005-11-24 Thread Ilia Alshanetsky
iliaa Thu Nov 24 19:07:57 2005 EDT Modified files: /php-src/main main.c Log: MFB51: Fixed bug #35170 (PHP_AUTH_DIGEST differs under Apache 1.x and 2.x) http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.652r2=1.653ty=u Index: php-src/main/main.c

[PHP-CVS] cvs: php-src /main main.c /tests/lang bug35176.phpt

2005-11-15 Thread Dmitry Stogov
dmitry Tue Nov 15 06:14:34 2005 EDT Modified files: /php-src/tests/lang bug35176.phpt /php-src/main main.c Log: Fixed bug #35176 (include()/require()/*_once() produce wrong error messages about main())

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

2005-10-09 Thread Rob Richards
rrichards Sun Oct 9 22:26:14 2005 EDT Modified files: /php-src/main main.c Log: PHP_CONFIG_FILE_PATH needs to use strlen() due to Win build http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.649r2=1.650ty=u Index: php-src/main/main.c diff -u

[PHP-CVS] cvs: php-src /main main.c php_ini.c php_ini.h

2005-09-02 Thread Jani Taskinen
sniper Fri Sep 2 10:08:10 2005 EDT Modified files: /php-src/main main.c php_ini.c php_ini.h Log: revert http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.647r2=1.648ty=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.647

[PHP-CVS] cvs: php-src /main main.c php_ini.c php_ini.h

2005-09-01 Thread Jani Taskinen
sniper Thu Sep 1 10:42:56 2005 EDT Modified files: /php-src/main main.c php_ini.c php_ini.h Log: - Fixed bug #34307 (OnUpdateStringUnempty INI options can be set as empty) http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.646r2=1.647ty=u Index:

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

2005-08-29 Thread Dmitry Stogov
dmitry Mon Aug 29 02:51:52 2005 EDT Modified files: /php-src/main main.c Log: Fixed SIGSEGV http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.645r2=1.646ty=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.645 php-src/main/main.c:1.646 ---

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

2005-08-17 Thread Jani Taskinen
sniper Wed Aug 17 03:52:23 2005 EDT Modified files: /php-src/main main.c Log: Fix EOLs under winblows http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.644r2=1.645ty=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.644

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

2005-08-16 Thread Marcus Boerger
helly Tue Aug 16 14:09:28 2005 EDT Modified files: /php-src/main main.c Log: - Prevent E_STRICT from ending up as exception http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.643r2=1.644ty=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.643

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

2005-08-15 Thread Jani Taskinen
sniper Mon Aug 15 18:32:00 2005 EDT Modified files: /php-src/main main.c Log: These are not defined anymore http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.642r2=1.643ty=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.642

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

2005-08-14 Thread Antony Dovgal
Andrei Zmievski wrote: Does this take into account the fact that default_charset is considered deprecated when unicode_semantics=on? Deprecated or completely removed? If it becomes useless with Unicode support, then I'd remove it at all instead of marking it as deprecated. -- Wbr, Antony

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

2005-08-12 Thread Antony Dovgal
tony2001Fri Aug 12 17:46:16 2005 EDT Modified files: /php-src/main main.c Log: allow default_charset default_mimetype to be changed during runtime http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.641r2=1.642ty=u Index: php-src/main/main.c

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

2005-08-06 Thread Rasmus Lerdorf
Jani Taskinen wrote: sniperFri Aug 5 17:44:27 2005 EDT Modified files: /php-src/main main.c Log: - This ini option is only effective when set in php.ini or httpd.conf or .htacces, etc. as GPC variables are set before any ini_set() is called

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

2005-08-06 Thread Jani Taskinen
On Sat, 6 Aug 2005, Rasmus Lerdorf wrote: Jani Taskinen wrote: sniper Fri Aug 5 17:44:27 2005 EDT Modified files: /php-src/main main.c Log: - This ini option is only effective when set in php.ini or httpd.conf or .htacces, etc. as GPC variables are set before any

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

2005-08-06 Thread Rasmus Lerdorf
Jani Taskinen wrote: On Sat, 6 Aug 2005, Rasmus Lerdorf wrote: Jani Taskinen wrote: sniperFri Aug 5 17:44:27 2005 EDT Modified files: /php-src/mainmain.c Log: - This ini option is only effective when set in php.ini or httpd.conf or .htacces, etc. as GPC

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

2005-08-05 Thread Jani Taskinen
sniper Fri Aug 5 17:44:27 2005 EDT Modified files: /php-src/main main.c Log: - This ini option is only effective when set in php.ini or httpd.conf or .htacces, etc. as GPC variables are set before any ini_set() is called

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

2005-07-05 Thread Dmitry Stogov
dmitry Tue Jul 5 10:13:48 2005 EDT Modified files: /php-src/main main.c Log: Fixed crash in ext\standard\tests\general_functions\bug32647.php on Windows http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.634r2=1.635ty=u Index: php-src/main/main.c

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

2005-06-20 Thread Jani Taskinen
sniper Mon Jun 20 03:04:08 2005 EDT Modified files: /php-src/main main.c Log: - No extra spaces before #ifndef http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.632r2=1.633ty=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.632

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

2005-06-20 Thread Antony Dovgal
tony2001Mon Jun 20 15:58:56 2005 EDT Modified files: /php-src/main main.c Log: reorder and prevent memleak: bailout after free() http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.633r2=1.634ty=u Index: php-src/main/main.c diff -u

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

2005-06-09 Thread Wez Furlong
wez Thu Jun 9 08:15:15 2005 EDT Modified files: /php-src/main main.c Log: hmm, backing out this change, as it seems to cause problems with user-space streams and filters (the ZE needs to close them before it blows away the user-space code.

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

2005-06-07 Thread Jani Taskinen
Wez was the one who disabled the use, he just didn't disable the function itself.. --Jani On Tue, 7 Jun 2005, Marcus Boerger wrote: Hello Jani, Tuesday, June 7, 2005, 12:01:43 AM, you wrote: sniper Mon Jun 6 18:01:43 2005 EDT Modified files: /php-src/main

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

2005-06-06 Thread Jani Taskinen
sniper Mon Jun 6 18:01:43 2005 EDT Modified files: /php-src/main main.c Log: silence warning http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.629r2=1.630ty=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.629 php-src/main/main.c:1.630 ---

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

2005-06-06 Thread Marcus Boerger
Hello Jani, Tuesday, June 7, 2005, 12:01:43 AM, you wrote: sniper Mon Jun 6 18:01:43 2005 EDT Modified files: /php-src/main main.c Log: silence warning http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.629r2=1.630ty=u Index:

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

2005-06-04 Thread Zeev Suraski
zeevSat Jun 4 12:16:54 2005 EDT Modified files: /php-src/main main.c Log: __halt_compiler() patch interface http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.627r2=1.628ty=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.627

  1   2   >