From 11ea174ccbc9cebd4134768e8fb92c6a3dc2c559 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 18 Feb 2005 23:44:49 +0000 Subject: As previously announced, remove ports that have reached their expiry date, and the handful of ports that depended on them. --- www/mod_php3/files/patch-ar | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 www/mod_php3/files/patch-ar (limited to 'www/mod_php3/files/patch-ar') diff --git a/www/mod_php3/files/patch-ar b/www/mod_php3/files/patch-ar deleted file mode 100644 index 32fca3c5a7f0..000000000000 --- a/www/mod_php3/files/patch-ar +++ /dev/null @@ -1,29 +0,0 @@ ---- functions/sybase.c.orig Tue Feb 8 00:54:51 2000 -+++ functions/sybase.c Tue Feb 29 22:01:07 2000 -@@ -366,7 +366,7 @@ - RETURN_FALSE; - } - /* create the link */ -- if ((sybase.link=dbopen(sybase.login,host))==FAIL) { -+ if ((sybase.link=tdsdbopen(sybase.login,host))==FAIL) { - /*php3_error(E_WARNING,"Sybase: Unable to connect to server: %s",sybase_error(sybase));*/ - efree(hashed_details); - dbloginfree(sybase.login); -@@ -408,7 +408,7 @@ - #if BROKEN_SYBASE_PCONNECTS - log_error("PHP/Sybase: Persistent link died, trying to reconnect...",php3_rqst->server); - #endif -- if ((sybase_ptr->link=dbopen(sybase_ptr->login,host))==FAIL) { -+ if ((sybase_ptr->link=tdsdbopen(sybase_ptr->login,host))==FAIL) { - #if BROKEN_SYBASE_PCONNECTS - log_error("PHP/Sybase: Unable to reconnect!",php3_rqst->server); - #endif -@@ -464,7 +464,7 @@ - RETURN_FALSE; - } - -- if ((sybase.link=dbopen(sybase.login,host))==NULL) { -+ if ((sybase.link=tdsdbopen(sybase.login,host))==NULL) { - /*php3_error(E_WARNING,"Sybase: Unable to connect to server: %s",sybase_error(sybase));*/ - efree(hashed_details); - RETURN_FALSE; -- cgit v1.2.3