[PHP-DEV] Bug #9334 Updated: Oracle8 connect by ODBC

2001-05-11 Thread lewandowski-d
ID: 9334 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: ODBC related Operating system: Win 98/NT PHP Version: 4.0.4 Description: Oracle8 connect by ODBC Yeah now is OK. But I had to also change file 'Sqlnet.ora' in the same way '/r/n' -> '/n' Now everythin

[PHP-DEV] Bug #10789 Updated: LDAP and OCI8 support don't work together

2001-05-11 Thread horakm
ID: 10789 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: LDAP related Operating system: Linux 2.2.17 PHP Version: 4.0.5 Description: LDAP and OCI8 support don't work together Yes, it works. Thank you very much. Why I must install Oracle _server_ in order to get ldap.h? Horrible. Pre

[PHP-DEV] Bug #9334 Updated: Oracle8 connect by ODBC

2001-05-11 Thread derick
ID: 9334 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: ODBC related Operating system: PHP Version: 4.0.4 Assigned To: Comments: Dan's suggestion fixed the problem. Closing (As it's not even a PHP bug) Previous Comments:

[PHP-DEV] Bug #10786 Updated: localhost now fails in mysql_(p)connect

2001-05-11 Thread davidv
ID: 10786 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: MySQL related Operating system: Linux SuSE 7.1/Mandrake 7.2 PHP Version: 4.0.5 Description: localhost now fails in mysql_(p)connect Thanks for the quick reply. The error message was indicating that it could

[PHP-DEV] Bug #10804: No HTTP_POST_VARS

2001-05-11 Thread hectorp
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.5 PHP Bug Type: Arrays related Bug description: No HTTP_POST_VARS PHP 4.0.5 and 4.0.4pl1 (tried the latter as a fallback) downloaded as binaries from your php.net site, running Xitami. Also tried on a

[PHP-DEV] Bug #10797 Updated: tmpfile() Does not work in version PHP4 only in PHP3

2001-05-11 Thread andi
ID: 10797 Updated by: andi Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Filesystem function related Operating system: PHP Version: 4.0.5 Assigned To: Comments: ftp_fget($connect, "$FORWARD_TMP", ".forward", FTP_ASCII); You are passing the file pointer resource as a

[PHP-DEV] Bug #10797 Updated: tmpfile() Does not work in version PHP4 only in PHP3

2001-05-11 Thread andi
ID: 10797 Updated by: andi Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Bogus Bug Type: Filesystem function related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Reclassify Previous Comments: ---

[PHP-DEV] Bug #10805: Compile error on zend_operators.c

2001-05-11 Thread phpbug
From: [EMAIL PROTECTED] Operating system: Tru64/OSF1 V5.0 a PHP version: 4.0.5 PHP Bug Type: Compile Failure Bug description: Compile error on zend_operators.c make: GNU Make version 3.79 cc: Compaq C V6.1-020 on Compaq Tru64 UNIX V5.0A (Rev. 1094) Error: Making all in Zend

Re: [PHP-DEV] Is this still true?

2001-05-11 Thread Phil Driscoll
>I thought that PHP was available as a ISAPI & NSAPI plug-in already? Partly true. Yes ISAPI and NSAPI modules do exist. I have no experience of the NSAPI module, however the ISAPI module is, sadly - and despite a lot of hard work, still far from production quality. Cheers -- Phil Driscoll Dial

[PHP-DEV] Bug #10806: make fails on Tru64.

2001-05-11 Thread phpbug
From: [EMAIL PROTECTED] Operating system: Tru64/OSF1 v5.0a PHP version: 4.0.5 PHP Bug Type: Compile Problem Bug description: make fails on Tru64. GNU make: $ ./configure [...] $ make Makefile:29: /build/rules.mk: No such file or directory Makefile:30: /build/library.mk: No

[PHP-DEV] Re: Bug #10795 Updated: One of the library files needed to runthis application cannot be found

2001-05-11 Thread Arne Vaarandi
** High Priority ** To get error-log I've set: ; Log errors to specified file. error_log=C:\php4\errors.log but — C:\php4\errors.log does'nt exist Message :: One of the library files needed to run this application . appears in MS IE browser window any comments? With regards Arne >>> Bug Data

[PHP-DEV] Bug #10807: error with php

2001-05-11 Thread Bureau
From: [EMAIL PROTECTED] Operating system: win95 PHP version: 3.0.17 PHP Bug Type: ODBC related Bug description: error with php Hello, I have problem with odbc32.dll et make a fault in php3. Whant can i do? Thank you for the response. Brigitte [EMAIL PROTECTED] -- PHP

