Re: [PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_API.c

2003-07-14 Thread Thies C. Arntzen
On Tue, Jul 15, 2003 at 07:29:06AM +0200, Andi Gutmans wrote: > I don't quite remember Andrei's reason for choosing zval * > instead of zval > ** but it probably does make sense to change 'z' to return a zval ** > instead of adding a new character ('Z') for returning zval **. > The downside is th

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_API.c

2003-07-14 Thread Andi Gutmans
I don't quite remember Andrei's reason for choosing zval * instead of zval ** but it probably does make sense to change 'z' to return a zval ** instead of adding a new character ('Z') for returning zval **. The downside is that we'd have to fix all of the extensions which sucks but is quite doab

[PHP-DEV] Re: UNDEFINED php_check_open_basedir_ex in php450head'sext/standard/filestat.c

2003-07-14 Thread R Blake
hi all, i've built php-4.3.3RC1 successfully on OSX 10.2.6 (running with Apache2 (Dev)) and it works just great! however, a build attempt of php450 head however dies in make with: ld: Undefined symbols: _php_check_open_basedir_ex make: *** [libs/libphp4.bundle] Error 1 a quic

[PHP-DEV] user contributed notes

2003-07-14 Thread Jeremy S. Johnstone
I have been doing cleanups of the SNMP area over the past couple days. I am planning on bringing the documentation fully up to date with the source code. I also cleaned up some of the notes which had broken links or violated note policies. In regards to user notes, I am simply following the guidel

Re: [PHP-DEV] php5 interfaces...

2003-07-14 Thread Marcus Börger
Hello Tony, Friday, July 11, 2003, 9:39:55 PM, you wrote: TB> In PHP5 I noticed this behaviou with interfaces. If I have an interface TB> with a method that takes no paramaters, an implementing class for that TB> interfaces can have the same method take parameters...is that right? TB> For ex

Re: [PHP-DEV] user contributed notes

2003-07-14 Thread Chris Shiflett
--- Harrie Hazewinkel <[EMAIL PROTECTED]> wrote: > Could someone explain what the purpose is of 'User Contributed Notes". > I noticed some notes as part of snmpget.php which are not notes, > but questions for help. > http://www.php.net/manual/en/function.snmpget.php > > Not sure what to do with th

Re: [PHP-DEV] user contributed notes

2003-07-14 Thread Derick Rethans
On Mon, 14 Jul 2003, Harrie Hazewinkel wrote: > Could someone explain what the purpose is of 'User Contributed Notes". > I noticed some notes as part of snmpget.php which are not notes, > but questions for help. > http://www.php.net/manual/en/function.snmpget.php > > Not sure what to do with them

[PHP-DEV] user contributed notes

2003-07-14 Thread Harrie Hazewinkel
Hi, Could someone explain what the purpose is of 'User Contributed Notes". I noticed some notes as part of snmpget.php which are not notes, but questions for help. http://www.php.net/manual/en/function.snmpget.php Not sure what to do with them, and if I can delete the questions?? regards, Harrie

[PHP-DEV] CVS Account Request: iberleon

2003-07-14 Thread Alberto Iber León Coronado
development -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Release of 4.3.3 ?

2003-07-14 Thread Uwe Schindler
When is the release of 4.3.3 RC2 or final? Uwe - Uwe Schindler Addr 1: Bamberger Str. 24a, D-96049 Bamberg Addr 2: Drausnickstr. 153, D-91052 Erlangen http://www.thetaphi.de - http:///www.schindlers-software.de eMails: [EMAIL PROTECTED] (private); [EMAIL PROTECTED] (company) Tel./Fax: +49 700

[PHP-DEV] CVS Account Request: trizo

2003-07-14 Thread Marián Trizuliak
Translating help and documentation -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: marcelo

2003-07-14 Thread Marcelo Pereira Fonseca da Silva
hi, i want help in translation proccess of documentation for portuguese language, sorry because my english is no good, i know, but i want help this project. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Extended CfP of Intl. PHP Conference 2003

2003-07-14 Thread Björn Schotte
Hi all, it seemed that because of LinuxTag some people didn't manage to send their CfPs just in time. :-) So we decided to extend the CfP until the end of this week. Just submit your session at http://www.phpconference.de/kt/input/ TIA, Björn. -- - Chairman im Test. Infos unter [EMAIL P

Re: [PHP-DEV] Re: pfpro issuing E_ERROR when E_WARNING would be moreappropriate

2003-07-14 Thread Derick Rethans
On Mon, 14 Jul 2003, David wrote: > > These errors are thrown when the user is passing illegal variable types, > please explain why you think they should be warnings. Even silently > converting them to other types would make no sense in these cases. It still shouldn't throw a fatal error. E_ERRO