Why do we have safe_php_register_variable() calls there with NULL
for track_vars_array?
The underlying code simply returns if that parameter is NULL. Is it an oversight or some
legacy stuff?
-Andrei
Andrei Zmievski kirjoitti:
Why do we have safe_php_register_variable() calls there with
NULL
for
track_vars_array? The underlying code simply returns if that parameter
is NULL. Is it an oversight or some legacy stuff?
What branch and what lines? I checked PHP_5_2 and as far as I can tell, there is
no such function that simply returns when passed track_vars_array is NULL..
Maybe HEAD is different, but that branch doesn't even compile so I don't really
have time for it.. :)
--Jani
Jani Taskinen wrote:
What branch and what lines? I checked PHP_5_2 and as far as I can tell,
there is no such function that simply returns when passed
track_vars_array is NULL..Maybe HEAD is different, but that branch doesn't even compile so I don't
really have time for it.. :)
I was talking about HEAD. And it compiles just fine.
-Andrei
Andrei Zmievski kirjoitti:
Jani Taskinen wrote:
What branch and what lines? I checked PHP_5_2 and as far as I can
tell, there is no such function that simply returns when passed
track_vars_array is NULL..Maybe HEAD is different, but that branch doesn't even compile so I
don't really have time for it.. :)I was talking about HEAD. And it compiles just fine.
Ah..and my build problems were caused by ext/intl..disabling that made the build
work.
--Jani