Re: [PHP-DEV] Midgard (Was: cvs: php4 /ext/midgard .cvsignore...)

2001-02-13 Thread Emiliano
Peter "[DiSAStA]" Petermann wrote: Well right now it won't really solve it because pear is included in the distribution. However, the idea behind pear is to be something more similar what if midgard would be handled like php-gtk? How would that be? Emile -- PHP Development Mailing

Re: [PHP-DEV] Midgard (Was: cvs: php4 /ext/midgard .cvsignore...)

2001-02-13 Thread Emiliano
Andi Gutmans wrote: OK, my mistake. So moving php4/ext/midgard to php4/pear/midgard would solve this? Well right now it won't really solve it because pear is included in the distribution. However, the idea behind pear is to be something more similar to CPAN which means both PHP and C

Re: [PHP-DEV] Midgard (Was: cvs: php4 /ext/midgard .cvsignore...)

2001-02-13 Thread Rasmus Lerdorf
There is also the phpize stuff (which I don't know). It's something like phpize /path/to/midgard and then compiling the midgard as a shared library. I think the first example I gave you is probably good enough though. The phpize methods works (it's what we use right now), but loading the

[PHP-DEV] CVS Account Request

2001-02-13 Thread CVS Account Request
Full name: bilal AK Email: [EMAIL PROTECTED] ID: bilalak Purpose: Localization Study -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9236 Updated: can't get PHP support white multiple web site on IIS

2001-02-13 Thread derick
ID: 9236 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Install and Config Assigned To: Comments: Not a bug, try asking on one of the mailing lists (p.e. [EMAIL PROTECTED]) about your installation problems. Previous Comments:

Re: [PHP-DEV] FW: [PHP-CVS] cvs: php4 /ext/midgard .cvsignoreChangeLog INSTALL Makefile.in access.c article.c attachment.c calendar.cconfig.m4 element.c event.c eventmember.c file.c fudge genentry

2001-02-13 Thread Stanislav Malyshev
RL The idea here is that Midgard has a large installed base of RL users, all of whom have to run a modified version of PHP. The RL extension, albeit rather large at this point, is supposed to RL provide the basic functionality in the standard PHP distribution RL so people will not have to run a

[PHP-DEV] PHP 4.0 Bug #9237: date function parameters won't work on PWS

2001-02-13 Thread ajandris
From: [EMAIL PROTECTED] Operating system: NT 4.0 wrkst, win98 PHP version: 4.0.4pl1 PHP Bug Type: Date/time related Bug description: date function parameters won't work on PWS On linux (built in) and IIS 4.0 (cgi vers) on nt4.0 wrkst i can use function for example:

Re: [PHP-DEV] FW: [PHP-CVS] cvs: php4 /ext/midgard .cvsignore ChangeLog INSTALL Makefile.in access.c article.c attachment.c calendar.c config.m4 element.c event.c eventmember.c file.c fudge genentry]

2001-02-13 Thread David Guerizec
Stanislav Malyshev wrote: RL The idea here is that Midgard has a large installed base of RL users, all of whom have to run a modified version of PHP. The RL extension, albeit rather large at this point, is supposed to RL provide the basic functionality in the standard PHP distribution RL

[PHP-DEV] configure problems with latest snapshot

2001-02-13 Thread Stig Venaas
Hi When I try to configure latest snapshot without any arguments, it complains about no apxs and stops. Haven't got time to check what's going on now. Stig -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-DEV] PHP 4.0 Bug #9238: strpos() cannot indicate success when matching char is first

