Commit Graph

3157 Commits

Author SHA1 Message Date
David Soria Parra
28f7ed9365 - Add DTrace support. 2009-07-19 14:00:25 +00:00
Ilia Alshanetsky
2edbdcb845 MFB: Fixed a possible crash inside OnUpdateErrorLog() when restoring an empty value
Avoid pointless safe_mode/open_basedir checks on OnUpdateMailLog() if value is empty
2009-07-12 16:43:32 +00:00
Stanislav Malyshev
c93ff250bc fix mail.log openbasedir interaction with .htaccess 2009-07-09 00:24:26 +00:00
Jani Taskinen
49901ae269 - Fixed bug #48247 (Infinite loop and possible crash during startup with errors) 2009-07-07 16:40:21 +00:00
Mikko Koppanen
ec2dab6b47 [DOC]
Support multiple paths (separated by path_separator) in config-file-scan-dir/PHP_INI_SCAN_DIR
2009-06-27 15:22:06 +00:00
Ilia Alshanetsky
068eac20ef MFB: Handle instances where TMPDIR = "" 2009-06-25 01:35:15 +00:00
Ilia Alshanetsky
d71956b183 MFB: Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using
TMPDIR).
2009-06-24 12:21:37 +00:00
Rasmus Lerdorf
c6de8de302 Fix bug #48592 2009-06-18 06:39:11 +00:00
Pierre Joye
193f67d8b3 - typo 2009-06-04 07:41:42 +00:00
Pierre Joye
f4b3c6aae3 - [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.85).aspx for the explanation
2009-06-04 07:00:37 +00:00
Scott MacVicar
e10ba6e945 Make sure the timeout is checked in the shutdown function, patch from Etienne 2009-05-30 09:47:39 +00:00
Antony Dovgal
248dc58005 use request encoding when parsing cookies
fixes 14 segfaults in HEAD
2009-05-27 14:53:05 +00:00
Jani Taskinen
3518feae42 ws 2009-05-23 18:52:03 +00:00
Jani Taskinen
11a85807c0 ws 2009-05-23 18:46:10 +00:00
Pierre Joye
71a71ad963 - fix build, fix TS build 2009-05-23 18:46:05 +00:00
Jani Taskinen
5fcbc3cb26 fix build 2009-05-23 18:42:54 +00:00
Jani Taskinen
87cb112a4f ws + cs 2009-05-23 18:19:11 +00:00
Jani Taskinen
fa68c626c1 - Fix typo 2009-05-23 18:10:13 +00:00
Andrei Zmievski
afa4e41c2f Implement JIT request decoding support for $_GET and $_POST. 2009-05-23 18:03:27 +00:00
Arnaud Le Blanc
7b3ee6dc6f Fix build 2009-05-19 10:04:35 +00:00
Derick Rethans
d5c8121b39 - Get rid of the four different versions of zend_extension* and only use
zend_extension. Because of the API identifier change in PHP 5.3 you also get
  a proper warning message now.
2009-05-18 21:28:42 +00:00
Arnaud Le Blanc
587137b2d3 un-duplicated code (merged unicode/string variants of stream_copy_to_stream
and let the compiler optimize specializations)
2009-05-17 16:52:35 +00:00
Arnaud Le Blanc
0e4de79b40 Fixed bug #48309 (stream_copy_to_stream() and fpasstru() do not
update stream position of plain files)
2009-05-17 14:57:05 +00:00
Arnaud Le Blanc
3c6bd3eb67 Fix warning when inner stream of a temp:// stream is closed before
the stream ifself
2009-05-16 20:27:11 +00:00
Arnaud Le Blanc
804ed57ad3 Fixed bug #48307 (stream_copy_to_stream() copies 0 bytes when $source
is a socket)
2009-05-16 20:22:29 +00:00
Dmitry Stogov
8217de479a Fixed wrong return value 2009-05-14 08:22:09 +00:00
Hannes Magnusson
ff5f9890fd MFb5.3: fix comments 2009-05-08 11:36:43 +00:00
Derick Rethans
08c4e716ed - Fixed warnings 2009-05-04 19:55:33 +00:00
Antony Dovgal
c82c26b6c9 use correct function 2009-05-04 14:44:24 +00:00
Antony Dovgal
39773487a3 don't segfault on bindto == NULL 2009-05-04 14:25:04 +00:00
Ilia Alshanetsky
0b6fba9a6b MFB: Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via
bindto)
2009-05-04 13:12:53 +00:00
Derick Rethans
f52a2166a0 - Fixed bug #45191 (error_log ignores date.timezone php.ini val when
setting logging timestamps).
2009-05-03 19:08:28 +00:00
Arnaud Le Blanc
6092d51512 revert to allow Andrei to make his changes 2009-05-01 00:36:43 +00:00
Arnaud Le Blanc
2ce70ac4be cleanup 2009-05-01 00:18:09 +00:00
Arnaud Le Blanc
ee7239acbe Removed code for register_globals in file uploads 2009-05-01 00:15:07 +00:00
Arnaud Le Blanc
3fd6c2b22a Removed code handling non-unicode input (was used when !UG(unicode)) 2009-05-01 00:13:22 +00:00
Pierre Joye
affb9d9b49 - fix build (Marcus, fix re2c please) 2009-04-30 09:12:26 +00:00
Stanislav Malyshev
de79c1eb6c MF5 fix for #47930 2009-04-28 22:59:07 +00:00
Dmitry Stogov
d2a9e7bbea Fixed bug #48034 (PHP crashes when script is 8192 (8KB) bytes long) 2009-04-28 07:13:43 +00:00
Arnaud Le Blanc
7b4dc185bf Fix memleak on empty GET var (tests/basic/011.phpt) 2009-04-24 15:44:35 +00:00
Pierre Joye
f0c630b9ac - silent compiler warning 2009-04-20 08:28:14 +00:00
Arnaud Le Blanc
6b213bffb6 Better fix for #47997 2009-04-19 17:09:47 +00:00
Arnaud Le Blanc
069c0fdc80 MFB5.3: Fixed bug #47997 (stream_copy_to_stream returns 1 on empty streams) 2009-04-19 13:50:25 +00:00
Mikko Koppanen
a1a580c012 Added support for passing O_NONBLOCK to the underlying open() system call 2009-04-11 11:44:06 +00:00
Hannes Magnusson
ba2182a44c Fix errormessage check
# Is correct in 5.
2009-03-31 16:25:58 +00:00
Kalle Sommer Nielsen
f7373da190 Fixed Windows build, declarations first ladies and gentlemen 2009-03-30 14:21:03 +00:00
Felipe Pena
7c860bb018 - Removed leftover UG(unicode) checks 2009-03-27 19:50:56 +00:00
Arnaud Le Blanc
9f5de73681 Fixed initialization of tick functions list in ZTS 2009-03-27 02:33:44 +00:00
Felipe Pena
8ecf8ede1f - Removed:
- UG(unicode) checks
       - pcre_cache_entry.unicode_mode
- Changed:
       - ZEND_STR_TYPE -> IS_UNICODE
       - convert_to_text -> convert_to_unicode
       - convert_to_text_ex -> convert_to_unicode_ex

(Felipe, Steph)
2009-03-26 20:02:53 +00:00
Hannes Magnusson
57ad6e3b14 Add missing proto 2009-03-25 19:55:50 +00:00