[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: Provider = "sqloledb"; $dbc->Open('DSN=starmate;Database

[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] CVS Account Request

2001-02-03 Thread anonymous
Full name: Andre Roque Email: [EMAIL PROTECTED] ID: andreroq Purpose: Help the translation of the PHP manual to portuguese (pt_BR) -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the lis

[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 include_

[PHP-DEV] PHP 4.0 Bug #9094: Microseconds seem to be untrue values

2001-02-03 Thread rue
From: [EMAIL PROTECTED] Operating system: MS Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Date/time related Bug description: Microseconds seem to be untrue values I wanted to measure script execution time, using microtime(). So I store a value at the beginning of the sc

[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 #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 #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] [EMAI

[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 #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 #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 co

[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] Found

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:

[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: -

[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 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

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 >Repo

[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 m

[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 ent

[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 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[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 ot

[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 () { $this

[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 --enable-s

[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. MySQL

[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 for

[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=9088&edit=1 for why i couldnt get PHP404sp1 to work with

[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 Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

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

2001-02-03 Thread Andrew Sitnikov
Hello php-general, Script flock.php: Run it: ab -n 10 -c 10 http://host/flock.php Why file have similar lines ? 432 : 431 : 431 432 433 : 433 ... 84841 : 841 2 : 842 May be flock not working or I do not understand, how it should work ? How correctly to write in a file from different threads?

[PHP-DEV] PHP 4.0 Bug #9088: php404sp1 broke MIPS Apache - webserver cannot start

2001-02-03 Thread antiphobo
From: [EMAIL PROTECTED] Operating system: Redhat MIPS (Cobalt RAQ2) PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: php404sp1 broke MIPS Apache - webserver cannot start Apache will NOT start when compiled with PHP404sp1. Tested with serveral combinations

[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]) .

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

2001-02-03 Thread eschmid+sic
On Sat, Feb 03, 2001 at 05:17:29PM -, [EMAIL PROTECTED] wrote: > 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

[PHP-DEV] ODBC Bugs ...

2001-02-03 Thread phobo
I dont have a CVS account so cannot touch these ... Bug 6364; should be a bogus bug?? (you cannot compile PHP with both --iodbc and with --openlink). http://bugs.php.net/?id=6364 Bug 8089 should be closed (ODBC Error functions now written as of php404). Just lending a hand, Siggy :) -

[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] 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 scrip

[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 3.0

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:

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 sou

[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 = ob_gzha

[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

Re: [PHP-DEV] nested functions

2001-02-03 Thread Boian Bonev
hi, > Andrei Zmievski wrote: > > > i'm not sure about it, is this a usefull feature (although it > > > behaves very different to, say, PASCAL or gcc with nested > > > functions enabled where the inner function is 'local' to the > > > namespace of the outer one) or should the engine prevent > > >

Re: [PHP-DEV] security issue

2001-02-03 Thread Boian Bonev
hi, or better if you have untrusted users who shall have php access, give them cgi php and use apache's exec wrapper to setuid to user's uid and chroot to her home dir. if their count is not too big run their own web servers under their uids and again chrooted to their home dirs. this is the bes

Re: [PHP-DEV] PHP 4.0 Bug #9064 Updated: Functions inside functions cause errors if the outer function is called twice.

2001-02-03 Thread Boian Bonev
hi, > ID: 9064 > Updated by: hholzgra > Reported By: [EMAIL PROTECTED] > Old-Status: Open > Status: Closed > Bug Type: Scripting Engine problem > Assigned To: > Comments: > > php has no "nested function" feature like you'll find in PASCAL > or in gcc if you enable the feature > > what happens he

[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 09:17:43

[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 #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: