Hello D.,
for example look here: http://talks.somabo.de
I take it there's no new official API docs from PHP themselves?
There is a "somewhat official" documentation in phpdoc:
http://php.net/manual/en/zend-api.zend-parse-parameters.php
http://php.net/manual/en/zend.arguments.php
Nuno
--
Ehh.. I think we should require ICU to have break iteration compiled in.
-Andrei
On Feb 10, 2006, at 7:16 PM, l0t3k wrote:
Andrei,
check out this diff. It adds config protection for break iteration..
Clayton
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit:
On Feb 11, 2006, at 11:49 , Marcus Boerger wrote:
Hello D.,
for example look here: http://talks.somabo.de
I take it there's no new official API docs from PHP themselves?
No, problem, thanks for the link Marcus, I guess any doc is better
than none at all.
Saturday, February 11, 2006,
Hello D.,
for example look here: http://talks.somabo.de
Saturday, February 11, 2006, 5:32:33 PM, you wrote:
> On Feb 11, 2006, at 07:33 , Marcus Boerger wrote:
>> Hello D.,
>>
>> you are using the old parameter parsing api which is deprecated for
>> very long now. Maybe changing to the new
On Feb 11, 2006, at 07:33 , Marcus Boerger wrote:
Hello D.,
you are using the old parameter parsing api which is deprecated for
very long now. Maybe changing to the new one will fix your problems or
find you more help.
I'm using the documentation that Wez directed me too about 8 months
a
Please see George Schlossnagle's response above.
... for want of a nail...
Essence of George's reply:
-
the SuSE rpm may install it's header files in $foo/php5, but PHP
always expects them to be in $foo/php.
You can manually fix this by editing the executable 'php-config' (use
locat
Hello D.,
you are using the old parameter parsing api which is deprecated for
very long now. Maybe changing to the new one will fix your problems or
find you more help.
marcus
Saturday, February 11, 2006, 1:24:04 PM, you wrote:
> I've been coding modules using the current available API and I'
I've been coding modules using the current available API and I've
recently tried compiling PHP-5.1.2 for Apache 2.0 and I'm not
obtaining the expected results when a function that should return an
array but doesn't.
Compiling PHP 5.1.2 (or any previous version) for Apache 1.3.x the
module