Re: [PHP-DEV] segfault with ze2/php5-cvs

2003-03-21 Thread Joey Smith
Very nice. What about: name = 'Eve'; $new = $start->__clone(); ?> Does it come back with 'Call to a member function on a non-object'? On Fri, Mar 21, 2003 at 02:47:06PM -0500, Sterling Hughes wrote: > class sheep { > var $name; > } > > $start = new sheep; > $start->name = "Dolly"

[PHP-DEV] Zeev's decision to ban Manuel

2002-02-07 Thread Joey Smith
I just wanted to come out publicly in support of Zeev's decision, even though I must say it was probably poorly executed (namely, by not mentioning it to the rest of us). Just my opinion, of course, but there it is. This is an Open Source project, and we all get rather passionate about it (c.f.,

[PHP-DEV] TML++

2002-01-27 Thread Joey Smith
On Saturday, Jan. 26th, at 11:36am MST my son, Joseph Clark Smith, Jr. was born. He is 19.5" in length and 7 lbs. 5 oz. More pictures later, but here's on to start with: http://www.joeysmith.com/~joey/jj.jpg -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL P

Re: [PHP-DEV] Bug N°13763 Update with example

2001-10-25 Thread Joey Smith
This bug is completely unrelated to your COMPUTE statement, it's because you are returning more than 1 result set from your stored procedure. There is a known weakness in the PHP sybase_ct implementation right now, in that you can only get at the first result set that any query returns. Nick Mard

Re: [PHP-DEV] Rand...

2001-09-19 Thread Joey Smith
Jeroen: It would probably help the discussion a lot if you would sort through all of the comments on your page, decide which are valid and which are not, and then rewrite the proposal. I can't seem to follow which comments are being accepted and which are being discarded. -- PHP Develo

Re: [PHP-DEV] Re: Bug #13322 Updated: Still SIGSEGV with DOMXML /double free()

2001-09-15 Thread Joey Smith
On Sat, 15 Sep 2001, Ivo Hulinsky wrote the following to Bug Database and...: > Why now I cannot update this bug? I've got error: > > The username or password you supplied was incorrect. > Something went wrong updating the database. > > Is this problem that I have not CVS username? M

Re: [PHP-DEV] PHP and CSS

2001-09-14 Thread Joey Smith
Are you sure that PHP is doing it? In what way does it "mangle" the text? And why on earth is your server set to have PHP parse CSS files? :) On Fri, 14 Sep 2001, Lindsey Simon wrote the following to [EMAIL PROTECTED]: > The last two projects I've worked on I've noticed that PHP somehow mangles

Re: [PHP-DEV] imap support

2001-09-11 Thread Joey Smith
Please send support questions to [EMAIL PROTECTED] On Wed, 12 Sep 2001, Carry Ian wrote the following to [EMAIL PROTECTED] : > Hello, > > Our ISP does not support IMAP with PHP. > We requested them to enable IMAP support but they refused. > > Is there any other way we can use the IMAP function

Re: [PHP-DEV] Woah

2001-09-11 Thread Joey Smith
raefe wrote the following to Joey Smith : > Joey Smith wrote: > > I would rather see something to the effect of "use strict;" (as in > > perl) that can be defined (per site/directory/namespace/SOMETHING...) > > to mean "use gettext on all calls to print"

[PHP-DEV] Regarding the code audit

2001-09-10 Thread Joey Smith
There are quite a few warnings generated which are semi-bogus, because the tool being used is picking up PHP function names like chmod() and chown()while there *are* potential problems here (see TSRM/tsrm_virtual_cwd.h), the situation is not as bad as it appears... On the other hand, the sug

Re: [PHP-DEV] Woah

2001-09-10 Thread Joey Smith
t;use gettext on all calls to print" than to see _() stay. On Mon, 10 Sep 2001, Wez Furlong wrote the following to Joey Smith : > On 10/09/01, "Joey Smith" <[EMAIL PROTECTED]> wrote: > > I would love if every C developer in the world would stop using this. I > > do

Re: [PHP-DEV] Woah

2001-09-10 Thread Joey Smith
The point that *I* have been trying to get at is that this has *ALWAYS* been a bad idea, no matter what langague you are using. You all talk an awful lot about how _ decreases the "contextual overhead". What I'm trying to express is that THIS IS BAD! gettext() is deep magic. When you are doing de

Re: [PHP-DEV] Woah

2001-09-08 Thread Joey Smith
> >Inconveniencing your long-time users in the name of language purity > >is, IMHO, just plain stupid. > > To keep us from spiraling down the drain, I'll leave that one unanswered :) Oops. I already took us down that road. Ken, I whole-heartedly apologize for my rude statments.

