Re: [PHP-DEV] Function prototype extension proposal

2003-07-19 Thread Marcus Börger
Hello Andrey, Saturday, July 19, 2003, 9:07:11 PM, you wrote: AH> Hi, AH> today I saw that the new SQLite extension throws exceptions. AH> In the current state the syntaxis of the prototypes in .c files AH> is : AH> proto return_type function_name([param_type param_name]*) AH> As we know, from v

[PHP-DEV] Function prototype extension proposal

2003-07-19 Thread Andrey Hristov
Hi, today I saw that the new SQLite extension throws exceptions. In the current state the syntaxis of the prototypes in .c files is : proto return_type function_name([param_type param_name]*) As we know, from v5, PHP functions may throw exceptions. Therefore I propose to extend the syntaxis of fun

Re: [PHP-DEV] [PATCH] php-5.0.0b1 configure fails on Solaris (resend)

2003-07-19 Thread Elfyn McBratney
On Sat, 19 Jul 2003, Hubert Feyrer wrote: > > On Solaris 8, configure throws up: > > > > ... > > checking for XSL support... yes > > ./configure: test: unknown operator == > > > > The patch below fixes this. Please fix in future revisions. > > > > > > - Hubert > > > > > > --- ext/xsl/

[PHP-DEV] [PATCH] php-5.0.0b1 configure fails on Solaris (resend)

2003-07-19 Thread Hubert Feyrer
(resent to proper list) > On Solaris 8, configure throws up: > > ... > checking for XSL support... yes > ./configure: test: unknown operator == > > The patch below fixes this. Please fix in future revisions. > > > - Hubert > > > --- ext/xsl/config.m4.orig Sat Jul 19 04:02:

[PHP-DEV] PHP 4 Bug Summary Report

2003-07-19 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (872 total including feature requests) ===[*Configuration Issues] 21973 Assigned 'configure' script can't find libpng.(a|so), openldap, libjava... ===

Re: [PHP-DEV] PHP thread stack problem on HPUX

2003-07-19 Thread Andi Gutmans
At 02:20 PM 19/7/2003 +0200, Sascha Schumann wrote: On Sat, 19 Jul 2003, Andi Gutmans wrote: > I commited this patch. Note that the post concerned the _thread_ stack limit. As such, !(defined(ZTS) && defined(HPUX)) sounds more reasonable. Yes you are right. I thought that this concer

Re: [PHP-DEV] PHP thread stack problem on HPUX

2003-07-19 Thread Sascha Schumann
On Sat, 19 Jul 2003, Andi Gutmans wrote: > I commited this patch. Note that the post concerned the _thread_ stack limit. As such, !(defined(ZTS) && defined(HPUX)) sounds more reasonable. - Sascha -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: ht

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/sqlite sqlite.c

2003-07-19 Thread Sebastian Bergmann
Andi Gutmans wrote: > Why not use zend_list_find() (without the _)? Fixed now, thanks, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/ -- PHP Internals - PHP R

[PHP-DEV] Re: Object cloning

2003-07-19 Thread Andi Gutmans
If I understand correctly the idea is that you will be able to call zend_objects_clone_members() from your clone implementation? If so, I think the patch can be commited. Andi At 06:34 PM 16/7/2003 +0200, Marcus Börger wrote: Hello Zeev & Andi, to simplify object cloning i would appreciate t

Re: [PHP-DEV] PHP thread stack problem on HPUX

2003-07-19 Thread Andi Gutmans
I commited this patch. Andi At 12:58 PM 19/7/2003 +0900, Moriyoshi Koizumi wrote: Possibly better one (not tested): Index: Zend/zend.h === RCS file: /repository/ZendEngine2/zend.h,v retrieving revision 1.210 diff -u -r1.210 zend.h -