Re: [PHP-DEV] Bug #21279 Karma request (Windows Bug)

2003-02-05 Thread Ernani Joppert Pontes Martins
Here is the compliant diff of the existing version Index: php_odbc.c === RCS file: /repository/php4/ext/odbc/php_odbc.c,v retrieving revision 1.153 diff -u -r1.153 php_odbc.c --- php_odbc.c 24 Jan 2003 22:40:38 - 1.153 +++ php_od

[PHP-DEV] CVS Account Request: kuboa

2003-02-05 Thread KUBO Atsuhiro
So as to develop and maintain my Net_UserAgent_Mobile (Was: HTTP_MobileAgent) PEAR package. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] OO in PHP5 (was "zend_API.c" on php-dev)

2003-02-05 Thread l0t3k
Timm, > Conclusion: Don't even try to write exception classes for PHP5 in C. You > will never please all of the users' needs - so simply leave it up to > them. im curious about why you take such a strong exception to built-in exceptions. are you suggesting that all C based objects use zend_error

RE: [PHP-DEV] OO in PHP5 (was "zend_API.c" on php-dev)

2003-02-05 Thread Harald Radi
if you want to throw an exception you necessarily have to declare an exception class. but i still don't get the difference wheter this is done in c or php code and how it actually fits into the original discussion which was about a completely different thing. regards, Harald Radi -- nme - we can h

[PHP-DEV] http streams can't be filtered?

2003-02-05 Thread Sara Golemon
Wez, After our short discussion in IRC today I decided to try and put together a simple implementation of that filter wrapper. What I came up with can be seen here: http://frankenbox.alphaweb.net/test/php.filter.diff.txt but it's not something I'm suggesting be commited, just a quick exercise t

Re: [PHP-DEV] CVS Account Request: cysoft

2003-02-05 Thread Maxim Maletsky
There are some people already working on the Chinese (Simplified) translation: http://www.php.net/manual/zh/ Please contact them and see whether they need your help. -- Maxim Maletsky [EMAIL PROTECTED] On 6 Feb 2003 01:17:36 - "cui yan" <[EMAIL PROTECTED]> wrote: > Translating the docum

[PHP-DEV] CVS Account Request: cysoft

2003-02-05 Thread cui yan
Translating the documentation in to Chinese (Simplified). i just received email form [EMAIL PROTECTED] in the email you denied my request so i appeal against your decision,cause i need CVS just for Translating the documentation,that listed in the page of http://www.php.net/cvs-php.php. please p

Re: [PHP-DEV] Mono & PHP

2003-02-05 Thread Sterling Hughes
On Wed, 2003-02-05 at 17:26, George Schlossnagle wrote: > On Wednesday, February 5, 2003, at 05:22 PM, Stig S. Bakken wrote: > > > On Mon, 3 Feb 2003, Sebastian Bergmann wrote: > > > >> Sterling Hughes wrote: > >>> I'll be adding it into PECL in a little bit > >> > >> Why PECL and not add it to

Re: [PHP-DEV] Mono & PHP

2003-02-05 Thread George Schlossnagle
On Wednesday, February 5, 2003, at 05:22 PM, Stig S. Bakken wrote: On Mon, 3 Feb 2003, Sebastian Bergmann wrote: Sterling Hughes wrote: I'll be adding it into PECL in a little bit Why PECL and not add it to ext/rpc? ext/rpc should be able to load "rpc backend" modules, or PECL is the

Re: [PHP-DEV] Mono & PHP

2003-02-05 Thread Stig S. Bakken
On Mon, 3 Feb 2003, Sebastian Bergmann wrote: > Sterling Hughes wrote: > > I'll be adding it into PECL in a little bit > > Why PECL and not add it to ext/rpc? ext/rpc should be able to load "rpc backend" modules, or PECL is the only sensible place to put it (especially when it's experimental!)

[PHP-DEV] CVS Account Request: ianh

2003-02-05 Thread Ian Holsman
develop the apache2 handler interface -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] php4-STABLE-200302051830 and imap PB

2003-02-05 Thread Jean-Pierre Arneodo
Hi, trying to compile php4-STABLE-200302051830 with configure options: --with-imap=/usr/local --with-imap-ssl=/usr/local I received: ext/imap/php_imap.lo: In function `zm_startup_imap': /php4-STABLE-200302051830/ext/imap/php_imap.c:432: undefined reference to `ssl_onceonlyinit' without the

Re: [PHP-DEV] Database Abstraction

2003-02-05 Thread Hartmut Holzgraefe
Kasper Skårhøj wrote: but internally parses the queries and re-makes the query into something > Oracle or MSSql or some third DB would understand. This would be totally > transparent and give instant DBA to millions of PHP-scripts. A "MySQL emulator". ODBC does something similar AFAIK, just with

Re: [PHP-DEV] Database Abstraction

2003-02-05 Thread Daniel Lorch
hi, > There are millions of PHP-scripts using MySQL. Most of them probably doesn't > use an Database Abstraction Layer (DBAL) in order to support other databases. > [..] There are (too) many parallel efforts trying to create yet another database abstraction layer. We all know it's necessary, but

