Re: [PHP-DEV] What happened to the notes on php.net?

2002-11-11 Thread Matthew Walker
They're not there for me either... Odd. Maxim Maletsky said: > For my big surprise there aren't there Did I miss something? > > -- > PHP Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Development Mailing List

[PHP-DEV] Re: Returning non-references still allows access to membervariables?

2002-10-22 Thread Matthew Bogosian
ay === hello Can anyone tell me what's going on here? I don't think this is at all the correct behavior. On Sun, 2002-10-20 at 05:02, Matthew Bogosian wrote: > Howdy all, > > I have stumbled onto a reference behavior I cannot explain. Here's my > problem:

[PHP-DEV] Returning non-references still allows access to member variables?

2002-10-20 Thread Matthew Bogosian
Howdy all, I have stumbled onto a reference behavior I cannot explain. Here's my problem: I'm trying to return a copy of a member variable. The function is not declared to return a reference, but it seems as if the user can override this. Here's a non-object example: Running this yields exa

[PHP-DEV] PHPUnit_Assert::assert*Not*Equals()?

2002-10-19 Thread Matthew Bogosian
This may be a really dumb question, but why isn't there a PHPUnit_Assert::assertNotEquals() method? Equality is a complex enough operation, I'd hate to have to do this in my PHPUnit tests: function equals($a_Actual, $a_Expected) { $equivalent = false; // All the inverse logic of P

Re: [PHP-DEV] Re: [RFC] include_ini and include_ini_dir

2002-09-12 Thread Matthew Walker
I see very little point in having include /without/ some kind of parsing. The idea of include is that it lets you dynamically load different pieces based on some condition. Yes, it can make adding little pieces to the config easier to manage, but in my opinion, that's not enough to make me want i

Re: [PHP-DEV] Re: [RFC] include_ini and include_ini_dir

2002-09-12 Thread Matthew Walker
> On Thu, 12 Sep 2002, Matthew Walker wrote: > >> > On Thu, 12 Sep 2002, [EMAIL PROTECTED] wrote: >> > >> >> ok, so we should write a mini-language for the ini? or should we >> just make it php? then we just need to scan/interpret it. >> > >

Re: [PHP-DEV] Re: [RFC] include_ini and include_ini_dir

2002-09-12 Thread Matthew Walker
> On Thu, 12 Sep 2002, [EMAIL PROTECTED] wrote: > >> ok, so we should write a mini-language for the ini? or should we just >> make it php? then we just need to scan/interpret it. > > Nope, sounds like a bad idea for something simple as a .ini file. > For what it's worth, here's my +1 on enablin

[PHP-DEV] CVS Account Request Day?

2002-09-10 Thread Matthew Walker
Is today National CVS Account Request day or something? -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] How to send POST directly from PHP ?

2002-08-27 Thread Matthew Walker
Look up the CURL functions in the PHP docs. Steinar Kolnes said: > > Hi, > > Can someone tell me how I can send POST variables directly from PHP (not > from the clients browser). > The whole point is that the POST must come from the PHP server because the > server who receives the POST only accep

Re: [PHP-DEV] Hiding the remote server

2002-08-16 Thread Matthew Walker
The tool you're looking for is 'curl'. Look it up in PHP's docs. Michael said: > Is it possible to write a script that: > 1) gathers information > 2) upon clicking a "submit" button, "posts" this information to a remote > server for processing. 3) the remote server, by default, will generate > re

Re: [PHP-DEV] ldap controls

2002-07-25 Thread Matthew Gray
Stig Venaas wrote: >On Thu, Jul 18, 2002 at 02:40:33PM -0500, Matthew Gray wrote: > > >>A while back there was some talk about adding ldap_search_ext() and >>ldap_create_*_control()-style functions to PHP to allow server(and maybe >>client someday?) controls to b

[PHP-DEV] ldap controls

2002-07-18 Thread Matthew Gray
A while back there was some talk about adding ldap_search_ext() and ldap_create_*_control()-style functions to PHP to allow server(and maybe client someday?) controls to be sent along with a request. Is anybody working on or still thinking about doing this? Thanks Matt -- PHP Development

[PHP-DEV] Bug with cURL...

2002-06-11 Thread Matthew Walker
I believe I found a bug with cURL support when PHP 4.1.2 is compiled in CGI mode. Go take a look at the report here: http://bugs.php.net/bug.php?id=17715 -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: Re[2]: [PHP-DEV] Major Bug in multiple MySQL Connections?

