[PHP-DEV] PHP 4.0 Bug #8651: Linking with bundled Solaris libldap not supported

2001-01-11 Thread strube
From: [EMAIL PROTECTED] Operating system: Solaris 7 (SPARC) PHP version: 4.0.4 PHP Bug Type: *Install and Config Bug description: Linking with bundled Solaris libldap not supported Presently the libldap bundled with Solaris 7 (package SUNWlldap) is not correctly recognized.

[PHP-DEV] PHP 4.0 Bug #8648 Updated: Core dump while loading DSO into apache

2001-01-11 Thread sniper
ID: 8648 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 already. Grab a snapshot from http://snaps.php.net/ --Jani Previous Comments:

RE: [PHP-DEV] Compile Problem: Place for Help

2001-01-11 Thread Jani Taskinen
On Wed, 10 Jan 2001, Mark Olbert wrote: /usr/bin/ld: .libs/libphp4.so: undefined versioned symbol name __fp_query@@GLIBC_2.0 /usr/bin/ld: failed to set dynamic section sizes: Bad value Either your header files don't match the installed GLIBC version or libresolv.so.1 was compiled against a

[PHP-DEV] Can PHP code access (as a string) the accumulating output stream?

2001-01-11 Thread Moorhouse-Aires Family
Hello, PHP gurus. This is a long shot. I am wanting to know if there is a method available from within PHP code, by which I can fetch (in a string) the current contents of the HTML output stream. The ideal and simplest implementation of this idea would be a hypothetical system function

Re: [PHP-DEV] compiling PHP with oracle

2001-01-11 Thread Cynic
I don't know if this is of any interest, but I successfully built php4-200101100845 with OCI8 on NT5. I haven't tested it yet, but the extension shows as loaded in phpinfo(). At 14:39 11.1. 2001, Andrzej Kiesz wrote the following: --

[PHP-DEV] Sent location header with port!

2001-01-11 Thread Johan Holst Nielsen
Hi ppl I have a problem with the header() function. I have to seen a header which contain a port! My script looks like this: ? header("Location: http://domain.com:8080/file.php3"); ? But it won't redirect! Anyway know a solution? Please help! Shall I define the port antoher place, or is it

[PHP-DEV] PHP 4.0 Bug #8656: mysql_fetch_object duplicate return values

2001-01-11 Thread sigma
From: [EMAIL PROTECTED] Operating system: Linux RedHat 6.2 kernal 2.2.18 PHP version: 4.0.3pl1 PHP Bug Type: MySQL related Bug description: mysql_fetch_object duplicate return values configure line: quick install script: for ($i = 0; ($row = mysql_fetch_object($results))

[PHP-DEV] PHP 4.0 Bug #8410 Updated: php4 newest 2.0a9 apache misalignment

2001-01-11 Thread sniper
ID: 8410 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure Assigned To: Comments: Could you please try the latest CVS snapshot from http://snaps.php.net/ as this should be fixed. --Jani Previous Comments:

[PHP-DEV] CVS Account Request

2001-01-11 Thread root
Full name: Jeong Hee Lee Email: [EMAIL PROTECTED] ID: ropik Purpose: Translate English to Korean -- 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

[PHP-DEV] PHP 4.0 Bug #8666 Updated: highlight_string() crashes on comments

2001-01-11 Thread rasmus
ID: 8666 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Assigned To: Comments: Sort of odd to open and close a bug, I guess. But I wanted a record of this bug in the bug database just in case. Previous Comments:

Re: [PHP-DEV] Sent location header with port!

2001-01-11 Thread Johan Holst Nielsen
Hmmm, where isn't any whitespace! It works when the location not contain a port! But the problem is that it has to contain a port!! It a bit strange, otherwise I think it the server option that is the problem! Or the router! With Best Regards Johan Holst Nielsen As a test, try recoding the