Re: [PHP-DEV] API issues or me?

2006-02-11 Thread Nuno Lopes
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 --

Re: [PHP-DEV] [PATCH] Re: php-src /ext/unicode unicode_iterators.c

2006-02-11 Thread Andrei Zmievski
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:

Re: [PHP-DEV] API issues or me?

2006-02-11 Thread D . Walsh
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,

Re: [PHP-DEV] API issues or me?

2006-02-11 Thread Marcus Boerger
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

Re: [PHP-DEV] API issues or me?

2006-02-11 Thread D. Walsh
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

[PHP-DEV] RESOLVED: Dead C Scrolls - Standalone Extensions - FLAW IN SUSE RPM

2006-02-11 Thread Andrew Mather
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

Re: [PHP-DEV] API issues or me?

2006-02-11 Thread Marcus Boerger
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'

[PHP-DEV] API issues or me?

2006-02-11 Thread D. Walsh
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