Re: [PHP-DEV] Woah

2001-09-08 Thread Joey Smith
These are two of the most ridiculous statements I have *EVER* heard anyone make. Cleaning up a language is a benefit worth paying in price for. How many millions of lines of C code had to be re-written when the ANSI standard was published? And I'm not personally sure, but I'd be willing to bet th

Re: [PHP-DEV] Woah

2001-09-07 Thread Joey Smith
Did it occur to you that people who *DON'T* use gettext() frequently have to maintain the code of those who do, and that _() isn't going to make one lick of sense to them? On Fri, 7 Sep 2001, Chuck Hagenbuch wrote the following to Joey Smith : > Quoting Joey Smith <

Re: [PHP-DEV] Woah

2001-09-07 Thread Joey Smith
Sep 2001, Chuck Hagenbuch wrote the following to Joey Smith : > Quoting Joey Smith <[EMAIL PROTECTED]>: > > > So let's be the first ones to get our heads on straight and get rid of > > this ridiculous concept. It is, IMHO, one of the worst ideas in the > > hist

Re: [PHP-DEV] Woah

2001-09-07 Thread Joey Smith
ng to PHP...: > * On 2001-09-07 at 23:06, > Joey Smith <[EMAIL PROTECTED]> excited the electrons to say: > > > > So let's be the first ones to get our heads on straight and get rid of > > this ridiculous concept. It is, IMHO, one of the worst ideas in the > &g

Re: [PHP-DEV] Woah

2001-09-07 Thread Joey Smith
So let's be the first ones to get our heads on straight and get rid of this ridiculous concept. It is, IMHO, one of the worst ideas in the history of the world...I'd really rather be reading perl regular expressions than this. On Fri, 7 Sep 2001, Rasmus Lerdorf wrote the following to Zeev Suraski

Re: [PHP-DEV] The rand() can of worms

2001-09-04 Thread Joey Smith
Replied to Sterling off-list. I really just want to get all of this resolved so those of us who are "on the sidelines" on this one can get back to work. :) -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

[PHP-DEV] The rand() can of worms

2001-09-04 Thread Joey Smith
I realize I'm (as one person put it) "[stepping] right into the line of fire" on this, but I want to resolve the issues with Jeroen's big rand() patch. >From what I can tell, there are 3 camps: 1) Leave it, let Jeroen fix it. We know it is broken, but we're willing to wai

Re: [PHP-DEV] Bug #13137 Updated: CVS incompatible with autoconf2.13 (AC_LANG_POP)

2001-09-04 Thread Joey Smith
Wow, everyone touched that one! :) -- PHP Development Mailing List 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] Re: Rand

2001-09-03 Thread Joey Smith
Ditto. I have no conceptual issues with Jeroen's patch, but I would have preferred a "please review on the branch" before comitting to HEAD. I like Zeev's suggestions. Is someone already on it, or should I get started? ;) Jeroen, I was waiting for you tell us the branch was stable before I bega

[PHP-DEV] Where is the bug in #13067?

2001-08-30 Thread Joey Smith
As I commented in bug #13067, it's not clear whether the manual or the source is correct...Whichever it is, I think this patch may be the right way to move from returning an int to returning a bool... Index: db.c === RCS file: /re

Re: [PHP-DEV] Crash in var_dump and print_r

2001-08-26 Thread Joey Smith
OK, I'll track it down. Thanks. On Sun, 26 Aug 2001, Zeev Suraski wrote the following to Joey Smith : > It looks like domxml is responsible here. The hash table that's sent to it > contains a NULL value, which should be a valid zval *... > > Zeev > > At 13:0

[PHP-DEV] Crash in var_dump and print_r

2001-08-26 Thread Joey Smith
This may be due to the way domxml is doing things, but the test script in bug #10936 still creates a crash, and the backtrace points to zend_print_zval_r_ex...see attachment 1. Attachment 2 show that var_dump() gives more or less the same result. #0 0x81bf5d6 in zend_print_zval_r_ex (write_fun

Re: [PHP-DEV] mysql_fetch_xml

2001-08-23 Thread Joey Smith
I agree with Brian on this. The only way I can see it being a good idea to have this in a module is if it were made part of the dbx extension, or maybe a PEAR C module... On Thu, 23 Aug 2001, Brian Moon wrote the following to Eliot Shepard : > This is a very neat function. I may be able to use

Re: [PHP-DEV] about domxml api-change in 4.0.7

2001-08-23 Thread Joey Smith
I've since looked at it, and I fixed #1 and #3. The other two issues are not going away any time soon... (that is, "2" and the issue Christian raised). On Mon, 20 Aug 2001, Christian Stocker wrote the following to...: > On Mon, 20 Aug 2001, Colin Viebrock wrote: > > > FWIW, I've needed to hack

