Stanislav Malyshev
10342b4b9e
react only on CORE_ERROR
26 years ago
Stanislav Malyshev
d3afeb5b4e
Be strict on errors in modules startup
26 years ago
Rasmus Lerdorf
2b61d55b1d
This is documented to not be case sensitive and it is not case sensitive
in PHP 3, so let's not make it case sensitive.
@Make the special Header("http/...") response be case insensitive like 3.0 (Rasmus)
26 years ago
Zeev Suraski
397df3ca87
- Revert bogus time.h commit
- Fixed a problem under some versions of Windows that could cause PHP to hang
on startup if errors occured, e.g. in the php.ini file
26 years ago
Thies C. Arntzen
930b212c23
hmm, this file is not really auto-generated.
26 years ago
Zeev Suraski
37fb71b9ba
Set version number on DLLs
26 years ago
Andi Gutmans
1f828a6e88
- Fix problem with DICARD_PATH being defined in windows
26 years ago
Andi Gutmans
da8843aa55
- Fix problem with VIRTUAL_DIR and relative paths containing ..
26 years ago
Andi Gutmans
eaa2a158c8
- Fix bug with VIRTUAL_DIR, .., and symlinks.
26 years ago
Zeev Suraski
cacbf1ea28
Support boolean NOT in the php.ini processor
26 years ago
Andrei Zmievski
4010b422dd
Separate plain name returned by php_sapi_module() and pretty name
used for output.
26 years ago
Zeev Suraski
16c363182d
TRACK_VARS is really no longer necessary...
26 years ago
Zeev Suraski
c51ba263dd
- Fix bug in virtual dir under Windows when using absolute paths without
- drive letter
26 years ago
Zeev Suraski
6614e8edb4
- I wrote a long msg but the commit didn't go through.
- So here is the short version:
- a) Start moving to binary opens in Windows
- b) Give checkuid_mode() a small face lift including the fopen-wrappers.c
- The mode to this function should at least be a #define but that is for
- another day. Anyway this whole stuff should be given more face lifts in
- the future.
26 years ago
Andi Gutmans
303dc9e96a
- Forgot to remove comment
26 years ago
Andi Gutmans
4b5e7d6618
- Only use VIRTUAL_DIR in ZTS mode until it is thoroughly tested.
- Mutex popen() in Windows as the UNIX trick doesn't work there.
26 years ago
Zeev Suraski
d1a6a64675
- Make the output globals accessible from the outside world
- Fix Win32 compilation
26 years ago
Andi Gutmans
d8a75cf7e5
- COMPILE_ERROR should only be used in Zend
26 years ago
Sascha Schumann
2456af596f
Remove some unnecessary CLS_FETCH()s.
26 years ago
Zeev Suraski
3998034acb
Update to 4.0.1
26 years ago
Sascha Schumann
322be14458
HAVE_MEMORY_H is not used by PHP.
26 years ago
Andi Gutmans
bd900fb66b
- Make Windows compile
26 years ago
Zeev Suraski
c885f468aa
Improve timeout support - ini_get("max_execution_time", ...) works now
26 years ago
Zeev Suraski
f29eae1302
Move timeout code to Zend, allow Win32 timeouts
@- Implemented max_execution_time under Win32 (Zeev)
26 years ago
Andi Gutmans
e3ae196da8
- Don't need to check doc_root's length twice
26 years ago
Andi Gutmans
f8ecf34bf1
- Last one for tonight. Make sure that we don't check uninitialized
- memory
26 years ago
Andi Gutmans
b73a6f883d
- Last patch for tonight. A more optimized way to check for absolute path
- in Windows. This should be fixed to use the virtual cwd macro for
- ABSOLUTE_DIR() but I need to have time to understand the logic first
26 years ago
Andi Gutmans
70b8e3e8f6
- Missed a bracket
26 years ago
Andi Gutmans
cbfa4c88d9
- Beautify fopen-wrappers a bit.
- Still needs quite a lot of improvement in order to treat Windows well
26 years ago
Andi Gutmans
7d5cfd3766
- virtual_fopen() should fail on empty path
26 years ago
Andrei Zmievski
aa49d4af62
Plus a leak when both register_globals and track_vars are off.
26 years ago
Zeev Suraski
fce92e3ca2
Avoid using E_CORE_* errorlevels in any place which is not in the global startup sequence
26 years ago
Andi Gutmans
719d995a9d
- On UNIX support popen() which works with current working directory
- when in VIRTUAL_DIR mode.
26 years ago
Andi Gutmans
02c42362ff
- Start of popen() fix for UNIX. Still unclear what we'll do on Windows.
26 years ago
Zeev Suraski
5be482030e
Killed <?php_track_vars?>
26 years ago
Andrei Zmievski
eb4b5ffd22
(php_readdir_r) Revert that bad patch.
26 years ago
Andrei Zmievski
e008af1364
(php_readdir_r) Last argument to readdir_r was missing.
26 years ago
Sascha Schumann
fd7153b0f3
Change directory name from core to main.
26 years ago
Sascha Schumann
6df3a21309
Prepare move of the top-level source files to the core directory.
26 years ago
Thies C. Arntzen
bd593d3da6
(set_time_limit) converted to new API.
# for some weird reason this fixes a newly introduced crash.
26 years ago
Andi Gutmans
a1c036b8cf
- Fix bug in virtual_file_ex when the resulting path is the root.
26 years ago
Andi Gutmans
97de5b2106
- Fix PostgreSQL project file a bit.
- Remove some HAVE_* from config.w32.h. More can be removed. Right now
- most HAVE_*'s in config.w32.h can actually be removed as they usually are
- only used by the module itself and not by PHP. MSQL is an exception as
- log can use it too
26 years ago
Sascha Schumann
8f58728e2b
Real fix for std_syslog issue on OpenServer. This is limited to the native
development system (/bin/cc and icc) and does not show up with the UDK.
26 years ago
Andrei Zmievski
e52889acd9
@- Changed WDDX to always serialize arrays as structs. (Andrei)
26 years ago
Zeev Suraski
897bb1b572
- Parse errors in the php.ini files under Windows will no longer mess up the
HTTP headers in CGI mode and are now displayed in a message box
26 years ago
Hartmut Holzgraefe
eb8cd900a6
@ fopen_wrappers() are now extensible via modules
so here it finaly is, the more general approach to fopen wrappers
# see what i'll break this time
26 years ago
Sascha Schumann
d180634e07
Add PHP_BROKEN_SPRINTF check here.
Also remove unnecessary #ifdef's for PACKAGE and VERSION.
26 years ago
Hartmut Holzgraefe
02b0cef4d8
cyscape's "current" browscap.ini file doesn't terminate the last line
in the file with a newline character
this resulted in a parse error
26 years ago
Zeev Suraski
34c40031ca
@- Made the short_tags, asp_tags and allow_call_time_pass_reference INI directives work
@ on a per-directory basis as well, e.g. from .htaccess files (Zeev)
26 years ago
Andi Gutmans
d7ac0f2c9d
- I didn't have anything to do with this buggy code. Just kidding :)
26 years ago