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
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
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/
(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 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...
===
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
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
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
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
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
-
10 matches
Mail list logo