summaryrefslogtreecommitdiff
path: root/www/mod_php5/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_php5/files')
-rw-r--r--www/mod_php5/files/patch-aq41
-rw-r--r--www/mod_php5/files/patch-ar29
-rw-r--r--www/mod_php5/files/patch-as17
3 files changed, 0 insertions, 87 deletions
diff --git a/www/mod_php5/files/patch-aq b/www/mod_php5/files/patch-aq
deleted file mode 100644
index ab4348c6ca4b..000000000000
--- a/www/mod_php5/files/patch-aq
+++ /dev/null
@@ -1,41 +0,0 @@
---- configure.old Sat Jun 3 02:56:22 2000
-+++ configure Sat Jun 3 02:55:40 2000
-@@ -28966,7 +28966,6 @@
- eval "LIBRARY$unique=set"
-
- if test "cs" != "c"; then
-- LIBS="-lcs $LIBS"
- fi
-
- fi
-@@ -28994,7 +28993,6 @@
- eval "LIBRARY$unique=set"
-
- if test "comn" != "c"; then
-- LIBS="-lcomn $LIBS"
- fi
-
- fi
-@@ -29008,13 +29006,12 @@
- eval "LIBRARY$unique=set"
-
- if test "intl" != "c"; then
-- LIBS="-lintl $LIBS"
- fi
-
- fi
-
-
-- SYBASE_CT_LIBS="-lcs -lct -lcomn -lintl"
-+ SYBASE_CT_LIBS="-lct"
- old_LDFLAGS=$LDFLAGS
- LDFLAGS="$LDFLAGS -L$SYBASE_CT_LIBDIR"
- echo $ac_n "checking for netg_errstr in -ltcl""... $ac_c" 1>&6
-@@ -29076,7 +29073,6 @@
- eval "LIBRARY$unique=set"
-
- if test "sybtcl" != "c"; then
-- LIBS="-lsybtcl $LIBS"
- fi
-
- fi
diff --git a/www/mod_php5/files/patch-ar b/www/mod_php5/files/patch-ar
deleted file mode 100644
index 705c48a41f13..000000000000
--- a/www/mod_php5/files/patch-ar
+++ /dev/null
@@ -1,29 +0,0 @@
---- ext/sybase/sybase.c.orig Fri Jun 2 14:14:44 2000
-+++ ext/sybase/sybase.c Fri Jun 2 14:15:27 2000
-@@ -357,7 +357,7 @@
- RETURN_FALSE;
- }
- /* create the link */
-- if ((sybase.link=dbopen(sybase.login,host))==FAIL) {
-+ if ((sybase.link=tdsdbopen(sybase.login,host))==FAIL) {
- /*php_error(E_WARNING,"Sybase: Unable to connect to server: %s",sybase_error(sybase));*/
- efree(hashed_details);
- dbloginfree(sybase.login);
-@@ -393,7 +393,7 @@
- sybase_ptr = (sybase_link *) le->ptr;
- /* test that the link hasn't died */
- if (DBDEAD(sybase_ptr->link)==TRUE) {
-- if ((sybase_ptr->link=dbopen(sybase_ptr->login,host))==FAIL) {
-+ if ((sybase_ptr->link=tdsdbopen(sybase_ptr->login,host))==FAIL) {
- /*php_error(E_WARNING,"Sybase: Link to server lost, unable to reconnect");*/
- zend_hash_del(&EG(persistent_list), hashed_details, hashed_details_length+1);
- efree(hashed_details);
-@@ -440,7 +440,7 @@
- RETURN_FALSE;
- }
-
-- if ((sybase.link=dbopen(sybase.login,host))==NULL) {
-+ if ((sybase.link=tdsdbopen(sybase.login,host))==NULL) {
- /*php_error(E_WARNING,"Sybase: Unable to connect to server: %s",sybase_error(sybase));*/
- efree(hashed_details);
- RETURN_FALSE;
diff --git a/www/mod_php5/files/patch-as b/www/mod_php5/files/patch-as
deleted file mode 100644
index 755a0dc0e411..000000000000
--- a/www/mod_php5/files/patch-as
+++ /dev/null
@@ -1,17 +0,0 @@
---- Makefile.in.orig Wed May 3 06:51:11 2000
-+++ Makefile.in Wed May 17 23:42:28 2000
-@@ -1,4 +1,4 @@
--
-+
- ZEND_DIR = $(srcdir)/Zend
- SUBDIRS = Zend ext sapi $(TSRM_DIR) $(REGEX_DIR) . $(PEAR_DIR)
-
-@@ -29,7 +29,7 @@
-
- targets = $(LTLIBRARY_NAME) $(PROGRAM_NAME)
-
--install_targets = install-sapi install-modules
-+install_targets = install-sapi
-
- include $(top_srcdir)/build/rules.mk
- include $(top_srcdir)/build/library.mk