chagenbuTue Apr 24 07:17:41 2001 EDT
Modified files: (Branch: PHP_4_0_5)
/php4/ext/imap php_imap.c
Log:
MFH: fix crash bug in imap_sort (#9908).
Index: php4/ext/imap/php_imap.c
diff -u php4/ext/imap/php_imap.c:1.62.2.1 php4/ext/imap/php_imap.c:1.
chagenbuMon Apr 23 14:58:44 2001 EDT
Modified files:
/php4/ext/imap php_imap.c
Log:
Fix for bug 9908: check that the result of mail_sort is not 0 before trying
to dereference the pointer. :)
Also, free sort programs - this might have been a mem
3 14:36:42 2001
+++ php4/pear/Mail/RFC822.php Thu Mar 29 12:11:36 2001
@@ -22,7 +22,7 @@
*
* @author Richard Heyes <[EMAIL PROTECTED]>
* @author Chuck Hagenbuch <[EMAIL PROTECTED]>
- * @version $Revision: 1.5 $
+ * @version $Revision: 1.6 $
*/
class Mail_RFC822 {
@@ -
chagenbuThu Mar 29 11:54:28 2001 EDT
Modified files:
/php4/pear PEAR.php.in
Log:
Fix a couple of warnings when calling PEAR::raiseError() statically.
Index: php4/pear/PEAR.php.in
diff -u php4/pear/PEAR.php.in:1.16 php4/pear/PEAR.php.in:1.17
--- php4
chagenbuWed Mar 21 21:55:54 2001 EDT
Modified files:
/php4/pear/DB odbc.php
Log:
we have a default for dbsyntax; don't cause an error if it's not specified.
Index: php4/pear/DB/odbc.php
diff -u php4/pear/DB/odbc.php:1.28 php4/pear/DB/odbc.php:1.29
chagenbuWed Mar 21 21:55:29 2001 EDT
Modified files:
/php4/pear/DB mssql.php
Log:
space
Index: php4/pear/DB/mssql.php
diff -u php4/pear/DB/mssql.php:1.19 php4/pear/DB/mssql.php:1.20
--- php4/pear/DB/mssql.php:1.19 Mon Feb 19 04:22:26 2001
+++ php4
chagenbuTue Mar 13 14:09:08 2001 EDT
Modified files:
/php4/ext/midgard .cvsignore
Log:
cvs _knows_ to ignore the CVS directory; probably a bunch of these others,
also...
Index: php4/ext/midgard/.cvsignore
diff -u php4/ext/midgard/.cvsignore:1.5 p
Sat Mar 3 14:06:42 2001
+++ php4/pear/Mail/RFC822.php Sat Mar 3 14:36:42 2001
@@ -22,20 +22,70 @@
*
* @author Richard Heyes <[EMAIL PROTECTED]>
* @author Chuck Hagenbuch <[EMAIL PROTECTED]>
- * @version $Revision: 1.4 $
+ * @version $Revision: 1.5 $
*/
class
@@ -22,7 +22,7 @@
*
* @author Richard Heyes <[EMAIL PROTECTED]>
* @author Chuck Hagenbuch <[EMAIL PROTECTED]>
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
*/
class Mail_RFC822 {
@@ -30,6 +30,7 @@
var $address = null;
var $default_host = 'loc
chagenbuThu Mar 1 09:22:59 2001 EDT
Added files:
/php4/pear/Cache/Container db.php
Log:
almost working version.
Index: php4/pear/Cache/Container/db.php
+++ php4/pear/Cache/Container/db.php
http://www.php.net/license/2_02.txt.
chagenbuThu Mar 1 09:02:06 2001 EDT
Modified files:
/php4/pear Makefile.in
Log:
missing a backslash
Index: php4/pear/Makefile.in
diff -u php4/pear/Makefile.in:1.69 php4/pear/Makefile.in:1.70
--- php4/pear/Makefile.in:1.69 Thu Mar 1 08:33:34 2001
chagenbuThu Mar 1 08:33:34 2001 EDT
Modified files:
/php4/pear Makefile.in
Log:
update the makefile for the new Cache classes.
Index: php4/pear/Makefile.in
diff -u php4/pear/Makefile.in:1.68 php4/pear/Makefile.in:1.69
--- php4/pear/Makefile.in:1.68
chagenbuThu Mar 1 08:32:30 2001 EDT
Added files:
/php4/pear Cache.php
/php4/pear/CacheContainer.php
/php4/pear/Cache/Container file.php phplib.php shm.php
Removed files:
/php4/pear/CacheCache.php
/php4/pear/Ca
chagenbuWed Feb 28 23:06:54 2001 EDT
Modified files:
/php4/ext/imap config.m4 php_imap.c
Log:
If php is compiled --with-imap-ssl, link in the SSL authenticator from
c-client so that we can use php to make ssl imap connections.
Index: php4/ext/
PHP license and are unable to |
+// | obtain it through the world-wide-web, please send a note to |
+// | [EMAIL PROTECTED] so we can mail you a copy immediately. |
+// +----
chagenbuWed Feb 21 11:13:18 2001 EDT
Modified files:
/php4/pear/PHPDoc/renderer/html PhpdocHTMLDocumentRenderer.php
Log:
fix typo
Index: php4/pear/PHPDoc/renderer/html/PhpdocHTMLDocumentRenderer.php
diff -u php4/pear/PHPDoc/renderer/html/PhpdocHT
/pear/Mail/RFC822.php:1.2 Wed Feb 14 13:24:47 2001
+++ php4/pear/Mail/RFC822.php Mon Feb 19 19:03:21 2001
@@ -22,7 +22,7 @@
*
* @author Richard Heyes <[EMAIL PROTECTED]>
* @author Chuck Hagenbuch <[EMAIL PROTECTED]>
- * @version $Revision: 1.2 $
+ * @version $R
chagenbuSat Feb 17 08:45:01 2001 EDT
Modified files:
/php4/pear/DB mysql.php pgsql.php
Log:
consistently supress error messages from $connect_function
in mysql and pgsql.
Index: php4/pear/DB/mysql.php
diff -u php4/pear/DB/mysql.php:1.47 php4/pea
chagenbuFri Feb 16 09:14:40 2001 EDT
Modified files:
/php4/pear DB.php
/php4/pear/DB ibase.php msql.php mssql.php mysql.php oci8.php
odbc.php pgsql.php sybase.php
Log:
All DB modules should return NULL from fetchRow() n
2.php
diff -u php4/pear/Mail/RFC822.php:1.1 php4/pear/Mail/RFC822.php:1.2
--- php4/pear/Mail/RFC822.php:1.1 Wed Feb 7 12:22:59 2001
+++ php4/pear/Mail/RFC822.php Wed Feb 14 13:24:47 2001
@@ -22,7 +22,7 @@
*
* @author Richard Heyes <[EMAIL PROTECTED]>
* @author Chuck Hagenb
chagenbuThu Feb 8 14:33:24 2001 EDT
Modified files:
/php4/pear/Mail Sendmail.php
Log:
die on backticks in an attempted from address, also.
Index: php4/pear/Mail/Sendmail.php
diff -u php4/pear/Mail/Sendmail.php:1.2 php4/pear/Mail/Sendmail.php:1.3
chagenbuThu Feb 8 14:30:09 2001 EDT
Modified files:
/php4/pear/PHPDoc/renderer/html PhpdocHTMLRenderer.php
Log:
fix a type - $templateRoot was meant, not $path.
Index: php4/pear/PHPDoc/renderer/html/PhpdocHTMLRenderer.php
diff -u php4/pear/PHPDo
chagenbuThu Feb 8 14:23:05 2001 EDT
Modified files:
/php4/pear/PHPDoc index.php
Log:
the warning referred to here was fixed.
Index: php4/pear/PHPDoc/index.php
diff -u php4/pear/PHPDoc/index.php:1.2 php4/pear/PHPDoc/index.php:1.3
--- php4/pear/PHPD
chagenbuThu Feb 8 14:19:59 2001 EDT
Modified files:
/php4/pear/HTML IT.php
Log:
The free() method was throwing away too much information for template
caching (re-using the same template) to work. So either these arrays need to
be kept around (whic
chagenbuWed Feb 7 12:56:02 2001 EDT
Modified files:
/php4/pear/Mail Sendmail.php
Log:
remove double quotes which may not be stripped by sendmail (causing
problems), and add checks for dangerous characters (in addition to the
pre-existing escapeShe
+++ php4/pear/Mail/RFC822.php
http://www.php.net/license/2_02.txt. |
// | If you did not receive a copy of the PHP license and are unable to |
// | obtain it through the world-wide-web, please send a note to
chagenbuFri Feb 2 11:00:26 2001 EDT
Modified files:
/php4/pear/Mail smtp.php
Log:
fix silly cut-n-paste bug (#9081)
Index: php4/pear/Mail/smtp.php
diff -u php4/pear/Mail/smtp.php:1.2 php4/pear/Mail/smtp.php:1.3
--- php4/pear/Mail/smtp.php:1.2 Tu
chagenbuThu Feb 1 21:24:32 2001 EDT
Modified files:
/php4/pear DB.php
Log:
make sure to include subclasses before trying to instantiate them.
Index: php4/pear/DB.php
diff -u php4/pear/DB.php:1.45 php4/pear/DB.php:1.46
--- php4/pear/DB.php:1.45
chagenbuWed Jan 31 10:34:39 2001 EDT
Modified files:
/php4/pear HTTP.php
Log:
use $HTTP_SERVER_VARS, in case register_globals is Off, and use !empty()
instead of just if () to avoid errors.
Index: php4/pear/HTTP.php
diff -u php4/pear/HTTP.php:1.5
chagenbuFri Jan 26 12:07:23 2001 EDT
Modified files:
/php4/pear DB.php
/php4/pear/DB mysql.php
Log:
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
Fri Jan 12 07:24:21 2001
+++ php4/pear/HTTP/Compress.php Sat Jan 20 12:49:59 2001
@@ -1,82 +1,82 @@
-
- * @author Chuck Hagenbuch <[EMAIL PROTECTED]>
- * @version $Revision: 1.1 $
- */
-class HTTP_Compress {
-
-/**
- * Start the output buffer, and make sure that implicit fl
chagenbuFri Jan 19 21:39:26 2001 EDT
Modified files:
/php4/pear Makefile.in
Log:
install the various HTML/* files
Index: php4/pear/Makefile.in
diff -u php4/pear/Makefile.in:1.63 php4/pear/Makefile.in:1.64
--- php4/pear/Makefile.in:1.63 Sat Jan 13 0
.php:1.5
--- php4/pear/Mail/rfc822.php:1.4 Fri Jan 19 14:28:16 2001
+++ php4/pear/Mail/rfc822.php Fri Jan 19 14:55:22 2001
@@ -22,7 +22,7 @@
*
* @author Richard Heyes <[EMAIL PROTECTED]>
* @author Chuck Hagenbuch <[EMAIL PROTECTED]>
- * @version $Revision: 1.4 $
e.php \
Log.php \
Log/composite.php \
Index: php4/pear/HTTP/Compress.php
+++ php4/pear/HTTP/Compress.php
* @author Chuck Hagenbuch <[EMAIL PROTECTED]>
* @version $Revision: 1.1 $
*/
class HTTP_Compress {
/**
* Start the output buffer, and make sure that implicit flush is
chagenbuThu Jan 11 14:09:38 2001 EDT
Modified files:
/php4/pear/PHPDoc/apidoc/keep index2.html
/php4/pear/PHPDoc/renderer/html PhpdocHTMLIndexRenderer.php
Log:
rename this frame. for some reason, IE wasn't recognizing the target
correctly,
chagenbuThu Jan 11 13:17:57 2001 EDT
Modified files:
/php4/pear/PHPDoc/xmlreader PhpdocXMLReader.php
Log:
xml_parse_into_struct() forces the third and fourth arguments to be passed
by reference; there's no need to specify it at call-time and cause a warn
36 matches
Mail list logo