[PHP-DEV] PHP 4.0 Bug #8852: undefined reference to `compress'

2001-01-23 Thread artem
From: [EMAIL PROTECTED] Operating system: Linux 2.2.18 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: undefined reference to `compress' Can't complile apache when use static php mysql There are like bug :5651 need patch src/Makefile in apache add

[PHP-DEV] PHP 4.0 Bug #8855: session_start should return also FALSE

2001-01-23 Thread sivasubraj
From: [EMAIL PROTECTED] Operating system: Linux Mandrake 7.2 PHP version: 4.0.4 PHP Bug Type: Feature/Change Request Bug description: session_start should return also FALSE I feel that the feature I am going to describe is desirable for security reasons: The function

[PHP-DEV] PHP 4.0 Bug #8857: microtime() doesn't work after setlocale(LC_NUMERIC,pl)

2001-01-23 Thread muhlig
From: [EMAIL PROTECTED] Operating system: Solaris 2.4 PHP version: 4.0 Latest CVS (23/01/2001) PHP Bug Type: *Function Specific Bug description: microtime() doesn't work after setlocale(LC_NUMERIC,"pl") the script: ?php echo "A: ", (double)microtime()*100;

[PHP-DEV] PHP 4.0 Bug #8809 Updated: Cookieless session with Header redirects

2001-01-23 Thread bf
ID: 8809 User Update by: [EMAIL PROTECTED] Status: Open Old-Bug Type: Feature/Change Request Bug Type: Scripting Engine problem Description: Cookieless session with Header redirects When PHP is compiled with --enable-trans-sid http redirects with header() does not work with cookieless

[PHP-DEV] PHP 4.0 Bug #8858: Mac line endings cause error message with '?'

2001-01-23 Thread davidv
From: [EMAIL PROTECTED] Operating system: Linux/Apache PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: Mac line endings cause error message with '?' If a PHP source file is saved with Mac line endings (each line ends with character 13 (0x0D) only)

[PHP-DEV] PHP 4.0 Bug #8843 Updated: aclocal: configure.in: 54: macro `AM_INIT_AUTOMAKE' not found in library

