Re: [PHP-CVS] cvs: php4 /pear/Cache Container.php Output.php/pear/Cache/Container db.php file.php phplib.php

2001-03-08 Thread André Langhorst
>> Modified files: >> /php4/pear/CacheContainer.php Output.php >> /php4/pear/Cache/Container db.php file.php phplib.php >> Log: >> Introduced getExpiresAbsolute($expire) function, which translates >> relative/human readable/unixtime expire-times in unixtime-format. > > > C

Re: [PHP-CVS] cvs: php4 /pear/Cache Container.php Output.php/pear/Cache/Container db.php file.php phplib.php

2001-03-08 Thread Sebastian Bergmann
Christian Stocker wrote: > chregu Thu Mar 8 03:57:16 2001 EDT > > Modified files: > /php4/pear/CacheContainer.php Output.php > /php4/pear/Cache/Container db.php file.php phplib.php > Log: > Introduced getExpiresAbsolute($expire) function, which translates > relative

[PHP-CVS] cvs: php4 /pear/Cache Container.php Output.php /pear/Cache/Container db.php file.php phplib.php

2001-03-08 Thread Christian Stocker
chregu Thu Mar 8 03:57:16 2001 EDT Modified files: /php4/pear/CacheContainer.php Output.php /php4/pear/Cache/Container db.php file.php phplib.php Log: Introduced getExpiresAbsolute($expire) function, which translates relative/human readable/unixtime

[PHP-CVS] cvs: php4 /pear/Cache Container.php /pear/Cache/Container db.php phplib.php

2001-03-06 Thread Christian Stocker
chregu Tue Mar 6 03:32:10 2001 EDT Modified files: /php4/pear/CacheContainer.php /php4/pear/Cache/Container db.php phplib.php Log: replaced db->quoteString with addslashes adjusted encoding_mode = "slash" that it doesn't quote slashes, the save

Re: [PHP-CVS] cvs: php4 /pear/Cache Container.php

2001-03-03 Thread Jon Parise
On Sat, Mar 03, 2001 at 07:14:36PM -, Ulf Wendel wrote: > PR: > What does PR mean - Public Relations? In this context, it means "Problem Report". It should probably be renamed "Bug:" and filled in with the bug ID when the commit closes an open bug in the PHP bug tracker. -- Jon Pari

[PHP-CVS] cvs: php4 /pear/Cache Container.php

2001-03-03 Thread Ulf Wendel
uw Sat Mar 3 11:14:36 2001 EDT Modified files: /php4/pear/CacheContainer.php Log: PR: What does PR mean - Public Relations? Anyway: new cache structure/features - allowed to group cache datasets in a group - allowed to add userdata [CHAR(

[PHP-CVS] cvs: php4 /pear/Cache Container.php

2001-03-02 Thread Ulf Wendel
uw Fri Mar 2 06:30:04 2001 EDT Modified files: /php4/pear/CacheContainer.php Log: - changed $max_age to an absolute timestamp value Index: php4/pear/Cache/Container.php diff -u php4/pear/Cache/Container.php:1.2 php4/pear/Cache/Container.php:1.3 ---

[PHP-CVS] cvs: php4 /pear/Cache Container.php /pear/Cache/Container file.php phplib.php shm.php

2001-03-01 Thread Sebastian Bergmann
sbergmann Thu Mar 1 09:18:23 2001 EDT Modified files: /php4/pear/CacheContainer.php /php4/pear/Cache/Container file.php phplib.php shm.php Log: Added flushPreload() method. Index: php4/pear/Cache/Container.php diff -u php4/pear/Cache/Container.