Jani Taskinen
45e96efd1d
MFH: This is what we get for not doing MFH..or MFB..a mess
2007-08-08 07:01:49 +00:00
Ilia Alshanetsky
0cb6dd5671
Fixed bug #42237 (stream_copy_to_stream returns invalid values for mmaped
...
streams).
2007-08-08 02:16:41 +00:00
Antony Dovgal
515aaeda10
'I32' and 'I' support
2007-08-03 14:31:28 +00:00
Antony Dovgal
4a43566b19
fix folding
2007-08-03 09:51:12 +00:00
Antony Dovgal
57daf22d8f
MFH: add I64 support to spprintf()
2007-08-03 09:48:58 +00:00
Stanislav Malyshev
df11ce1ece
check correct value
2007-08-03 01:30:21 +00:00
Stanislav Malyshev
1b131c46ad
make error_log setting access-controlled by safe_mode/open_basedir
2007-08-03 01:15:51 +00:00
Stanislav Malyshev
0ad85237ea
add stage for .htaccess
2007-08-02 23:57:52 +00:00
Ilia Alshanetsky
56a947a3f7
Back to dev
2007-08-02 22:28:18 +00:00
Ilia Alshanetsky
6879ccfa7d
5.2.4RC1
2007-08-02 22:18:30 +00:00
Stanislav Malyshev
959aa4f596
revert wrong fix
2007-08-01 23:51:45 +00:00
Johannes Schlüter
25848bff61
- MFH: Fix #42164 Internal Sendmail Support is ALWAYS disabled
2007-08-01 12:49:34 +00:00
Dmitry Stogov
2d3d745bd9
Fixed EOF handling in case of reading from file opened in write only mode.
2007-07-25 16:34:06 +00:00
Antony Dovgal
99a162bb8b
fix ZTS build
2007-07-24 20:32:32 +00:00
Dmitry Stogov
78932ba2f9
Fixed bug #41984 (Hangs on large SoapClient requests)
2007-07-24 14:24:44 +00:00
Jani Taskinen
335cac3c6a
MFH:- Changed "display_errors" php.ini option to accept "stderr" as value which
...
MFH: makes the error messages to be outputted to STDERR instead of STDOUT with
MFH: CGI and CLI SAPIs (FR #22839 ).
2007-07-24 14:21:36 +00:00
Jani Taskinen
d271071067
MFH: Fixed compile warnings
2007-07-21 01:43:33 +00:00
Antony Dovgal
521917bdfa
MFH
2007-07-18 11:46:50 +00:00
Jani Taskinen
741c74a25e
MFH: Use correct macro name
2007-07-18 09:04:58 +00:00
Ilia Alshanetsky
20aa854940
Allow file uploads to bypass open_basedir checks (fixes regression)
2007-07-17 23:46:40 +00:00
Jani Taskinen
2c05c8c6b3
MFH: ws fix
2007-07-17 13:29:33 +00:00
Jani Taskinen
dd23eb0c88
MFH:- Fixed bugs #36796 , #36918 , #41371 (stream_set_blocking() does not work)
2007-07-17 13:28:44 +00:00
Jani Taskinen
cc7342ef72
MFH: folding tags and some more ws fixes
2007-07-15 15:34:28 +00:00
Jani Taskinen
aad63942b8
MFH: ws fixes (sync!)
2007-07-15 15:21:12 +00:00
Jani Taskinen
268808ad76
MFH: removed unused macros
2007-07-15 15:10:04 +00:00
Ilia Alshanetsky
a2fa9bbe84
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
2007-07-15 14:15:02 +00:00
Jani Taskinen
efe310579e
MFH: - Fixed bug #41815 (Concurrent read/write fails when EOF is reached)
2007-07-12 11:03:46 +00:00
Johannes Schlüter
dc8d09bbbd
- MFH: Always enable mail() function
2007-07-11 17:36:56 +00:00
Dmitry Stogov
5c28db4a9c
Fixed wrong warning
2007-07-11 14:33:30 +00:00
Jani Taskinen
7b016d72a1
MFH: No return values for void function
2007-07-11 10:24:04 +00:00
Stanislav Malyshev
6f1b3ea73a
suppress warnings to avoid potential loop
2007-07-10 17:58:19 +00:00
Stanislav Malyshev
84c9050805
check if write is allowed before writing to error log
2007-07-10 17:42:29 +00:00
Dmitry Stogov
ca854215db
Fixed symlink("", "somthing") and link("", "somthing") in ZTS mode
2007-07-10 13:21:11 +00:00
Dmitry Stogov
510bee631f
Fixed warning
2007-07-10 11:57:34 +00:00
Dmitry Stogov
539f67ed8f
Added ability to create local or remote (URL) user streams
...
Local user streams must not be able to open(), URLs if allow_url_include is off
Implemented new function stream_is_local()
[
- stream_wrapper_register() extended with additional optional argument "flags"
of type long. This time only one flag is implemented
- STREAM_IS_URL, that means that userstream wrapper is remote (URL).
By default stream is local.
- stream_is_local() is a new function that accepts stream and tell if this
stream is local or remote (URL)
]
2007-07-09 17:27:24 +00:00
Dmitry Stogov
aa54d9e385
Restore big exponent letter in var_export() ('1e300' -> '1E300')
2007-06-25 08:39:10 +00:00
Derick Rethans
3b481cef64
- MFH: Added the H modifier to create non-locale-aware non-fixed-precision
...
float representations.
- MFH: Fixed var_export() to use the new H modifier so that it can generate
parsable PHP code for floats again, independent of the locale.
2007-06-19 12:20:50 +00:00
Dmitry Stogov
e1f08c8297
HTTP 500 is sent to browser in case of PHP error instead of blank page
2007-06-15 09:20:27 +00:00
Dmitry Stogov
c2e04e8364
Prevent crash in case of wrong arguments to CRT functions (strftime()) on PHP complead by MS VC2005
2007-06-15 07:27:08 +00:00
Antony Dovgal
c9805e7b92
MFH: check return value of *time_r() functions for NULL
2007-06-07 08:44:41 +00:00
foobar
f26145fa8c
MFH:- Improved the error message for exceeding max_input_nesting_level.
2007-06-03 16:54:06 +00:00
Ilia Alshanetsky
a8be5f419d
Improved fix for MOPB-02-2007
2007-06-03 16:19:14 +00:00
Antony Dovgal
8e3eee385e
MFH: fix #41518 (file_exists() warns of open_basedir restriction on non-existent file)
2007-06-01 13:35:23 +00:00
Ilia Alshanetsky
de64609fec
Back to dev
2007-05-30 18:48:58 +00:00
Ilia Alshanetsky
b604bc7200
5.2.3
2007-05-30 18:45:59 +00:00
Rasmus Lerdorf
6e0d643783
Slightly cleaner code
2007-05-25 09:20:01 +00:00
Rasmus Lerdorf
f6bffb69c5
Optimize sapi_get_request_time() slightly making it use the cached time
...
and also checking if there is a server_context before trying to call
the request_time sapi hook.
2007-05-25 09:12:35 +00:00
Ilia Alshanetsky
9998f67c91
Back to dev
2007-05-25 00:07:57 +00:00
Ilia Alshanetsky
f0b7941067
5.2.3RC1
2007-05-25 00:05:30 +00:00
Antony Dovgal
0db4f06f13
MFH
2007-05-19 12:53:06 +00:00