2001-01-23 Thread Brian . Craigie
ID: 8843 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Install and Config Description: aclocal: configure.in: 54: macro `AM_INIT_AUTOMAKE' not found in library Reinstalled autoconf/automake/libtool and now the problem has gone away. Sorry to waste everyone's

[PHP-DEV] PHP 4.0 Bug #8859: php4 tries to output strings of length 0 which leads to immediate bailing-out

2001-01-23 Thread jleg
From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0.4pl1 PHP Bug Type: Other web server Bug description: php4 tries to output strings of length 0 which leads to immediate bailing-out - got php4.0.4pl1 running on NES 3.5.1I (using -fno-rtti) - a simple

AW: [PHP-DEV] PHP 4.0 Bug #8744 Updated: call to header() causes CGI error

2001-01-23 Thread Harald Radi
hi, now i have a very short script that reproduces the error: ?php $count = 0; session_start(); $count++; session_register("count"); sleep(1); // flood protection if(TRUE) { header("Location: stress.php?".SID); } ? i don't think that the session

[PHP-DEV] PHP 4.0 Bug #8860: variable array not working

2001-01-23 Thread wico
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: variable array not working according to Zeev this should work: $test = Array("one","two","three","four"); $var = 'test[2]'; echo $$var; /* should

[PHP-DEV] PHP 4.0 Bug #8860 Updated: variable array not working

2001-01-23 Thread cynic
ID: 8860 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Assigned To: Comments: no. it will echo contents of $three. if you don't have that variable in current scope, it'll echo null, and, depending on your settings, emit a

[PHP-DEV] PHP 4.0 Bug #8861: apache wont run. causes floating point exception error

2001-01-23 Thread pcws
From: [EMAIL PROTECTED] Operating system: freebsd 3.5 PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: apache wont run. causes floating point exception error installed apache from source tried both 1.3.11 and 1.3.14 apache versions latest php-4 compiled

[PHP-DEV] PHP 4.0 Bug #8860 Updated: variable array not working

2001-01-23 Thread wico
ID: 8860 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Scripting Engine problem Description: variable array not working ok and that isn;t working either... althoug i liked the first more (and still think it should be that way) so this doesn't work either: $three = "G";

[PHP-DEV] PHP 4.0 Bug #8832 Updated: CGI differerent from ISAPI

2001-01-23 Thread cynic
ID: 8832 Updated by: cynic Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Assigned To: Comments: just a note: relative URLs in Location header are in violation of the HTTP protocol. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8860 Updated: variable array not working

2001-01-23 Thread cynic
ID: 8860 Updated by: cynic Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Assigned To: Comments: ah, sorry, should've read the report more carefully. Previous Comments: --- [2001-01-23

Re: [PHP-DEV] PHP 4.0 Bug #8860 Updated: variable array not working

2001-01-23 Thread Wico de Leeuw
At 15:20 23-1-01 +, [EMAIL PROTECTED] wrote: ID: 8860 Updated by: cynic Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Assigned To: Comments: ah, sorry, should've read the report more carefully. So what should it echo? three or Grrr? i think three Greetz,

[PHP-DEV] PHP 4.0 Bug #8860 Updated: variable array not working

2001-01-23 Thread stas
ID: 8860 Updated by: stas Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Scripting Engine problem Bug Type: Feature/Change Request Assigned To: Comments: It is definitely not meant to work this way. 'test[2]' is not a variable name. $test is the variable (array), and $test[2] is

[PHP-DEV] PHP 4.0 Bug #8861 Updated: apache wont run. causes floating point exception error

2001-01-23 Thread pcws
ID: 8861 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Description: apache wont run. causes floating point exception error I see you fixed after figuring out this bug track sorry.. Please email when its an official release as I dont use the CVS to get developer

[PHP-DEV] PHP 4.0 Bug #8862 Updated: libtool does not code runpath into libphp4.so

2001-01-23 Thread strube
ID: 8862 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Install and Config Description: libtool does not code runpath into libphp4.so Correction: The configure arguments also contained --with-db2=/export/www/apache Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8765 Updated: Unable to load dynamic library

2001-01-23 Thread cynic
ID: 8765 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IIS related Assigned To: Comments: php_ldap.dll needs libsasl.dll in system32, php_oci8.dll needs gds32.dll in the same location. not sure about php_oracle.dll. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #6950 Updated: make extract() return true or false

2001-01-23 Thread cynic
ID: 6950 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Assigned To: Comments: extract() was recently changed to return the number of extracted variables, so I guess this can be closed. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8447 Updated: foreach does not take list for value

2001-01-23 Thread cynic
ID: 8447 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Duplicate Bug Type: Feature/Change Request Assigned To: Comments: wrong status Previous Comments: --- [2001-01-23 12:03:05] [EMAIL

[PHP-DEV] PHP 4.0 Bug #8373 Updated: foreach by reference

2001-01-23 Thread cynic
ID: 8373 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: Feature/Change Request Assigned To: Comments: dupe of #3074 btw, +1 for foreach( $a as $v ) :) Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8839 Updated: Blowfish encryption not correct

2001-01-23 Thread cmv
ID: 8839 Updated by: cmv Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: mcrypt related Assigned To: derick Comments: Just got notice that libmcrypt 2.4.9-beta has been released, and in this version they have swapped the meaning of "blowfish" and "blowfish-compat" mode. So, if you

[PHP-DEV] PHP 4.0 Bug #8863: function to get constant values by variable name

2001-01-23 Thread andrew
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: function to get constant values by variable name I believe PHP lacks a function to get constant values by name where the constant's name is stored in a

[PHP-DEV] PHP 4.0 Bug #8864: Context menu app launching useless with apache module

2001-01-23 Thread gvz
From: [EMAIL PROTECTED] Operating system: Windows 95b, 98 PHP version: 4.0.4 PHP Bug Type: Apache related Bug description: Context menu app launching useless with apache module When the apache module is loaded, trying to launch applications with context menus freezes

[PHP-DEV] PHP 4.0 Bug #8172 Updated: allow extract() of numerically indexed arrays with EXTR_PREFIX_ALL

2001-01-23 Thread cynic
ID: 8172 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Assigned To: Comments: implemented. Previous Comments: --- [2000-12-08 11:25:41] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #8865: App launching with hotkeys delayed

2001-01-23 Thread gvz
From: [EMAIL PROTECTED] Operating system: Windows 95b, 98 PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: App launching with hotkeys delayed With PHP as module, several second delay (totally freezing windows) when launching applications using Windows'

[PHP-DEV] changing the bug emails slightly

2001-01-23 Thread Jim Winstead
unless someone hollers, i'm going to change the bug reports slightly -- i'm going to remove the "PHP 4.0" from the front, make it look like "Re: Bug #1234" instead of "Bug #1234 Updated", and try be a little creative with message-ids and in-reply-to/references headers so that they get threaded

[PHP-DEV] PHP 4.0 Bug #8870 Updated: Floating point exception - core dump

2001-01-23 Thread derick
ID: 8870 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Reproduceable crash Assigned To: Comments: This is already fixed in CVS Previous Comments: --- [2001-01-23 13:58:50]

[PHP-DEV] php.net\version4\downloads directory gone! How to build on win32 without?

2001-01-23 Thread Alex Akilov
The version4\download directory used to contain some of the files that are referred to in the version4\win32build.php instructions. Though one of the files (number.tar.gz) can still be found in the base download directory, it appears that the bindlib_w32 has now vanished. Makes building on

Re: [PHP-DEV] php.net\version4\downloads directory gone! How to build on win32 without?

2001-01-23 Thread James Moore
Its in CVS now isnt it. http://cvs.php.net/viewcvs.cgi/php4/bindlib_w32/ also number.c is now included in PHP. James -- James Moore PHP Quality Assurance Team [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DEV] php.net\version4\downloads directory gone! How to build on win32 without?

2001-01-23 Thread Jim Winstead
In article [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: The version4\download directory used to contain some of the files that are referred to in the version4\win32build.php instructions. Though one of the files (number.tar.gz) can still be found in the base download directory, it appears

[PHP-DEV] PHP 4.0 Bug #8871: missing required flags for Compaq compiler

2001-01-23 Thread long
From: [EMAIL PROTECTED] Operating system: Compaq Tru64 4.0F PK3 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: missing required flags for Compaq compiler Without a couple of extra link/compile flags I was unable to compile php: env LD='/usr/bin/ld

Re: [PHP-DEV] php.net\version4\downloads directory gone! How to build on win32 without?

2001-01-23 Thread Alex Akilov
James, Not so sure all of it is in CVS. For example, there used to be a bindlib.dsp/dsw and a bunch of source files (e.g. res*.c) that I seem to recall which I can't find anywhere anymore. In fact, the bindlib_w32 directory in CVS doesn't seem to contain much in terms of actual files. Either

Re: [PHP-DEV] php.net\version4\downloads directory gone! How to build on win32 without?

2001-01-23 Thread Alex Akilov
Ahh yes. That's better. Thanks Jim. Alex -- 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 #8799 Updated: snmp.dll displays error message on all generated pages

2001-01-23 Thread cynic
ID: 8799 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: Documentation problem Assigned To: Comments: changing status Previous Comments: --- [2001-01-19 12:52:44] [EMAIL

Re: [PHP-DEV] php.net\version4\downloads directory gone! How to build on win32 without?

2001-01-23 Thread Alex Akilov
Jim, Only one minor correction. The link in win32build to the bindlib file is now pointing at "extra" but is still labeled "download". No biggie, but since we're striving for purfection :-). Alex -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #8772 Updated: user level session storage fails when register_globals off

2001-01-23 Thread serge
ID: 8772 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *Session related Description: user level session storage fails when register_globals off Still does not work. As stated before, when I check the database, the data field is empty. phpinfo.php ?php

[PHP-DEV] PHP 4.0 Bug #8772 Updated: user level session storage fails when register_globals off

2001-01-23 Thread serge
ID: 8772 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Session related Description: user level session storage fails when register_globals off What I have noticed is when I have register_globals on and I run this script, a record is added to the session table as expected. ?php

[PHP-DEV] PHP 4.0 Bug #8464 Updated: PHP SIGABRT's using pspell functions

2001-01-23 Thread schu
ID: 8464 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Pspell related Description: PHP SIGABRT's using pspell functions After looking at bug 8133 I decided to play with it a little, here is what I found: I noticed that the aspell docs suggested that you have a /etc/aspell.conf so I

Re: [PHP-DEV] changing the bug emails slightly

2001-01-23 Thread Jani Taskinen
On Tue, 23 Jan 2001, Jim Winstead wrote: unless someone hollers, i'm going to change the bug reports slightly -- i'm going to remove the "PHP 4.0" from the front, make it look like "Re: Bug #1234" instead of "Bug #1234 Updated", and try be a little creative with message-ids and

Re: [PHP-DEV] EXTENSIONS file refresh..

2001-01-23 Thread Jani Taskinen
On Sun, 21 Jan 2001, David Eriksson wrote: BTW. Why does the satellite extension use --enable-satellite?? It does use external libraries which are not bundled with PHP. IIRC the --enable-* configure option is meant to be used only with such extensions?? (and satellite relies on some CVS version

Re: [PHP-DEV] changing the bug emails slightly

2001-01-23 Thread Cynic
Someone was talking about this just yesterday or so... Ron Chmara I guess... and it was on the PHPDOC list IIRC. Felt like the conclusion was PHP 3 is still used more widely than PHP 4, and should remain actively supported till it really dies in terms of user adoption, not developer interest.

Re: [PHP-DEV] changing the bug emails slightly

2001-01-23 Thread Zak Greant
As for the new bug system - I have not yet managed to free up the cycles needed to work on it. Regarding the changes: I did not see any problems with them. However, you use the system much more than most of us. I suppose the important questions are: What information do we need to know

[PHP-DEV] class::method(params...)

2001-01-23 Thread Arno A. Karner
had some time so was reading php-dev and saw some write about this instansless/dataless? classs coding class::method(params...); and thought ureeka thats what ive been looking for i dont want to create instances just so i can use methods Q1 is it, will it be supported in future (works? my

[PHP-DEV] PHP 4.0 Bug #8873: calling odbc_fetch_row with a row number under DB2 does not work

2001-01-23 Thread stuarth
From: [EMAIL PROTECTED] Operating system: Redhat Linux 7.0 PHP version: 4.0.4pl1 PHP Bug Type: ODBC related Bug description: calling odbc_fetch_row with a row number under DB2 does not work Calling odbc_fetch_row() with a row number does not seem to work under DB2 UDB EEE

[PHP-DEV] PHP 4.0 Bug #8874: ftp_nlist and rawlist not working

2001-01-23 Thread steve
From: [EMAIL PROTECTED] Operating system: Windows 2000 Advanced Server PHP version: 4.0.4 PHP Bug Type: *Function Specific Bug description: ftp_nlist and rawlist not working The ftp_nlist and ftp_rawlist functions failed to work for me. I am using PHP.EXE v4.0.4 from a

[PHP-DEV] PHP 4.0 Bug #8873 Updated: calling odbc_fetch_row with a row number under DB2 does not work

2001-01-23 Thread stuarth
ID: 8873 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: ODBC related Description: calling odbc_fetch_row with a row number under DB2 does not work Forget it. It was a problem with my class, not the function. Previous Comments:

[PHP-DEV] Win32 Debug build

2001-01-23 Thread Cameron
where the heck can i find one? can someone send me one or give me a link . . . 4.0.4pl1 or later . . . Cameron -- 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,

[PHP-DEV] Re: PHP 4.0 Bug #8647 Updated: php.exe exception: access violation address: 0x1008e6a1 on or after file()

2001-01-23 Thread Peter
Hello dbeu, The crash is looking like XML code. I tried the code under Solaris and still had an error. I added more detailed logging and ensured the log file was closed after every write so I would not loose records. After much testing, I found that the error occurs when the code hits