Re: [PHP-DEV] cvs: php4 / TODO-4.1.txt

2001-04-21 Thread Fredrik Ohrn
On 18 Apr 2001, Stig Sther Bakken wrote: ["Sean R. Bright" [EMAIL PROTECTED]] To continue a tangent... I don't like the idea of having the PEAR fetching/installation mechanism written in PHP (already some base code in PEAR to do this). It seems to me that it forces the user to

[PHP-DEV] PHP 4.0 Bug #10241 Updated: php_flag dosn't work in httpd.conf, but it works in .htaccess files

2001-04-09 Thread ohrn
ID: 10241 Updated by: ohrn Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Configuration Issues Assigned To: Comments: This actually bit me yesterday. It seems that Apache hasn't retrived the new options from dynamically loaded modules at the time it parses

[PHP-DEV] PHP 4.0 Bug #9821 Updated: ClibPDF cpdf_set_viewer_preferences function not working

2001-03-30 Thread ohrn
ID: 9821 Updated by: ohrn Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Old-Bug Type: Feature/Change Request Bug Type: ClibPDF related Assigned To: Comments: Fixed in CVS. Previous Comments: --- [2001

[PHP-DEV] PHP 4.0 Bug #9774 Updated: OCIColumnType() returns similar, but non-specific datatypes

2001-03-30 Thread ohrn
ID: 9774 Updated by: ohrn Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: OCI8 related Assigned To: Comments: From a look at the OCI library headerfiles it doesn't seem to be possible to tell the difference. Previous Comments

[PHP-DEV] Function design recomendation?

2001-03-21 Thread Fredrik Ohrn
I'm about to properly implement cpdf_set_viewer_preferences which is currently just a stub. The underlying function takes a struct with 8 fields. I'd like to avoid having to specify 8 parameters to the PHP equivalent (especially as most of them has sensible defaults). How are structs

[PHP-DEV] [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-CVS] cvs:[PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-CVS] cvs:

2001-03-21 Thread Fredrik Ohrn
Flame each other all you want. I don't mind. But please, stick to one list, stop crossposing to every list and your mum. This is getting pretty annoying. /Fredrik -- Do fish get thirsty? Fredrik hrn Chalmers University of Technology [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #8646 Updated: rand() or getrandmax() is broken

2001-03-20 Thread ohrn
ID: 8646 Updated by: ohrn Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Math related Assigned To: Comments: The proposed fix looks ok. Applied to CVS. Previous Comments: --- [2001-01-10 20:52:24

[PHP-DEV] PHP 4.0 Bug #8883 Updated: explode() and empty strings

2001-03-20 Thread ohrn
ID: 8883 Updated by: ohrn Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Arrays related Assigned To: Comments: count(explode(",","foo")) == 1 (Short enough?) Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9748 Updated: wrong behavior of is_dir() and is_file() on a dir-link

2001-03-20 Thread ohrn
ID: 9748 Updated by: ohrn Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Directory/Filesystem functions Assigned To: Comments: What do you mean with directory link? A Windows "shortcut" to a directory? Previou

[PHP-DEV] GD configure slightly broken.

2001-03-19 Thread Fredrik Ohrn
If I do a ./configure --with-gd Without actually having GD installed in a standard location the configure script decides to statically link it instead of raising an error: checking whether to include GD support... yes (static) And then the make will bomb when gcc can't find the gd

Re: [PHP-DEV] Independent comments on a bug.

2001-03-18 Thread Fredrik Ohrn
ixing bugs... http://www.php.net/cvs-php.php On Sat, 17 Mar 2001, Fredrik Ohrn wrote the following to [EMAIL PROTECTED] : In the bug tracker, is it possible to add a comment to a bug already filed by someone else? -- Do fish get thirsty? Fredrik hrn Chalmers

[PHP-DEV] PHP 4.0 Bug #5906 Updated: PHP 4.0RC2 or higher with CLibPDF fails to compile on RedHat 5.2

2001-03-18 Thread ohrn
ID: 5906 Updated by: ohrn Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: ClibPDF related Assigned To: Comments: #define T 1 in mail.h clashes with a function declaration in cpdflib.h. Fixed in CVS. Previous Comments

[PHP-DEV] PHP 4.0 Bug #9821 Updated: ClibPDF cpdf_set_viewer_preferences function not working

2001-03-18 Thread ohrn
ID: 9821 Updated by: ohrn Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Feature/Change Request Bug Type: ClibPDF related Assigned To: ohrn Comments: I'll look into it. Previous Comments: --- [2001-03-18 14:45

[PHP-DEV] PHP 4.0 Bug #9821 Updated: ClibPDF cpdf_set_viewer_preferences function not working

2001-03-18 Thread ohrn
ID: 9821 Updated by: ohrn Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Old-Bug Type: ClibPDF related Bug Type: Feature/Change Request Assigned To: Comments: Previous Comments: --- [2001-03-18 14:45:32

[PHP-DEV] PHP 4.0 Bug #6559 Updated: yp_first() and yp_next() results handled wrong in ext/yp/yp.c

2001-03-18 Thread ohrn
ID: 6559 Updated by: ohrn Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: YP/NIS related Assigned To: Comments: This depends on the data you put in the map in the first place. Properly created maps do not include linebreaks. It's not up to PHP to second guess

[PHP-DEV] PHP 4.0 Bug #8041 Updated: yp_first and yp_next Return Different Array Formats

2001-03-18 Thread ohrn
ID: 8041 Updated by: ohrn Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: YP/NIS related Assigned To: Comments: Fixed in CVS. Previous Comments: --- [2000-11-29 21:05:55] [EMAIL PROTECTED

Re: [PHP-DEV] New functions (patch included): str_uri_escape andunescape

2001-03-17 Thread Fredrik Ohrn
On Sat, 17 Mar 2001, Gavin Sherry wrote: What's wrong with rawurl(en)(de)code() ? Gavin Well, nothing I guess, except that I didnt find them... :) They do encode a lot of characters that are allowed thou. I'll just write it off as practice. Regards, Fredrik -- Do fish get thirsty?

[PHP-DEV] Independent comments on a bug.

2001-03-17 Thread Fredrik Ohrn
In the bug tracker, is it possible to add a comment to a bug already filed by someone else? If it is, please explain coz I'm to dumb to figure it out. Regards, Fredrik -- Do fish get thirsty? Fredrik hrn Chalmers University of Technology [EMAIL PROTECTED]

[PHP-DEV] YP/NIS functions reworked.

2001-03-17 Thread Fredrik Ohrn
L PROTECTED] so we can mail you a copy immediately. | +--+ | Authors: Stephanie Wehner [EMAIL PROTECTED]| +| Fredrik Ohrn| +

[PHP-DEV] Remade the ClibPDF diffs against the CVS tree.

2001-03-17 Thread Fredrik Ohrn
See my post form earlier today for details on the patch. -- Do fish get thirsty? Fredrik hrn Chalmers University of Technology [EMAIL PROTECTED] Sweden Index: cpdf.c

[PHP-DEV] Remade the YP/NIS diffs against the CVS tree.

2001-03-17 Thread Fredrik Ohrn
. | +--+ | Authors: Stephanie Wehner [EMAIL PROTECTED]| + | Fredrik Ohrn

[PHP-DEV] Quick solution for bug 5906 (ClibPDF + IMAP)

2001-03-17 Thread Fredrik Ohrn
Bug 5906 is a fatal compile error which occurs when including both IMAP and ClibPDF support. Problem: IMAP headers define T, which collide with a cpdflib function declaration. Solution: Get rid of it before incuding cpdflib.h. T is unused anyway, but if someone someday decides to use T in the

[PHP-DEV] New functions (patch included): str_uri_escape and unescape

2001-03-16 Thread Fredrik Ohrn
Hello! I couldn't find any pointers on where to send contributions, I hope this is the right place. Anyway, I was stumped when I couldn't find an easy way to escape strings for use when printing URLs. So I added two new functions: str_uri_escape and the coresponding str_uri_unescape to the