[PHP-DEV] PHP 4.0 Bug #8686 Updated: Starting a session corrupts reading of external files.

2001-01-19 Thread sas
ID: 8686 Updated by: sas Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: *Session related Assigned To: Comments: Please upgrade to PHP 4.0.4 or later. If you are not using the transparent session id propagation feature, please reopen this report. I cannot reproduc

[PHP-DEV] PHP 4.0 Bug #8311 Updated: quotes added when using session_start

2001-01-19 Thread sas
ID: 8311 Updated by: sas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Session related Assigned To: Comments: (I assume you are using the transparent session ID propagation feature.) This issue has been addressed in PHP 4.0.4. An upgrade to the latest version shou

[PHP-DEV] Re: session_start(); crashes when using latest CVS with --enable-trans-sid

2001-01-19 Thread Sascha Schumann
On Sat, 20 Jan 2001, Jani Taskinen wrote: > > Test script: > > There is probably something broken in your checkout or build. The latest CVS works fine here. - Sascha -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

[PHP-DEV] PHP 4.0 Bug #8623 Updated: say in configure --with-bz2 needs bzip2 >= 1.0

2001-01-19 Thread sniper
ID: 8623 Updated by: sniper Reported By: Tomas V.V.Cox <[EMAIL PROTECTED]> Old-Status: Open Status: Closed Bug Type: Compile Problem Assigned To: Comments: Fixed in CVS. Thank you for noticing this. --Jani Previous Comments: ---

RE: [PHP-DEV] re zend_compile_file

2001-01-19 Thread Sean R. Bright
zend_compile_file is a function pointer...this line is the most helpful: Zend/zend.c:zend_compile_file = compile_file; You are looking for the wrong function. Sean > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 19, 2001 10:43 PM

[PHP-DEV] Bug #8818: Can't start apache with php3 but *can* restart!

2001-01-19 Thread scherrey
From: [EMAIL PROTECTED] Operating system: Linux RedHat 6.2 PHP version: 3.0.17 PHP Bug Type: Installation problem Bug description: Can't start apache with php3 but *can* restart! This is actually version 3.0.18 but it wasn't a selectable option. I've built apache 1.3.14 and

[PHP-DEV] re zend_compile_file

2001-01-19 Thread Rick Herbel
Hi Just a dumb question could not find this in this function in the source zend_compile_file Probably due to some strange C ism I dont understand here is the "grep -r"I performed any clues would be helpful. Zend/zend_compile.c: :ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *fi

[PHP-DEV] PHP 4.0 Bug #8817: $foo->getbar()->getfoobar()->method()

2001-01-19 Thread tenshi
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4 PHP Bug Type: Class/Object related Bug description: $foo->getbar()->getfoobar()->method() Hi there. It would imho be useful to be abeled to code $foo->getbar()->getfoobar()->method(); instead of having to sa

[PHP-DEV] PHP 4.0 Bug #8816: cross subscript object variable access

2001-01-19 Thread tenshi
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4 PHP Bug Type: Class/Object related Bug description: cross subscript object variable access I today found out a strange thing about the PHP4 object/variable handling that I can not understand. My main script

[PHP-DEV] PHP 4.0 Bug #8815: allow_fopen_url = On & include("URL") don't work

2001-01-19 Thread mklinux
From: [EMAIL PROTECTED] Operating system: Intel/Linux (GNU) PHP version: 4.0.4pl1 PHP Bug Type: *Configuration Issues Bug description: allow_fopen_url = On & include("URL") don't work After compiling PHP 4.0.4pl1 with ./configure" \ --prefix=/usr \ --with-c

[PHP-DEV] PHP 4.0 Bug #8791 Updated: core dump when trying to get_class_vars on a class with a hash variable

2001-01-19 Thread sniper
ID: 8791 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Reproduceable crash Assigned To: Comments: Does this happen with PHP 4.0.4pl1 ? I tried with latest CVS and it didn't crash. --Jani Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #8814: Undefined Versioned Symbol