Re: [PHP-DEV] Bug #12891 Updated: Can't install php

2001-08-22 Thread Joey Smith
Try comparing the output of md5sum php-4.0.6.tar.gz with this: 5f698521cf2b392cf9bfa87fc1a0fe90 phpweb/distributions/php-4.0.6.tar.gz If it doesn't match, then your download is not working correctly. If you used a browser to attempt the download, it's likely the browser has un-gzipped the file t

Re: [PHP-DEV] pif

2001-08-22 Thread Joey Smith
I considered exactly this, before coming to the same conclusion as Andrei. :) +1 On Wed, 22 Aug 2001, Zeev Suraski wrote the following to Jeroen van Wolffelaar : > How about phf_, for PHP Helper Function? > I see a point in differentiating language level API functions (e.g. like > output buffe

Re: [PHP-DEV] about domxml api-change in 4.0.7

2001-08-20 Thread Joey Smith
On Mon, 20 Aug 2001, Colin Viebrock wrote the following to [EMAIL PROTECTED]: > I haven't installed libxml 2.4.2 and PHP 4.0.7rc1 yet, but I'm wondering if > someone can tell me which API version is in use? This script should tell > you: > By your script, B is in use for 4.0.7. I'm g

Re: [PHP-DEV] about domxml api-change in 4.0.7

2001-08-18 Thread Joey Smith
That will change shortly. On Sat, 18 Aug 2001, Christian Stocker wrote the following to...: > On Sat, 18 Aug 2001, Jani Taskinen wrote: > > > > > DOMXML is an experimental extension. So you can expect it > > to change still.."Your mileage may vary" :) > > e.g. In 4.0.7 the required libxml versi

Re: [PHP-DEV] Re: cvs: php4 / NEWS

2001-08-18 Thread Joey Smith
Yup... sniper Thu Aug 16 20:48:34 2001 EDT Modified files: (Branch: PHP_4_0_7) /php4/ext/dbase dbase.c Log: MFH He just didn't MFH the NEWS entry... On Sat, 18 Aug 2001, Joey Smith wrote the following to [EMAIL PROTECTED] : > I thought Jani alr

Re: [PHP-DEV] Re: cvs: php4 / NEWS

2001-08-18 Thread Joey Smith
I thought Jani already did?? On 18 Aug 2001, [EMAIL PROTECTED] wrote the following to [EMAIL PROTECTED] : > Zeev Suraski <[EMAIL PROTECTED]> wrote: > > +?? ??? 200?, Version 4.0.8-dev > > +- Fixed a crash in dbase_replace_record (Patch by [EMAIL PROTECTED]). > > is there a reason not to merge t

Re: [PHP-DEV] Bug #12795 Updated: php-4.0.7RC1: make error

2001-08-18 Thread Joey Smith
Bump it. 2.4.0 looks solid. On 18 Aug 2001, [EMAIL PROTECTED] wrote the following to [EMAIL PROTECTED] : > ID: 12795 > Updated by: sniper > Reported By: [EMAIL PROTECTED] > Old Status: Open > Status: Assigned > Old Bug Type: Compile Failure > Bug Type: DOM XML related > Operating System: rh 7.2

Re: [PHP-DEV] about domxml api-change in 4.0.7

2001-08-18 Thread Joey Smith
Christian: The only change that I am aware of is the removal of half of the aliases that domxml used to use. For example, previous versions had both $node->tagname and $node->tag_name, which both returned the same structure. I have removed all of the former in favor of the latter, to hold to PHP

Re: [PHP-DEV] Re: Output Compression Issues

2001-08-16 Thread Joey Smith
On Thu, 16 Aug 2001, Troels Arvin wrote the following to [EMAIL PROTECTED] : > #if 0 > } else { > char lenbuf[64]; > > sprintf(lenbuf,"Content-Length: %d",Z_STRLEN_P(return_value)); > sapi_add_header(lenbuf,strlen(lenbuf), 1); > #endif > > What doe

Re: [PHP-DEV] Linux Today Article

2001-08-16 Thread Joey Smith
(And other ".NET is the death knell for Open Source" articles...) I guess I am just missing something, but how can ANYTHING kill Open Source in general, or PHP in specific? There is no way that .NET is going to be a "silver bullet" solution that solves every possible problem in the most efficent

Re: [PHP-DEV] Setting up RFC

