[PHP-DEV] PHP 4.0 Bug #8983 Updated: gd tries to use gif functions

2001-01-29 Thread ben
ID: 8983 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Description: gd tries to use gif functions There seems to be some errors while trying to compile php (with gd). I just removed the few gif functions from ext/gd/gd.c and compiled fine. Maybe it would be a

[PHP-DEV] PHP 4.0 Bug #8983 Updated: gd tries to use gif functions

2001-01-29 Thread ben
ID: 8983 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Description: gd tries to use gif functions OK OK, ignore all that other crap I've already posted I REALLY DONT KNOW WHAT I AM TALKING ABOUT... Anyways, got trouble compiling 4.0.4pl1 and also the latest

[PHP-DEV] PHP 4.0 Bug #8975: modulo (%) sets the ritht operator to the result

2001-01-29 Thread ben
From: [EMAIL PROTECTED] Operating system: FreeBSD PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: modulo (%) sets the ritht operator to the result $a = 0; $b = 2; $c = $a % $b print($b) // $b will be set to 0. does nasty thing to for loops :)

[PHP-DEV] Re: PHP 4.0 Bug #8975 Updated: modulo (%) sets the ritht operator to the result

2001-01-30 Thread ben
hmm... ok, i'll dig out what i actually did. it was in the middle of a for loop, using the counter as the first argument. something like for ( $i = 0; $i array_count_values($whatever); $i++ ) { print($whatever[$i]); if ( $i % $rowcount = 0) { print("/trtr");

[PHP-DEV] Re: PHP 4.0 Bug #8975 Updated: modulo (%) sets the ritht operatorto the result

2001-01-30 Thread ben
holy shit, i can't believe i did that. sorry to bug you, i will now retire myself shamefully back whence i came in dishonor. On 31 Jan 2001, Bug Database wrote: ID: 8975 Updated by: phanto Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Unknown/Other

[PHP-DEV] PHP 4.0 Bug #9200: strtolower handle arrays in addition to strings

