diff options
| author | Sterling Hughes <sterling@php.net> | 2002-10-15 16:41:39 +0000 |
|---|---|---|
| committer | Sterling Hughes <sterling@php.net> | 2002-10-15 16:41:39 +0000 |
| commit | c2624f42698f768c4e06f5529d6b89f7784c1682 (patch) | |
| tree | 4ed8c3d16f98915040b6a3fc5e0eebdc787610b8 /ext/xslt/php_sablot.h | |
| parent | fa1f06b69fa98bcf4162e63abff0f42711a6985b (diff) | |
| download | php-git-c2624f42698f768c4e06f5529d6b89f7784c1682.tar.gz | |
Fix a problem relating to these structure symbols being redefined on LFS
systems.
Fix by Sascha Schumann <sascha@apache.org>
Diffstat (limited to 'ext/xslt/php_sablot.h')
| -rw-r--r-- | ext/xslt/php_sablot.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/xslt/php_sablot.h b/ext/xslt/php_sablot.h index f2c5b993a4..ad33f53150 100644 --- a/ext/xslt/php_sablot.h +++ b/ext/xslt/php_sablot.h @@ -70,11 +70,11 @@ PHP_FUNCTION(xslt_backend_name); struct scheme_handlers { - zval *get_all; - zval *open; - zval *get; - zval *put; - zval *close; + zval *sh_get_all; + zval *sh_open; + zval *sh_get; + zval *sh_put; + zval *sh_close; }; struct sax_handlers { |