2001-08-14 Thread Joey Smith
> > +1: Strongly Support > > +0: Support > > 0: Neutral > > -0: Oppose > > -1: Strongly Oppose > > Are you doing a new O'Reilly book, PHP-DEV in a nutshell? > > -Sterling I especially enjoy the idea of "positive zero" and "negative zero". :) -- PHP Develo

Re: [PHP-DEV] Setting up RFC

2001-08-14 Thread Joey Smith
On Tue, 14 Aug 2001, John Donagher wrote the following to [EMAIL PROTECTED]: > With what end in mind is an RFC to be created for? In the IETF, RFC's are > typically long, complex, and authoritative. They are often referenced for years > after their inception. Do you honestly think we could (or wan

Re: [PHP-DEV] Setting up RFC

2001-08-14 Thread Joey Smith
;Jeroen van Wolffelaar" <[EMAIL PROTECTED]> Cc: "PHP Developers Mailing List" <[EMAIL PROTECTED]>; "Joey Smith" <[EMAIL PROTECTED]>; "Zak Greant" <[EMAIL PROTECTED]> Sent: Tuesday, August 14, 2001 4:58 PM Subject: Re: [PHP-DEV] Setting up RFC &g

[PHP-DEV] Memory leaks in CGI (latest CVS)

2001-08-13 Thread Joey Smith
When you call the CGI against a script that does not exist, it seems to bail out too soon, or something, becuase an awful lot of stuff never gets cleaned up... I snipped the references to script=... mbstring.c(457) : Freeing 0x086D0E24 (20 bytes), zend_hash.c(176) : Freeing 0x086D35A4 (32 byte

Re: [PHP-DEV] Bug #12505: array_sum function total calculate error

2001-08-01 Thread Joey Smith
Confirmed with CVS a/o July 20th. On Wed, 1 Aug 2001, Heikki Korpela wrote the following to [EMAIL PROTECTED]: > On 1 Aug 2001 [EMAIL PROTECTED] wrote: > > > From: [EMAIL PROTECTED] > > Operating system: Red Hat Linux 7.1 > > PHP version: 4.0.4pl1 > > PHP Bug Type: Arrays r

Re: [PHP-DEV] Bug #11489 Updated: Sybase query result is gettingdestructed

2001-07-23 Thread Joey Smith
Paul: Right. It seems the other situations that caused the bug to appear have closed, but I still intend to apply your patch as soon as I have a spare moment. Thanks. :) -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

[PHP-DEV] ext_skel and php_.c vs. .c

2001-07-19 Thread Joey Smith
I had thought the decision was that php_.c was the correct way to name the .c file for an extension, so that we are less likely to conflict with any files from the package itself? ext_skel creates a .c file using the bare extname. -- PHP Development Mailing List To unsubs

Re: [PHP-DEV] Reworking DOMXML

2001-07-19 Thread Joey Smith
OK, for those who actually commented, there seems to be a consensus. Glad I asked. :) On Thu, 19 Jul 2001, Colin Viebrock wrote the following to Paul Marquis,...: > > I prefer style #1 as well -- it preserves backward compatability and > > is consistent with the libxml2 docs. > > Plus, it is th

[PHP-DEV] Reworking DOMXML

2001-07-18 Thread Joey Smith
There needs to be a decision made in order to complete the work on domxml, as it currently stands. I think it is a good idea to keep both the "procedural" and "object oriented" interfaces in the code. The way the module is currently written, it will take the least amount of work to just require

[PHP-DEV] CVS is broken??

2001-07-17 Thread Joey Smith
I'm getting the following error trying to compile latest CVS: undefined reference to `_zval_ptr_dtor_wrapper' This appears a number of times. I am about to go searching in the Zend CVS to see if I can find what broke it, but thought maybe someone out there might already know... -- PHP Developm

[PHP-DEV] Crash in php_fopen_with_path

2001-07-16 Thread Joey Smith
I'm not sure what I've done to cause this...I ran "../php -f Config.php" from "/pear". I have an old PEAR install under /usr/local/lib/php, and my include path is ".:/usr/local/lib/php". Here's the back trace. #0 0x40369567 in memcpy (dstpp=0x8505bb9, srcpp=0x8505a64, len=4294967295) at ../sysde

[PHP-DEV] Re: Restructuring the PHP Group

2001-07-16 Thread Joey Smith
Is this a dead issue, or were we ever going to finish this? Is James still gone on vacation? On Tue, 10 Jul 2001, Zeev Suraski wrote the following to Joey Smith : > At 03:22 10/7/2001, Joey Smith wrote: > >Has it ever been considered that it may be time to restructure the PHP >

Re: [PHP-DEV] ext/dom/php_domxml.c patch

