Re: [PHP-DEV] Built-in SOAP based Web Services support (wasRe:PHP 5)

2002-01-02 Thread Zeev Suraski
At 05:28 02/01/2002, Manuel Lemos wrote: (b) If we do it, it'll go on leaking as it does today False, if you do it you will give one less reason for users to drop PHP. That sentence MEANS that though. Maybe you weren't sure of what you were saying, but saying We have to do X in order to

[PHP-DEV] Bug #14794 Updated: misleading warning with regard to 'allow_call_time_pass_reference'

2002-01-02 Thread vvo
ID: 14794 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: xml_set_object() should take object by-reference Status: Open Old Bug Type: XML related Bug Type: Feature/Change Request Operating System: Linux 2.4 / Apache 1.3 PHP Version: 4.1.1 New Comment: Ok, I am

[PHP-DEV] Bug #14794 Updated: misleading warning with regard to 'allow_call_time_pass_reference'

2002-01-02 Thread vvo
ID: 14794 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: xml_set_object() should take object by-reference Status: Open Bug Type: Feature/Change Request Operating System: Linux 2.4 / Apache 1.3 PHP Version: 4.1.1 New Comment: Ok, I am really embarassed now, because

[PHP-DEV] Bug #14794 Updated: misleading warning with regard to 'allow_call_time_pass_reference'

2002-01-02 Thread vvo
ID: 14794 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: xml_set_object() should take object by-reference Status: Open Bug Type: Feature/Change Request Operating System: Linux 2.4 / Apache 1.3 PHP Version: 4.1.1 New Comment: Ok, I am really embarassed now, because

RE: [PHP-DEV] SOAP and CORBA

2002-01-02 Thread Lukas Smith
Hi, well yes I would like to see better CORBA support. We are in the process of getting a CORBA based software that we would write an interface for. Since we do not want to write it in anything but PHP we are sort of in a difficult situation. We went through the entire list of current

[PHP-DEV] Re: MSSQL DB Connect

2002-01-02 Thread Jerry
Thanks Jeremy, I finally found the solution: ?php $query=SELECT * FROM DB1 JOIN DB2 ON DB1.dataid=DB2.dataid; $queryupd=UPDATE DB1 SET dateval='20010101' where dateval='2101'; $hostname = serverdb; $username = user; $password = pwd; $dbName = DB; mssql_connect($hostname,$username,$password)

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Peter Petermann
Hi, having everything bundled is a strength for people who install from source, but it really doesn't do much to help people who haved installed from a distribution or are in a shared-hosting situation. those are the well, i dont agree with that. think about people that are not hosting

[PHP-DEV] Bug #14772 Updated: some links are missing (cosmetic error)

2002-01-02 Thread georg
ID: 14772 Updated by: georg Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: n/a PHP Version: 4.1.1 New Comment: fixed in cvs Previous Comments: [2002-01-02

[PHP-DEV] Bug #14781 Updated: ftp_login failure after mysql_connect

2002-01-02 Thread flim
ID: 14781 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: FTP related Operating System: Linux Redhat 6.2/7.2 PHP Version: 4.1.1 New Comment: Well...ahm. Should have thought of that myself I guess...thanks a lot. And sorry to bother you with things I

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Adam Dickmeiss
On Tue, Jan 01, 2002 at 05:56:53PM -, Jim Winstead wrote: Andi Gutmans [EMAIL PROTECTED] wrote: The Zend Engine 2 has made lots of progress. is there an up-to-date summary of the changes beyond the original ze2 proposal? example scripts that show the new features? Unrelated, I'm

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread derick
On Wed, 2 Jan 2002, Adam Dickmeiss wrote: IMHO, all extensions should be PECL. If it's easier to have some extensions part of core PHP 'cause they're important, then it's a sign of bad PECL design. PHP should be the glue for SAPI, extensions (PECL, I hope) and Zend. No more. I do not agree

[PHP-DEV] Bug #14795: array_sum() modifies the specified array

2002-01-02 Thread jimw
From: [EMAIL PROTECTED] Operating system: Debian unstable PHP version: 4.1.0 PHP Bug Type: Arrays related Bug description: array_sum() modifies the specified array the documentation claims this behavior was changed after 4.0.6, but it appears to behave the same in 4.1.0.

Re: [PHP-DEV] Moving extensions to PECL

2002-01-02 Thread Adam Dickmeiss
On Tue, Jan 01, 2002 at 07:55:33PM +0100, Egon Schmid wrote: From: Martin Jansen [EMAIL PROTECTED] On Tue, 1 Jan 2002 18:36:57 +0100, Egon Schmid wrote: Well, I know librians will love the YAZ extension. I suggest to move the documentation in a new part in the PHP Manual. I think of a

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Björn Schotte
* [EMAIL PROTECTED] wrote: and remain that way. It's much easier to distribute (one download), and easier to install. (No more fetching of PECL extensions). Yep. But what about a php_4_3_4_core.tgz (core PHP/ZE/TSRM with core extensions) and a release of php_4_3_4_complete.tgz packaged with

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Zeev Suraski
At 13:41 02/01/2002, Björn Schotte wrote: * [EMAIL PROTECTED] wrote: and remain that way. It's much easier to distribute (one download), and easier to install. (No more fetching of PECL extensions). Yep. But what about a php_4_3_4_core.tgz (core PHP/ZE/TSRM with core extensions) and a

[PHP-DEV] Bug #14770 Updated: phps truncates long sources

2002-01-02 Thread Shaggy_Pyce
ID: 14770 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Scripting Engine problem Operating System: Linux Mandrake 8.1 kernel 2.4.8 PHP Version: 4.1.0 New Comment: PHP 4.1.0 with Apache 1.3.22 truncates sources I have also PHP 4.0.6

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Björn Schotte
* Zeev Suraski wrote: Yep. But what about a php_4_3_4_core.tgz (core PHP/ZE/TSRM with core extensions) and a release of php_4_3_4_complete.tgz packaged with all extensions together? That can happen, but what does that buy you? I can err myself, but it's some sort of BC for me in the

[PHP-DEV] Re: Bug #13154 Updated: ODBC query to Openingres 2.0 fail with scs_p_GetTblAttribs: DRV_DDTables failed

2002-01-02 Thread Andre Felipe
Hello Lobbin, I didn't give any feedback just because I have no password to enter the system and issue my opinions. The problem is still there, I have a case opened in OpenLink SW for a long time for this matter and have sent to them every log they asked to try to help in solving the problem.

[PHP-DEV] Bug #14796: error in calculating with minus

2002-01-02 Thread olimac
From: [EMAIL PROTECTED] Operating system: suse linux 7.1 PHP version: 4.1.0 PHP Bug Type: *General Issues Bug description: error in calculating with minus php allways returns after echo 166.3 - 166.6; -0.28 but the right result is -0.3 is there a fix

[PHP-DEV] Bug #13154 Updated: ODBC query to Openingres 2.0 fail with scs_p_GetTblAttribs: DRV_DDTables failed

2002-01-02 Thread andre . felipe
ID: 13154 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: ODBC related Operating System: Solaris 8 PHP Version: 4.0.6 Old Assigned To: ahill Assigned To: New Comment: Hello Lobbin, I didn't give any feedback just because I have no password to enter

[PHP-DEV] Bug #13154 Updated: ODBC query to Openingres 2.0 fail with scs_p_GetTblAttribs: DRV_DDTables failed

2002-01-02 Thread andre . felipe
ID: 13154 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: ODBC related Operating System: Solaris 8 PHP Version: 4.0.6 Old Assigned To: ahill Assigned To: Previous Comments:

[PHP-DEV] Bug #14796 Updated: error in calculating with minus

2002-01-02 Thread bate
ID: 14796 Updated by: bate Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *General Issues Operating System: suse linux 7.1 PHP Version: 4.1.0 New Comment: Its tested with 4.1.1 I tested with 128.1 - 128.0 I think this error just occours if the result 1.0 and the numbers =128.0.

[PHP-DEV] Bug #14796 Updated: error in calculating with minus

2002-01-02 Thread jimw
ID: 14796 Updated by: jimw Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *General Issues Operating System: suse linux 7.1 PHP Version: 4.1.0 New Comment: floating point numbers are not exact. see http://www.php.net/manual/en/language.types.float.php Previous Comments:

Re: [PHP-DEV] Built-in SOAP based Web Services support (wasRe: PHP 5)

2002-01-02 Thread Rui Hirokawa
ext/xmlrpc in PHP 4.2.0dev already supports SOAP 1.1. It is still in experimental status, but, this is good start point to add native SOAP support for PHP. I think the light weight and fast SOAP implementation is prefereable because SOAP is really basic layer/infrastrucure for Web Services.

[PHP-DEV] Bug #14797: include (_path) in Apache SAPI and CGI on Win98SE does not work

2002-01-02 Thread m
From: [EMAIL PROTECTED] Operating system: Windows 98 SE PHP version: 4.1.0 PHP Bug Type: Reproducible crash Bug description: include (_path) in Apache SAPI and CGI on Win98SE does not work Hello, I can't run PHP Version 4.1.0 under Windows 95/98 4.10, there are massive

[PHP-DEV] Bug #14798: session.gc_maxlifetime does not work (Reopen Bug ID #3793)

2002-01-02 Thread bs_php
From: [EMAIL PROTECTED] Operating system: Win 2k PHP version: 4.1.0 PHP Bug Type: Session related Bug description: session.gc_maxlifetime does not work (Reopen Bug ID #3793) Befor going into the bug-report an importent question: session.gc_maxlifetime documented as a

Re: [PHP-DEV] PHP 5

2002-01-02 Thread Edin Kadribasic
I know that PHP is mainly used for developing web-based applications, but I think that it has a great potential as a general purpose scripting language. Even when developing web applications I often find necessary to make command line scripts for maintenance and batch operations. One of our

[PHP-DEV] Bug #14797 Updated: include (_path) in Apache SAPI and CGI on Win98SE does not work

2002-01-02 Thread m
ID: 14797 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Windows 98 SE PHP Version: 4.1.0 New Comment: With PHP Version 4.0.5RC1 an inlude-path set to ;.;./; it works with SAPI, but with 4.0.6 and newer it's the same

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Zeev Suraski
At 14:01 02/01/2002, Björn Schotte wrote: * Zeev Suraski wrote: Yep. But what about a php_4_3_4_core.tgz (core PHP/ZE/TSRM with core extensions) and a release of php_4_3_4_complete.tgz packaged with all extensions together? That can happen, but what does that buy you? I can err myself,

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Björn Schotte
* Zeev Suraski wrote: Well, I think that the main motivation for separating the modules away was the release schedule. I.e., separating the release schedule of each extension from the release schedule of the PHP core itself. Jep. Just to note: I'm +1 for it. If we still have a full

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Zeev Suraski
At 16:06 02/01/2002, Björn Schotte wrote: * Zeev Suraski wrote: Well, I think that the main motivation for separating the modules away was the release schedule. I.e., separating the release schedule of each extension from the release schedule of the PHP core itself. Jep. Just to note: I'm

[PHP-DEV] Bug #14799: Remove the To:/Subject: headers if not entered

2002-01-02 Thread miki
From: [EMAIL PROTECTED] Operating system: RH 7.x PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: Remove the To:/Subject: headers if not entered mail command accept: mail ($recipient, $subject, $message [, string additional_headers]); all good.

[PHP-DEV] Bug #14799 Updated: Remove the To:/Subject: headers if not entered

2002-01-02 Thread miki
ID: 14799 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Unknown/Other Function Bug Type: Mail related Operating System: RH 7.x PHP Version: 4.0.6 New Comment: oops, forgot to mention the bug type. sorry Previous Comments:

[PHP-DEV] Bug #14095 Updated: fopen/fwrite does not create file via ftp://

2002-01-02 Thread mfischer
ID: 14095 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: FTP related Operating System: Windows NT4 SP6a PHP Version: 4.0.6 New Comment: No Feedback, closing. Previous Comments:

[PHP-DEV] Bug #14052 Updated: ftp_rawlist: Hangs up

2002-01-02 Thread mfischer
ID: 14052 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: FTP related Operating System: Win2K PHP Version: 4.0.6 New Comment: Is this bug still present to you, also with 4.1.0? If so, can you verify that the 'hang' time is about 90 seconds (its

[PHP-DEV] Bug #14800: Oracle connection probleme.

2002-01-02 Thread ab_m26
From: [EMAIL PROTECTED] Operating system: windows2000 advance server PHP version: 4.0.6 PHP Bug Type: OCI8 related Bug description: Oracle connection probleme. When i would like to connect with Oracle 8i data base i receive this message. Warning: OCISessionBegin:

[PHP-DEV] Bug #14801: my_getwd.c fails to compile with error No way to get current directory

2002-01-02 Thread chris . read
From: [EMAIL PROTECTED] Operating system: Solaris 8 Intel PHP version: 4.1.1 PHP Bug Type: MySQL related Bug description: my_getwd.c fails to compile with error No way to get current directory ./configure --with-mysql --with-apxs --with-db3=/usr/local/BerkeleyDB.3.3

[PHP-DEV] Bug #14303 Updated: httpd threads hang with large data structures

2002-01-02 Thread Darren . Gamble
ID: 14303 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Reproducible crash Operating System: Redhat 7.2 PHP Version: 4.0.6 New Comment: Good day, Sorry for the lack of reply. The function you had requested that I try, apache_child_terminate, is

[PHP-DEV] Bug #14802: --with-oci8 doesnt grok 64-bit Oracle 9i

2002-01-02 Thread peter
From: [EMAIL PROTECTED] Operating system: Solaris 8 PHP version: 4.1.1 PHP Bug Type: Compile Failure Bug description: --with-oci8 doesnt grok 64-bit Oracle 9i less debug.log CONFIGURE: './configure' '--with-fastcgi' '--without-mysql' '--with-oci8=/home/oracle/OraHome1'

[PHP-DEV] Bug #14799 Updated: Remove the To:/Subject: headers if not entered

2002-01-02 Thread miki
ID: 14799 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Mail related Operating System: RH 7.x PHP Version: 4.0.6 New Comment: I also noticed and maybe im wrong that the mail function replace the Return-path: header that i inserted with

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Joao Prado Maia
On Wed, 2 Jan 2002, Zeev Suraski wrote: At 16:06 02/01/2002, Björn Schotte wrote: * Zeev Suraski wrote: Well, I think that the main motivation for separating the modules away was the release schedule. I.e., separating the release schedule of each extension from the release schedule

[PHP-DEV] Bug #14782 Updated: key_exists renamed to array_key_exists

2002-01-02 Thread mike
ID: 14782 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Feature/Change Request Operating System: all PHP Version: 4.1.1 Old Assigned To: zak Assigned To: New Comment: I understand the issue or having functions disappear and then reappear.. We

[PHP-DEV] Bug #14755 Updated: 105.05$ becomes 105.5$ !!! - I found the fix.

2002-01-02 Thread sander
ID: 14755 Updated by: sander Reported By: [EMAIL PROTECTED] Status: Open Bug Type: InterBase related Operating System: ALL PHP Version: 4.1.1 New Comment: This is a fix for 12383. Can somebody look into it and apply the fix? Previous Comments:

[PHP-DEV] Bug #14452 Updated: libphp4.so is not linking with *.la files

2002-01-02 Thread glen
ID: 14452 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Configuration Issues Operating System: Linux Old PHP Version: 4.1.0 PHP Version: 4.1.0, 4.1.1 New Comment: I have sucessfully linked PHP4.1.1 to static libtool libraries with the following

[PHP-DEV] Bug #14767 Updated: Bug unsetting vars using $_SESSION

2002-01-02 Thread sander
ID: 14767 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: Linux 2.4 PHP Version: 4.1.1 New Comment: session_unregister('test') should work. Alternatively, you can use unset($_SESSION['test']); Previous Comments:

[PHP-DEV] Bug #14793 Updated: Setlocale not working for Japanese

2002-01-02 Thread sander
ID: 14793 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Strings related Operating System: Redhat Linux 7.1 J edition PHP Version: 4.0.6 New Comment: Did you compile with multibyte character support? I don't know if that's necessary but it can't

Re: [PHP-DEV] PHP 5

2002-01-02 Thread Darrell Brogdon
+1 Edin Kadribasic wrote: I know that PHP is mainly used for developing web-based applications, but I think that it has a great potential as a general purpose scripting language. Even when developing web applications I often find necessary to make command line scripts for maintenance and batch

[PHP-DEV] Bug #14803: Call to SQLGetInfo in odbc_cursor gives empty cursor name

2002-01-02 Thread steven . gould
From: [EMAIL PROTECTED] Operating system: Sybase ODBC (QNX and Win2k) PHP version: 4.1.1 PHP Bug Type: ODBC related Bug description: Call to SQLGetInfo in odbc_cursor gives empty cursor name This bug appears to have been in the code for several versions - definitely 4.0.5

Re: [PHP-DEV] Built-in SOAP based Web Services support (wasRe:PHP 5)

2002-01-02 Thread Darrell Brogdon
I think this sub-thread is a wonderful candidate for being taken offline. Zeev Suraski wrote: At 05:28 02/01/2002, Manuel Lemos wrote: (b) If we do it, it'll go on leaking as it does today False, if you do it you will give one less reason for users to drop PHP. That sentence MEANS that

[PHP-DEV] Bug #14716 Updated: PHP 4.1.1 DSO: apache startup fail

2002-01-02 Thread tomki
ID: 14716 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: Linux, RH 6.1 base, Kernel2.2.19 PHP Version: 4.1.0 New Comment: OK, it turns out to be the --with-dmalloc option. I can use [almost] any other options that

Re: [PHP-DEV] PHP 5

2002-01-02 Thread Martin Jansen
On Wed, 2 Jan 2002 14:43:39 +0100, Edin Kadribasic wrote: The build process should be altered so that the standalone interpreter (cgi sapi) is always built so the traditional make make install installs /usr/bin/php no matter what sapi module was chosen. I'm +1 on this, even though I think that

Re: [PHP-DEV] PHP 5

2002-01-02 Thread Edin Kadribasic
The build process should be altered so that the standalone interpreter (cgi sapi) is always built so the traditional make make install installs /usr/bin/php no matter what sapi module was chosen. I'm +1 on this, even though I think that PHP isn't very well suited for shell jobs in

Re: [PHP-DEV] PHP 5

2002-01-02 Thread Edin Kadribasic
The build process should be altered so that the standalone interpreter (cgi sapi) is always built so the traditional make make install installs /usr/bin/php no matter what sapi module was chosen. I'm +1 on this, even though I think that PHP isn't very well suited for shell jobs in

[PHP-DEV] Bug #14806: server RECV strange if using PHP clients

2002-01-02 Thread wolfgang . sprick
From: [EMAIL PROTECTED] Operating system: W2K PHP version: 4.1.0 PHP Bug Type: Sockets related Bug description: server RECV strange if using PHP clients we've got a serious problem that we couldn't fix within a week even after trying several options. So we very much

[PHP-DEV] Bug #14625 Updated: socket servers expect more data from PHPCGI

2002-01-02 Thread wolfgang . sprick
ID: 14625 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Sockets related Operating System: Windows 2000 PHP Version: 4.1.0 New Comment: Has been replaced by a more specific bug report showing other problems. Previous Comments:

RE: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Lukas Smith
From: Joao Prado Maia [mailto:[EMAIL PROTECTED]] Why not separate everything and then bundle the more popular ones to the normal PHP distribution on the time of a release ? I would love to be able to upgrade just the 'GD' extension if there was a bug on the extension on release PHP4.1.12 and

[PHP-DEV] Bug #14805: array_unique works opposed to the manual

2002-01-02 Thread pgerzson
From: [EMAIL PROTECTED] Operating system: MS Windows 98 PHP version: 4.0.6 PHP Bug Type: Arrays related Bug description: array_unique works opposed to the manual The manual (recent version from cvs) states that : array_unique() will keep the first key encountered for

[PHP-DEV] PECL (was PHP 5)

2002-01-02 Thread Andi Gutmans
I think that if PECL ends up being very good and actually works very nicely and transparently, we would PECLize all extensions. At release time of a new version of PHP we'd create a huge .tar.gz with the latest STABLE versions of the extensions we decide should be in the release tar.gz (I

[PHP-DEV] Bug #14807: core dump

2002-01-02 Thread amnuts
From: [EMAIL PROTECTED] Operating system: PHP version: 4.1.0 PHP Bug Type: Unknown/Other Function Bug description: core dump Running the following always causes a core dump: ?php $arr = array ( 1 = array (0,0,0,0,0), 2 = array (0,0,0,0,0),

[PHP-DEV] Bug #14807 Updated: core dump

2002-01-02 Thread jan
ID: 14807 Updated by: jan Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Operating System: PHP Version: 4.1.0 New Comment: at least for me it doesn't (FreeBSD 4.4 PHP 4.1.0) can you provide more Information about you environmation (OS, configure options e.g.) ?

[PHP-DEV] Bug #14443 Updated: Double-free causes segfault in domxml

2002-01-02 Thread lobbin
ID: 14443 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: DOM XML related Operating System: Linux Redhat 7.1 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #14427 Updated: Starting a script takes almost 1 minute

2002-01-02 Thread lobbin
ID: 14427 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Performance problem Operating System: RedHat 7.1 Linux 2.4.2-2 kernel PHP Version: 4.1.0 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #7973 Updated: Safe Mode absolute path behaviour changed

2002-01-02 Thread lobbin
ID: 7973 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: Red Hat Linux 5.2 PHP Version: 4.0.3pl1 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #8931 Updated: Memory leaks attributable to OO PHP

2002-01-02 Thread lobbin
ID: 8931 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Performance problem Operating System: Windows 2000 PHP Version: 4.0.4pl1 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #9763 Updated: Segmentation Fault upon running big cl script

2002-01-02 Thread lobbin
ID: 9763 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: RedHat 6.2 PHP Version: 4.0.4pl1 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #10113 Updated: allow_persistent directive doesn't work

2002-01-02 Thread lobbin
ID: 10113 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: PHP options/info functions Operating System: Linux PHP Version: 4.0.4pl1 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #10197 Updated: magic_quotes_runtime and other magic quotes sometimes are switching on or off.

2002-01-02 Thread lobbin
ID: 10197 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.0.4pl1 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #10485 Updated: no input file specified when running as a CGI

2002-01-02 Thread lobbin
ID: 10485 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: HP-UX 11 PHP Version: 4.0.4pl1 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #10840 Updated: asp_tags = On is ignored, if apache is started with the php4_module

2002-01-02 Thread lobbin
ID: 10840 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: win 98 PHP Version: 4.0.5 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #10857 Updated: Syntax highlighting does not work with output buffering/compression

2002-01-02 Thread lobbin
ID: 10857 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Output Control Operating System: RH Linux 6.x PHP Version: 4.0.5 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #10903 Updated: Output buffering crashs PHP when mail function is invoked

2002-01-02 Thread lobbin
ID: 10903 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Output Control Operating System: Win98 PHP Version: 4.0.5 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #10905 Updated: ImageGif (ImagePNG) output uncompressed

2002-01-02 Thread lobbin
ID: 10905 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Output Control Operating System: Linux PHP Version: 4.0.5 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #11103 Updated: different cookie behavior with module vs. cgi

2002-01-02 Thread lobbin
ID: 11103 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: win98 PHP Version: 4.0.5 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #11676 Updated: A few apache children consume all memory and CPU.

2002-01-02 Thread lobbin
ID: 11676 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: linux 2.4.5 i386 PHP Version: 4.0 Latest CVS (2001-06-25) New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #11700 Updated: db2 driver initialization failed

2002-01-02 Thread lobbin
ID: 11700 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: DBM/DBA related Operating System: RedHat 6.2 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #11723 Updated: A few apache children remain in memory after apachectl stop

2002-01-02 Thread lobbin
ID: 11723 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: linux 2.2.14 and 2.2.16 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #11739 Updated: Memory limit is used for all scripts instead of one script?

2002-01-02 Thread lobbin
ID: 11739 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: Suse Linux 7.0 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #12227 Updated: Output puffering causes Apache to SIGSEGV

2002-01-02 Thread lobbin
ID: 12227 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Output Control Operating System: Linux 2.2.16-SMP PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #12251 Updated: Error with zend_hash.c after writing a file

2002-01-02 Thread lobbin
ID: 12251 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: PHP Version: 4.0CVS-2001-07-19 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #12289 Updated: Not fully reproducable include-errors

2002-01-02 Thread lobbin
ID: 12289 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.0.5 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #12315 Updated: Buffering crashes PHP when there is an error with mail function

2002-01-02 Thread lobbin
ID: 12315 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Output Control Operating System: Win ME PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #12532 Updated: Memory Leak

2002-01-02 Thread lobbin
ID: 12532 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Performance problem Operating System: MacOSX Server PHP Version: 4.0.4 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #12634 Updated: Segfaults due to possible memory leak??

2002-01-02 Thread lobbin
ID: 12634 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Reproducible crash Operating System: Linux 2.4 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #12995 Updated: Failed opening ... in Unknown on line 0

2002-01-02 Thread lobbin
ID: 12995 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: SuSE Linux 7.2 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13235 Updated: include() fails unpredictable

2002-01-02 Thread lobbin
ID: 13235 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13291 Updated: System Load very high

2002-01-02 Thread lobbin
ID: 13291 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Performance problem Operating System: SCO Openserver 5.0.x PHP Version: 4.0CVS-2001-09-13 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13672 Updated: Memory leak

2002-01-02 Thread lobbin
ID: 13672 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: RH Linux (2.2.16-22) PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13968 Updated: $this reference is bad during __wakeup

2002-01-02 Thread lobbin
ID: 13968 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: Debian Linux PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #14304 Updated: Potential problem with regex...

2002-01-02 Thread lobbin
ID: 14304 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Regexps related Operating System: Linux php3-2 2.4.7 #1 Thu Aug 9 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #14333 Updated: Apache processes consume all CPU

2002-01-02 Thread lobbin
ID: 14333 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Apache related Operating System: RH 6.2 SMP PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #14402 Updated: round() outputs too many digits

2002-01-02 Thread lobbin
ID: 14402 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Math related Operating System: Linux-2.4.14 (Slackware 8.0) PHP Version: 4.1.0RC5 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Re: [PEAR-DEV] PECL (was PHP 5)

2002-01-02 Thread Martin Jansen
On Wed, 02 Jan 2002 20:39:44 +0200, Andi Gutmans wrote: However, if PECL doesn't become everything we hoped for within the next few months (possible) I don't think it should stop PHP 5. We could always have 5.1. At least we could have PHP 6 right after 5 :-). Anyway, that's not too important

[PHP-DEV] Bug #14807 Updated: core dump

2002-01-02 Thread amnuts
ID: 14807 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Operating System: PHP Version: 4.1.0 New Comment: I am using it in CGI mode, and this is some info that might be useful to you: bash$ cat /proc/version Linux version

Re: [PHP-DEV] PHP 5

2002-01-02 Thread Manuel Lemos
Hello, Martin Jansen wrote: On Wed, 2 Jan 2002 14:43:39 +0100, Edin Kadribasic wrote: The build process should be altered so that the standalone interpreter (cgi sapi) is always built so the traditional make make install installs /usr/bin/php no matter what sapi module was chosen.

[PHP-DEV] SHMOP Module Patch

2002-01-02 Thread Ilia A.
Attached to this message is a patch to php's shmop extension, it fixes the following: - shmop_open has a new flag for read/write access, 'w' (bug #10530, 10656) - shmop_open has a new flag for create only 'n' (bug #10530, 10656) - eliminated a segfault when trying to write to a SHM_RDONLY

Re: [PHP-DEV] Re: [PEAR-DEV] PECL (was PHP 5)

2002-01-02 Thread Jon Parise
On Wed, Jan 02, 2002 at 08:09:10PM +0100, Martin Jansen wrote: I suggest we move PECL either to its own mailing list or to php-dev. +1 for it's own mailing list. Additionally we could perhaps set up an own CVS module for PECL. (Currently it resides in /pear/PECL.) Guys? I think I agree on

Re: [PHP-DEV] Bug #14807 Updated: core dump

2002-01-02 Thread Andrew Sitnikov
Hello jan, I have 'segmentation' to with this code on Linix 2.4.16 php 4.1.1 CC=gcc2.95.3 \ CXX=gcc2.95.3 \ ./configure \ --prefix=/usr/local/php \ --with-config-file-path=/usr/local/php/etc \ --enable-track-vars \ --enable-magic-quotes \ --enable-safe-mode \ --enable-memory-limit \

[PHP-DEV] Bug #14805 Updated: array_unique works opposed to the manual

2002-01-02 Thread pgerzson
ID: 14805 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Arrays related Operating System: MS Windows 98 PHP Version: 4.0.6 New Comment: I forgot to mention that there may be something wrong with array_unique itself. There are three values of 3

Re: [PHP-DEV] PHP 5

2002-01-02 Thread Andi Gutmans
Creating a CLI sapi module w/o all of the CGI crap is extremely easy. What might be more challenging is fixing the build so that it always builds the cli. Then again I don't really know because I don't know the whole build system too well. Andi -- PHP Development Mailing List

Re: [PHP-DEV] Re: [PEAR-DEV] PECL (was PHP 5)

2002-01-02 Thread Andi Gutmans
I suggest keeping it on php-dev. All of the build stuff has been done by php-dev in the past as build/PECL related discussions really are php-dev. It also means that php-dev won't be allowed to cut themselves out of what's happening with PECL and it won't lead to some php-dev ppl who don't

  1   2   >