<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/session, branch dev</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>ws fix</title>
<updated>2002-07-03T02:16:46+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2002-07-03T02:16:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=29aae162e014848bf51e713447190dd32aaa1417'/>
<id>29aae162e014848bf51e713447190dd32aaa1417</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug: #17977, session build as shared works now with mm handler too.</title>
<updated>2002-06-28T02:27:02+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2002-06-28T02:27:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=087f2be56f743cdddcabbf8e1b6cb18e9f6a85a3'/>
<id>087f2be56f743cdddcabbf8e1b6cb18e9f6a85a3</id>
<content type='text'>
- Added listing of save handlers into phpinfo() output

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added listing of save handlers into phpinfo() output

</pre>
</div>
</content>
</entry>
<entry>
<title>This option enables administrators to make their users invulnerable to</title>
<updated>2002-06-12T08:18:36+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2002-06-12T08:18:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=dcf67c4433bfe4177595be7c5ae68ae4c308e835'/>
<id>dcf67c4433bfe4177595be7c5ae68ae4c308e835</id>
<content type='text'>
attacks which involve passing session ids in URLs.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
attacks which involve passing session ids in URLs.

</pre>
</div>
</content>
</entry>
<entry>
<title>- Tell the user why his session doesn't work if he uses custom session_id()s.</title>
<updated>2002-05-30T11:41:37+00:00</updated>
<author>
<name>Markus Fischer</name>
<email>mfischer@php.net</email>
</author>
<published>2002-05-30T11:41:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=39f16dbc65024329f5fad4db5cee3300e2c23edd'/>
<id>39f16dbc65024329f5fad4db5cee3300e2c23edd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changing email address.</title>
<updated>2002-05-13T17:28:38+00:00</updated>
<author>
<name>Andrei Zmievski</name>
<email>andrei@php.net</email>
</author>
<published>2002-05-13T17:28:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=1668570e4d0d43631ee9b09ecbd53bc52f1cce35'/>
<id>1668570e4d0d43631ee9b09ecbd53bc52f1cce35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fix the way code was outcommented</title>
<updated>2002-05-12T12:51:42+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2002-05-12T12:51:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=38ad391894fdd21c343403ad59af7f7304e6054a'/>
<id>38ad391894fdd21c343403ad59af7f7304e6054a</id>
<content type='text'>
- Remove unused STR_CAT macro
- Remove limits/tests based on unused macro
- Implement cache_limiter(private) using private_no_expire

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove unused STR_CAT macro
- Remove limits/tests based on unused macro
- Implement cache_limiter(private) using private_no_expire

</pre>
</div>
</content>
</entry>
<entry>
<title>Revert Preston's patch</title>
<updated>2002-05-09T20:02:47+00:00</updated>
<author>
<name>Sander Roobol</name>
<email>sander@php.net</email>
</author>
<published>2002-05-09T20:02:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=375d7960a789e233ea56e8a6e3f750291a7cdc1e'/>
<id>375d7960a789e233ea56e8a6e3f750291a7cdc1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change default directory for session data from /tmp (non-portable) to none.</title>
<updated>2002-05-09T19:42:00+00:00</updated>
<author>
<name>Preston L. Bannister</name>
<email>pbannister@php.net</email>
</author>
<published>2002-05-09T19:42:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=9fdec2e3456ffd9f3c7a7f4cb86bdf035401b9eb'/>
<id>9fdec2e3456ffd9f3c7a7f4cb86bdf035401b9eb</id>
<content type='text'>
Default directory for session data (if not specified) is same (platform-specific) directory used for temporary files.
This is backwards compatible and removes the need for explicitly specifying the session.save_path on Win32.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Default directory for session data (if not specified) is same (platform-specific) directory used for temporary files.
This is backwards compatible and removes the need for explicitly specifying the session.save_path on Win32.

</pre>
</div>
</content>
</entry>
<entry>
<title>re-add accidentily nuked session_adapt_url()</title>
<updated>2002-05-05T16:39:49+00:00</updated>
<author>
<name>Thies C. Arntzen</name>
<email>thies@php.net</email>
</author>
<published>2002-05-05T16:39:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=23251ebd1a5ec4f22b79d6153f307b455b6d3ae8'/>
<id>23251ebd1a5ec4f22b79d6153f307b455b6d3ae8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>simplify handling of variables by maintaining two strings which</title>
<updated>2002-05-04T18:33:13+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2002-05-04T18:33:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=9743860d35c17da9b36c104c16cb06122d6cf6f6'/>
<id>9743860d35c17da9b36c104c16cb06122d6cf6f6</id>
<content type='text'>
are simply appended instead of traversing the hash table on each
URL/form.

also fix an unconditional segfault in rshutdown due to efree'ing
a static char *.

remove remove_var, add reset_vars.  move the function declarations
into the right header file.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
are simply appended instead of traversing the hash table on each
URL/form.

also fix an unconditional segfault in rshutdown due to efree'ing
a static char *.

remove remove_var, add reset_vars.  move the function declarations
into the right header file.

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