2002-04-22 Thread Matthew Walker
I was using PEAR DB, but it suffers from the same problems as the low-level functions. Matthew Walker Senior Software Engineer ePliant Marketing -Original Message- From: Steve Meyers [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 12:12 PM To: [EMAIL PROTECTED] Subject: RE

RE: Re[2]: [PHP-DEV] Major Bug in multiple MySQL Connections?

2002-04-22 Thread Matthew Walker
two lines would just make it that much more complex. Matthew Walker Senior Software Engineer ePliant Marketing -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 10:30 AM To: Daniel Lorch Cc: Markus Fischer; Matthew Walker; [EMAIL PROTECTED

RE: [PHP-DEV] Major Bug in multiple MySQL Connections?

2002-04-22 Thread Matthew Walker
need a PHP script to do the data copying. I was hoping to just have multiple connections open, and read from one, and write to the other. *blinks* *light goes on over head* Just figured out how I can still do that. (Another user for the second connection) *runs off to right code again* Matthew Wal

RE: [PHP-DEV] Major Bug in multiple MySQL Connections?

2002-04-22 Thread Matthew Walker
when it's a /major issue.) Matthew Walker Senior Software Engineer ePliant Marketing -Original Message- From: Markus Fischer [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 6:50 AM To: Matthew Walker Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] Major Bug in multiple MySQL C

RE: [PHP-DEV] Major Bug in multiple MySQL Connections?

2002-04-22 Thread Matthew Walker
Mrrr. What a pain. Thanks for telling me what was wrong. I thought I was going insane. (Which isn't a long trip for me.) Matthew Walker Senior Software Engineer ePliant Marketing -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002

RE: [PHP-DEV] Major Bug in multiple MySQL Connections?

2002-04-22 Thread Matthew Walker
Bah it broke the link. Here's a clean copy. http://bugs.php.net/bug.php?id=16730 Matthew Walker Senior Software Engineer ePliant Marketing -Original Message- From: Matthew Walker [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 6:42 AM To: [EMAIL PROTECTED] Subject: [PH

[PHP-DEV] Major Bug in multiple MySQL Connections?

2002-04-22 Thread Matthew Walker
ftware I’m currently working on. Matthew Walker Senior Software Engineer ePliant Marketing --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.345 / Virus Database: 193 - Release Date: 4/9/2002 -- PHP Development Mailing

[PHP-DEV] Rounding....

2002-02-10 Thread Matthew Clark
Seeing as the mathematically correct way to round numbers is to round down to n for n-1<=m<=n.5 and up to n+1 for n.5http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bug #15010 Updated: switch() problem: "+" matches "-"

2002-01-12 Thread matthew . somerville
ID: 15010 User updated by: [EMAIL PROTECTED] Old Summary: switch() problem: "+" matches "-" Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Variables related Operating System: RISC OS PHP Version: 4.1.0 New Comment: Oh, I just assumed it was a problem with PHP, but if it doesn't happen on

[PHP-DEV] Bug #15010: switch() problem: "+" matches "-"

2002-01-12 Thread matthew . somerville
From: [EMAIL PROTECTED] Operating system: RISC OS PHP version: 4.1.0 PHP Bug Type: Variables related Bug description: switch() problem: "+" matches "-" outputs "Oh no!". I guess this is because as switch uses ==, + and - are both being automatically converted to the nu

[PHP-DEV] multiple inheritance ext

2001-12-07 Thread Matthew J Gray
Hello, Where I work, there are 4+ php applications currently being developed by 4 different programmers. In order to try to save code, we use libraries of php code, and to make a long story short-- it would be very helpful(and necessary in one case) if we had multilpe inheritance. In order to

Re: [PHP-DEV] PHP can't compare...

2001-12-05 Thread Matthew Hagerty
At 12:09 PM 12/5/2001 +0200, Zeev Suraski wrote: >At 00:38 05/12/2001, Matthew Hagerty wrote: >>Okay, then why when I ask PHP to show me the value of $fFloat1, do I get >>this: >> >>printf("%f", $fFloat1); -> 63.67 >> >>Not s

[PHP-DEV] Apology, was [Re: PHP still can't compare...]

2001-12-04 Thread Matthew Hagerty
My apologizes to the list, I was treating this as a alternate form of "IF" instead of the "?" operator. I'll strive to not post crap like this to hackers again. Matthew At 11:08 PM 12/4/2001 +0100, [EMAIL PROTECTED] wrote: >Hello, > >this has to do with op

Re: [PHP-DEV] PHP can't compare...

2001-12-04 Thread Matthew Hagerty
omes inaccurate in all but the most simple use of numbers. Matthew At 11:05 PM 12/4/2001 +0100, Derick Rethans wrote: >Hello, > >this is how floating point numbers work. > >3.55 as float is not 'exactly' 3.55, but it is stored in memory as an as >good as possib

[PHP-DEV] PHP still can't compare...

2001-12-04 Thread Matthew Hagerty
set($g_aForm["qty_$iKey"]) AND is_numeric($g_aForm["qty_$iKey"]) ? $g_aForm["qty_$iKey"] : -1); Explain... Thanks, Matthew -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

[PHP-DEV] PHP can't compare...

2001-12-04 Thread Matthew Hagerty
Greetings, Explain to me why the first condition fails! Thanks, Matthew -- 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 PROTECTED]

[PHP-DEV] Bug #13198 Updated: mysql_query does not understand result resource from "CREATE TABLE" query

2001-09-07 Thread matthew
ID: 13198 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Operating System: Linux 2.4.9 PHP Version: 4.0.6 New Comment: oh, and here's the function from my db_tool class: function db_query($query) { return mysql_query($qu

[PHP-DEV] Bug #13198: mysql_query does not understand result resource from "CREATE TABLE" query

2001-09-07 Thread matthew
From: [EMAIL PROTECTED] Operating system: Linux 2.4.9 PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: mysql_query does not understand result resource from "CREATE TABLE" query Basically this code will return this error: Warning: Supplied argument is not a v

[PHP-DEV] RE: [PHP] Question about PDF lib.

2001-08-27 Thread Matthew Loff
It's postscript points, I believe... 72 points per inch. So, an 8.5x11 page is 612x792 points large. --Matt -Original Message- From: Johan Holst Nielsen [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 3:59 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [PHP] Questi

[PHP-DEV] Bug #12731: Broken Links On your Site

2001-08-13 Thread matthew . kwan
anks Matthew -- Edit bug report at: http://bugs.php.net/?id=12731&edit=1 -- 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 PROTECTED]

[PHP-DEV] Bug #12370: Feature suggestion

2001-07-25 Thread matthew
From: [EMAIL PROTECTED] Operating system: Linux 2.4.3 PHP version: 4.0.6 PHP Bug Type: Variables related Bug description: Feature suggestion After reading the documentation on integers, I found myself wondering why PHP does not allow a 64-bit "Long Integer" type instead of c

[PHP-DEV] Bug #10936 Updated: DOMXML crash with CDATA

2001-05-17 Thread matthew . kane
ID: 10936 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Reproducible crash Operating system: Win2K Pro PHP Version: 4.0.5 Description: DOMXML crash with CDATA Not in the binaries in http://www.php.net/do_download.php?download_file=php-4.0.5-Win32.zip&source_site=www

[PHP-DEV] Bug #10936: DOMXML crash with CDATA

2001-05-17 Thread matthew . kane
From: [EMAIL PROTECTED] Operating system: Win2K Pro PHP version: 4.0.5 PHP Bug Type: Reproducible crash Bug description: DOMXML crash with CDATA I am running the latest Win32 binaries from the php.net download page. I am using the ISAPI module on IIS5. In php.ini I enabled

[PHP-DEV] Re: Bug #10773 Updated: C Compiler cannot create executables

2001-05-10 Thread Matthew K Keller
Yes I do have gcc loaded, so what do I do from here - Original Message - From: "Bug Database" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 11:53 PM Subject: Bug #10773 Updated: C Compiler cannot create executables > ID: 10773 > Updated by: sniper > Reported B

[PHP-DEV] Re: Bug #10526 Updated: Possible problem with query

2001-04-30 Thread Matthew Grigajtis
into because someone else may have more problems in the future. Matthew Grigajtis -- 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 PROTECTED]

[PHP-DEV] SQL Server 7.0 and PHP

2001-02-07 Thread Matthew Fisher
ver 7.0 as a matter of some urgency, either through the mssql libraries or through ODBC. (I understand that it is now possible to run SQL Server on Linux, and a few sites are now doing this as a concession to their Microsoft-fixated clients!) Regards Matthew Fisher -- PHP Development Mailing Li

[PHP-DEV] PostgreSQL maintainer? Fixing problems?

2001-02-05 Thread Matthew Hagerty
. Thanks, Matthew -- 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 PROTECTED]

Re: [PHP-DEV] Function prototype for PHP4?

2001-01-21 Thread Matthew Hagerty
I think I posted this to soon, I think I actually found what I am looking for on Zend's site. Sorry for the noise. Matthew At 11:31 PM 1/21/01 -0500, you wrote: >Greetings, > >Is there a guide some place for adding functions to PHP4? There seems to >be such a mix of o

[PHP-DEV] Function prototype for PHP4?

2001-01-21 Thread Matthew Hagerty
by reference very well (which is one of the things I need to do.) Heck, even the Zend page documentation only covers adding to PHP3! At any rate, any insight or direction as to where I can get the definitive rules for adding to PHP4 would be greatly appreciated. Thanks! Matthew -- PHP

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