Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2(PHP_5_3) / zend_execute_API.c
[email protected] (Antony Dovgal)
| Newsgroups | php.zend-engine.cvs |
|---|---|
| Message-ID | <[email protected]> |
On 10.03.2008 00:57, Marcus Boerger wrote: > Hello Antony, > > there shouldn't be a reason to do this in 5.3 as starting with 5.2 we > support %v. One of the reasons is GCC barking on %v each time it finds one - this is quite annoying & might hide real issues. The second reason is that this was the only place where %v was used in the engine (which is _supposed_ to be able to work without PHP itself), so I personally see no point to keep it. -- Wbr, Antony Dovgal