Re: [PHP-DEV] ODBTP, a possible solution for MS-SQL and other databases

2002-11-02 Thread Robert Twitty
> I do not like MySQL due to its simplicity and lack of relations. But i must > disagree to PHP/Postgres. Postgres IS very stable and fast. Another very > important > thing is that any security problem found in postgres is fixed very soon. On the > otherhand there is Microsoft and we have seen in t

RE: [PHP-DEV] apache_hooks

2002-11-02 Thread James Cox
I think we could produce a snap of this by checking out normally, and then checking out apache_hooks into it, so the files it affects would go to the right tag... (etc etc). I'd be happy to do this when i set up snaps again. -- james > > What do you think would be the best way to make the apach

[PHP-DEV] Build PHP under windows - SNMP the objective

2002-11-02 Thread michel166
What is the best route to building PHP under windows? I've downloaded minGW with a C compiler for windows. My objective is to enable SNMP functionality under Windows. Any guidance greatly appreciated! Thanks! -- PHP Development Mailing List To unsubscribe, visit: http:/

[PHP-DEV] Builing PHP under Windows - need SNMP support

2002-11-02 Thread michel166
Any guidance on setting up to compile PHP with GNU C-compiler. I want to enable SNMP functionality. Thanks! Walt -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] apache_hooks

2002-11-02 Thread Rasmus Lerdorf
What do you think would be the best way to make the apache_hooks code more accessible to people? A tarball with the relevant files that overwrites the standard files, or perhaps it is time to #ifdef it into the main branch? -Rasmus -- PHP Development Mailing List To unsub

[PHP-DEV] [PATCH] SNMPv3 support

2002-11-02 Thread Harrie Hazewinkel
HI, I have updated the patch send earlier to this list that adds authentication and privacy (SNMPv3) functionality to the SNMP module. The patch is at URL: http://www.lisanza.net/php-snmp/php-netsnmp.patch.txt I would appreciate if the patch will be applied. Harrie Internet Management Consu

[PHP-DEV] Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-11-02 Thread Marcus Boerger
You can now use "php run-test.php ext/whatever" At 22:48 02.11.2002, you wrote: helly Sat Nov 2 16:48:06 2002 EDT Modified files: /php4 run-tests.php Log: -allow parameters to be directories -"${dir}" -> $dir Index: php4/run-tests.php diff -u php4/run-tests.php:1.1

[PHP-DEV] gd_bundled, win32build && WIN32

2002-11-02 Thread moshe doron
some1 have to take care about the win32build files since those files are out of date. (1): on libgd/gdft.c(47): #include "freetype/freetype.h" #include "freetype/ftglyph.h" but on win32 the freetype.h is on the main include and there is no ftglyph.h at all. (2) there is no linpng, zlib, libjpeg

Re: [PHP-DEV] ODBTP, a possible solution for MS-SQL and other databases

2002-11-02 Thread Robert Twitty
Hi Dan Below, I have addressed each of your comments. Keep in mind that ODBTP is not a replacement for ODBC. The motivation for ODBTP was to devise a scheme that would make it easy to keep up with Microsoft's perpetual changes in the TDS protocol. Which from my research appears to be the bigg

[PHP-DEV] Documentation for Zend API for PHP Extensions

2002-11-02 Thread Diggy Bell
I've been looking through the ./ext dir for php-4.2.3 and trying to figure out how to revive the Birdstep (Velocis) database extension. Where I'm running into problems is with the Zend API fnctions. Is there any reference material that describes the functionality and API of the TSRM module? Also

Re: [PHP-DEV] ODBTP, a possible solution for MS-SQL and other databases

2002-11-02 Thread Marcus Boerger
At 18:38 02.11.2002, Robert Twitty wrote: Hello (NOTE: This message was originally posted to PHP-DB, but I was told that PHP-DEV was a more appropriate place) I have been using PHP for about 9 months, and have chosen it as my primary scripting language for web applications. I have and still us

Re: [PHP-DEV] ODBTP, a possible solution for MS-SQL and other databases

2002-11-02 Thread Dan Kalowsky
On Saturday, November 2, 2002, at 12:38 PM, Robert Twitty wrote: its capabilities and useless in certain situations. Another alternative was to use a commercial ODBC driver management system on UNIX. Sadly, it was not in the budget for this endeavor, and the PHP odbc extensions could use som

