Sebastian Bergmann
fdadc6342d
Whitespace only.
2001-03-02 10:29:34 +00:00
Sebastian Bergmann
6fcde257f3
Added experimental version of Cache_Function module.
2001-03-02 07:52:56 +00:00
Sebastian Bergmann
34f81476f1
Added Graphics and Output Cache.
2001-03-01 19:22:25 +00:00
Chuck Hagenbuch
217ac2778c
missing a backslash
2001-03-01 17:02:05 +00:00
Chuck Hagenbuch
e591ae24cb
update the makefile for the new Cache classes.
2001-03-01 16:33:34 +00:00
Chuck Hagenbuch
b917f1e159
use standard naming/capitalization, and do a bit of error checking when
...
instantiating the storage classfile.
2001-03-01 16:32:28 +00:00
Chuck Hagenbuch
6bbecd4c07
factory-generated classes have lowercase subclass names by our (newly
...
revised) standards.
2001-02-22 16:01:14 +00:00
Stig Bakken
c685f25d33
* allow empty passwords in dsn (for example "mysql://user:@database")
2001-02-20 23:00:08 +00:00
Jon Parise
a7679d2556
Go back to listing the copyright years explicitly (instead of using a
...
range).
2001-02-18 17:47:43 +00:00
Chuck Hagenbuch
0b11c910f5
All DB modules should return NULL from fetchRow() now if there are no more
...
results, and a DB_Error object only on an error.
DB::isError() return false when passed null now.
2001-02-16 17:14:39 +00:00
Anders Johannsen
c484140cfa
Fixed indentation problems related to use of TAB instead of spaces
2001-02-12 00:38:28 +00:00
Anders Johannsen
7eb2ad0d81
The Cmd:: class implements an abstraction for various ways
...
of executing commands (directly using the backtick operator,
as a background task after the script has terminated using
register_shutdown_function() or as a detached process using nohup).
2001-02-11 21:39:13 +00:00
Chuck Hagenbuch
5182488725
may as well go by the capitalization we agreed on sooner rather than later.
2001-02-07 20:22:59 +00:00
Colin Viebrock
2265b5b4c5
I think this should've been changed as well, right?
2001-02-02 17:59:30 +00:00
Chuck Hagenbuch
38fae9bae4
make sure to include subclasses before trying to instantiate them.
2001-02-02 05:24:31 +00:00
Colin Viebrock
e365fc21e9
trigger_error() should be ($msg,$level), no?
2001-02-01 20:15:08 +00:00
Chuck Hagenbuch
00b84703f8
use $HTTP_SERVER_VARS, in case register_globals is Off, and use !empty()
...
instead of just if () to avoid errors.
2001-01-31 18:34:39 +00:00
Stig Bakken
1a07f60b92
whitespace
2001-01-31 01:27:09 +00:00
Stig Bakken
86c5a77ed9
@Allow url encoding in DB usernames and passwords (Stig, PEAR)
2001-01-30 08:34:55 +00:00
Stig Bakken
7cf00c7076
@Added raiseError and setErrorHandling methods to PEAR class (Stig, PEAR)
...
# This allows all objects to have their own default error handling
# or use a global default.
2001-01-30 00:55:27 +00:00
Chuck Hagenbuch
b4378dcf80
have DB::isError return true if passed "null". Now you can more consistently
...
use DB::isError(), since some of the db drivers return nulls from various
functions (like fetchRow()), and others don't... We should probably make all
of them just return errors. I did this for the mysql driver, as a start.
2001-01-26 20:07:22 +00:00
Colin Viebrock
35a1731c85
Forgot this too ...
2001-01-23 21:09:55 +00:00
Colin Viebrock
f07b32969f
Never added this ...
2001-01-23 21:08:13 +00:00
Chuck Hagenbuch
dea0e01fa8
install the various HTML/* files
2001-01-20 05:39:26 +00:00
Sascha Schumann
d0c2255750
Fix make install in VPATH builds
2001-01-13 10:02:08 +00:00
Chuck Hagenbuch
5faaf2436f
Add HTTP_Compress::, which provides an easy wrapper around producing
...
gzip-compressed html. This should be ported to use the ob_gzhandler() output
handler, but I haven't had a chance to look into that yet.
2001-01-12 15:24:21 +00:00
Mika Tuupola
946fe57119
PR:
...
Submitted by:
Reviewed by:
Obtained from:
Added Image_Remote class.
2001-01-12 09:13:55 +00:00
Andrei Zmievski
1346295d86
@- Added Console_Getopt class for parsing command-line args. (Andrei, PEAR)
2001-01-11 18:38:26 +00:00
Stig Bakken
6792978aed
* updated copyrights (thanks Colin)
...
* moved scripts to own directory (bug #7635 )
2001-01-10 01:01:59 +00:00
Colin Viebrock
4f43188762
I should learn how to spell
...
PR:
Submitted by:
Reviewed by:
Obtained from:
2001-01-09 21:15:26 +00:00
Colin Viebrock
b09b97ff4b
Now the coding standards are defined elsewhere ...
...
PR:
Submitted by:
Reviewed by:
Obtained from:
2001-01-09 21:12:55 +00:00
Jon Parise
b0234843f8
Update the copyright year range to 1997-2001.
2001-01-09 17:42:40 +00:00
Hartmut Holzgraefe
574eaa8ed4
fix for Bug id #8606
2001-01-09 07:28:27 +00:00
Stig Bakken
3d158a845c
* display a notice when downloading
2001-01-08 02:54:35 +00:00
Stig Bakken
c43cad2f40
* no need for this test file anymore
2001-01-08 02:48:35 +00:00
Stig Bakken
12d0b86803
* updated DB status
...
* updated the "pear" script, it can install basic packages now
2001-01-08 02:45:30 +00:00
Jon Parise
e14aeb8668
Fix typo. This one was my fault, anyway.
2001-01-07 05:24:21 +00:00
Chuck Hagenbuch
fc289c973a
list the correct modeline for vi.
2001-01-07 04:39:27 +00:00
Chuck Hagenbuch
6005910da2
add File/Passwd.php to the install rules, and change the class name to
...
File_Passwd to match our standard.
2001-01-05 20:05:27 +00:00
Chuck Hagenbuch
12f2d57caa
revert Jon's patch, leaving only the correct one.
2001-01-05 20:03:01 +00:00
Jon Parise
41f165e022
$from_arr is a two-dimensional array here. Treat it as such.
...
Submitted by: Max Kalika <max@the-triumvirate.net>
2001-01-05 19:59:00 +00:00
Chuck Hagenbuch
6e9061f40a
make sure we get back a flat array from parseAddressList().
2001-01-05 19:53:01 +00:00
Chuck Hagenbuch
4fe3182b1f
initial coding standards doc for all to argue over.
2001-01-05 05:46:59 +00:00
Chuck Hagenbuch
542fa4eace
fix the Log::factory() method to assume that the Log stuff is in the
...
include_path (like all of PEAR does).
2001-01-04 15:56:05 +00:00
Chuck Hagenbuch
b83ee202c4
Mail.php: use the Mail_rfc822:: class to parse addresses. There is a small
...
performance penalty, but it handles rfc822 groups, which
imap_rfc822_parse_adrlist doesn't.
rfc822.php: Style fixes, some small tweaks/optimizations, and work around a
bit of object weirdness that caused the test for $this (to see if we were
being called statically) to not be sufficient.
2001-01-03 18:24:20 +00:00
Chuck Hagenbuch
3ef382dfcd
add Numbers/Roman.php, Net/Curl.php, and XML/RPC.php to the install rules.
2001-01-03 15:13:29 +00:00
Chuck Hagenbuch
b7c12ab483
add allan@lodestone.co.za's Date_Human calculator class.
2001-01-03 05:14:39 +00:00
Chuck Hagenbuch
29854e9555
here's an initial version of Richard Heyes' rfc822 email address parser.
2001-01-03 05:10:42 +00:00
Chuck Hagenbuch
765b8435cb
install the Math/* files.
2000-12-20 19:08:29 +00:00
Sebastian Bergmann
71348b8b9e
Initial commit of Function_Cache.
2000-12-10 18:40:23 +00:00