2001-07-11 Thread Joey Smith
Well, xmldocfile() is fixed in HEAD, and I'm closing in on some memory leaks...Paul, if possible, I may want to collaborate with you some, because we seem to be working in the same areas of the code, and I could use the help. On Wed, 11 Jul 2001, Andi Gutmans wrote the following to Paul Marquis a

Re: [PHP-DEV] zend_hash patch

2001-07-10 Thread Joey Smith
Andi: I really want to give it a shot, but my compile box is isolated from the rest of the world until my ISP gets their heads back on straight. On Tue, 10 Jul 2001, Andi Gutmans wrote the following to [EMAIL PROTECTED] : > Hey, > > Has anyone had a chance to check the zend_hash patch I

Re: [PHP-DEV] Bug #11997: PHP Won't work on XP 2

2001-07-10 Thread Joey Smith
Thanks, Phil! I apologize...I have been unable to duplicate the error, myself, so I've never seen the error...:) On Tue, 10 Jul 2001, Phil Driscoll wrote the following to Joey Smith and...: > On Tuesday 10 July 2001 04:24, Joey Smith wrote: > > Geez...is this not in the FAQ? It re

Re: [PHP-DEV] Bug #11997: PHP Won't work on XP 2

2001-07-09 Thread Joey Smith
Geez...is this not in the FAQ? It really should be... Perhaps, for the next installer, this msg could be modified to: "Unable to configure webserver, due to a missing OCX control on your system, the install Wizard is unable to configure your web server. However, PHP has been sucessfully installed

Re: [PHP-DEV] [UPDATE] NGScan

2001-07-09 Thread Joey Smith
Has it ever been considered that it may be time to restructure the PHP Group, if nothing else than bringing in some new blood? On Mon, 9 Jul 2001, Andi Gutmans wrote the following to Sascha Schumann : > At 10:30 PM 7/9/2001 +0200, Sascha Schumann wrote: > > > Sascha, don't come to conclusions to

Re: [PHP-DEV] [UPDATE] NGScan

2001-07-09 Thread Joey Smith
Zak: Thank you for expressing my thoughts exactly. We all get pissy once in a while, and there seems, for the most part, to be a inverse relation between intelligence and patience. Zeev: I understand your frustration. I really do. There have been times when just about EVERYONE in

Re: [PHP-DEV] tsrm patch

2001-07-09 Thread Joey Smith
Shane: I just want to say it's good to hear from you again! :) On Sun, 8 Jul 2001, Shane Caraveo wrote the following to Andi Gutmans : > Hi Andi, > > Here is yet another patch to tsrm. The popen implementation was > broken. You could not write to a process because pclose did not wait

Re: [PHP-DEV] Bug #11818 Updated: Using the PDF functions after July1st triggers an internal PDFlib error

2001-07-07 Thread Joey Smith
Sat, 7 Jul 2001, Joao Prado Maia wrote the following to Joey Smith : > > On Fri, 6 Jul 2001, Joey Smith wrote: > > > There are 2 parts that are required to make PDF's using pdflib. There is > > the pdflib code, and the PHP code that makes calls to the pdflib > > c

[PHP-DEV] What happened to cvs-daily?

2001-07-07 Thread Joey Smith
Is it gone, or did I just get removed from the list somehow? -- PHP Development Mailing List 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] Re: [PHP-DOC] Re: [PHP-DEV] Security?

2001-07-07 Thread Joey Smith
+1 for $__GET, $__POST, etc. These would be part of track_vars? On Sat, 7 Jul 2001, Andi Gutmans wrote the following to Ron Chmara and...: > At 11:36 PM 7/6/2001 -0700, Ron Chmara wrote: > >Suggestions/Ideas to mock or approve/improve upon. > >1. Modify the "secured" var stack names, so calling

Re: [PHP-DEV] Bug #11818 Updated: Using the PDF functions after July1st triggers an internal PDFlib error

2001-07-06 Thread Joey Smith
There are 2 parts that are required to make PDF's using pdflib. There is the pdflib code, and the PHP code that makes calls to the pdflib code. We can ship our own code, but not pdflib's. On Fri, 6 Jul 2001, Joao Prado Maia wrote the following to Joey Smith : > Ok, I must be miss

Re: [PHP-DEV] Bug #11818 Updated: Using the PDF functions after July1st triggers an internal PDFlib error

2001-07-02 Thread Joey Smith
Surely you are kidding. I cannot see in any of our packages where we bundle the PDF library with our release. If we are, we should probably remove it. In either case, there is no way we can compile an unencumbered version of PDFLib. That would be illegal. PDFLib is not free, in the "gratis" sens

Re: [PHP-DEV] switch, equality and preg_match