[PHP-DEV] adding extension to PHP

2003-02-05 Thread Joe Wong
Hello, I am going to write a PHP extension on top of some libraries that I have developed over the past few years. The libraries are bunch of .so file and some of them are C++. If I am going to compile my extension against 4.3 code base, will it be ok to run this with other 4.x PHP install base?

Re: [PHP-DEV] Database Abstraction

2003-02-05 Thread Derick Rethans
On Wed, 5 Feb 2003, [ISO-8859-1] "Kasper Skårhøj" wrote: > Hi folks. > > I have a question about database abstraction. If this is not the place > to ask, please redirect me. wrong list :) -> [EMAIL PROTECTED] Derick -- -

Re: [PHP-DEV] Bug #21279 Karma request (Windows Bug)

2003-02-05 Thread Derick Rethans
On Wed, 5 Feb 2003, Ernani Joppert Pontes Martins wrote: > > OK, I will change the Style of the comments > > But that's not the point. > > The point is that I need CVS Karma to commit it and I don't have. If you only have such a small fix you generally don't need karma, as other people can co

[PHP-DEV] Bug #5975 request

2003-02-05 Thread Keyser Soze
The last patch was core dumping, now it's fixed. It runs fine here in my system, last php 5 CVS. The patch is in: http://www.ricesu.com.br/php_dev/patch_new.diff Please, take a look and apply it if it's ok. Regards, Fabricio Olivetti -- PHP Development Mailing List To un

[PHP-DEV] Database Abstraction

2003-02-05 Thread "Kasper Skårhøj"
Hi folks. I have a question about database abstraction. If this is not the place to ask, please redirect me. There are millions of PHP-scripts using MySQL. Most of them probably doesn't use an Database Abstraction Layer (DBAL) in order to support other databases. When the requirement is made s

Re: [PHP-DEV] Bug #21279 Karma request (Windows Bug)

2003-02-05 Thread Maxim Maletsky
Normally, you should contact the file's maintainers with the similar email as you wrote here and patches attached. The maintainer will review, apply and test the patches. After what, if the maintainer considers you should have the independent CVS access to the repository, he/she will direct you to

Re: [PHP-DEV] Bug #21279 Karma request (Windows Bug)

2003-02-05 Thread Tal Peer
You really don't need karma to commit a patch of few lines. Just send a unified diff and someone with dufficient karma will commit it. Tal Ernani Joppert Pontes Martins wrote: OK, I will change the Style of the comments But that's not the point. The point is that I need CVS Karma to commit it

Re: [PHP-DEV] Bug #21279 Karma request (Windows Bug)

2003-02-05 Thread Ernani Joppert Pontes Martins
OK, I will change the Style of the comments But that's not the point. The point is that I need CVS Karma to commit it and I don't have. When I get it then I will make the unified diff and send to the list... TIA, Ernani "Joseph Tate" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTEC

RE: [PHP-DEV] Bug #21279 Karma request (Windows Bug)

2003-02-05 Thread Joseph Tate
You need to use "C" style /*comments*/. Also, send a unified diff. Do this by running cvs diff -u . Joseph > -Original Message- > From: Ernani Joppert Pontes Martins [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 05, 2003 10:05 AM > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] Bug

[PHP-DEV] Bug #21279 Karma request (Windows Bug)

2003-02-05 Thread Ernani Joppert Pontes Martins
Hi Rasmus, A Few months ago I was willing to help in bug fixes and bcompiler development I solved the bug #21279 and now I need karma to commit my changes there I debbuged the file with the help of Manuel Lemos and I found the bug. Here is the diff: 1615: // Z_STRVAL_P(tmp) = empty_string

Re: [PHP-DEV] OO in PHP5 (was "zend_API.c" on php-dev)

2003-02-05 Thread Timm Friebe
On Tue, 2003-02-04 at 13:05, Harald Radi wrote: > ? > > harald Well, you were talking about throwing exceptions from within C sourcecode, weren't you? You would need a zend_class_entry to throw - but what should this point to? You would probably go ahead and declare an exception class (in your ex

[PHP-DEV] Re: To sed or not to sed (fwd)

2003-02-05 Thread Sascha Schumann
FYI - Sascha -- Forwarded message -- Date: Tue, 04 Feb 2003 21:24:36 -0600 From: Robert Boehne <[EMAIL PROTECTED]> To: Lars Hecking <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: To sed or not to sed Lars, You're in luck! CVS Libtool goes to great pains to ensur

Re: [PHP-DEV] XSL Transformations

2003-02-05 Thread Dan Hardiker
> hello... i am new, so i am not sure that i know how to use this. I > have this problem...i open a connnection, and the content i am getting > back is xml. I have to transform this (XSLT) and output it in a > different format. Can anyone help me with this? After reading the list sign up pag

[PHP-DEV] XSL Transformations

2003-02-05 Thread proghlp
hello... i am new, so i am not sure that i know how to use this. I have this problem...i open a connnection, and the content i am getting back is xml. I have to transform this (XSLT) and output it in a different format. Can anyone help me with this? Thanks PH -- PHP Development Mailing