diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-02-08 10:55:53 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-02-08 10:55:53 +0000 |
| commit | eb5397da726e673e9af8d82adda0ea1a411f4ddc (patch) | |
| tree | 15c450a1df709f7a544ba6a45c9eba18050ed183 /php | |
| parent | d6ccc92fb6b9260bc112537bb43e71c96ea1db6a (diff) | |
| download | lasso-eb5397da726e673e9af8d82adda0ea1a411f4ddc.tar.gz lasso-eb5397da726e673e9af8d82adda0ea1a411f4ddc.tar.xz lasso-eb5397da726e673e9af8d82adda0ea1a411f4ddc.zip | |
another php api change bites the dust
Diffstat (limited to 'php')
| -rwxr-xr-x | php/patch_swig_output.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php/patch_swig_output.py b/php/patch_swig_output.py index 9b548ac2..fcf03d71 100755 --- a/php/patch_swig_output.py +++ b/php/patch_swig_output.py @@ -192,4 +192,7 @@ for i in range(10): wrap = re.sub(r'zend_register_internal_class_ex(.*)NULL,NULL\)', r'zend_register_internal_class_ex\1NULL,NULL TSRMLS_CC)', wrap) +wrap = re.sub('zend_rsrc_list_get_rsrc_type(.*)lval', + r'zend_rsrc_list_get_rsrc_type\1lval TSRMLS_CC', wrap) + print wrap |