[PHP-DEV] ODBTP, a possible solution for MS-SQL and other databases

2002-11-02 Thread Robert Twitty
Hello (NOTE: This message was originally posted to PHP-DB, but I was told that PHP-DEV was a more appropriate place) I have been using PHP for about 9 months, and have chosen it as my primary scripting language for web applications. I have and still use ASP and JSP. IMHO, PHP is superior and ea

[PHP-DEV] ext/sybase_ct commit?

2002-11-02 Thread Timm Friebe
Round 2 - fight:-) OK, I guess now I'm ready for committing my changes. I got PHP compiled and tested out the new functionality of my ext/sybase_ct changes against CVS from today. Just to make sure I'm getting it all right: This is what I'd put in the commit message @- Implemented features/chang

RE: [PHP-DEV] [PATCH] ereg to pcre conversion

2002-11-02 Thread Preston L. Bannister
Unfortunately I have to agree with Markus on this. If we don't care very much about the risk of breaking backwards compatibility then altering calls to the ereg functions is a perfectly fine idea. If we *do* care about backwards compatibility then *before* committing the changes in any permanent

Re: [PHP-DEV] run-test output

2002-11-02 Thread Sander Roobol
On Sat, Nov 02, 2002 at 01:42:32PM +0100, Marcus Boerger wrote: > I would prefer using ob_end_clean() instead of ob_implicit_flush(). > This way what ever settings one uses you can see the progress > of the tests. Ok, but wouldn't it be even better to do: while(ob_get_level()) { ob_end_cle

[PHP-DEV] ltconfig - No such file or directory

2002-11-02 Thread Timm Friebe
Configuring Zend checking build system type... i386-unknown-freebsd4.7 checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for BSD-compatible nm... /usr/bin/nm -B updating cache ./config.cache ./ltconfig: Can't open ./ltconfig: N

Re: [PHP-DEV] OCISaveLob, OCILoadLob, OCISaveFile?

2002-11-02 Thread Thies C. Arntzen
On Thu, Oct 31, 2002 at 08:18:12PM +0100, Jean Tardy wrote: > > Hello, > Who know haw to use those functions:OCISaveLob, OCILoadLob, OCISaveFile? > Where can I find documentation and sample about this general purpose: 'lob > object manipulation with oracle" > Thanks. http://conf.php.net/slide

[PHP-DEV] Rsync and Snaps

2002-11-02 Thread James Cox
Hey all, Rsync and snaps are going to be inactive for much of this week. We are moving boxes, and this will mean we are going to take down the service at the beginning of the week, and it may not return until late in the week. If you have any cron jobs that rely on these services (particularly rs

[PHP-DEV] Missing info about configure

2002-11-02 Thread Marcus Boerger
Perhaps someone should add the missing info for configure here. marcus cvs -z3 -q diff tsrm.m4 (in directory S:\php4-ZE1\TSRM\) Index: tsrm.m4 === RCS file: /repository/TSRM/tsrm.m4,v retrieving revision 1.14 diff -u -r1.14 tsrm.m4 -

Re: [PHP-DEV] Re: cvs: php4 /ext/iconv config.m4

2002-11-02 Thread Moriyoshi Koizumi
> Feel free :-) > > - Stig Thanks, Stig! Then I'm adding to EXTENSIONS a entry for iconv module. Any objections...? Moriyoshi -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] run-test output

2002-11-02 Thread Marcus Boerger
I would prefer using ob_end_clean() instead of ob_implicit_flush(). This way what ever settings one uses you can see the progress of the tests. marcus cvs -z3 -q diff run-tests.php (in directory S:\php4-HEAD\) Index: run-tests.php ==

[PHP-DEV] this is the Daniela Mariachi message

2002-11-02 Thread eXParTaKus
this is the Daniela Mariachi... > Following up from bug #15602, I have written a patch to return NULL and > empty fields from ibase_fetch_row() and ibase_fetch_object(). > > The current implementation of those two functions skips (ignores) empty or > NULL fields, returning rows of different lengh

[PHP-DEV] ibase_fetch_object and ibase_fetch_row patch (bug #15602)

2002-11-02 Thread eXParTaKus
Hi, I have read Daniela Mariaschi solution to return NULL and empty fields from ibase_fetch_row() and ibase_fetch_object(), but don't have experiencie for apply the patch. Any help in this way? Sorry for my pour english... eXParTaKus -- PHP Development Mailing List To