2001-01-19 Thread mark
From: [EMAIL PROTECTED] Operating system: Linux 2.2.5 PHP version: 4.0.4 PHP Bug Type: Compile Failure Bug description: Undefined Versioned Symbol I have previously reported a problem with php-4.0.4 failing to compile, aborting with an undefined versioned symbol error (on _

[PHP-DEV] PHP 4.0 Bug #8311 Updated: quotes added when using session_start

2001-01-19 Thread cynic
ID: 8311 Updated by: cynic Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: IIS related Bug Type: *Session related Assigned To: Comments: reclassifying. BTW, this is not IIS-specific, it has been reported for Mandrake too (#8686). Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #8686 Updated: Starting a session corrupts reading of external files.

2001-01-19 Thread cynic
ID: 8686 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: *Session related Assigned To: Comments: duplicate of #8311 Previous Comments: --- [2001-01-12 16:56:09] [EMAIL PROTECTE

[PHP-DEV] PHP 4.0 Bug #8271 Updated: Using include() on file with javascript after session_start() corrupts output

2001-01-19 Thread cynic
ID: 8271 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Old-Bug Type: IIS related Bug Type: *Session related Assigned To: Comments: duplicate of #8311 Previous Comments: --- [2000-12-15

[PHP-DEV] session_start(); crashes when using latest CVS with --enable-trans-sid

2001-01-19 Thread Jani Taskinen
Test script: Here's the backtrace: (gdb) run -X Starting program: /www/apache/bin/httpd -X [New Thread 1024 (runnable)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (runnable)] 0x40634c86 in url_adapt_ext_ex (src=0x81756e4 "", srclen=0, name=0x80cf688 "PHPSE

Re: [PHP-DEV] RE: PHP 4.0 Bug #8469 Updated: function pdf_setlinewidthdoes not work at all.

2001-01-19 Thread Jani Taskinen
On Fri, 19 Jan 2001, matthew zhang wrote: >It does not work. I have been using pdf_stringwidth function. This one is >working and we have almost finished our program And you didn't explain HOW exactly it didn't work? I tried the example code you sent and it worked just fine. The line width was

[PHP-DEV] RE: PHP 4.0 Bug #8469 Updated: function pdf_setlinewidth does not work at all.

2001-01-19 Thread matthew zhang
It does not work. I have been using pdf_stringwidth function. This one is working and we have almost finished our program By the way, I just wonder if there is any pdf function to link other pages if the user clicks. Thanks. -Original Message- From: Bug Database [mailto:[EMAIL PROTECTED]

Re: [PHP-DEV] Mean

2001-01-19 Thread Jason Greene
Thanks, I Removed it from cvs. -Jason Andrei Zmievski wrote: > > On Fri, 19 Jan 2001, Jason Greene wrote: > > I was just looking at php4/TODO. > > > > What is the desired capability for array_mean? Is this refering to the mean of all >numerical elements in the > > list? Is the desired function

[PHP-DEV] PHP 4.0 Bug #8811 Updated: DB2 SQLColumns() doens't work by default.

2001-01-19 Thread szii
ID: 8811 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Description: DB2 SQLColumns() doens't work by default. The data coming back from SQLColumns() is working correctly at the odbc_columns() level. However, you cannot run odbc_fetch_row() or odbc_fetch_array() agains

Re: [PHP-DEV] Mean

2001-01-19 Thread Andrei Zmievski
On Fri, 19 Jan 2001, Jason Greene wrote: > I was just looking at php4/TODO. > > What is the desired capability for array_mean? Is this refering to the mean of all >numerical elements in the > list? Is the desired functionality to count non numerical data as 0's or to >completly ignore them fro

[PHP-DEV] Mean

2001-01-19 Thread Jason Greene
I was just looking at php4/TODO.   What is the desired capability for array_mean? Is this refering to the mean of all numerical elements in the list? Is the desired functionality to count non numerical data as 0's or to completly ignore them from the alg?   -Jason  

[PHP-DEV] Re: [PHP-PEAR] something I noticed re:licenses.

2001-01-19 Thread Chuck Hagenbuch
Quoting Joao Prado Maia <[EMAIL PROTECTED]>: > > Agreed. Especially since every single one mentions binarycloud. > > I thought I was the only one thinking this way. Thanks Nathan :) It's ridiculous to beat on Alex when 4 or 5 people seem to have been taking the same stance from a PHPLIB viewp

RE: [PHP-DEV] Undefined Versioned Symbol

2001-01-19 Thread Mark Olbert
Sorry, but those bug reports provide no information on how to solve the problem. Other than re-installing the glibc, which I've done, or re-installing my entire system, which is similar to killing a fly with a 10 megaton nuclear warhead. Is there any record that reinstalling the entire system actu

[PHP-DEV] PHP 4.0 Bug #8813: PHP locks MetaBase for extended periods.

2001-01-19 Thread LPhillips
From: [EMAIL PROTECTED] Operating system: Win2K SP1 IIS 5.0 PHP version: 4.0.4pl1 PHP Bug Type: IIS related Bug description: PHP locks MetaBase for extended periods. It is appearing to me that PHP seems to likr to lock the IIS MetaBase for extended periods on my IIS 5.0 ins

[PHP-DEV] PHP 4.0 Bug #8812: Calling zend_error during module shutdown causes PHP to crash.

2001-01-19 Thread tomr
From: [EMAIL PROTECTED] Operating system: Solaris, Linux PHP version: 4.0.3pl1 PHP Bug Type: Reproduceable crash Bug description: Calling zend_error during module shutdown causes PHP to crash. If you call zend_error during the shutdown sequence for a module then you get a co

[PHP-DEV] RE: [PHP-DB] odbc_columns() and DB2

2001-01-19 Thread Andrew Hill
Szii I suggest you test it. You will discover that the opposite is usually true. Also, you may have discovered other reasons why Unified ODBC does not fulfill the value of ODBC. Best regards, Andrew Andrew Hill Director Technology Evangelism

[PHP-DEV] PHP 4.0 Bug #8811 Updated: DB2 SQLColumns() doens't work by default.

2001-01-19 Thread szii
ID: 8811 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Description: DB2 SQLColumns() doens't work by default. After more research, please disregard this report. the odbc_columns() is not working against DB2 7.1, but there's something else going on. (It SIGSEGVs on multip

[PHP-DEV] SV: shebang through suid-wrapper (execv)

2001-01-19 Thread Johan Ekenberg
Jason, thanks alot! Should this be documented somewhere, anyone? Regards, Johan > Your problem has to do with the combination of your suexec-like > cgi-wrapper and the > detection algorythem implied in php. CGI mode of php detects your > webserver by looking at > various environment rules (e

RE: [PHP-DEV] Undefined Versioned Symbol

2001-01-19 Thread Mike Robinson
Go to http://bugs.php.net and read #7711,8774, and 8721. Regards Mike Robinson > -Original Message- > From: Mark Olbert [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 19, 2001 3:24 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] Undefined Versioned Symbol > > > I've been having pro

[PHP-DEV] Re: shebang through suid-wrapper (execv)

2001-01-19 Thread Jason Greene
Johan, Your problem has to do with the combination of your suexec-like cgi-wrapper and the detection algorythem implied in php. CGI mode of php detects your webserver by looking at various environment rules (eg. SERVER_SOFTWARE). When you a cgi is executed by the webserver (ex. wrapper.cgi), P

[PHP-DEV] PHP 4.0 Bug #8811 Updated: DB2 SQLColumns() doens't work by default.

2001-01-19 Thread szii
ID: 8811 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Description: DB2 SQLColumns() doens't work by default. The workaround posted is incorrect as it'll change the action of the cat/schema/table/etc values and not the SIZE of the values. Please ignore the workaround

[PHP-DEV] PHP 4.0 Bug #8811: DB2 SQLColumns() doens't work by default.

2001-01-19 Thread szii
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4 PHP Bug Type: ODBC related Bug description: DB2 SQLColumns() doens't work by default. In ext/php_odbc.c function odbc_columns() has an incorrect SQLColumns() set of parameters for DB2 databases. Currently:

[PHP-DEV] Undefined Versioned Symbol

2001-01-19 Thread Mark Olbert
I've been having problems getting php-4.0.4 to compile on my linux system; the make keeps breaking when libphp.so is being linked with an undefined versioned symbol name __ns_name_unpack@@GLIBC_2.1 error. I've rebuilt and reinstalled glibc2.1.3, and every library I know of that php depends on, bu

[PHP-DEV] PHP 4.0 Bug #8749 Updated: Compile errors with IBM DB2 support

2001-01-19 Thread kalowsky
ID: 8749 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Assigned To: Comments: this looks like the configure process has somehow not found your DB2 libraries. can you share the configure log? at the very least check to make sure it finds these libr

[PHP-DEV] PHP 4.0 Bug #8810: Access violation with mssql.allow_persistent = on

2001-01-19 Thread claudio
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: MSSQL related Bug description: Access violation with mssql.allow_persistent = on PHP 4.0.4pl1 gives an access violation when persistent connections are enabled using mssql.allow_persi

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

2001-01-19 Thread bf
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: Cookieless session with Header redirects I have code like: session_start(); if ( !isset( $Foo ) ) { session_register( "Foo" ); } else { print(

[PHP-DEV] Could someone add me to the ACL please

2001-01-19 Thread Jason Greene
Hey I just noticed that while I was gone, acls were implemented. Could I be added to the developer ACL? Thanks, Jason -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administ

[PHP-DEV] PHP 4.0 Bug #8799 Updated: snmp.dll displays error message on all generated pages

2001-01-19 Thread cynic
ID: 8799 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Old-Bug Type: SNMP related Bug Type: Documentation problem Assigned To: Comments: user feedback: -- yup that fixed it. is that path a compile time option?? -- I'm not famili

[PHP-DEV] RE: [PHP-DB] odbc_columns() and DB2

2001-01-19 Thread szii
Yeah, I'm using the Unified ODBC. The abstraction layer over DB2's CLI is faster than "real" ODBC. -Szii At 08:57 AM 1/19/01 -0500, Andrew Hill wrote: >Regarding the wrapper - I assume you are using the built-in unified-odbc... >which isn't really ODBC. >As I understand it unified-odbc is just

[PHP-DEV] PHP 4.0 Bug #8757 Updated: PHP Warning: Unable to load dynamic library 'e:\distrib\php\extensions\php_yaz.

2001-01-19 Thread cynic
ID: 8757 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Old-Bug Type: IIS related Bug Type: YAZ related Assigned To: Comments: Previous Comments: --- [2001-01-17 06:54:31] [EMAIL PROTECTE

[PHP-DEV] PHP 4.0 Bug #8808: sybase_connect() problem

2001-01-19 Thread sjm05
From: [EMAIL PROTECTED] Operating system: Win2000 PHP version: 4.0.4pl1 PHP Bug Type: Sybase-ct (ctlib) related Bug description: sybase_connect() problem I work for NYS Department of Health. We have a large Public Health Network which operates on SUN boxes with Sybase ASE

[PHP-DEV] PHP 4.0 Bug #8773 Updated: sql_regcase

2001-01-19 Thread cynic
ID: 8773 Updated by: cynic Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: *Regular Expressions Bug Type: Documentation problem Assigned To: Comments: reclassifying Previous Comments: --- [2001-01-17 20:57:26] [E

Re: [PHP-DEV] PHP 4.0 Bug #8795: Recieved POST-form-data is unexpectedly escaped with backslashes

2001-01-19 Thread Jason Greene
>From a hostile standpoint, a sendmail server allowing VRFY is considered bad, /let alone giving the hacker detailed uid/gid structure of your system. Jason - Original Message - From: "Ignacio Vazquez-Abrams" <[EMAIL PROTECTED]> To: "Toby Butzon" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]

Re: [PHP-DEV] c++ files as module

2001-01-19 Thread Sascha Schumann
> /bin/sh: I.: command not found > make[4]: [muscatapi.lo] Error 127 (ignored) Your config.m4 lacks PHP_REQUIRE_CXX. - Sascha -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

[PHP-DEV] PHP 4.0 Bug #8795 Updated: Recieved POST-form-data is unexpectedly escaped with backslashes

2001-01-19 Thread cynic
ID: 8795 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Assigned To: Comments: you must turn magic_quotes_gpc off if you don't want PHP to addslashes() your GPC data. if this is not the case, reopen the bug report. Previous

[PHP-DEV] c++ files as module

2001-01-19 Thread Sam Liddicott
I'm trying to add some .cpp files to the muscat module, the hard part is getting them compiled! My Makefile.in is: LTLIBRARY_NAME= libmuscat.la LTLIBRARY_SOURCES = muscat.c muscat_net.c LTLIBRARY_SOURCES_CPP = muscatapi.cpp LTLIBRARY_SHARED_NAME = muscat.la LTLIBRARY_SHARED_LIBADD =

[PHP-DEV] PHP 4.0 Bug #8807: readfile ignores output buffering setting

2001-01-19 Thread lindsay . marshall
From: [EMAIL PROTECTED] Operating system: Redhat 6.2 PHP version: 4.0.4pl1 PHP Bug Type: Output Control Bug description: readfile ignores output buffering setting ob_start(); readfile('foo'); header('X-Test: sdfsdfsd'); ob_end_flush(); -- Edit Bug report at: http://bugs.

Re: [PHP-DEV] PHP 4.0 Bug #8795: Recieved POST-form-data is unexpectedlyescaped with backslashes

2001-01-19 Thread Ignacio Vazquez-Abrams
On Thu, 18 Jan 2001, Toby Butzon wrote: > As a side note, check this link out ;) > http://[removed]?file=/etc/passwd > > --Toby > Oh come on. Exposing this file even with shadow passwords in place is still a HUGE risk, because now your userids are exposed and your system is vulnerable to a brute

[PHP-DEV] RE: PHP 4.0 Bug #8799 Updated: snmp.dll displays error message on all generated pages

2001-01-19 Thread Quinlan D
hi, yup that fixed it. is that path a compile time option?? regards, Daniel Quinlan ph: +44 20 76544485 Motability Finance > -Original Message- > From: Bug Database [mailto:[EMAIL PROTECTED]] > Sent: 19 January 2001 16:52 > To: [EMAIL PROTECTED] > Subject: PHP 4.0 Bug #879

[PHP-DEV] PHP 4.0 Bug #8799 Updated: snmp.dll displays error message on all generated pages

2001-01-19 Thread cynic
ID: 8799 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: SNMP related Assigned To: Comments: try moving the mibs directory to %DRIVE%:/usr/mibs (%DRIVE% being the drive where PHP is installed), and report back, please. Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #8794 Updated: preg_grep changed behavior by design?

2001-01-19 Thread instigator
ID: 8794 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: PCRE related Description: preg_grep changed behavior by design? The behavior is inconsistent with expectations and breaks code. In the example given count() returns 1, so loops attempting to access found eleme

[PHP-DEV] Re: PHP 4.0 Bug #8805 Updated: can't include pdflib

2001-01-19 Thread Joachim Guettinger
>ID: 8805 >Updated by: sniper >Reported By: [EMAIL PROTECTED] >Old-Status: Open >Status: Bogus >Bug Type: PDF related >Assigned To: >Comments: > >Use --with-pdflib=/usr/local instead. >ie. leave the /lib out. > >--Jani > >Previous Comments: >---

[PHP-DEV] PHP 4.0 Bug #6398 Updated: Kernel page fault caused by PHP

2001-01-19 Thread cynic
ID: 6398 Updated by: cynic Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: ODBC related Assigned To: Comments: user feedback: -- Excuse me for this delayed response. I'm going to try latest version of PHP soon and test it again in the same test environment. I'll send

[PHP-DEV] sybase persitent connections

2001-01-19 Thread Kirill Barsukov
Hi,   Could anybody think about any dangers of using sybase persistent connections with PHP? I'm thinking about the situations when the connection is not properly returned back to PHP or when a connection has pending uncommitted transaction going on. Situations like that.  It looks like I'm

[PHP-DEV] PHP 4.0 Bug #8806: PEAR.PHP file missing in Win32 install

2001-01-19 Thread fernandog
From: [EMAIL PROTECTED] Operating system: win98 PHP version: 4.0.4pl1 PHP Bug Type: PHP options/info functions Bug description: PEAR.PHP file missing in Win32 install I want to use the DB library for connection to a mysql database. I am missing the file PEAR.DB in the pear d

[PHP-DEV] PHP 4.0 Bug #8805 Updated: can't include pdflib

2001-01-19 Thread sniper
ID: 8805 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: PDF related Assigned To: Comments: Use --with-pdflib=/usr/local instead. ie. leave the /lib out. --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8805: can't include pdflib

2001-01-19 Thread support
From: [EMAIL PROTECTED] Operating system: FreeBSD 3.3 PHP version: 4.0.1pl2 PHP Bug Type: PDF related Bug description: can't include pdflib I want to configure with pdflib but the configure-script don't find the libraries. They exist at: /usr/local/lib/libpdf.s0 and a link g

Re: [PHP-DEV] PHP 4.0 Bug #8803 Updated: crazy implementation ofprintf/sprintf

2001-01-19 Thread Derick Rethans
On Fri, 19 Jan 2001, Sascha Schumann wrote: > Does %.2x work? If not, then it is indeed not in compliance > with C99. 7.19.6 says: > No, this doesn't work, I just thought %.2x was a user typo, sorry for that. However %03x works fine. Derick Rethans ---

[PHP-DEV] PHP 4.0 Bug #8804 Updated: Add support for semicolon instead of ampersand as query string delimiter

2001-01-19 Thread rasmus
ID: 8804 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Assigned To: Comments: See the arg_separator directive in your php.ini file. Previous Comments: ---

Re: [PHP-DEV] Re: PHP 4.0 Bug #8803 Updated: crazy implementationof printf/sprintf

2001-01-19 Thread Derick Rethans
On Fri, 19 Jan 2001, Mike Banahan wrote: > Sorry, I don't want to carp - but it IS a problem for me. Sorry, my bad, it's not C99 conform. But %06X works fine BTW. Derick Rethans - PHP: Scripting the Web - www.php.net - [

[PHP-DEV] Re: PHP 4.0 Bug #8803 Updated: crazy implementation of printf/sprintf

2001-01-19 Thread Mike Banahan
On Fri, Jan 19, 2001 at 03:10:38PM -, Bug Database wrote: > ID: 8803 > Updated by: derick > Reported By: [EMAIL PROTECTED] > Old-Status: Open > Status: Closed > Bug Type: Unknown/Other Function > Assigned To: > Comments: > > This works fine: > > echo sprintf ("%2x", 29); > > output: > 1d >

[PHP-DEV] PHP 4.0 Bug #8804: Add support for semicolon instead of ampersand as query string delimiter

2001-01-19 Thread rduarte
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: Add support for semicolon instead of ampersand as query string delimiter I'm sorry if this is in the latest version of PHP but I haven't seen it docum

Re: [PHP-DEV] PHP 4.0 Bug #8803 Updated: crazy implementation ofprintf/sprintf

2001-01-19 Thread Sascha Schumann
On 19 Jan 2001 [EMAIL PROTECTED] wrote: > ID: 8803 > Updated by: derick > Reported By: [EMAIL PROTECTED] > Old-Status: Open > Status: Closed > Bug Type: Unknown/Other Function > Assigned To: > Comments: > > This works fine: > > echo sprintf ("%2x", 29); > > output: > 1d > > This is not a bug.

[PHP-DEV] Re: PHP 4.0 Bug #8486 Updated: Error parsing form data field names in rfc1867.c

2001-01-19 Thread Nalin Dahyabhai
On Thu, Jan 18, 2001 at 02:25:22AM -0500, Nalin Dahyabhai wrote: > I finally got some time to pull the diff from 1.54 to 1.56 and try > it out. It's better, but not quite right. It looks like the variable > name isn't being terminated in the right place -- a dump of the output > from phpinfo() s

[PHP-DEV] PHP 4.0 Bug #8801 Updated: httpd could not be started

2001-01-19 Thread damber
ID: 8801 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Apache related Description: httpd could not be started Previous Comments: --- [2001-01-19 09:44:55] [EMAIL PROTECTED] Under Linux Mdk 6.1

[PHP-DEV] PHP 4.0 Bug #8803 Updated: crazy implementation of printf/sprintf

2001-01-19 Thread derick
ID: 8803 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Unknown/Other Function Assigned To: Comments: This works fine: echo sprintf ("%2x", 29); output: 1d This is not a bug. Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #8801 Updated: httpd could not be started

2001-01-19 Thread damber
ID: 8801 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Description: httpd could not be started Ok it's not a bug, I have forgot to compile php3.0.16 with --enable-versioning. Now php3 and php4 works fine. Previous Comments: --

[PHP-DEV] EXTENSIONS file refresh..

2001-01-19 Thread Jani Taskinen
I added some missing extensions into the EXTENSIONS file and some missing EXPERIMENTAL files into the extensions which were marked as experimental. So every author of those extensions should check that the information in EXTENSIONS is correct. e.g. There were some missing info about the primary

[PHP-DEV] PHP 4.0 Bug #8803: crazy implementation of printf/sprintf

2001-01-19 Thread mikeb
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: crazy implementation of printf/sprintf Whether a bug or a feature, I consider it a serious bug that printf/sprintf do not fully adhere to the formattin

[PHP-DEV] PHP 4.0 Bug #8802 Updated: Core dump

2001-01-19 Thread derick
ID: 8802 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: *Install and Config Assigned To: Comments: This is now fixed in CVS. Previous Comments: --- [2001-01-19 09:51:16] [EMAIL PROTECTED] This i

[PHP-DEV] PHP 4.0 Bug #8750 Updated: /usr/local/lib/php.ini is ignored

2001-01-19 Thread ms
ID: 8750 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Scripting Engine problem Description: /usr/local/lib/php.ini is ignored Thanks for your help. it works now! I think I will blame the documenation though. There is this page about the php.ini: http://www

Re: [PHP-DEV] PHP 4.0 Bug #8801: httpd could not be started

2001-01-19 Thread Jani Taskinen
On 19 Jan 2001 [EMAIL PROTECTED] wrote: >From: [EMAIL PROTECTED] >Operating system: Linux Mdk 6.1 >PHP version: 4.0.4pl1 >PHP Bug Type: Apache related >Bug description: httpd could not be started > >Under Linux Mdk 6.1 >I have : >apache 1.3.12 >Php 3.0.16 >MySql 3.22.32 (sou

[PHP-DEV] PHP 4.0 Bug #8802 Updated: Core dump

2001-01-19 Thread sniper
ID: 8802 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Install and Config Assigned To: Comments: This is fixed in CVS. Try latest snapshot from http://snaps.php.net/ --Jani Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #8750 Updated: /usr/local/lib/php.ini is ignored

2001-01-19 Thread avsm
ID: 8750 Updated by: avsm Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Scripting Engine problem Assigned To: Comments: Try entering 'magic_quotes_gpc = On' in your php.ini, instead of the string that you submitted in the bug report. If that doesn't work, then more

[PHP-DEV] PHP 4.0 Bug #8802: Core dump

2001-01-19 Thread fiebrandt
From: [EMAIL PROTECTED] Operating system: FreeBSD 3.3 PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: Core dump untar php-4.0.4pl1 ./configure make ./php zsh: floating point exception (core dumped) ./php testet on two different freebsd 3.3 server G

[PHP-DEV] PHP 4.0 Bug #8801: httpd could not be started

2001-01-19 Thread damber
From: [EMAIL PROTECTED] Operating system: Linux Mdk 6.1 PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: httpd could not be started Under Linux Mdk 6.1 I have : apache 1.3.12 Php 3.0.16 MySql 3.22.32 (source) And I would added php4.0.4pl1 with : ./

[PHP-DEV] PHP 4.0 Bug #8793 Updated: Apache 2.0 alpha 9 e PHP 4

2001-01-19 Thread sniper
ID: 8793 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Apache related Assigned To: Comments: For Apache 2.0 support you need to use --with-apxs2. Check the sapi/apache2filter/README for help. --Jani Previous Comments: ---

[PHP-DEV] RE: [PHP-DB] odbc_columns() and DB2

2001-01-19 Thread Andrew Hill
Regarding the wrapper - I assume you are using the built-in unified-odbc... which isn't really ODBC. As I understand it unified-odbc is just a common function set as a minimal abstraction to several databases whose syntax calls are fairly similar. Have you tried a 'real' ODBC layer? e.g. compile

[PHP-DEV] PHP 4.0 Bug #8794 Updated: preg_grep changed behavior by design?

2001-01-19 Thread andrei
ID: 8794 Updated by: andrei Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PCRE related Assigned To: Comments: Yes, preg_grep() was always supposed to return the results with their original keys but it wasn't until the behavior was fixed a little while ago. Previous

[PHP-DEV] Bug #6795

2001-01-19 Thread Heino H. Gehlsen
When will bug #6795 ("Problem with the value of $PATH_TRANSLATED") be corrected ? It's a real pain in the butt! You can't actually use $PATH_TRANSLATED for anything if it's accessed from a pass-trhough-script... I'm willing to set up a demonstration of the problem if that will help... Yours h

Re: [PHP-DEV] Bug w/ multi-dimensional form elements and file uploads?

2001-01-19 Thread Zeev Suraski
If it works, +1 :) At 15:21 19/1/2001, Sascha Schumann wrote: > [hate to reply to myself, but I don't want to waste other > people's time looking into this thing.] > > I think I've found the bug. > > The comment in rfc1867.c around line 195 says: > > start_arr is set to po

Re: [PHP-DEV] Bug w/ multi-dimensional form elements and file uploads?

2001-01-19 Thread Sascha Schumann
[hate to reply to myself, but I don't want to waste other people's time looking into this thing.] I think I've found the bug. The comment in rfc1867.c around line 195 says: start_arr is set to point to 1st [ But the code use strrchr to locate the bracket, so start_a

[PHP-DEV] Bug w/ multi-dimensional form elements and file uploads?

2001-01-19 Thread Sascha Schumann
Hi, please consider this part of a form: The file upload code adds Data[user][foo] properly to HTTP_POST_FILES. But then, it tries to add variables like these: Data[user]_name[bar] Data[user]_size[bar] Data[user]_type[bar] php_register_variab

[PHP-DEV] PHP 4.0 Bug #8800 Updated: Unexpected string comparison behaviour

2001-01-19 Thread zak
ID: 8800 Updated by: zak Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *General Issues Assigned To: Comments: This is the expected behavior. Use the === operator to check for explicit (type and value) equality. Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #8800: Unexpected string comparison behaviour

2001-01-19 Thread paul . rees
From: [EMAIL PROTECTED] Operating system: Suse Linux 7.0 PHP version: 4.0.4pl1 PHP Bug Type: *General Issues Bug description: Unexpected string comparison behaviour $var1 = "009";// string settype ($var1, 'string'); // ...but just to be sure echo 'var1 is a ' .

[PHP-DEV] Re: PHP 4.0 Bug #6398 Updated: Kernel page fault caused by PHP

2001-01-19 Thread dceddced dceddced
Excuse me for this delayed response. I'm going to try latest version of PHP soon and test it again in the same test environment. I'll send you a report after running the test. Bye. >From: Bug Database To: [EMAIL PROTECTED] Subject: PHP 4.0 Bug #6398 >Updated: Kernel page fault caused by PHP Da

[PHP-DEV] PHP 4.0 Bug #8799: snmp.dll displays error message on all generated pages

2001-01-19 Thread danielq
From: [EMAIL PROTECTED] Operating system: Windows NT 4.0 SP6a PHP version: 4.0.4pl1 PHP Bug Type: SNMP related Bug description: snmp.dll displays error message on all generated pages Windows NT 4.0 SP6a IIS 4.0 php 4.0.4pl1 Win32 binary distribution packaged as zip, from ht

[PHP-DEV] PHP 4.0 Bug #8798 Updated: nl2br() function and XHTML 1.0

2001-01-19 Thread avsm
ID: 8798 Updated by: avsm Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Assigned To: Comments: This is already fixed in 4.0.5-cvs. Look at: http://cvs.php.net/viewcvs.cgi/php4/ext/standard/string.c.diff?r1=1.176&r2=1.177 for the actually c

[PHP-DEV] PHP 4.0 Bug #8798: nl2br() function and XHTML 1.0

2001-01-19 Thread egeberg
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.3pl1 PHP Bug Type: Feature/Change Request Bug description: nl2br() function and XHTML 1.0 The nl2br() function prints html not xhtml ( and ). Maybe the function should take a xhtml / html parameter or a new f

Re: [PHP-DEV] Re: [PHP-PEAR] Merging PHPLIB into PEAR

2001-01-19 Thread Ulf Wendel
Chuck Hagenbuch wrote: > > If the DB layer is changing, then there are going to be backwards compatibility > problems anyway, and they might end up being more subtle and hard to find. Why > not provide scripts to convert users' code to use the new names? Why assume > that the API is going to be

[PHP-DEV] CVS Account Request

2001-01-19 Thread root
Full name: John Barker Email: [EMAIL PROTECTED] ID: jbarker Purpose: Adding notes to documentation -- 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