2001-06-30 Thread Joey Smith
I can answer #2 for you... http://php.net/manual/en/language.types.type-juggling.php http://php.net/manual/en/language.types.string.php#language.types.string.conversion An excerpt from "String Conversion": The value is given by the initial portion of the string. If the string starts with valid

[PHP-DEV] sybase-ct extension hangs when querying mssql

2001-06-30 Thread Joey Smith
I have been unable to duplicate this when querying a sybase server. If someone could provide a MSSQL server that I can run some queries against in order to track down this bug, I will see what I can do to locate it. In the meantime, I don't think that it's wise to point people to FreeTDS as we kno

Re: [PHP-DEV] Karma request

2001-06-30 Thread Joey Smith
*sg* Yes, I was in my anonymous tree. Sorry for the noise. On Fri, 29 Jun 2001, Rasmus Lerdorf wrote the following to Joey Smith : > > Can I get karma in ext/sybase and ext/sybase_ct again? > > You do > -- PHP Development Mailing List <http://www.php.net/> To unsubs

Re: [PHP-DEV] Réf. : [PHP-DEV] Possible bug in sybase-db?

2001-06-27 Thread Joey Smith
Actually, I was recently in contact with Tom, it seems he no longer really is involved in PHP. I have been quietly working on quite a few things, but I don't really have a whole lot of time. On Tue, 26 Jun 2001, Jean-Claude Schopfer wrote the following to...: > Joey Smith wrote : >

[PHP-DEV] Karma request

2001-06-26 Thread Joey Smith
Can I get karma in ext/sybase and ext/sybase_ct again? -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Possible bug in sybase-db?

2001-06-26 Thread Joey Smith
Zeev: I just finished coding up a patch to sybase-ct to add charset support. I want to put it through a little more testing before I apply it, but in the process, I found what appears to be a bug in the db extension, and you seemed like the right person to talk to. It all comes from "hashed_d

Re: [PHP-DEV] About ext/sockets/

2001-06-25 Thread Joey Smith
Not to beat a dead horse, but I'm glad someone else noticed this. I almost went back to bed, thinking the whole world had gone mad. :) On Mon, 25 Jun 2001, Jani Taskinen wrote the following to Zeev Suraski : > >tagged as experimental makes it easier for us to change the API to a > >PHP-like API,

RE: [PHP-DEV] Totally Blue Sky

2001-06-25 Thread Joey Smith
This is not what the GPL is for at all. The GPL only protects PHP itself, and even that does not preclude you from charging for PHP...it simply requires that you make the source available at no additional cost. On Mon, 25 Jun 2001, Brian Tanner wrote the following to Marc Boeren : > I'm not sur

Re: [PHP-DEV] Bug #11558 Updated: Sybase-CT functions not found.

2001-06-21 Thread Joey Smith
On Thu, 21 Jun 2001, Daniel Beulshausen wrote the following to [EMAIL PROTECTED]: > > > >Maybe not, but there's no reason they can't exist. :) > > can you please explain what you meant by that? > sybase_min_error_severity() & sybase_min_message_severity() are part of the > sybase extension but

Re: [PHP-DEV] List messages are being delayed?

2001-06-21 Thread Joey Smith
Ooh. Hrm...that's a bit heavier than the hardware I have available. Best I can do is PIII 400, .5 GB RAM...but the initial responsed from the ISP looks pretty positive. Do you want me to persue this further, or just let it go? On Wed, 20 Jun 2001, Rasmus Lerdorf wrote the following to Brian Moon

Re: [PHP-DEV] List messages are being delayed?

2001-06-20 Thread Joey Smith
OK, I will run these numbers and see what I can do. I get all of my hosting as a "quid pro quo" from a local ISP, in return for occasional contracting jobs. On Wed, 20 Jun 2001, Rasmus Lerdorf wrote the following to Joey Smith : > > Rasmus (or anyone): > >

Re: [PHP-DEV] List messages are being delayed?

2001-06-20 Thread Joey Smith
Rasmus (or anyone): Can you quantify what lists.php.net consumes for bandwidth on average? As long as it's not some completely outrageous figure, I can meet all of these criteria... On Wed, 20 Jun 2001, Rasmus Lerdorf wrote the following to Daniel Beckham : > > From what I can tell, you

[PHP-DEV] Fix for bug 10252

2001-04-11 Thread Joey Smith
Bug report: http://bugs.php.net/?id=10252&edit=1 Could someone look over this patch and tell me whether it is safe? Both attached and inline here. --- php_odbc.c.orig Wed Apr 11 12:23:56 2001 +++ php_odbc.c Wed Apr 11 12:27:23 2001 @@ -1928,6 +1928,8 @@ chardsnbuf[300];

