diff options
author | ale <ale@FreeBSD.org> | 2006-01-16 20:08:20 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-01-16 20:08:20 +0800 |
commit | 223a176b09b25c0282d8d2c3e77499132df71e1e (patch) | |
tree | 3a2d5ffe3b3c869f81c7a511d48a9c07dc7b7b4c /databases/php5-sybase_ct | |
parent | 081df03df9b317de0dabdb3786d7cef942292959 (diff) | |
download | freebsd-ports-gnome-223a176b09b25c0282d8d2c3e77499132df71e1e.tar.gz freebsd-ports-gnome-223a176b09b25c0282d8d2c3e77499132df71e1e.tar.zst freebsd-ports-gnome-223a176b09b25c0282d8d2c3e77499132df71e1e.zip |
Update to 5.1.2 release:
- add reflection
- enable xmlreader and xmlwriter by default in php5-extensions
Diffstat (limited to 'databases/php5-sybase_ct')
-rw-r--r-- | databases/php5-sybase_ct/files/patch-php_sybase_ct.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/databases/php5-sybase_ct/files/patch-php_sybase_ct.c b/databases/php5-sybase_ct/files/patch-php_sybase_ct.c deleted file mode 100644 index 612af257d4e2..000000000000 --- a/databases/php5-sybase_ct/files/patch-php_sybase_ct.c +++ /dev/null @@ -1,12 +0,0 @@ ---- php_sybase_ct.c.orig Mon Dec 12 23:04:09 2005 -+++ php_sybase_ct.c Mon Dec 12 23:05:24 2005 -@@ -467,8 +467,8 @@ - static int php_sybase_do_connect_internal(sybase_link *sybase, char *host, char *user, char *passwd, char *charset, char *appname) - { - CS_LOCALE *tmp_locale; -- TSRMLS_FETCH(); - long packetsize; -+ TSRMLS_FETCH(); - - /* set a CS_CONNECTION record */ - if (ct_con_alloc(SybCtG(context), &sybase->connection)!=CS_SUCCEED) { |