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 the

[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 (br and br/). Maybe the function should take a xhtml / html parameter or a

[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.176r2=1.177 for the actually

[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

[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

[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] Bug w/ multi-dimensional form elements and file uploads?

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

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

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 point to

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

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

[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

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

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 (source) And

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

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

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. Does %.2x

[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

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

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

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

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

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

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

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

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 http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

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];

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

[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

[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

[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

[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

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

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 problems

[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 (eg.

[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

[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

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

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

[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

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 from the

[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()

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 functionality to

[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

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] session_start(); crashes when using latest CVS with --enable-trans-sid

2001-01-19 Thread Jani Taskinen
Test script: ?php session_start(); ? 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 "",

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

[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

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

[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

[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-gt;getbar()-gt;getfoobar()-gt;method() Hi there. It would imho be useful to be abeled to code $foo-getbar()-getfoobar()-method(); instead of having

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] 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: ?php session_start(); ? There is probably something broken in your checkout or build. The latest CVS works fine here. - Sascha -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED]

[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

[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

[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

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

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