]> granicus.if.org Git - php/commit
- Should fix the pass by reference problem. This happened because we moved
authorAndi Gutmans <andi@php.net>
Thu, 15 Apr 1999 17:41:21 +0000 (17:41 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 15 Apr 1999 17:41:21 +0000 (17:41 +0000)
commit3d631c4ca07afdb9780c76ea8d805d679082e7a9
tree4e41f0e280c99d344fa06c0ee65b9ec7f27cd0e9
parentfa76f0c903256f515dc946cf8f2d8d86f104d6fe
- Should fix the pass by reference problem. This happened because we moved
 start from arg 1 now and not arg 0. There might be more places which need fixing
 like in the executor but the bug seems OK now.
Zend/zend_compile.c