[Pkg-php-commits] [php/debian-sid] Refreshed 004-ldap_fix.patch
Ondřej Surý
ondrej at sury.org
Fri Jan 8 13:50:24 UTC 2010
---
debian/patches/004-ldap_fix.patch | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/patches/004-ldap_fix.patch b/debian/patches/004-ldap_fix.patch
index 2b5e835..428a563 100644
--- a/debian/patches/004-ldap_fix.patch
+++ b/debian/patches/004-ldap_fix.patch
@@ -1,6 +1,6 @@
---- php.orig/ext/ldap/ldap.c
-+++ php/ext/ldap/ldap.c
-@@ -1338,7 +1338,7 @@ PHP_FUNCTION(ldap_explode_dn)
+--- a/ext/ldap/ldap.c
++++ b/ext/ldap/ldap.c
+@@ -1342,7 +1342,7 @@ PHP_FUNCTION(ldap_explode_dn)
}
i=0;
@@ -9,7 +9,7 @@
count = i;
array_init(return_value);
-@@ -1348,7 +1348,8 @@ PHP_FUNCTION(ldap_explode_dn)
+@@ -1352,7 +1352,8 @@ PHP_FUNCTION(ldap_explode_dn)
add_index_string(return_value, i, ldap_value[i], 1);
}
--
1.6.3.3
More information about the Pkg-php-commits
mailing list