Re: [PHP-DEV] Compile error in xml-rpc (HEAD)

2003-01-09 Thread Derick Rethans
Hi, I patched my local tree, am now testing and if it works I'll commit. Derick On Fri, 10 Jan 2003, Jan Schneider wrote: > Zitat von Magnus Määttä <[EMAIL PROTECTED]>: > > > Hi! > > > > gcc -I/opt/DEV/php/php4/ext/xmlrpc/libxmlrpc -DVERSION=0.50 -Iext/xmlrpc/ > > -I/opt/DEV/php/php4/ext/

Re: [PHP-DEV] patch for libgd/gd.c (gdImageRotate90 x,y transposed)

2003-01-09 Thread Pierre-Alain Joye
On Thu, 9 Jan 2003 17:22:02 -0800 "Leon Atkinson" <[EMAIL PROTECTED]> wrote: > This function isn't making the new image with the right dimensions. Thank's :-) pierre -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [BUGFIX 21089/21328] MSSQL not returning values of SP output parameters in 4.3.0

2003-01-09 Thread Michael Sisolak
This issue has now been fixed in CVS by Frank Kromann. Michael Sisolak [EMAIL PROTECTED] __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- PHP Development Mailing List To uns

Re: [PHP-DEV] Compile error in xml-rpc (HEAD)

2003-01-09 Thread Jan Schneider
Zitat von Magnus Määttä <[EMAIL PROTECTED]>: > Hi! > > gcc -I/opt/DEV/php/php4/ext/xmlrpc/libxmlrpc -DVERSION=0.50 -Iext/xmlrpc/ > -I/opt/DEV/php/php4/ext/xmlrpc/ -DPHP_ATOM_INC > -I/opt/DEV/php/php4/include -I/opt/DEV/php/php4/main -I/opt/DEV/php/php4 > -I/opt/DEV/php/php4/Zend -I/usr/include

[PHP-DEV] CVS Account Request: ce1998

2003-01-09 Thread e9e9
ghg -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] patch for libgd/gd.c (gdImageRotate90 x,y transposed)

2003-01-09 Thread Leon Atkinson
This function isn't making the new image with the right dimensions. # cvs diff ext/gd/libgd/gd.c Index: ext/gd/libgd/gd.c === RCS file: /repository/php4/ext/gd/libgd/gd.c,v retrieving revision 1.39 diff -u -r1.39 gd.c --- ext/gd/libg

[PHP-DEV] Re: Stream filters, converters and i18n.

2003-01-09 Thread Wez Furlong
Derick has requested the ability to be able to specify an array parameter instead of/as well as a string. What I plan to implement is an additional (optional) filter operation that is given an opportunity to pre-process the zval and make it available to the underlying implementation. > stream_fil

Re: [PHP-DEV] What headers/libs does Win32 Snaps build use?

2003-01-09 Thread Christoph Grottolo
Edin, I don't know much about this, but maybe the libraries could be distributed via a cvs directory (e.g win32libs). Like this there would be no need for additional (and probably soon outdated) HOWTO files (and it would make windows builds much easier for not-so-experienced users as I am). Chris

[PHP-DEV] Stream filters, converters and i18n.

2003-01-09 Thread Moriyoshi Koizumi
Hi, I renewed the base64 filter yesterday to use newly implemented converter facility. This enables you to apply arbitrary filter operations to a writer and a reader respectively. But this also makes some complexity for users. How can we select these operations? Currently there seems to be just t

Re: [PHP-DEV] Terminal text objects (PHP CDK NCURSES)