Re: [PHP-DEV] Date/timestamp on CVS versions..

2001-04-10 Thread Joey Smith
I think the timestamp idea is the better of the two, myself. :) On Tue, 10 Apr 2001, Jani Taskinen wrote the following to [EMAIL PROTECTED]: > >X-Powered-By: PHP/4.0.6-dev > > Just an idea..would it be stupid to have the date of last > CVS update included in the version string? Like this: > >

[PHP-DEV] Re: [PHP-QA] Re: ; arg seperator

2001-04-03 Thread Joey Smith
Same here. I know there's a few things like this out there...I am going to bed now. If no one else has done it before I wake, I'll start doing some digging. On Tue, 3 Apr 2001, Andi Gutmans wrote the following to Joey Smith, PHP...: > At 03:18 PM 4/3/2001 -0600, Joey Smith wrote: &

[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] Re: ; arg seperator

2001-04-03 Thread Joey Smith
Just thinking out loud here before I go to bed...how about: arg_sep.read = "&" | ";" arg_sep.write = ";" Or something like this. It'd be nice to be able to do the |. On Tue, 3 Apr 2001, James Moore wrote the following to Rasmus Lerdorf and...: > > > I disagree, we explicitly document that the

[PHP-DEV] Re: ; arg seperator

2001-04-03 Thread Joey Smith
Speaking of this, I think we need to collect all of these types of issues that are waiting for a "4.1" release somewhere, so we can get a clear idea of when 4.1 is appropriate. Anyone know of any off-hand? If not, I can go search the archives... On Tue, 3 Apr 2001, James Moore wrote the following

[PHP-DEV] RE: ; arg seperator

2001-04-03 Thread Joey Smith
On Tue, 3 Apr 2001, James Moore wrote the following: > I would question about it being optional in the long term though. If we > begin to make everything optional then we get to a point where PHP is so > configurable with enabling this bug here or there it becomes impossible to > create distrib

[PHP-DEV] Re: ; arg seperator

2001-04-03 Thread Joey Smith
Just wanted to toss in my .02 here... Anyone who wrote scripts in the past expecting: foo.php?a=1;2;3 to get "$a=1;2;3" was relying on a bug, or at the very LEAST an undocumented feature. So if it goes away, it goes away. It should never have worked to begin with, IMHO... This doesn't mean it wo

[PHP-DEV] Proper version of PostgreSQL?

