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.803&r2=1.804&diff_format=u
Index: php-src/main/main.c
diff -u php-s
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.802&r2=1.803&diff_format=u
Index: php-sr
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.801&r2=1.802&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.801 php-src/main/main.c:1.802
-
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 http://msdn.microsoft.com/en-us/library/ms724451(VS.8
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.799&r2=1.800&diff_format=u
Index:
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.798&r2=1.799&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.798 php-src/main/main
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).
http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.797&r2=1.798&diff
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.796&r2=1.797&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.
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.795&r2=1.796&diff_format=u
Index: php-src/main/main
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.794&r2=1.795&diff_format=u
Index: php-src/main/main.c
diff -
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.791&r2=1.792&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.791 php-src/main
On Fri, Jan 16, 2009 at 11:45, Hannes Magnusson
wrote:
> On Fri, Jan 16, 2009 at 11:02, Pierre-Alain Joye 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_versi
On Fri, Jan 16, 2009 at 11:02, Pierre-Alain Joye 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
> contains a OSV
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.790&r2=1.791&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.7
pajoye Fri Jan 16 10:26:06 2009 UTC
Modified files:
/php-src/main main.c
Log:
- return SUCCESS on success
- check return value
http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.789&r2=1.790&diff_format=u
Index: php-src/main/main.c
diff -u php-src/m
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 o
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
http://cvs.php.net/viewv
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)
http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.783&r2=1.784&diff_for
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.781&r2=1.782&diff_format=u
Index:
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.782&r2=1.783&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c
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.780&r2=1.781&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.780 php-src/mai
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 zend_st
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 copy
felipe Fri Jul 25 13:39:39 2008 UTC
Modified files:
/php-src/main main.c
Log:
- Fixed the parameter type expected. set_time_limit() should accept only
integer.
http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.774&r2=1.775&diff_format=u
Index: ph
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.773&r2=1.774&diff_format=u
Index: php-src/main/main.c
diff -u php-src
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)
http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.770&r2=1.771&
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.768&r2=1.769&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.768 php-s
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.767&r2=1.768&diff_format=u
Index: php-src/main/main.c
diff -u p
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.766&r2=1.767&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/mai
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.761&r2=1.762&diff_format=u
Index: php-src/mai
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.758&r2=1.759&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.758 php-src/main/main.c:1.75
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
http://cvs.php.net/viewvc.c
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.756&r2=1.757&diff_format=u
Index: php-src/main/main.c
diff -u
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.753&r2=1.754&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/
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.751&r2=1.752&diff_format=u
Index: php-
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.748&r2=1.749&diff_format=u
Index: php-src/main/main.c
diff -u php-s
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.747&r2=1.748&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main
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.746&r2=1.747&diff_format=u
Index: php-src/main/main.c
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.745&r2=1.746&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.745 php-src/main/main.c:1.746
--- p
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.
http://cvs.php.net/viewvc.cgi/php-src/main/main.
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.742&r2=1.743&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.742 php-src/main/m
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.741&r2=1.742&diff_format=u
Index: php-src/main/main.c
di
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.740&r2=1.741&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.740 php-src/m
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.738&r2=1.739&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.738 php-src/main/main.c:1.
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
http://cvs.php.net/vi
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.736&r2=1.737&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.736
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.734&r2=1.735&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.73
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.733&r2=1.734&diff_format=u
Index: php-src/main/main.c
diff -u php
dmitry Fri Jun 15 09:20:53 2007 UTC
Modified files:
/php-src/main main.c
Log:
HTTP 500 is sent to browser in case of PHP error instead of blank page
http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.731&r2=1.732&diff_format=u
Index: php-src/main/m
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.730&r2=1.731&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.730 php-src/
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
http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.729&r2=1.730&diff_for
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.724&r2=1.725&diff_format=u
Index: php-src/main/main.c
diff
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.722&r2=1.723&diff_format=u
Index: php-src/main/mai
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.721&r2=1.722&diff_format=u
Inde
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.719&r2=1.720&diff_format=u
Index: php-src/main/main.c
diff -u p
tony2001Thu Dec 28 12:01:14 2006 UTC
Modified files:
/php-src/main main.c
Log:
use strlcat() and a bigger buffer
http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.716&r2=1.717&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/ma
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.712&r2=1.713&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.712 php-src/
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.711&r2=1.712&diff_format=u
Index: php-src/mai
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.
http://cvs.php.net/viewvc.cgi/php-src/main/main
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.708&r2=1.709&diff_format=u
Index:
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
http://cvs.php.net/viewvc.cgi/ZendEngi
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.702&r2=1.703&diff_format=u
Index: php-src/main/main.c
diff -u p
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.700&r2=1.701&diff_format=u
Index: php-src/main/main.c
diff
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.696&r2=1.697&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.696
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.
http://cvs.php.net/viewvc.
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.691&r2=1.692&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c
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.690&r2=1.691&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/
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.
http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.688&r2=1.689&diff_f
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.687&r2=1.688&diff_format=u
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.686&r2=1.687&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.686 php-src
tony2001Wed Apr 12 12:52:00 2006 UTC
Modified files:
/php-src/main main.c
Log:
MF51: fix #37053 (html_errors with internal classes produces wrong links)
http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.685&r2=1.686&diff_format=u
Index: ph
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.684&r2=1.685&diff_format=u
Index: php-src/main/main.c
diff -u php-src
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.680&r2=1.681&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.680 php-src/m
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.679&r2=1.680&diff_format=u
Index: php-src/main/main.c
diff -u php-src/mai
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)
http://cvs.php.net/viewcvs.cgi/TSRM/TSRM.c?r1=1.70&r2=1.71&diff_format
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.672&r2=1.673&diff_format=u
Index: php-src/main/main.c
diff -u
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 th
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.
http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.670&r2=1.671&diff_
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)
http://cvs.php.net/viewcvs.cgi/TSRM/tsrm_virtual_cwd.c?r1=1.79&r2=1.80&diff_
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.657&r2=1.658&ty=u
Index: php-src/main/main.c
diff -u php-src/ma
iliaa Tue Dec 6 21:37:35 2005 EDT
Modified files:
/php-src/main main.c
Log:
MFB51: Better critical error handling (fix for previous html encoding patch).
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.656&r2=1.657&ty=u
Index: php-src/main/main.
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).
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.655&r2=1.656&t
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.654&r2=1.655&ty=u
Index: php-src/main/main.c
diff -u php-
sniper Mon Dec 5 20:04:42 2005 EDT
Modified files:
/php-src/main main.c php_variables.h
Log:
- nuke php3 legacy
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.653&r2=1.654&ty=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.653 php-src
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.652&r2=1.653&ty=u
Index: php-src/main/main.c
d
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())
http://cvs.php.net/diff.php/php-src/tests/la
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.649&r2=1.650&ty=u
Index: php-src/main/main.c
diff -u php
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.647&r2=1.648&ty=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.647 php-src/main/main.
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.646&r2=1.647&ty=u
Index: p
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.645&r2=1.646&ty=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.645 php-src/main/main.c:1.646
--
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.644&r2=1.645&ty=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.644 php-src/main/main.c:1
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.643&r2=1.644&ty=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.64
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.642&r2=1.643&ty=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.642 php-src/main/ma
If we decide to break things, then I would completely remove it. I
was thinking about BC for non-Unicode mode.
-Andrei
On Aug 14, 2005, at 4:58 AM, Antony Dovgal wrote:
Andrei Zmievski wrote:
Does this take into account the fact that default_charset is
considered deprecated when unicode
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 Do
Does this take into account the fact that default_charset is
considered deprecated when unicode_semantics=on?
-Andrei
On Aug 12, 2005, at 2:46 PM, Antony Dovgal wrote:
tony2001Fri Aug 12 17:46:16 2005 EDT
Modified files:
/php-src/mainmain.c
Log:
allow default_charset
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.641&r2=1.642&ty=u
Index: php-src/main/main.
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 .
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
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
1 - 100 of 170 matches
Mail list logo