<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/php.ini-optimized, branch php-4.3.0dev</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Start pushing register_globals annihilation</title>
<updated>2001-08-11T15:22:56+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2001-08-11T15:22:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=860b591299f8554cbf769fb21d6406f64580f810'/>
<id>860b591299f8554cbf769fb21d6406f64580f810</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a few typos</title>
<updated>2001-08-11T02:53:57+00:00</updated>
<author>
<name>Anil Madhavapeddy</name>
<email>avsm@php.net</email>
</author>
<published>2001-08-11T02:53:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=dc2e12253f09a5b274e6e690bf22dee990455dd7'/>
<id>dc2e12253f09a5b274e6e690bf22dee990455dd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added missing entries.</title>
<updated>2001-08-09T00:28:33+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2001-08-09T00:28:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=2b6b6b43247dfd636edde071f135c9207f8a222e'/>
<id>2b6b6b43247dfd636edde071f135c9207f8a222e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>let ext\shmop build under win32</title>
<updated>2001-08-07T13:33:27+00:00</updated>
<author>
<name>Daniel Beulshausen</name>
<email>dbeu@php.net</email>
</author>
<published>2001-08-07T13:33:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=289770bf617b9f437461a9b3ea1edb1c7902b5cf'/>
<id>289770bf617b9f437461a9b3ea1edb1c7902b5cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>o Fixed Bug #12121: chdir and safe_mode</title>
<updated>2001-07-13T18:21:21+00:00</updated>
<author>
<name>James E. Flemer</name>
<email>jflemer@php.net</email>
</author>
<published>2001-07-13T18:21:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=771e3e498fad6adcdc63d03ab97d4ff1f93a3987'/>
<id>771e3e498fad6adcdc63d03ab97d4ff1f93a3987</id>
<content type='text'>
  - [ 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 ]

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - [ 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 ]

</pre>
</div>
</content>
</entry>
<entry>
<title>Add getmygid() and safe_mode_gid ini directive to allow safe mode to do</title>
<updated>2001-07-09T17:36:04+00:00</updated>
<author>
<name>Rasmus Lerdorf</name>
<email>rasmus@php.net</email>
</author>
<published>2001-07-09T17:36:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=934e10c7dc797300e5d10ccda4b6c8c43ccc3e8a'/>
<id>934e10c7dc797300e5d10ccda4b6c8c43ccc3e8a</id>
<content type='text'>
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)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)

</pre>
</div>
</content>
</entry>
<entry>
<title>added new com entries</title>
<updated>2001-06-24T22:40:41+00:00</updated>
<author>
<name>Harald Radi</name>
<email>phanto@php.net</email>
</author>
<published>2001-06-24T22:40:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=d9c1247c865cfdf7367cd902735d2a82d97eeb2f'/>
<id>d9c1247c865cfdf7367cd902735d2a82d97eeb2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add mbstring &amp; xslt</title>
<updated>2001-06-11T15:43:50+00:00</updated>
<author>
<name>Daniel Beulshausen</name>
<email>dbeu@php.net</email>
</author>
<published>2001-06-11T15:43:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=a82f4f76e8427b406897ead3860ac22698e11aab'/>
<id>a82f4f76e8427b406897ead3860ac22698e11aab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added options for mbstring extension.</title>
<updated>2001-06-10T09:44:31+00:00</updated>
<author>
<name>Rui Hirokawa</name>
<email>hirokawa@php.net</email>
</author>
<published>2001-06-10T09:44:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=f96a2539a71da451470cc3da374fc943cb103809'/>
<id>f96a2539a71da451470cc3da374fc943cb103809</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added missing configuration directive: from</title>
<updated>2001-06-01T03:19:53+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2001-06-01T03:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=99cb747f71722e3c104e5ddb92c683a984e33d40'/>
<id>99cb747f71722e3c104e5ddb92c683a984e33d40</id>
<content type='text'>
which is used by fopen() to be send as the default password

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which is used by fopen() to be send as the default password

</pre>
</div>
</content>
</entry>
</feed>
