History log of /php-src/main/main.c (Results 1001 – 1025 of 1377)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# c77ed818 15-Jul-2001 Zeev Suraski

remove bogus &

# ee19afea 15-Jul-2001 Zeev Suraski

Make bailouts valid at request_startup

# 771e3e49 13-Jul-2001 James E. Flemer

o Fixed Bug #12121: chdir and safe_mode
- [ main/safe_mode.h ] added new checkuid mode:
CHECKUID_ALLOW_ONLY_FILE: skips directory check if file check
fails

- [ ex

o Fixed Bug #12121: chdir and safe_mode
- [ main/safe_mode.h ] added new checkuid mode:
CHECKUID_ALLOW_ONLY_FILE: skips directory check if file check
fails

- [ ext/standard/dir.c ] changed php_checkuid() to use
CHECKUID_ALLOW_ONLY_FILE instead of CHECKUID_ALLOW_ONLY_DIR

- [ main/safe_mode.c ] added code for new checkuid mode

o Fixed Bug #12119: safe mode owner check can be bypassed with symlink
- [ main/safe_mode.c ] use VCWD_REALPATH to resolve destination
of symlink before trimming filename

o New Feature: safe_mode_include_dir (php.ini directive)
- Allows bypassing UID/GID checks when including files
from the directory in safe_mode_include_dir and its
subdirectories. (safe_mode must be on, directory must
also be in include_path or full path must be used when
including)

o Fixed Feature: safe_mode_gid (php.ini directive)
- Correctly check (and report) UID/GID bits on directories

o Changed include() fall back to scripts cwd implementation
- CWD added to the (local) search path in php_fopen_with_path()
instead of seperate case. [ main/fopen_wrappers.c ]

show more ...

# 3dd33fde 13-Jul-2001 Sascha Schumann

Fix xmlrpc_error:number handling

# a2ce3c70 10-Jul-2001 Sascha Schumann

Allow errors to be returned as XMLRPC fault packets.

Submitted by: Matt Allen <matt@investigationmarketplace.com>

# 934e10c7 09-Jul-2001 Rasmus Lerdorf

Add getmygid() and safe_mode_gid ini directive to allow safe mode to do
a gid check instead of a uid check.
@ - Add getmygid() and safe_mode_gid ini directive to allow safe mode to do
@ a

Add getmygid() and safe_mode_gid ini directive to allow safe mode to do
a gid check instead of a uid check.
@ - Add getmygid() and safe_mode_gid ini directive to allow safe mode to do
@ a gid check instead of a uid check. (James E. Flemer, Rasmus)

show more ...

# 551f1831 02-Jul-2001 Zeev Suraski

Fix a major thread safety bug in the output mechanism
@- Fixed a major memory corruption bug in the thread safe version (Zeev)

Revision tags: PRE_GRANULAR_GARBAGE_FIX
# a13252b6 21-Jun-2001 Zeev Suraski

- Fix leak in case of a syntax error
- Be more verbose in lint mode

# 167dcb00 21-Jun-2001 Zeev Suraski

Remove redundant code from lint mode, it should now do only what it needs to do
and not anything else, and should no longer leak.

Revision tags: php-4.0.6, php-4.0.6RC4, php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions

# 25c3a3a3 05-Jun-2001 Rasmus Lerdorf

vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions

Revision tags: php-4.0.6RC2
# 171c4256 01-Jun-2001 Andrei Zmievski

A little clean, merge two if statements.

Revision tags: php-4.0.6RC1
# 128df6ea 08-May-2001 foobar

Fixed: http://www.php.net/bugs.php?id=10733&edit=1

# d8ab8ea5 06-May-2001 foobar

Fixed bug: #7227. Now the correct strings (if set) are shown.

# 0a121f85 30-Apr-2001 Daniel Beulshausen

make pgsql build under win32 again

Revision tags: php-4.0.5
# 4c823e8a 30-Apr-2001 Andi Gutmans

- Change macros from V_ to VCWD_ because of AIX name clash

# 02b9292f 29-Apr-2001 Andi Gutmans

- Update to work with latest Zend
PR:
Submitted by:
Reviewed by:
Obtained from:

Revision tags: php-4.0.5RC8
# 073fa0ee 25-Apr-2001 Stig Bakken

* define PEAR_EXTENSION_DIR as well

Revision tags: php-4.0.5RC7
# 2cf1b8d3 22-Apr-2001 Stig Bakken

* expanded the following constants and made them available in PHP:
DEFAULT_INCLUDE_PATH
PEAR_INSTALL_DIR
PHP_EXTENSION_DIR
PHP_BINDIR
PHP_LIBDIR
PHP_DATADIR

* expanded the following constants and made them available in PHP:
DEFAULT_INCLUDE_PATH
PEAR_INSTALL_DIR
PHP_EXTENSION_DIR
PHP_BINDIR
PHP_LIBDIR
PHP_DATADIR
PHP_SYSCONFDIR
PHP_LOCALSTATEDIR
PHP_CONFIG_FILE_PATH
* no longer generating pear/PEAR.php
* fixed some tests
* some more installer work

show more ...

# c34d2b91 04-Apr-2001 foobar

Added new configuration directives:
arg_separator.input and arg_separator.output

Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2
# 9db55891 17-Mar-2001 Zeev Suraski

Recode delayed loading in a much simpler way (switched back to php_ini.c 1.49)

Revision tags: php-4.0.5RC1
# 4578c9af 07-Mar-2001 Frank M. Kromann

Removing a compiler warning

# c64fe7fb 04-Mar-2001 Zeev Suraski

Fix non-thread safe mode

# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001

# c2fb53be 23-Feb-2001 Sascha Schumann

Finish fopen-wrappers rename.

1...<<41424344454647484950>>...56