| a2045ff |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year~
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| e4ca0ed |
|
01-Jan-2012 |
Felipe Pena <felipe@php.net> |
- Year++
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| 927bf09 |
|
01-Jan-2011 |
Felipe Pena <felipe@php.net> |
- Year++
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| 9ba1e81 |
|
03-Jan-2010 |
Sebastian Bergmann <sebastian@php.net> |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| 08659c2 |
|
31-Dec-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 3 of 3.
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| d1dded8 |
|
31-Dec-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 2 of 2.
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| 502d68e |
|
05-May-2007 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #41285 (Improved fix for CVE-2007-1887 to work with non-bundled sqlite2 lib).
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| 4223aa4 |
|
01-Jan-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump year.
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| 5bd9322 |
|
01-Jan-2006 |
foobar <sniper@php.net> |
bump year and license version
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| 23e671a |
|
03-Aug-2005 |
foobar <sniper@php.net> |
- Bumber up year
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| 9b57f5f |
|
30-May-2005 |
foobar <sniper@php.net> |
- Fixed bug #33185 (--enable-session=shared does not build)
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| 048e66b |
|
07-Mar-2004 |
Sascha Schumann <sas@php.net> |
Avoid using floating point arithmetic and rely on safe_emalloc for the multiplication. The actual size requirement is spelled out as: ** The result is written into a preallocated output buffer "out". ** "out" must be able to hold at least 2 +(257*n)/254 bytes. ** In other words, the output will be expanded by as much as 3 ** bytes for every 254 bytes of input plus 2 bytes of fixed overhead. ** (This is approximately 2 + 1.0118*n or about a 1.2% size increase.)
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| 0eb7000 |
|
07-Mar-2004 |
Ilia Alshanetsky <iliaa@php.net> |
Corrected string escape calculation.
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| 2d630bb |
|
06-Mar-2004 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed possible crash due to an integer overflow.
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| 646389a |
|
13-Jan-2004 |
John Coggeshall <john@php.net> |
Whoops... Ilia forgot a ')'
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| 47dddfa |
|
12-Jan-2004 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed a bug that would cause the sqlite session database to grow endlessly.
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| dbeb415 |
|
08-Jan-2004 |
Andi Gutmans <andi@php.net> |
- A belated happy holidays and PHP 5
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| a5588b4 |
|
02-Jul-2003 |
Marcus Boerger <helly@php.net> |
funny fixes
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| e724e4c |
|
02-Jul-2003 |
Sterling Hughes <sterling@php.net> |
further improve the performance and clean up
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| 6084487 |
|
02-Jul-2003 |
Sterling Hughes <sterling@php.net> |
not necessary, already assumed binary safe (it has to be under the current session architecture), and anything else is fair play
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| 960ab9b |
|
02-Jul-2003 |
Sterling Hughes <sterling@php.net> |
ws fix
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| 6129ddc |
|
02-Jul-2003 |
Sterling Hughes <sterling@php.net> |
set synching to off cleanup some silly code
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| 8a77e2b |
|
02-Jul-2003 |
Sterling Hughes <sterling@php.net> |
no c++ style comments
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| bd4601e |
|
02-Jul-2003 |
Sterling Hughes <sterling@php.net> |
make this actually work.
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| d531dee |
|
01-Jul-2003 |
Marcus Boerger <helly@php.net> |
Fix warnings and allow builds without ext/session
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| a8f74b1 |
|
01-Jul-2003 |
Wez Furlong <wez@php.net> |
WS
/PHP_5_3/ext/sqlite/sess_sqlite.c
|
| 607b650 |
|
01-Jul-2003 |
Wez Furlong <wez@php.net> |
Add sqlite session handler. Modified (quite a bit!) patch from John Coggeshall. It compiles, but it otherwise untested. session.save_path == path to actual database file for the session. eg: session.save_path=/tmp/mysite-session.db
/PHP_5_3/ext/sqlite/sess_sqlite.c
|