2003-01-09 Thread Dave Mertens
On Wed, Jan 08, 2003 at 03:55:51AM +, Nikolai Vladychevski wrote: > I want to share the code (php-extension) I have included into php-4.2.2 to > support CDK widgets > (http://gd.tuwien.ac.at/hci/cdk/?file=cdk.tar.gz&type=listing) to enable > PHP to use text based "GUI" in terminal environmen

[PHP-DEV] bcmath, calendar, ftp, wddx on Win32

2003-01-09 Thread Sebastian Bergmann
For as long as I can remember, the bcmath, calendar, ftp and wddx extensions are enabled by default on Win32. But why? I mean, they are not enabled by default on *NIX, so why the inconsistency? Just curious, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/

[PHP-DEV] Can't build PHP_4_3+ZE1 on Win32

2003-01-09 Thread Sebastian Bergmann
image.obj: error LNK2001: Unresolved external symbol _uncompress zlib.obj: error LNK2001: Unresolved external symbol _uncompress zlib.obj: error LNK2001: Unresolved external symbol _zlibVersion zlib.obj: error LNK2001: Unresolved external symbol _zError zlib.obj: error LNK2001: Unresolved external

Re: [PHP-DEV] xml xinclude

2003-01-09 Thread Pawel
At 03:44 PM 1/8/2003 +0100, you wrote: At 15:35 08.01.2003, Pawel wrote: Hello, libxml (tested with 2.4.30) creates these additional nodes when parsing documents with xincludes: XML_XINCLUDE_START and XML_XINCLUDE_END. PHP has no support for these nodes and chokes when it encounters them, theref

RE: [PHP-DEV] Overloading object methods

2003-01-09 Thread Derick Rethans
On Thu, 9 Jan 2003, John Coggeshall wrote: > > This list is for the development _of_ PHP not _with_ PHP, please direct > future questions there > > However, I don't understand the question you are asking... If you have ^^^ Then don't reply? Derick --

RE: [PHP-DEV] Overloading object methods

2003-01-09 Thread John Coggeshall
>I'm asking how to call parent::method() from zend engine (C), >not from php. >Are questions regarding the C zend_engine API welcome? Ah. My appologies then -- I misunderstood your question. Yes, questions regarding development _of_ PHP/Zend Engine are welcome here :) At first (and second) read

Re: [PHP-DEV] Overloading object methods

2003-01-09 Thread Stefano Corsi
Alle 09:40, giovedì 9 gennaio 2003, John Coggeshall ha scritto: > This list is for the development _of_ PHP not _with_ PHP, please direct > future questions there > > However, I don't understand the question you are asking... If you have > this: > > Class A { > > function foo() { > >

RE: [PHP-DEV] Overloading object methods

2003-01-09 Thread John Coggeshall
This list is for the development _of_ PHP not _with_ PHP, please direct future questions there However, I don't understand the question you are asking... If you have this: Class A { function foo() { echo "I am function foo"; } } Class B extends A {

Re: [PHP-DEV] Terminal text objects (PHP CDK NCURSES)

2003-01-09 Thread Wez Furlong
This would be a nice thing to include in PECL (see http://pear.php.net). --Wez. On Wed, 8 Jan 2003, Nikolai Vladychevski wrote: > Hello, > > I want to share the code (php-extension) I have included into php-4.2.2 to > support CDK widgets > (http://gd.tuwien.ac.at/hci/cdk/?file=cdk.tar.gz&type=li

Re: [PHP-DEV] mailparse

2003-01-09 Thread Wez Furlong
We still haven't fully decided about how to document PECL extensions, and there is talk of some kind of grand unified documentation system to hold the PHP manual, PEAR/PECL manual and PHP Extension Authors manual. However, everyone has precious little time for this, so things are likely to stay as

[PHP-DEV] Overloading object methods

2003-01-09 Thread Stefano Corsi
Does someone know how to call a parent's object method? Not contructor (because that is easy) but a method with the same name. For example, if I have a method that is called pippo() and at the end of the method i want to call parent::pippo(), how could I do? I tried with call_user_function usin

Re: [PHP-DEV] php 4.3.0 ext/oci8 -- OCI_SHARED patch

2003-01-09 Thread Thies C. Arntzen
On Tue, Jan 07, 2003 at 11:46:16AM -0500, Levi Dixon wrote: > > I have tested it and it works for me. As far as thread safety, all of OCI > could suffer from thread safety problems, not just this feature. If we want > ext/oci8 to be thread safe, we should really pass the OCI_THREADED flag into >