You got quite a few typos there. For example:
- fifeth_arg_force_ref (fifth)
- PHP_SEM_NOT_AVAILEBLE (AVAILABLE)
- allready
Following constants are against coding standards:
- "ENOENT",
- EEXIST
zval_dtor(error_code); should be zval_ptr_dtor(&error_code) to make sure
you protect reference counting.
In general, I suggest to go over the patch again and make sure you improve
things and then repost it to this list. Unfortunately I don't have time to
fix it myself.
Andi
At 09:52 AM 4/6/2005 +0300, Pauli wrote: