Re: [PHP-DEV] 4.0.4pl1 RC2 rolled

2001-01-10 Thread Phil Driscoll
The lists are fine. Sorry - there must be some hiccup between the lists and Demon in the UK then. I'm sure the messages will come flooding through soon. Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org -- PHP Development Mailing

Re: [PHP-DEV] PHP 4.0 Bug #6821 Updated: Segmentation fault whenopening a php test page

2001-01-10 Thread Rasmus Lerdorf
http://snaps.php.net On 10 Jan 2001 [EMAIL PROTECTED] wrote: ID: 6821 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: OCI8 related Description: Segmentation fault when opening a php test page Haven't tried a newer version of PHP. What exactly would be the

[PHP-DEV] PHP 4.0 Bug #8629 Updated: PHP4 doesn't work with JServ installed

2001-01-10 Thread villu
ID: 8629 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Description: PHP4 doesn't work with JServ installed PS.: JServ works fine. Previous Comments: --- [2001-01-10 06:27:53] [EMAIL PROTECTED] Hi!

Re: [PHP-DEV] PHP 4.0 Bug #8619: --enable-trans-sid does not workon html img tag

2001-01-10 Thread Sascha Schumann
On 9 Jan 2001 [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Operating system: Linux/RedHat 7.0 PHP version: 4.0.4 PHP Bug Type: *Session related Bug description: --enable-trans-sid does not work on html img tag In 4.0.4 the SID is not inserted into the HTML code

[PHP-DEV] PHP 4.0 Bug #8630: impossible to write and read thai language in an oracle database

2001-01-10 Thread stephane
From: [EMAIL PROTECTED] Operating system: Linux red hat 6.2 Kernel 2.2.17 PHP version: 4.0.2 PHP Bug Type: OCI8 related Bug description: impossible to write and read thai language in an oracle database I actually front to a major problem using PHP (4.0.2) to insert Thai

[PHP-DEV] PHP 4.0 Bug #8622 Updated: Using 0 as a key in accociative arrays crashes reset() , next(), etc.

2001-01-10 Thread cynic
ID: 8622 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Assigned To: Comments: IIRC this is described in the manual. use while( list( $key , ) = each( $groupid ) ) { ... } Previous Comments:

Re: [PHP-DEV] BCDIV problems

2001-01-10 Thread Zeev Suraski
If you could create a self-contained reproducing script (i.e., in addition to the function code you supplied, also supply anything else that's needed to illustrate the problem), it should be easy to figure out what's going on. If you could do it in the shortest manner possible, it'll even

RE: [PHP-DEV] PHP 4.0 Bug #6821 Updated: Segmentation fault when opening a php test page

2001-01-10 Thread Mark Badham
Unfortunately I find it isn't at all obvious. It seems to me that a snapshot then is really nothing other than a form of mirror site. So why not just stick to calling it a mirror site? Plus how do I know if the snapshot includes any patches or not? (I think the word "latest" is not precise

[PHP-DEV] PHP 4.0 Bug #6821 Updated: Segmentation fault when opening a php test page

2001-01-10 Thread sniper
ID: 6821 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: OCI8 related Assigned To: Comments: There have been a lots of fixes in both PHP and Zend after 4.0.2 was released. Another thing, did you set the environment variables (for Oracle) before

Re: [PHP-DEV] call_builtin_function_array() possible?

2001-01-10 Thread Cynic
Well, this would be probably completely useless (at least I can't think of a meaningful use of this right now), but... is there a reason this can't be implemented in PHP? I know, time is a very precious commodity, and I wouldn't ask (or suggest) for an implementation of this if it would

[PHP-DEV] PHP 4.0 Bug #8632 Updated: Error Message

2001-01-10 Thread cynic
ID: 8632 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Unknown/Other Function Assigned To: Comments: please, provide the shortest possible script reproducing the behavior. is it CGI version of PHP or SAPI version? also, what web server do you

[PHP-DEV] PHP 4.0 Bug #8635: Missing symbols when linked with ucd-snmp 4.2

2001-01-10 Thread marc . daumas
From: [EMAIL PROTECTED] Operating system: Suse Linux 7.0 PHP version: 4.0.4 PHP Bug Type: Dynamic loading Bug description: Missing symbols when linked with ucd-snmp 4.2 When you try to build PHP-4.0.4 with libsnmp 4.2 installed on your system, libphp4.so is build but des_*

[PHP-DEV] PHP 4.0 Bug #8632 Updated: Error Message

2001-01-10 Thread timperator
ID: 8632 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Description: Error Message IIS 5 Previous Comments: --- [2001-01-10 08:26:20] [EMAIL PROTECTED] its only with the ISAPI !!

[PHP-DEV] PHP 4.0 Bug #8636: $value = odbc_autocommit($handle) return FALSE for error and autocommit off

2001-01-10 Thread ingo00
From: [EMAIL PROTECTED] Operating system: RedHat Linux 6.1 PHP version: 4.0.4 PHP Bug Type: ODBC related Bug description: $value = odbc_autocommit($handle) return FALSE for error and autocommit off If the crash of odbc_autocommit with one parameter is recovered, then the

[PHP-DEV] Re: ++$i++ (was Re: [PHP-DEV] call_builtin_function_array() possible?)

2001-01-10 Thread Andrei Zmievski
On Wed, 10 Jan 2001, Cynic wrote: I recently needed to process every other element of a numerically indexed array. for( $i = 0 ; $i count( $a ) ; $x = $a[ ++$i++ ] ) would have saved me one statement. I had to use for( $i = 0 ; $i count( $a ) ; $x = $a[ $i++ ] , $i++ ) I know, this

[PHP-DEV] PHP 4.0 Bug #8639: fopen always return true in some case

2001-01-10 Thread fred
From: [EMAIL PROTECTED] Operating system: Linux RH6.1 / x86 PHP version: 4.0.4 PHP Bug Type: Unknown/Other Function Bug description: fopen always return true in some case It seems that : $test=@fopen("http://$url/$urlphotos/".$reference."-1.jpg","r"); # (with all vars

RE: [PHP-DEV] 4.0.4pl1 RC2 rolled

2001-01-10 Thread Cynic
At 16:48 10.1. 2001, Sam Liddicott wrote the following: -- I think it is more of (my guess, blame me if I'm wrong) there aren't enough active PHP developers for whom windows is the most important platform so that window problems don't

Re: [PHP-DEV] PHP4: php_module holds memory to long !

2001-01-10 Thread Bill Stoddard
Any ideas ? Welcome to Unix. You can only increase the heap size using sbrk(), you cannot shrink it. So, if you have allocated n bytes, you can only reuse those bytes, but never give it back to the system (without terminating the process). - Sascha Really? From

Re: [PHP-DEV] PHP4: php_module holds memory to long !

2001-01-10 Thread Stig Venaas
On Wed, Jan 10, 2001 at 09:23:43PM +0200, Stanislav Malyshev wrote: SS Thanks for the correction! I have never seen that in action SS though. Usually, the C library will keep freed memory in SS free lists and does not decrease the size of the data SS segment using sbrk.

Re: [PHP-DEV] PHP4: php_module holds memory to long !

2001-01-10 Thread Filip Sielimowicz
The answer is really not so easy. I have RedHat Linux 6.2 (with standard kernel, I suppose 2.1). I tried such program in c++: //File mall.cc #include alloc.h #include stdio.h #include stdlib.h #include unistd.h int main() { void* v[1000]; for (int i=0;i1000;i++) {

[PHP-DEV] PHP 4.0 Bug #8641: sig 11 when apache2 inits php

2001-01-10 Thread paulj
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.2-STABLE (10/01/2000) PHP version: 4.0 Latest CVS (10/01/2001) PHP Bug Type: Reproduceable crash Bug description: sig 11 when apache2 inits php Report http://bugs.php.net/?id=8410 fixes some issues with compiling php for

[PHP-DEV] PHP 4.0 Bug #8639 Updated: fopen always return true in some case

2001-01-10 Thread venaas
ID: 8639 Updated by: venaas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: Unknown/Other Function Assigned To: venaas Comments: The problem could be that fopen() currently doesn't support HTTP redirects. Could you try to do var_dump($http_response_header);

Re: [PHP-DEV] Call to ldap_connect() returns always false

2001-01-10 Thread Stig Venaas
On Wed, Jan 10, 2001 at 04:51:51PM +0100, Uwe Steinmann wrote: Then I fired up gdb, set a breakpoint right before ldap_open() in php_if_ldap_connect() and run httpd with -X -f conf.file. Steping into ldap_open() didn't work, though openldap was compiled with --enable-debug. BTW, listing the

[PHP-DEV] Microsoft Webservice

2001-01-10 Thread lionel auroux
Hi, I want to implement Microsoft WebServices inside PHP. I need some information to include this Project on PHP developpement, and do it an official implementation to Microsoft Webservices. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP-DEV] PHP 4.0 Bug #8642: mssql fetch array bug

2001-01-10 Thread wayne
From: [EMAIL PROTECTED] Operating system: WIN NT PHP version: 4.0.4 PHP Bug Type: *General Issues Bug description: mssql fetch array bug If you run mssql_fetch_array on the same table more than once the script will never finish. If you use mssql_fetch_row is works fine.

[PHP-DEV] PHP 4.0 Bug #8644: Include Signal catching for parse errors

2001-01-10 Thread trevor
From: [EMAIL PROTECTED] Operating system: ALL PHP version: 4.0.4 PHP Bug Type: Feature/Change Request Bug description: Include Signal catching for parse errors I think php needs signal catching for it's parse errors/warnings and when a document for some reason doesn't

[PHP-DEV] Compile Problem: Place for Help

2001-01-10 Thread Mark Olbert
Can anyone recommend a place/forum for help in getting PHP to compile under linux? I am running into a problem that I haven't gotten any feedback on from php-dev, php-general or php-install. The specific problem is: /usr/bin/ld: .libs/libphp4.so: undefined versioned symbol name