Marcus Boerger wrote:
Overall you do a ton of 'struct * const var' which only means that you are
going to copy the pointer explicitly. Now functions that use a pointer in a
loop and increment it cannot optimize the code anymore and are forced to use
an additional real variable on the stack. So un
Hello Marcus,
Em Dom, 2008-08-03 às 18:46 +0200, Marcus Boerger escreveu:
> Index: Zend/zend.c
> ===
> -static void print_hash(HashTable *ht, int indent, zend_bool is_object
> TSRMLS_DC) /* {{{ */
> +static void print_hash(HashTable
Hello Felipe,
Sunday, August 3, 2008, 3:12:01 PM, you wrote:
> Hi all,
> I made a patch that add the const qualifier in several function
> parameters in Zend/* where it seems suitable (mostly the API).
> http://felipe.ath.cx/diff/const-ness.diff (5_3)
> HEAD comming soon in case of no objectio
Hi all,
I made a patch that add the const qualifier in several function
parameters in Zend/* where it seems suitable (mostly the API).
http://felipe.ath.cx/diff/const-ness.diff (5_3)
HEAD comming soon in case of no objection.
(And yes... I'm thinking commit it just when HEAD has been done too.)
I'm getting persistent const qualifier warnings with MSVC 2005 Express,
along these lines:
..\extra\uriparser\uriparser.c(227) : warning C4090: 'function' :
different 'const' qualifiers
where line 227 looks like
add_next_index_stringl(path_array, walker->text.first,
walker->text.afterLast - walk