2001-03-30 Thread Joey Smith
For those of you building --with-pgsql, what version of PostgreSQL are you able to build against? I cannot get PHP to build against 6.5.3... Make fails with: pgsql.c: In function `_rollback_transactions': pgsql.c:165: void value not ignored as it ought to be Line 165 of ext/pgsql/pgsql.c: old_no

Re: [PHP-DEV] PHP 4.0 Bug #9911: Segmentation fault of httpd(w/mod_php4)

2001-03-22 Thread Joey Smith
Can you possibly try it with the real Sybase CT Library, rather than FreeTDS? Also, if you built --enable-debug, send me the backtrace ([EMAIL PROTECTED]), let me tak a look at it. On 22 Mar 2001, [EMAIL PROTECTED] wrote the following to...: > From: [EMAIL PROTECTED] > Operating sys

Re: [PHP-DEV] PHP 4.0 Bug #9858 Updated: mail() still doesn't sendcc

2001-03-22 Thread Joey Smith
I did find some oddities under win32 with the mail() function in general. I spent much time just trying to get the build working again on my win32 box. I will look into it later today, I hope. On Thu, 22 Mar 2001, [EMAIL PROTECTED] wrote the following to Joey Smith : > Hello, > >

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_0_5)/sapi/fastcgi

2001-03-20 Thread Joey Smith
Well, IIUC, this is really all Jani is trying to say...RC2 is could be considered invalid now... On Tue, 20 Mar 2001, Zeev Suraski wrote the following to Sascha Schumann : > In my humble opinion (humility is a virtue), new modules are fine to add > while in the release process, as long as there

[PHP-DEV] [IANAL] Re: [PHP-DEV] Debugger protocol

2001-03-20 Thread Joey Smith
According to the DMCA [ § 1201(f) ], legal precedent [ see http://home.joeysmith.com/~joey/sony-v-connectix.html ], and common practice, there is nothing that prohibts a "clean room implementation". (http://www.boreworms.com/karellen/rev-eng.html). That said: PHP *is* open. The Ze

Re: [PHP-DEV] PHP 4.0 Bug #9858 Updated: mail() still doesn't sendcc

2001-03-20 Thread Joey Smith
I will test on win32 in a bit, but for now, let me say that this works just fine on linux: mail("[EMAIL PROTECTED]", "Test cc", "Testing CC", "cc:[EMAIL PROTECTED]\r\nCc:[EMAIL PROTECTED]\r\nCC:[EMAIL PROTECTED]"); I get cc'd at all three addresses. On Tue, 20 Mar 2001, [EMAIL PROTECTED] wrote

[PHP-DEV] Whither 4.0.5 RC2?

2001-03-19 Thread Joey Smith
Are we going to have a second RC? -- PHP Development Mailing List 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] "Independent" comments on a bug.

2001-03-17 Thread Joey Smith
Only if you are a developer. You may want to try requesting a developer account. I know the QA/QC team can always use more helping closing reports and fixing bugs... http://www.php.net/cvs-php.php On Sat, 17 Mar 2001, Fredrik Ohrn wrote the following to [EMAIL PROTECTED] : > > In the bug track

Re: [PHP-DEV] Re: [PHP-QA] QA: chunked output buffering does notwork on win32 + internal function output callbacks

2001-03-16 Thread Joey Smith
Which means there'll need to be another RC. So we'll also be able to test the IMAP-2000 stuff someone was asking about... On Fri, 16 Mar 2001, Andi Gutmans wrote the following to André Langhorst,...: > This is extremely reproducible. Definitely a show stopper until Zeev fixes > this one. > > A

Re: [PHP-DEV] RE: PHP 4.0 Bug #9745 Updated: PHP Warning: Unable toload dynamic library './msql.dll'

2001-03-14 Thread Joey Smith
Actually, he doesn't need either. Just put a semi-colon in front of the line starting: extension=msql.dll Note the section a few lines down: ;Note that MySQL and ODBC support is now built in, so no dll is needed for it. On Wed, 14 Mar 2001, Jani Taskinen wrote the following to John Stoops : >

Re: [PHP-DEV] 4.0.5RC1 packaged

2001-03-14 Thread Joey Smith
Everything looks clean on Debian Potato and Debian Woody as a CGI. I'll run the Apache through some testing tonight. (I think everyone knows by now that I need sleep. :) On Tue, 13 Mar 2001, Zeev Suraski wrote the following to [EMAIL PROTECTED] : > http://www.php.net/distributions/RCs/php-4.0.5R

Re: [PHP-DEV] RE: PHP 4.0 Bug #9745 Updated: PHP Warning: Unable toload dynamic library './msql.dll'

2001-03-14 Thread Joey Smith
Open a new bug. You reported two bugs in the same place. You had the msql.dll bug, and: Parse error: parse error, expecting `','' or `';'' On Wed, 14 Mar 2001, John Stoops wrote the following to Bug Database : > Lets start again. > > My php page: > > > > > Untitled > > >ech

Re: [PHP-DEV] PHP 4.0 Bug #9716: internal_functions.c:32: `#include'expects "FILENAME" or

2001-03-14 Thread Joey Smith
I bet this is related to getting those line endings correct...ie, it's "\n" on Unix, "\r\n" on Win32...and so on. Most likely not a PHP bug. On 13 Mar 2001, [EMAIL PROTECTED] wrote the following to [EMAIL PROTECTED]: > From: [EMAIL PROTECTED] > > From: [EMAIL PROTECTED] > Operating

[PHP-DEV] Karma request

2001-02-13 Thread Joey Smith
Can I get karma back in php3 and php4? -- PHP Development Mailing List 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] NEWBIE QUESTION

2001-02-01 Thread Joey Smith
1. Take off caps lock. This is bad manners. 2. This mailing list is for people interested in the development of the PHP language. Please use [EMAIL PROTECTED] That's the mailing list for PHP users. On Thu, 1 Feb 2001, Stinie Steinbach wrote the following to [EMAIL PROTECTED]: > DOES ANYONE KNOW

Re: [PHP-DEV] Re: PHP 4.0 Bug #8954 Updated: compiling with sybase-ctfails

2001-02-01 Thread Joey Smith
It can be. Just no one (AFAIK) has gotten around to it yet. Simply using the patch specified in 7792 would make FreeTDS work, but break people using the realy Sybase CT libs. On Wed, 31 Jan 2001, J.R. Lillard wrote the following to Bug Database : > the patch provided for php 4.0.3pl1 in bug 779

Re: [PHP-DEV] Re: 4.0.4pl1 RC1 rolled

2001-01-16 Thread Joey Smith
> The presence of a bug that breaks most of a module is fairly serious. > > I would say that we could include it - *if* we have enough people who > can test the PDF functions. Could we get a show of hands for the > people who can test the PDF stuff? At this point, I cannot. > >