2001-02-13 Thread phpbug
From: [EMAIL PROTECTED] Operating system: Linux 2.2.17+openwall PHP version: 4.0.3pl1 PHP Bug Type: Strings related Bug description: strpos() cannot indicate success when matching char is first Sample script: (Note, this will never report SSL even when $SSL_PROTOCOL=SSLv3

[PHP-DEV] PHP 4.0 Bug #9239: configure tests incorrectly for IPv6

2001-02-13 Thread rhialto
From: [EMAIL PROTECTED] Operating system: NetBSD any version PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: configure tests incorrectly for IPv6 From NetBSD problem report pkg/12199: http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=12199

[PHP-DEV] (robert)HELLO...all doubts about XML/APACHE/PERL/PHP/MOD

2001-02-13 Thread Celestino Roberto Alejandro
Hello...'m new in this list,and for this...Hello Hello to all peopleand begin, with my first doubt.We (I, a friend, for the our job, need make application with xml, =better say, migrate a current system of news, to the structured of XML, =and procceses it with XLS, for generate

[PHP-DEV] PHP 4.0 Bug #9240: unserialize fails non-determenistic on large objects

2001-02-13 Thread brian
From: [EMAIL PROTECTED] Operating system: RedHat 6.2 PHP version: 4.0.4pl1 PHP Bug Type: Variables related Bug description: unserialize fails non-determenistic on large objects I'm unserializing a large object using the following test script: for ($i = 0; $i 20; $i++) {

Re: [PHP-DEV] Midgard (Was: cvs: php4 /ext/midgard .cvsignore...)

2001-02-13 Thread Emiliano
Stanislav Malyshev wrote: E With the PHP4 version of Midgard, patching is no longer a E necessity. It's an ordinary extension like the others. Ah, so parser modifications are out? Good to know. Yes, they are. Emile -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

Re: [PHP-DEV] PHP 4.0 Bug #9240: unserialize fails non-determenistic on large objects

2001-02-13 Thread Thies C. Arntzen
On Tue, Feb 13, 2001 at 03:38:17PM -, [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Operating system: RedHat 6.2 PHP version: 4.0.4pl1 PHP Bug Type: Variables related Bug description: unserialize fails non-determenistic on large objects I'm unserializing a

[PHP-DEV] PHP 4.0 Bug #7298 Updated: ... not a valid link resource... after pg_connect

2001-02-13 Thread thies
ID: 7298 Updated by: thies Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PostgreSQL related Assigned To: Comments: fixed in CVS. thanx for the patch! Previous Comments: --- [2000-10-17

[PHP-DEV] PHP 4.0 Bug #6525 Updated: Connection problem

2001-02-13 Thread thies
ID: 6525 Updated by: thies Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PostgreSQL related Assigned To: Comments: believed to be fixed in CVS Previous Comments: --- [2000-09-04 05:45:11] [EMAIL

[PHP-DEV] PHP 4.0 Bug #7236 Updated: 1 is not a valid PostgreSQL link resource

2001-02-13 Thread thies
ID: 7236 Updated by: thies Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PostgreSQL related Assigned To: Comments: fixed in CVS Previous Comments: --- [2000-10-16 06:57:01] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #7264 Updated: 1 is not a valid PostgreSQL link

2001-02-13 Thread thies
ID: 7264 Updated by: thies Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PostgreSQL related Assigned To: Comments: believed to be fixed in CVS Previous Comments: --- [2000-10-16 21:59:13] [EMAIL

[PHP-DEV] PHP 4.0 Bug #7312 Updated: Problems with pg_connect() i pg_fetch_row()

2001-02-13 Thread thies
ID: 7312 Updated by: thies Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PostgreSQL related Assigned To: Comments: believed to be fixed in CVS Previous Comments: --- [2000-10-18 10:59:04] [EMAIL

[PHP-DEV] PHP 4.0 Bug #7536 Updated: Warning: is not a valid PostgreSQL link resource xxxx

2001-02-13 Thread thies
ID: 7536 Updated by: thies Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PostgreSQL related Assigned To: Comments: believed to be fixed in CVS Previous Comments: --- [2000-10-30 14:12:54] [EMAIL

[PHP-DEV] PHP 4.0 Bug #8225 Updated: Suddenly doesnt allow multiple psql connections from one php page

2001-02-13 Thread thies
ID: 8225 Updated by: thies Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PostgreSQL related Assigned To: Comments: applied - thanx Previous Comments: --- [2000-12-13 07:11:30] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #8689 Updated: pg_Connect() seems to do some type of caching that doesn't quite work

2001-02-13 Thread thies
ID: 8689 Updated by: thies Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PostgreSQL related Assigned To: Comments: believed to be fixed in CVS Previous Comments: --- [2001-01-13 14:08:06] [EMAIL

[PHP-DEV] PHP 4.0 Bug #8907 Updated: pg_Close on multiple connections to same host

2001-02-13 Thread thies
ID: 8907 Updated by: thies Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PostgreSQL related Assigned To: Comments: fixed in CVS Previous Comments: --- [2001-01-25 10:50:13] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9048 Updated: problem to open several connections on 4.0.4pl1 that worked on 4.0.2

2001-02-13 Thread thies
ID: 9048 Updated by: thies Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PostgreSQL related Assigned To: Comments: fixed in CVS Previous Comments: --- [2001-02-01 08:39:03] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9123 Updated: Multiple pg_connect or a pg_connect with multiple pg_pconnects breaks

2001-02-13 Thread thies
ID: 9123 Updated by: thies Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PostgreSQL related Assigned To: Comments: fixed in CVS Previous Comments: --- [2001-02-05 20:15:05] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9213 Updated: pg_connect and postgres unstable

2001-02-13 Thread thies
ID: 9213 Updated by: thies Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PostgreSQL related Assigned To: Comments: believed to be fixed in CVS Previous Comments: --- [2001-02-11 11:42:29] [EMAIL

[PHP-DEV] PHP 4.0 Bug #7007 Updated: The pg_close function doesn't close the connection.

2001-02-13 Thread thies
ID: 7007 Updated by: thies Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: PostgreSQL related Assigned To: Comments: it seems that postgres does not shut down connections synchronous which means that after pg_close() the connection is still alive for a very short

[PHP-DEV] PHP 4.0 Bug #9237 Updated: date function parameters won't work on PWS

2001-02-13 Thread cynic
ID: 9237 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Date/time related Assigned To: Comments: I bet the text of the errmsg is somethign like this: Warning: Use of undefined constant x - assumed 'x' in ... on line ... this is caused by

[PHP-DEV] PHP 4.0 Bug #9242: base64_encode, decode and imap_binary

2001-02-13 Thread karl
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.2 PHP version: 4.0.4pl1 PHP Bug Type: Mail related Bug description: base64_encode, decode and imap_binary when building mime attachments for emails with chunk_split(base64encode(something)) oder imap_binary(something) the

[PHP-DEV] PHP 4.0 Bug #9238 Updated: strpos() cannot indicate success when matching char is first

2001-02-13 Thread cynic
ID: 9238 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Strings related Assigned To: Comments: all you need is if( false !== strpos($SSL_PROTOCOL,"SSL")) || false !== (strpos($SSL_PROTOCOL,"TLS")) ) Previous Comments:

[PHP-DEV] PHP 4.0 Bug #4131 Updated: ODBC fetch_into/result_all access violation

2001-02-13 Thread kara
ID: 4131 Updated by: kara Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: ODBC related Assigned To: kara Comments: There hasn't been any feedback, so closing Previous Comments: --- [2000-07-25

[PHP-DEV] PHP 4.0 Bug #9241 Updated: segfault/core dump using libmcrypt 2.4.9

2001-02-13 Thread derick
ID: 9241 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: mcrypt related Assigned To: derick Comments: Well, it seems that I need a full day now to fix all the bugs in mcrypt :) Previous Comments:

[PHP-DEV] PHP 4.0 Bug #2934 Updated: Segfault with Openlink

2001-02-13 Thread zak
ID: 2934 Updated by: zak Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Open Bug Type: Reproduceable crash Assigned To: Comments: Previous Comments: --- [2000-07-23 02:26:10] [EMAIL PROTECTED] Have contacted

[PHP-DEV] PHP 4.0 Bug #9243: configure emerges with bad LIBS '-l-L/usr/local/lib'

2001-02-13 Thread casterln
From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0 Latest CVS (13/02/2001) PHP Bug Type: *Configuration Issues Bug description: configure emerges with bad LIBS '-l-L/usr/local/lib' With the latest cvs (13/01/2001) and configure line './configure'

RE: [PHP-DEV] PHP 4.0 Bug #2934 Updated: Segfault with Openlink

2001-02-13 Thread Cynic
I've just mailed the user. I'll let you know if he replies. At 20:41 13.2. 2001, Andrew Hill wrote the following: -- Please let me know if I can help by testing anything. I've not received any reports of crashes with OpenLink recently.

[PHP-DEV] PHP 4.0 Bug #2976 Updated: odbc_execute miss-use SQLBindParameter

2001-02-13 Thread cynic
ID: 2976 Updated by: cynic Reported By: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Assigned To: Comments: i've sent a msg to the reporter, it got back. seems like he doesn't work there anymore. anyone with MS Access willing to test the snippet? Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9246:

2001-02-13 Thread kasper
From: [EMAIL PROTECTED] Operating system: win 2000 server PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: In the end of the installation this alert pops up: component "mscomctl.ocx or one of its dependencies not correctly registered: a file is

[PHP-DEV] PHP 4.0 Bug #2976 Updated: odbc_execute miss-use SQLBindParameter

2001-02-13 Thread kalowsky
ID: 2976 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Assigned To: Comments: I've begun to investigate many of the ODBC windows bugs... I'll see if I can jump on this one as well... I miss FreeBSD already... Previous Comments:

[PHP-DEV] Karma request

2001-02-13 Thread Joey Smith
Can I get karma back in php3 and php4? -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] open_basedir functionality expansion

2001-02-13 Thread Dennis Youngblood
I have developed a patch to expand the functionality of open_basedir, to allow an open_basedir setting such as "/home/domains/*/htdocs" to be processed This allows for a much simplified setup in a multi-hosting environment Who can I submit this patch to, to see if it would be worthy of

[PHP-DEV] PHP 4.0 Bug #6032 Updated: Only default charset available in sybase

2001-02-13 Thread joey
ID: 6032 Updated by: joey Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Sybase-ct (ctlib) related Assigned To: Comments: Actually, this patch has been in 4.0 since 4.0.2...this is a patch against 3.0 to do the same thing. Previous Comments:

Re: [PHP-DEV] Changing implementation of get_meta_tags for 4.0.5

2001-02-13 Thread André Langhorst
This will break backwards compatibility, and I am not really in favor of adding a new param to get_meta_tags in order to include this new functionality, that will just obfuscate the code more than it needs to be. I think we should just change one implementation, to another, better one. I

[PHP-DEV] PHP 4.0 Bug #9247: unable to load extension php_ldap.dll

2001-02-13 Thread johann . schadler
From: [EMAIL PROTECTED] Operating system: NT 4.0 PHP version: 4.0.4pl1 PHP Bug Type: IIS related Bug description: unable to load extension php_ldap.dll PHP is installed on a NT-workstationn 4.0 with the IIS 4.0. PHP itself works well. As I need LDAP support, I have

[PHP-DEV] PHP 4.0 Bug #9247 Updated: unable to load extension php_ldap.dll

2001-02-13 Thread jmoore
ID: 9247 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: IIS related Assigned To: Comments: THis is not a bug but a support issue please see http://www.php.net/support.php and read the bugs dos and donts before posting again. James Previous

[PHP-DEV] PHP 4.0 Bug #9248: float,int multiplication problem when using sprintf

2001-02-13 Thread mike
From: [EMAIL PROTECTED] Operating system: Redhat 6.2 PHP version: 4.0.4pl1 PHP Bug Type: Math related Bug description: float,int multiplication problem when using sprintf Sometimes when trying to multiply a float and a int then print the result out with sprintf there is a

[PHP-DEV] PHP 4.0 Bug #9248 Updated: float,int multiplication problem when using sprintf

2001-02-13 Thread hholzgra
ID: 9248 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Math related Assigned To: Comments: its the good old binary/decimal rounding issue $result is internally something like e.g.14497.9998 when using plain echo rounding will be

[PHP-DEV] Compiling under Borland C Builder / No BEGIN_EXTERN_C?

2001-02-13 Thread Bryan Mayland
I've been working on a project which requires me to write a zend extension (http://capnbry.dyndns.org/phpub/), I've been using Visual Studio to do the work so far as this is targeted for the Win32 platform. I recently decided to move to Borland C++ Builder after I got fed up with the VC++ IDE.

[PHP-DEV] PHP 4.0 Bug #9248 Updated: float,int multiplication problem when using sprintf

2001-02-13 Thread andre
ID: 9248 Updated by: andre Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Bogus Bug Type: Math related Assigned To: Comments: bogus Previous Comments: --- [2001-02-13 18:35:22] [EMAIL PROTECTED] its the good

[PHP-DEV] PHP 4.0 Bug #9249: tempnam() may return bad filename

2001-02-13 Thread seeliger . curt
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4pl1 PHP Bug Type: Filesystem function related Bug description: tempnam() may return bad filename $dir='/foo/bar/'; $prefix='prefix'; $tname=tempnam($dir, $prefix); print("tname"); prints

[PHP-DEV] PHP 4.0 Bug #9243 Updated: configure emerges with bad LIBS '-l-L/usr/local/lib'

2001-02-13 Thread casterln
ID: 9243 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Configuration Issues Description: configure emerges with bad LIBS '-l-L/usr/local/lib' Had to remove an extra '-l' preceding the backticked call to glib-config: --- configure- Tue Feb 13 12:09:24 2001 +++ configure Tue

Re: [PHP-DEV] Changing implementation of get_meta_tags for 4.0.5

2001-02-13 Thread Andi Gutmans
Well maybe we can have a function with another name? or pass an optional second argument? I'm not that sure it's a good thing to break backwards compatibility on this one although I admit not knowing how many people actually use it. My guess is that if it's been in a couple of versions of PHP

Re: [PHP-DEV] Compiling under Borland C Builder / No BEGIN_EXTERN_C?

2001-02-13 Thread Andi Gutmans
There is no good reason the BEGIN_EXTERN_C() haven't been included. We'd welcome a patch. Check out the other places we do put these to get an idea where they should be. In any case, one thing I've wanted to do for a long time is get PHP to compile with the freeware Borland C++ compiler.

RE: [PHP-DEV] Changing implementation of get_meta_tags for 4.0.5

2001-02-13 Thread Sean R. Bright
Well I certainly don't want to compare it to changes from PHP3 to PHP4, but this really isn't that huge of a change. The only difference is that this time this function will actually work correctly. Its never a Good Thing (tm) to break backwards compatibility but that shouldn't be the only

RE: [PHP-DEV] Changing implementation of get_meta_tags for 4.0.5

2001-02-13 Thread Andi Gutmans
Is the only thing it fixes the multi-line problem? (In such a case I think doing the fix is fine). Also, in your example when you wrote "= NULL" I hope you meant not to define these at all and not making them NULL. It is better (traversal and such). Last but not least, you could send an Email