[PHP-DEV] Bug #10807 Updated: error with php

2001-05-11 Thread derick
ID: 10807 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: ODBC related Operating system: PHP Version: 3.0.17 Assigned To: Comments: please try php 4.0.5 and see if the problem still exists. Previous Comments: ---

Re: [PHP-DEV] stat/fstat

2001-05-11 Thread Stig Sæther Bakken
[Zeev Suraski <[EMAIL PROTECTED]>] > Hey, > > I just got around to writing a PHP script that uses stat(), and was > quite surprised to find that instead of using string indices, it uses > hardcoded/obscure numeric indices, e.g.: > > Array > ( > [0] => 2050 > [1] => 1114462 > [2] =

Re: [PHP-DEV] stat/fstat

2001-05-11 Thread derick
On 11 May 2001, Stig Sæther Bakken wrote: > Why not have both numerical and descriptive indices? Backwards > compatible, slightly bloatish, but not really a problem. it's already implemented this way now (it was added last night) AFAIK Derick Rethans --

Re: [PHP-DEV] stat/fstat

2001-05-11 Thread Zeev Suraski
At 12:18 11/5/2001, Stig Sæther Bakken wrote: >[Zeev Suraski <[EMAIL PROTECTED]>] > > Hey, > > > > I just got around to writing a PHP script that uses stat(), and was > > quite surprised to find that instead of using string indices, it uses > > hardcoded/obscure numeric indices, e.g.: > > > > Arra

Re: [PHP-DEV] Is this still true?

2001-05-11 Thread Zeev Suraski
It is, it's a documentation bug :) At 08:25 11/5/2001, Richard McLean wrote: > From the PHP FAQ ... > >" The last method is to use PHP as a plug-in for a multithreaded web >server. Currently this is only theoretical -- PHP does not yet work as a >plug-in for any multithreaded web servers. Work

[PHP-DEV] Bug #10808: I can instal PHP on PWS 4 Server Error: HTTP 500 internal server error

2001-05-11 Thread mihai
From: [EMAIL PROTECTED] Operating system: Windows ME PHP version: 4.0.5 PHP Bug Type: *Install and Config Bug description: I can instal PHP on PWS 4 Server Error: HTTP 500 internal server error I can instal PHP on PWS 4. -- Edit Bug report at: http://bugs.php.net/?id

[PHP-DEV] Bug #10808 Updated: I can instal PHP on PWS 4 Server Error: HTTP 500 internal server error

2001-05-11 Thread zak
ID: 10808 Updated by: zak Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Install and Config Operating system: PHP Version: 4.0.5 Assigned To: Comments: Previous Comments: --- [2001-05-11 05:42:4

Re: [PHP-DEV] Bug #10808: I can instal PHP on PWS 4 Server Error: HTTP 500 internal server error

2001-05-11 Thread Zak Greant
The bug form is not the proper place for setup problems. Please send your question to [EMAIL PROTECTED] --zak - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 11, 2001 3:42 AM Subject: [PHP-DEV] Bug #10808: I can instal PHP on PWS 4 Server Error:

[PHP-DEV] Bug #10808 Updated: I can instal PHP on PWS 4 Server Error: HTTP 500 internal server error

2001-05-11 Thread derick
ID: 10808 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Install and Config Operating system: PHP Version: 4.0.5 Assigned To: Comments: Please read bugs.php.net/bugs-dos-aand-donts.php before posting a bug Previous Comments: -

[PHP-DEV] Bug #10809: I can install PHP to PWS Server (Http 500 Internal server error)

2001-05-11 Thread mihai
From: [EMAIL PROTECTED] Operating system: Windows ME PHP version: 4.0.5 PHP Bug Type: PWS related Bug description: I can install PHP to PWS Server (Http 500 Internal server error) -- Edit Bug report at: http://bugs.php.net/?id=10809&edit=1 -- PHP Development Mailing

[PHP-DEV] Bug #10809 Updated: I can install PHP to PWS Server (Http 500 Internal server error)

2001-05-11 Thread derick
ID: 10809 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: PWS related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Please read www.php.net/bugs-dos-and-donts.php before posting a bug. Previous Comments: -

[PHP-DEV] Bug #10810: unset in function doesn't work on global arrays

2001-05-11 Thread Martin . Sander
From: [EMAIL PROTECTED] Operating system: RedHat 7.0 PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: unset in function doesn't work on global arrays unset in function doesn't work on global arrays example: $v) { echo "ar[$k] = $v \n";

[PHP-DEV] Bug #10810 Updated: unset in function doesn't work on global arrays

2001-05-11 Thread derick
ID: 10810 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: Not a bug. The unset ($ar) in the unset all function removes the reference to the global variabele. Use uns

[PHP-DEV] Bug #10787 Updated: mod_perl and php4 -> Segmentation fault

2001-05-11 Thread red
ID: 10787 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Reproducible crash Operating system: RH6.2 kernel2.4.3 PHP Version: 4.0.5 Description: mod_perl and php4 -> Segmentation fault This was the backtrace with --enable-debug... The apache version is 1.3.19 Previo

[PHP-DEV] Bug #10811:

2001-05-11 Thread christelle . duarte
From: [EMAIL PROTECTED] Operating system: AIX 4.3.3.0 PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: When I want to configure PHP I have this error message in the debug.log ./configure --with-oracle=/oracle8/8.1.6 --with-oci8=/oracle/8.1.6 --with

[PHP-DEV] Re: Bug #10810 Updated: unset in function doesn't work on global arrays

2001-05-11 Thread Martin Sander
> Not a bug. The unset ($ar) in the unset all function removes the reference to the >global variabele. If you remove the "//"s, the array $ar is still available in UnsetAll() > function UnsetAll() { > > global $ar; > > //echo "t1s: n"; ListIt(); echo ":t1e n"; > > unset($ar);

[PHP-DEV] Bug #10748 Updated: LIBGD20 must be enabled manually in main/php_config.h

2001-05-11 Thread morten
ID: 10748 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Configuration Issues Operating system: Linux 2.4.3 PHP Version: 4.0 Latest CVS (2001-05-09) Description: LIBGD20 must be enabled manually in main/php_config.h using todays CVS, the configure script successfully detects libgd2

[PHP-DEV] Bug #10812: libtool syntax error

2001-05-11 Thread morten
From: [EMAIL PROTECTED] Operating system: Linux 2.4.3 PHP version: 4.0 Latest CVS (2001-05-11) PHP Bug Type: Compile Failure Bug description: libtool syntax error root@Tenchi /usr/src/php4# make Making all in Zend make[1]: Entering directory `/usr/src/php4/Zend' flex -Pzend

[PHP-DEV] Bug #10748 Updated: LIBGD20 must be enabled manually in main/php_config.h

2001-05-11 Thread derick
ID: 10748 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Configuration Issues Operating system: PHP Version: 4.0 Latest CVS (2001-05-09) Assigned To: Comments: If it works, we close the bug :) ETA on 4.0.6 is unknown, branch will occur very soon

[PHP-DEV] Bug #10812 Updated: libtool syntax error

2001-05-11 Thread derick
ID: 10812 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure Operating system: PHP Version: 4.0 Latest CVS (2001-05-11) Assigned To: Comments: Please use a fresh checkout of the Zend directory, as this problem does not occur for me. P

[PHP-DEV] Re: Bug #10760 Updated: Failure during make process

2001-05-11 Thread jorge_faria
Hello Derick , thank you for your support. Actually i downloaded  last version 4.0.5 and compile goes just fine. J.Faria       Bug Database wrote: ID: 10760 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Compile Failure Operating system: PHP Version: 4.0.4pl1 Assigne

[PHP-DEV] Bug #10760 Updated: Failure during make process

2001-05-11 Thread derick
ID: 10760 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Compile Failure Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: The user reported that this was not a problem with php 4.0.5 anymore. Previous Comments:

[PHP-DEV] Bug #2220 Updated: dynamic module memory leaks cause SIGSEGV

2001-05-11 Thread derick
ID: 2220 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Feedback Bug Type: Dynamic loading Operating system: PHP Version: 4.0 Latest CVS (02/09/1999) Assigned To: zeev Comments: Does this bug still exists with the latest release? (php 4.0.5)? Previous Comments: -

[PHP-DEV] Bug #10813: recode utf-8..l2 doesn't work

2001-05-11 Thread peha
From: [EMAIL PROTECTED] Operating system: RH 6.2 PHP version: 4.0.4pl1 PHP Bug Type: Recode related Bug description: recode utf-8..l2 doesn't work actually no UTF-8_to_something conversion works, although the command line version of recode works fine(!) i use recode 3.6 a s

[PHP-DEV] Bug #10814:

2001-05-11 Thread qyai10
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: please! help me, who i am write script about registration alumni ok. -- Edit Bug report at: http://bugs.php.net/?id=10814&edit=1 -- PHP Develo

[PHP-DEV] Bug #10814 Updated:

2001-05-11 Thread derick
ID: 10814 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: This is not a support forum, please ask your questions on [EMAIL PROTECTED] Previous Comments: -

[PHP-DEV] Bug #10815: Closing tags missing on phpinfo()

2001-05-11 Thread wirtz
From: [EMAIL PROTECTED] Operating system: Linus 2.2.13 PHP version: 4.0.5 PHP Bug Type: PHP options/info functions Bug description: Closing tags missing on phpinfo() phpinfo has no and and that's why konqueror fails to display phpinfo properly. Regards Alexander -- Ed

[PHP-DEV] Bug #10815 Updated: Closing tags missing on phpinfo()

2001-05-11 Thread derick
ID: 10815 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PHP options/info functions Operating system: PHP Version: 4.0.5 Assigned To: Comments: Fixed in CVS, thanks for your report. Previous Comments:

[PHP-DEV] Branched 4.0.6!

2001-05-11 Thread Andi Gutmans
I've just branched 4.0.6. The branch name is PHP_4_0_6. Can someone please revert the libtool 1.4 patch on this branch? I'd like to get an RC1 out of the door ASAP and I don't think all of those critical bugs can be fixed as there doesn't seem to be much momentum going towards it. - #1249 - the

Re: [PHP-DEV] Patch: provides SSL capability for sockets in PHP 4.0.1pl2

2001-05-11 Thread Stig Venaas
On Tue, Aug 22, 2000 at 02:42:43PM +0100, Wez Furlong wrote: > To enable the code, you need to pass --with-ssl to configure; this will > check for openssl using the same method in the snmp extension, but with a > different macro name so it doesn't conflict. You may want to move the SSL > check so

Re: [PHP-DEV] Patch: provides SSL capability for sockets in PHP 4.0.1pl2

2001-05-11 Thread Stig Venaas
Oops, that mail was 9 months old, I thought it was strange that it was a patch for 4.0.1... Sorry, ignore this and my previous post. Stig -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

[PHP-DEV] RE: [PHP] RE: [PHP-DEV] RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with u pgrade to 4.0.5

2001-05-11 Thread Maxim Maletsky
right, that is what I though to do at first, but somehow our sysadmin denied the idea. The server is now being tested by him, and I will continue playing with PHP on Monday (it is 5.30 here in Tokyo, he will leave soon and I am not allowed the root-pass. The server belongs to another company we a

Re: [PHP-DEV] stat/fstat

2001-05-11 Thread Brian Foddy
[EMAIL PROTECTED] wrote: > > On 11 May 2001, Stig Sæther Bakken wrote: > > > Why not have both numerical and descriptive indices? Backwards > > compatible, slightly bloatish, but not really a problem. > > it's already implemented this way now (it was added last night) AFAIK > > Derick Rethans

[PHP-DEV] Fork() in php?

2001-05-11 Thread Jason Greene
What do you guys think about having fork, waitpid, and signal handling available in php? I wrote a few simple fork test functions, and everything seemed to work fine. I am thinking that with sockets, shm, signals, and fork capability, there could be the possibility of someone writing daemons in

Re: [PHP-DEV] Fork() in php?

2001-05-11 Thread spencer 'sporty' portee
Playing devil's advocate here. If php forked, that would mean that apache forked off a child that forked off a child. So if the child at the end of the chain freezes, won't that confuse apache? Threading might be nicer, but the same argumenet might hold. But this is assuming that php is

Re: [PHP-DEV] stat/fstat

2001-05-11 Thread Jason Greene
Its actually not that pretty Since the entries are in a hashtable, you have to duplicate the values, with just another key. -Jason - Original Message - From: "Brian Foddy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Stig Sæther Bakken" <[EMAIL PROTECTED]>; "PHP Developers Mailin

Re: [PHP-DEV] stat/fstat

2001-05-11 Thread Andrei Zmievski
On Fri, 11 May 2001, Jason Greene wrote: > Its actually not that pretty > Since the entries are in a hashtable, > you have to duplicate the values, with just another key. You could just reuse the same value with refcount++ but that means you can't use nice add_* functions, gotta use zend_hash

Re: [PHP-DEV] stat/fstat

2001-05-11 Thread Jason Greene
Andrei had the same suggestion, so I went ahead and added it last night. -Jason - Original Message - From: "Stig Sæther Bakken" <[EMAIL PROTECTED]> To: "Zeev Suraski" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, May 11, 2001 4:18 AM Subject: Re: [PHP-DEV] stat/fstat > [Zeev

Re: [PHP-DEV] Fork() in php?

2001-05-11 Thread Jason Greene
From: "spencer 'sporty' portee" <[EMAIL PROTECTED]> To: "Jason Greene" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, May 11, 2001 10:46 AM Subject: Re: [PHP-DEV] Fork() in php? > > Playing devil's advocate here. > > If php forked, that would mean that apache forked off a child that

Re: [PHP-DEV] stat/fstat

2001-05-11 Thread Jason Greene
> On Fri, 11 May 2001, Jason Greene wrote: > > Its actually not that pretty > > Since the entries are in a hashtable, > > you have to duplicate the values, with just another key. > > You could just reuse the same value with refcount++ but that means you > can't use nice add_* functions, gott

[PHP-DEV] Bug #9896 Updated: segfaults at $xmldoc->add_root("root");

2001-05-11 Thread chregu
ID: 9896 Updated by: chregu Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: DOM XML related Operating system: PHP Version: 4.0 Latest CVS (21/03/2001) Assigned To: Comments: ok, there seems to be a massive api-change in domxml... a lot, which worked in 4.0.5 seems not to work in 4.0.

Re: [PHP-DEV] stat/fstat

2001-05-11 Thread Andrei Zmievski
On Fri, 11 May 2001, Jason Greene wrote: > True, > I was lazy though and didn't feel like writing all that additional code, > just to save 13 longs of memory space : ) 13 * sizeof(zval) actually. -Andrei When we eliminate the impossible, whatever remains, however improbable, must be true. --

Re: [PHP-DEV] Bug #9896 Updated: segfaults at $xmldoc->add_root("root");

2001-05-11 Thread Andrei Zmievski
It seems that Uwe based his rewrite on my implementation of object support for PHP-GTK. But libxml lacks certain features that can help properly destruct objects, they will have to be emulated. I'm just waiting for a reply from libxml author on one issue, and then I can start fixing memory leaks.

Re: [PHP-DEV] stat/fstat

2001-05-11 Thread Jason Greene
Ah yes, I stand corrected , 13 zvals : ) -Jason - Original Message - From: "Andrei Zmievski" <[EMAIL PROTECTED]> To: "Jason Greene" <[EMAIL PROTECTED]> Cc: "Jason Greene" <[EMAIL PROTECTED]>; "Brian Foddy" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "Stig Sæther Bakken" <[EMAIL PROTECTED]

[PHP-DEV] Re: Bug #9868 Updated: Missing .dll.

2001-05-11 Thread Damienjp
Hi, I've done some searching and this is my Feedback : I tried to install Php as a package (Apache,MySQL, Php4) from href="http://www.firepages.com.au">www.firepages.com.au and it worked great.  I then went to www.opensa.com   and downloaded and installed php as a package (Apache, Mod_SSL, OpenSS

Re: [PHP-DEV] stat/fstat

2001-05-11 Thread Zeev Suraski
At 18:21 11/5/2001, Brian Foddy wrote: >[EMAIL PROTECTED] wrote: > > > > On 11 May 2001, Stig Sæther Bakken wrote: > > > > > Why not have both numerical and descriptive indices? Backwards > > > compatible, slightly bloatish, but not really a problem. > > > > it's already implemented this way now

Re: [PHP-DEV] PHP 4.0 Bug #8836: memory fault after sybase_connect

2001-05-11 Thread Pedro Lira
I have tested this fix and it works great. Please include it on release 4.0.6, sybase_ct get fixed. Thanks.   [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Operating system: Win32 PHP version:  4.0.4pl1 PHP Bug Type: Sybase-ct (ctlib) related Bug description:  memory fault

Re: [PHP-DEV] stat/fstat

2001-05-11 Thread Brian Foddy
Zeev Suraski wrote: > > At 18:21 11/5/2001, Brian Foddy wrote: > >[EMAIL PROTECTED] wrote: > > > > > > On 11 May 2001, Stig Sæther Bakken wrote: > > > > > > > Why not have both numerical and descriptive indices? Backwards > > > > compatible, slightly bloatish, but not really a problem. > > > > >

[PHP-DEV] Bug #9816 Updated: FATAL: emalloc(): Unable to allocate

2001-05-11 Thread shazlista
ID: 9816 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: ODBC related Operating system: windows 2000 sp1 PHP Version: 4.0.5 Description: FATAL: emalloc(): Unable to allocate This is a microsoft ODBC issue with Windows 2000 SP1, when you query with concatenated field

[PHP-DEV] Bug #10549 Updated: Performance problem with Openlink ODBC drivers

2001-05-11 Thread kalowsky
ID: 10549 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: ODBC related Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: This really isn't so much a bug, as a feature request. Marking it as so... After speaking (br

[PHP-DEV] Bug #9548 Updated: Duplicate record inserts using ODBC

2001-05-11 Thread kalowsky
ID: 9548 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MySQL related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: if you don't believe it's a flaw, the bug is closed. Previous Comments: --

[PHP-DEV] Bug #10816: Crash when calling ibase_trans with invalid link ID

2001-05-11 Thread zerhart
From: [EMAIL PROTECTED] Operating system: Win98 PHP version: 4.0.5 PHP Bug Type: InterBase related Bug description: Crash when calling ibase_trans with invalid link ID Calling ibase_trans in the following example causes PHP to fault when the link ID is invalid (i.e. the dat

[PHP-DEV] Bug #9268 Updated: Inconsistent behaviour for per-session cookies

2001-05-11 Thread kalowsky
ID: 9268 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Session related Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: See if this is still valid in the recent release Previous Comments:

[PHP-DEV] Bug #9819 Updated: Updating HTTP_SESSION_VARS[] doesn't works

2001-05-11 Thread kalowsky
ID: 9819 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Session related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Please check to see if this is still happening in 4.0.5. If it is, please try to get a snapshot dated AFTER

[PHP-DEV] Bug #9009 Updated: build problem with informix esql 9.30 and iODBC 2.50.3

2001-05-11 Thread kalowsky
ID: 9009 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure Operating system: PHP Version: 4.0.4 Assigned To: Comments: 1) Do try to do this with the most recent version of PHP 2) please add a copy of your configure line Previous Co

Re: [PHP-DEV] stat/fstat

2001-05-11 Thread Zeev Suraski
At 19:38 11/5/2001, Andrei Zmievski wrote: >On Fri, 11 May 2001, Jason Greene wrote: > > True, > > I was lazy though and didn't feel like writing all that additional code, > > just to save 13 longs of memory space : ) > >13 * sizeof(zval) actually. 13*(sizeof(zval)+sizeof(zend_mem_header)), and p

[PHP-DEV] Bug #8920 Updated: child pid 934 exit signal Segmentation fault (11)

2001-05-11 Thread kalowsky
ID: 8920 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MSSQL related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: as per user request Previous Comments: ---

[PHP-DEV] Bug #10788 Updated: c-client linked to config test progs causes undefined symbols

2001-05-11 Thread sniper
ID: 10788 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Install and Config Operating system: PHP Version: 4.0 Latest CVS (2001-05-10) Assigned To: Comments: This should be fixed now. Reopen if not. --Jani Previous Comments: -

[PHP-DEV] Bug #8749 Updated: Compile errors with IBM DB2 support

2001-05-11 Thread kalowsky
ID: 8749 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: have you tried defining the path to db2? i.e. --with-ibm-db2=/home/db2inst1/sqllib Previous Comments: --

[PHP-DEV] Bug #10817: Web server won't start after configuration

2001-05-11 Thread craig
From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0.5 PHP Bug Type: iPlanet related Bug description: Web server won't start after configuration I'm trying to configure Netscape Enterprise server 3.6 for PHP4 with NSAPI on a Solars 2.6 machine. I was able

[PHP-DEV] Bug #10788 Updated: c-client linked to config test progs causes undefined symbols

2001-05-11 Thread chagenbu
ID: 10788 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: *Install and Config Operating system: PHP Version: 4.0 Latest CVS (2001-05-10) Assigned To: Comments: confirmed fix Previous Comments:

Re: [PHP-DEV] stat/fstat

2001-05-11 Thread Jason Greene
Well, due to the great interest in memory conservation, fstat and stat are now rewritten to share the vals across multiple keys : ) So now we are saving the user 13* sizeof(zval)+sizeof(zend_mem_header).+whatever of memory : ) -Jason - Original Message - From: "Zeev Suraski" <[EMAIL PRO

[PHP-DEV] Bug #10818: configure error

2001-05-11 Thread hazmat
From: [EMAIL PROTECTED] Operating system: OpenBSD 2.7 PHP version: 4.0.5 PHP Bug Type: Compile Failure Bug description: configure error I was told at phpbuilder.com to submit this as a bug. Due to the Mac line break problem in 4.0.5, I got via CVS the latest build as of 5/

[PHP-DEV] Bug #10819: .tar.gz file has unexpected EOF at rfc1867.c

2001-05-11 Thread treym3
From: [EMAIL PROTECTED] Operating system: solaris PHP version: 4.0.5 PHP Bug Type: *General Issues Bug description: .tar.gz file has unexpected EOF at rfc1867.c . . . php-4.0.5/main/php_version.h php-4.0.5/main/reentrancy.c php-4.0.5/main/rfc1867.c zcat: php-4.0.5.tar.gz: u

[PHP-DEV] Bug #10820: checkdnsrr does not appear to function

2001-05-11 Thread lludwig
From: [EMAIL PROTECTED] Operating system: Windows 2000 Advanced Server PHP version: 4.0.5 PHP Bug Type: Sockets related Bug description: checkdnsrr does not appear to function The script: <% print checkdnsrr('deltacomputergroup.com'); %> Produces 1 output on linux platfo

[PHP-DEV] Bug #10812 Updated: libtool syntax error

2001-05-11 Thread morten
ID: 10812 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Compile Failure Operating system: Linux 2.4.3 PHP Version: 4.0 Latest CVS (2001-05-11) Description: libtool syntax error It appears that the problem was me not knowing I had to do a separate buildconf and con

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/xml config.m4 php_xml.h xml.c/ext/xml/expat Changes Makefile.in README README.php ascii.h asciitab.hexpat.html iasciitab.h latin1tab.h nametab.h utf8tab.h xmlparse.cxmlrole.c xmlrole.h xmltok.c xmltok.h xmltok_impl.c

2001-05-11 Thread Sebastian Bergmann
"Thies C. Arntzen" wrote: > Log: > bump bundled expat to 1.95.1 > win32 project _needs_ updating and i don't have windows I can't built the latest CVS on Linux: In file included from wddx.c:39: /usr/src/php4/ext/xml/php_xml.h:38: expat.h: No such file or directory -- seba

[PHP-DEV] Bug #10786 Updated: localhost now fails in mysql_(p)connect

2001-05-11 Thread sniper
ID: 10786 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MySQL related Operating system: PHP Version: 4.0.5 Assigned To: Comments: This is fixed already in CVS. --Jani Previous Comments: -

[PHP-DEV] Bug #10811 Updated:

2001-05-11 Thread sniper
ID: 10811 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Install and Config Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Please try the latest CVS snapshot from http://snaps.php.net as I just fixed one bug in the configure rela

[PHP-DEV] Bug #10812 Updated: libtool syntax error

2001-05-11 Thread sniper
ID: 10812 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Compile Failure Operating system: PHP Version: 4.0 Latest CVS (2001-05-11) Assigned To: Comments: You DO NOT have to do separate buildconf/configure for Zend and TSRM. But you do have to get fr

[PHP-DEV] Bug #10821: Web server won't start after php make install

2001-05-11 Thread eggrant
From: [EMAIL PROTECTED] Operating system: Solaris 2.7 & Solaris 2.8 PHP version: 4.0.5 PHP Bug Type: *Install and Config Bug description: Web server won't start after php make install I am trying to configure PHP4 to be used with Netscape Enterprise 3.6 with NSAPI, LDAP, an

[PHP-DEV] Bug #10822: CRYPT_SALT_LENGTH == 2 even when CRYPT_MD5 available

2001-05-11 Thread jo
From: [EMAIL PROTECTED] Operating system: Linux 2.4.4 PHP version: 4.0.5 PHP Bug Type: *Encryption and hash functions Bug description: CRYPT_SALT_LENGTH == 2 even when CRYPT_MD5 available Against the documentation, at least on Linux systems the const CRYPT_SALT_LENGTH is 2

[PHP-DEV] Bug #9177 Updated: crypt problems with openssl

2001-05-11 Thread sniper
ID: 9177 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Encryption and hash functions Operating system: PHP Version: Latest CVS Assigned To: Comments: Please try the latest CVS as there have been a couple of fixes which should fix the problems wi

[PHP-DEV] Bug #10820 Updated: checkdnsrr does not appear to function

2001-05-11 Thread sniper
ID: 10820 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: Network related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Duplicate of #5311 Previous Comments: -

[PHP-DEV] Bug #6737 Updated: gettype of 'user function' returns null

2001-05-11 Thread sniper
ID: 6737 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.2 Assigned To: Comments: Previous Comments: --- [2000-09

[PHP-DEV] Bug #8104 Updated: session_register drops inner object

2001-05-11 Thread sniper
ID: 8104 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Bogus Bug Type: Class/Object related Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: submitted twice (other one closed) please ignore this email. Previous Comments: -

[PHP-DEV] Bug #8580 Updated: Fileupload and Database mysql access

2001-05-11 Thread sniper
ID: 8580 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: *Directory/Filesystem functions Operating system: PHP Version: 4.0.4 Assigned To: Comments: Update to PHP 4.0.5. If problem still exists with it, reopen this bug report. --Jani Prev

[PHP-DEV] Bug #9008 Updated: define()-ed values as assoc array keys don't work

2001-05-11 Thread sniper
ID: 9008 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Class/Object related Operating system: PHP Version: 4.0 Latest CVS (30/01/2001) Assigned To: Comments: Previous Comments: -

[PHP-DEV] Bug #10823: ext/gd/config.m4 not quite right

2001-05-11 Thread wez
From: [EMAIL PROTECTED] Operating system: SuSE 7.0 i386 PHP version: 4.0 Latest CVS (2001-05-11) PHP Bug Type: *Install and Config Bug description: ext/gd/config.m4 not quite right Jani (If you're still up), You recent patch to the gd config is still not quite right :-( I'

[PHP-DEV] Bug #10260 Updated: imap_sort segaults if no mail is in the user's mailbox

2001-05-11 Thread sniper
ID: 10260 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Old-Bug Type: Reproducible Crash Bug Type: IMAP related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Fixed in PHP 4.0.5 --Jani Previous Comments:

[PHP-DEV] Bug #10606 Updated: function pdf_open_memory_image undefined function

2001-05-11 Thread jmoore
ID: 10606 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Critical Status: Closed Bug Type: PDF related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Fixed in CVS (kinda) It now returns correct error when function isnt there... just a question of the person who buil

[PHP-DEV] Bug #10823 Updated: ext/gd/config.m4 not quite right

2001-05-11 Thread sniper
ID: 10823 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Install and Config Operating system: PHP Version: 4.0 Latest CVS (2001-05-11) Assigned To: Comments: NOW this is really fixed..I made a classic 'paste and forget' error there.. :( Another t

Re: [PHP-DEV] stat/fstat

2001-05-11 Thread Zeev Suraski
Yikes. We were only kidding, Jason :) At 23:00 11/5/2001, Jason Greene wrote: >Well, due to the great interest in memory conservation, fstat and stat are now >rewritten to share the vals across multiple keys : ) > >So now we are saving the user >13* sizeof(zval)+sizeof(zend_mem_header).+whateve

Re: [PHP-DEV] stat/fstat

2001-05-11 Thread Andrei Zmievski
At 03:31 AM 5/12/01 +0300, Zeev Suraski wrote: >Yikes. We were only kidding, Jason :) Well, he could have the last argument of zend_hash_update() to receive the point to inserted value and done refcount++ on that and inserted again. ;-) I've been thinking we need to have add_* functions return

[PHP-DEV] Bug #10818 Updated: configure error

2001-05-11 Thread sniper
ID: 10818 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure Operating system: PHP Version: 4.0.5 Assigned To: Comments: Get a new checkout. And remember to checkout Zend and TSRM modules from cvs.zend.com too! Instructions can be fou

[PHP-DEV] Bug #10496 Updated: segfault on parse error

2001-05-11 Thread sniper
ID: 10496 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Should be fixed in CVS. --Jani Previous Comments:

[PHP-DEV] Bug #10547 Updated: PHP Crashes

2001-05-11 Thread sniper
ID: 10547 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Bogus Bug Type: *General Issues Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Marked as Bogus as there isn't any useful information in this bug report. Previous Comments: -

[PHP-DEV] Bug #10819 Updated: .tar.gz file has unexpected EOF at rfc1867.c

2001-05-11 Thread sniper
ID: 10819 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *General Issues Operating system: PHP Version: 4.0.5 Assigned To: Comments: Either your 'tar' is incompatible or the tar.gz was corrupted while downloading it. Download it again, and if it st

  1   2   >