[Pkg-php-commits] [php/debian-experimental] Refreshed 004-ldap_fix.patch
Ondřej Surý
ondrej at sury.org
Thu Jan 7 16:18:26 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 ca8aef1..55e4177 100644
--- a/debian/patches/004-ldap_fix.patch
+++ b/debian/patches/004-ldap_fix.patch
@@ -1,6 +1,6 @@
---- pkg-php.orig/ext/ldap/ldap.c
-+++ pkg-php/ext/ldap/ldap.c
-@@ -1239,7 +1239,7 @@ PHP_FUNCTION(ldap_explode_dn)
+--- a/ext/ldap/ldap.c
++++ b/ext/ldap/ldap.c
+@@ -1211,7 +1211,7 @@ PHP_FUNCTION(ldap_explode_dn)
}
i=0;
@@ -9,7 +9,7 @@
count = i;
array_init(return_value);
-@@ -1249,7 +1249,8 @@ PHP_FUNCTION(ldap_explode_dn)
+@@ -1221,7 +1221,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