2001-02-09 Thread ben
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: strtolower handle arrays in addition to strings It would be nice to have strtolower() accept arrays as arguments (or just make a function such as

[PHP-DEV] PHP 4.0 Bug #9229: Sockets extension does not compile -- possible problem

2001-02-12 Thread ben
From: [EMAIL PROTECTED] Operating system: IRIX 6.5 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: Sockets extension does not compile -- possible problem The sockets extension does not compile under IRIX. This is due to the IRIX sockets library not

[PHP-DEV] PHP 4.0 Bug #9297: sprintf (%f, $foo) crashes with very large $foo.

2001-02-16 Thread ben
From: [EMAIL PROTECTED] Operating system: RH Linux 7.0, i386 PHP version: 4.0.4pl1 PHP Bug Type: Strings related Bug description: sprintf ("%f", $foo) crashes with very large $foo. [ben@home ben]$ echo '? $foo = 2.2864849511949E+190; settype($foo,"double&q

[PHP-DEV] PHP 4.0 Bug #9374: add an optional use_include_path to file_exists()

2001-02-21 Thread ben
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: add an optional use_include_path to file_exists() It would be good to have the optional use_include_path parameter with file_exists, just as with

[PHP-DEV] PHP 4.0 Bug #9608: JVM instantly crashes with ext/java

2001-03-07 Thread ben
From: [EMAIL PROTECTED] Operating system: RH LInux 7.0 / i386 PHP version: 4.0 Latest CVS (07/03/2001) PHP Bug Type: Reproduceable crash Bug description: JVM instantly crashes with ext/java With the jver.php test script, I get the following output: [ben@home php-java

[PHP-DEV] Bug #12064: Truetype functions can't locate fonts

2001-07-11 Thread ben
From: [EMAIL PROTECTED] Operating system: Windows 2000 SP1 PHP version: 4.0.6 PHP Bug Type: GD related Bug description: Truetype functions can't locate fonts The GD TrueType functions can't find fonts; relative paths and absolute paths both do not work. Example (font is

[PHP-DEV] Bug #12064 Updated: Truetype functions can't locate fonts

2001-07-12 Thread ben
clue? Thanks, Ben Previous Comments: [2001-07-12 14:36:33] [EMAIL PROTECTED] No idea about the Windows version, but on UNIX the new GD2 library is hardcoded to look for TTF fonts in /usr/share/fonts/truetype. Also

[PHP-DEV] Bug #12064 Updated: Truetype functions can't locate fonts

2001-07-12 Thread ben
this problem on Unices, so I won't bother looking there. Any clue? Thanks, Ben [2001-07-12 14:36:33] [EMAIL PROTECTED] No idea about the Windows version, but on UNIX the new GD2 library is hardcoded to look for TTF

[PHP-DEV] Bug #12064 Updated: Truetype functions can't locate fonts

2001-07-12 Thread ben
bother looking there. Any clue? Thanks, Ben [2001-07-12 14:36:33] [EMAIL PROTECTED] No idea about the Windows version, but on UNIX the new GD2 library is hardcoded to look for TTF fonts in /usr/share/fonts/truetype

[PHP-DEV] Bug #12064 Updated: Truetype functions can't locate fonts

2001-07-22 Thread ben
ID: 12064 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: GD related Operating System: Windows 2000 SP1 PHP Version: 4.0.6 New Comment: That would take a good look at the source code to see how PHP is passing arguments to the GD library. Previous

[PHP-DEV] Bug #14590: Can not unzip your install once downloaded

2001-12-18 Thread ben
From: [EMAIL PROTECTED] Operating system: xp PHP version: 4.1.0 PHP Bug Type: *General Issues Bug description: Can not unzip your install once downloaded When we download your PHP 4.1.0 Win32 zip installer it will not unzip using several different programs? -- Edit bug

[PHP-DEV] Re: Bug #15764 Updated: mysql_real_connect client flags: compression SSL

2002-03-01 Thread Ben
Attached. On 1 Mar 2002 08:55:15 - PHP Bug Database [EMAIL PROTECTED] wrote: ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=15764edit=2 ID: 15764 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL

[PHP-DEV] New FastCGI sapi; build questions

2001-03-15 Thread Ben Mansell
es, but I'm hesitant to modify Makefile.in if I don't have to. Ideally, the CGI devkit would be integrated into the PHP sourcetree. I think the license would permit this, though I'm no expert on this kind of thing. Could anyone advise? Cheers, Ben -- Ben Mansell, [EMAIL PROTECTED]

[PHP-DEV] Multiple inserts in one sybase_query issue

2001-06-18 Thread Ben Gabrielson
makes splitting these up into different queries impossible. Thnaks in advance for any aid. Ben -- 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

Re: [PHP-DEV] Multiple inserts in one sybase_query issue

2001-06-19 Thread Ben Gabrielson
an array of result sets would be extremely useful, but I don;t think that its my issue here. Am I dealing with a bug here? ~Ben Jo Giraerts [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Well, what you are doing in the second query is actually gett

[PHP-DEV] Bug #12405: The result of create_function should be accepable to the parser

2001-07-26 Thread ben-php
From: [EMAIL PROTECTED] Operating system: Linux (but I think all) PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: The result of create_function should be accepable to the parser While trying to build a set of higher-order search and match

[PHP-DEV] libxml / dom functions

2001-08-28 Thread ben-lists
Hi, i'm interested in using the libxml / DOM functions, they are however marked EXPERIMENTAL. How far away are they from being included in PHP ? Is there any help needed to make them safe to use ? Regards, Benno -- Sebastian Benoit [EMAIL PROTECTED] / Software Engineer -- PHP Development

[PHP-DEV] New Extension

2001-09-24 Thread Ben Menking
I wrote an extension over the weekend that will authenticate users to a m$ windows domain server. Does this functionality already exist in PHP4? If not I'd love to include it. -- Ben Menking [EMAIL PROTECTED] http://www.menking.net/ -- PHP Development Mailing List http://www.php.net

[PHP-DEV] apache 2.0.28 and php 4.1rc2

2001-11-14 Thread Ben Woodhead
saying that php has not been loaded. I have looked all over the docs and mailing list but i have not found anything like this.. Anybody have any ideas what wrong. Ben -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP-DEV] Data Hiding Implementation in PHP Classes

2002-08-16 Thread Ben Dischinger
someone working on it, perhaps I will roll up my sleeves and get my elbows dirty. Thank you so much for reading. Ben Dischinger NDSU Computer Science

[PHP-DEV] Unserialize Bug #17728 and Re: [PHP-DEV] Data Hiding Implementation in PHP Classes

2002-08-16 Thread Ben Dischinger
at me as I'm not very familier with php's internal structure. I've attached the trace and code below. I've noticed a bug in the bug tracking system http://bugs.php.net/bug.php?id=17728, that looks related and unresolved. Any help would be appreciated! Thank you! Ben Dischinger Here

[PHP-DEV] Interfaces in PHP

2002-08-20 Thread Ben Dischinger
What are the thoughts on implementing interfaces (as in object) within PHP? Does the work outweigh the benefits? Ben Dischinger -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Interfaces in PHP

2002-08-20 Thread Ben Dischinger
a function be defined in a class without using interfaces please let me know. Thanks, Ben Dischinger - Original Message - From: Brad LaFountain [EMAIL PROTECTED] To: Alan Knowles [EMAIL PROTECTED]; Wez Furlong [EMAIL PROTECTED] Cc: Ben Dischinger [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent

Re: [PHP-DEV] Interfaces in PHP

2002-08-21 Thread Ben Dischinger
see this working is if there was multiple inheratence or interfaces. You can think of it as inserting an additional branch into the class tree heirarchy. But all of this is doable without having interfaces, it's just that they are one of the easier ways to solve these problems. Ben -- PHP

Re: [PHP-DEV] Interfaces in PHP

2002-08-21 Thread Ben Dischinger
, bringing us to the same problem. The delegation construct looks promising for having a means of multiple inheretence. Ben Zeev Suraski wrote: At 09:30 21/08/2002, Ben Dischinger wrote: You don't quite get the same functionality from extending a class as you would from implementing

[PHP-DEV] Break down RETR from telnet

2002-11-17 Thread Ben Box
Hi, I'm wondering how to parse the actual email message (body) from RETR in telnet, I am able to parse all the other information needed (using TOP in telnet) but cannot get the actual message... could anyone help please? Thanks for any help -- PHP Development Mailing List

[PHP-DEV] CVS Account Request: hatem

2003-02-03 Thread Hatem Ben
contributions to arabic documentation translation (php pear manual). thx -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Request : PHP Symbian os

2003-03-09 Thread Hatem Ben
Greetings all, Have someone already tryed to use/compile/code PHP on Symbian OS ? Cheers, Hatem -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: PHP 4.0 Bug #9784 Updated: png_get_error_ptr

2001-03-16 Thread BEN AÏSSI Akram
First, sorry for chaiging E mail, I am [EMAIL PROTECTED], you can reply every where you want Reply: I also used the PHP 4.0.4pl1 and it does the same ... so about the gd.h, it uses the brand new one, I also compiled gd again, because I was thinking that the error was frome there, but I think

[PHP-DEV] Problems from php4.0.6 to 4.1.1 with sessions

2002-01-20 Thread Ben-Nes Michael
register_globals = On I dont make thing complex and so I use only: session_start(); session_register(some_var); a copy of the php.ini for the 4.1.1 is at: http://www.canaan.co.il/users/miki/php-ini-4.1.1.txt Thanks in Advance. -- Canaan Surfing Ltd. Internet Service Providers Ben

[PHP-DEV] CVS Account Request: doron

2002-05-21 Thread Doron Ben-David
Migration of PHP to Hebrew - included the manual, man files etc... -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: hatem

2003-02-26 Thread Ben Yacoub Hatem
arabic php pear manual translation -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php