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

2001-02-03 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 Looks like someone else is having the same problem. See bug number 9002 Serge Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9014 Updated: Content-Type included in uploaded files

2001-02-03 Thread sveinrn
ID: 9014 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: HTTP related Description: Content-Type included in uploaded files Found updated files php-4.0.4pl1-5.i386.rpm under http://people.redhat.com/nalin/test/ that solved my problem! Guess you can close this one! Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9029 Updated: preg_split inconsistency

2001-02-03 Thread avsm
ID: 9029 Updated by: avsm Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PCRE related Assigned To: Comments: Functionality added in 4.0.5-dev by andrei@ Previous Comments: --- [2001-01-31

[PHP-DEV] PHP 4.0 Bug #9085: tar file is corrupted in your web site

2001-02-03 Thread mbinatli
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: tar file is corrupted in your web site tar -zxf php4.0.4pl1.tar.gz -- invalid EOF etc... I downloaded 2 times from various connections. -- Edit Bug

[PHP-DEV] PHP 4.0 Bug #9086: auto trans-sid and output_handler

2001-02-03 Thread stefhen
From: [EMAIL PROTECTED] Operating system: Linux Mandrake 7.2 PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: auto trans-sid and output_handler Sessions auto trans-sid are not working if you enable the content compression ( output_handler =

Re: [PHP-DEV] popen() on Win32

2001-02-03 Thread Andi Gutmans
Reminder! :) Andi At 05:27 PM 1/21/2001 +0100, Derick Rethans wrote: Hi, A couple of guys here said they are working on creating a popen() alternative solution for Win32. Any progress? I'm busy with it. I'm making progress indeed. I only have to bring the code into the PHP source now.

Fwd: RE: [PHP-DEV] Bug #8732

2001-02-03 Thread Andi Gutmans
Anyone else bump into something like this? Andi Subject: RE: [PHP-DEV] Bug #8732 Date: Fri, 2 Feb 2001 13:54:09 +0100 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PHP-DEV] Bug #8732 Thread-Index: AcCG63JZ+YNk1p38Q8COcgf0ren1RwGK6w/Q From: "Edin Kadribasic" [EMAIL PROTECTED] To: "Andi

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-02-03 Thread php-dev
PHP 3.0 Bug Database summary - http://bugs.php.net Num Status Summary (681 total including feature requests) ===[*General Issues]== 4180 Open is_link returns false when target doesnt exist (should return true) 8083 Open

[PHP-DEV] PHP 4.0 Bug Summary Report

2001-02-03 Thread php-dev
PHP 4.0 Bug Database summary - http://bugs.php.net Num Status Summary (1144 total including feature requests) ===[*Configuration Issues] 7666 Feedback PHP4 doesn't read php.ini with NT4/IIS 7695 Feedback Error while accessing php

[PHP-DEV] PHP 4.0 Bug #9087: Mistranslation: set_time_limit in the german manual

2001-02-03 Thread j-f
From: [EMAIL PROTECTED] Operating system: WinNT PHP version: 4.0.2 PHP Bug Type: Documentation problem Bug description: Mistranslation: set_time_limit in the german manual The translation of the second paragraph is incorrect; please supersede it with the following: "Wenn

[PHP-DEV] --with-pear configure option

2001-02-03 Thread Jon Parise
How about adding a --with-pear configure option (or something similar) which would allow the specification of the PEAR install directory at build time? I realize 'make install PEAR_INSTALL=/foo' works, but it doesn't set the default include path correctly. -- Jon Parise ([EMAIL PROTECTED]) .

[PHP-DEV] Question about flock() on Linux

2001-02-03 Thread Andrew Sitnikov
Hello php-general, Script flock.php: ? $file_name = 'flock.txt'; for($i=0;$i1000;$i++){ if ($fd = fopen($file_name,'a+')){ if (flock($fd,LOCK_EX)){ fseek($fd,0,SEEK_END); fwrite($fd,$i.' : '.$i."\n"); flock($fd,LOCK_UN); }else{ die('Can not lock

[PHP-DEV] Question about flock() on Linux. Part 2

2001-02-03 Thread Andrew Sitnikov
Hello php-general, This also does not work: flock.php ? $file_name = '/home/sitnikov/tmp/flock.txt'; if ($fd = fopen($file_name,'a+')){ for($i=0;$i1000;$i++){ if (flock($fd,LOCK_EX)){ fseek($fd,0,SEEK_END); fwrite($fd,$i.' : '.$i."\n"); flock($fd,LOCK_UN);

[PHP-DEV] PHP 4.0 Bug #9044 Updated: Compiling with latest Openlink ODBC fails with PHP4

2001-02-03 Thread antiphobo
ID: 9044 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Description: Compiling with latest Openlink ODBC fails with PHP4 Allegedly PHP404sp1 fixes this Openlink problem ... but see bug id http://bugs.php.net/?id=9088edit=1 for why i couldnt get PHP404sp1 to work with

[PHP-DEV] db paging with MS SQL 7

2001-02-03 Thread Scott Parks
Has anyone seen a good hack for doing database paging using PHP4 on Microsoft SQL Server 7.0. In other words, say your query returns a 100 items, you want to break them into 10 items per page and do a previous, next and page numbers at the bottom of the page. Most of the ones I have seen are

[PHP-DEV] PHP 4.0 Bug #9070 Updated: Can only create test databases.

2001-02-03 Thread kane
ID: 9070 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MySQL related Description: Can only create "test" databases. This was not a PHP problem, but rather a configuration problem with MySQL. I had not configured my username to permission to create databases.

[PHP-DEV] PHP 4.0 Bug #9089: Function registration failed - duplicate name - mysql_connect

2001-02-03 Thread mavrik
From: [EMAIL PROTECTED] Operating system: RH Linux 6.2, kernel 2.4.1 PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: Function registration failed - duplicate name - mysql_connect PHP build options --prefix=%{_prefix} --disable-debug --enable-pic

[PHP-DEV] PHP 4.0 Bug #9090: call_user_method() duplicates object

2001-02-03 Thread cazzell
From: [EMAIL PROTECTED] Operating system: linux 2.4 PHP version: 4.0.4pl1 PHP Bug Type: Class/Object related Bug description: call_user_method() duplicates object First some sample code: class foo { var $bar = 0; function increase () {

[PHP-DEV] Invitation to a new Web site on politics and culture

2001-02-03 Thread editor
This is an invitation to you to visit a new Web site, THE SCHENK REPORT (http://www.SchenkReport.com), where the subjects are politics and culture from a generally liberal point of view. THE SCHENK REPORT features: **Insightful commentary, generally from the left but sometimes veering off in

[PHP-DEV] CVS Account Request

2001-02-03 Thread anonymous
Full name: Eduard Hergenroeder Email: [EMAIL PROTECTED] ID: EduardH Purpose: PHP-DOC-DE -- 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] Bug #9091: the Contructor of a class is called after! the end of a script

2001-02-03 Thread sauer1
From: [EMAIL PROTECTED] Operating system: Unix (Apache/1.3.14) PHP version: 3.0.16 PHP Bug Type: Other Bug description: the Contructor of a class is called after! the end of a script I builded a class and in the constructor of the class i made a entry in a Database. The

[PHP-DEV] PHP 4.0 Bug #9092: variables-by-references in class constructor not working

2001-02-03 Thread t . stinner
From: [EMAIL PROTECTED] Operating system: Linux 2.2.16 PHP version: 4.0.4pl1 PHP Bug Type: Class/Object related Bug description: variables-by-references in class constructor not working This code snippet: class test { function test($test1=false) { } } gives

Re: [PHP-DEV] PHP 4.0 Bug #8894 Updated: Upgraded to 4.0.4p1 from 4.0.4 caused apache to crash

2001-02-03 Thread Zeev Suraski
What probably happened is that you copied the 4.0.4pl1 .so module over the 4.0.4 one, and then ran 'apachectl restart'. That's not supposed to work, you actually have to stop the server and start it again... Zeev At 20:16 26/1/2001, [EMAIL PROTECTED] wrote: ID: 8894 Updated by: sniper

[PHP-DEV] CVS Account Request

2001-02-03 Thread anonymous
Full name: ismail kahraman Email: [EMAIL PROTECTED] ID: ihero Purpose: Learning PHP -- 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 #9092 Updated: variables-by-references in class constructor not working

2001-02-03 Thread zak
ID: 9092 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Class/Object related Assigned To: Comments: This should not work - how can you pass a literal value by reference? However, you are right about the error message - it does seem to be incorrect. Previous Comments:

Re: [PHP-DEV] CVS Account Request

2001-02-03 Thread Zak Greant
You do not need a CVS account for learning PHP. The PHP CVS repository has read-only access that anyone can use - visit http://bugs.php.net/anoncvs.php for more information. --zak - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 03, 2001 4:06

[PHP-DEV] PHP 4.0 Bug #9014 Updated: Content-Type included in uploaded files

2001-02-03 Thread david
ID: 9014 Updated by: david Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: HTTP related Assigned To: Comments: ok so let's close Previous Comments: --- [2001-02-03 07:33:28] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9000 Updated: echo `cat /etc/passwd` -- bypasses open_basedir .

2001-02-03 Thread david
ID: 9000 Updated by: david Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Configuration Issues Assigned To: Comments: safe_mode disables `` safe_mode_exec_dir specifies a base directory for executables disable_functions allows you to turn disable certain functions

[PHP-DEV] PHP 4.0 Bug #9092 Updated: variables-by-references in class constructor not working

2001-02-03 Thread t . stinner
ID: 9092 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Class/Object related Description: variables-by-references in class constructor not working hmm, i see your point. is it possible to define a value that should be passwd by reference as optional? Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9093: if(1) fails

2001-02-03 Thread richchri
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.2 PHP Bug Type: Scripting Engine problem Bug description: if(1) fails The code causing the error looks something like this Here is the value of $name: "some_data" if($what_the_fuck= ($name != NULL)) {

[PHP-DEV] PHP 4.0 Bug #9087 Updated: Mistranslation: set_time_limit in the german manual

2001-02-03 Thread sniper
ID: 9087 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Assigned To: Comments: fixed in CVS. --Jani Previous Comments: --- [2001-02-03 12:17:29]

[PHP-DEV] PHP 4.0 Bug #8089 Updated: No ODBC function that returns SQL error messages

2001-02-03 Thread sniper
ID: 8089 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: ODBC related Assigned To: Comments: According to phobo [EMAIL PROTECTED], ODBC Error functions are now written as of php404. --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #6364 Updated: Can not use odbc functions with iODBC and Openlink

2001-02-03 Thread sniper
ID: 6364 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Bogus Bug Type: ODBC related Assigned To: Comments: you cannot compile PHP with both --iodbc and with --openlink --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9095: colon/semicolon delimitd extension_dir ?

2001-02-03 Thread leeym
From: [EMAIL PROTECTED] Operating system: FreeBSD-4.2-STABLE PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: colon/semicolon delimitd extension_dir ? Could you please make extension_dir become a colon/semicolon delimitd string (just like

[PHP-DEV] PHP 4.0 Bug #8952 Updated: PHP Installs With PNG, Apache Doesn't

2001-02-03 Thread kevin
ID: 8952 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Problem Description: PHP Installs With PNG, Apache Doesn't Fixed by changing -lttf -lpng -lz -lgd -ljpeg in the gcc strings to -lgd -lttf -lpng -lz -ljpeg. Works now. Library problem I suppose. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8361 Updated: Chinese char changed ADODB.command,recordset can not be used

2001-02-03 Thread steeven
ID: 8361 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: COM related Description: Chinese char changed ADODB.command,recordset can not be used I donwload 4.05dev from www.mm4.de, and run the following code: ?php //phpinfo(); $dbc = new COM("ADODB.Connection");