[PHP-DEV] PHP 4.0 Bug #10189: apache UnsetEnv does not work, possibly effecting php scripts

2001-04-05 Thread jim
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.3-RC PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: apache UnsetEnv does not work, possibly effecting php scripts a bug report was submitted to apache: http://bugs.apache.org/index.cgi/full/7528

[PHP-DEV] run php in commandline

2001-10-31 Thread JIM
hi all, i want to know how i can feed a parameter into a php script in commandline? eg. php getdata.php apple orange so, i want to get use of apple and orange... any help pls! jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DEV] run php in commandline

2001-10-31 Thread JIM
i want to get the result like this, apple is good_fruit... with below command and code, php getdata.php?$apple=good_fruit code of getdata.php , ? echo apple is $apple...; ? Markus Fischer [EMAIL PROTECTED] ¼¶¼g©ó¶l¥ó·s»D :[EMAIL PROTECTED] You can: php -f getdata.php apple orange --

[PHP-DEV] ftp_connect()???

2001-11-01 Thread JIM
hi all, i was developing in redhat 7.2. with php/4.0.4pl1. iwas able to use ftp_connect(). but, in a freebsd with php/4.0.6, it returns error that call to undefined function... anyone can help? thanks. im -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

Re: [PHP-DEV] ftp_connect()???

2001-11-02 Thread JIM
are you talking the php.ini? i have no idea on this... Matthias Blaser [EMAIL PROTECTED] ¼¶¼g©ó¶l¥ó·s»D :[EMAIL PROTECTED] On Wednesday 31 October 2001 22:52, JIM wrote: i was developing in redhat 7.2. with php/4.0.4pl1. iwas able to use ftp_connect(). but, in a freebsd with php/4.0.6

Re: [PHP-DEV] file.c fsock.c ... Again ...

2001-01-13 Thread Jim Jagielski
It's the wrapper for ZTS not fully wrapping what it should... Derick Rethans wrote: Hello, can you try the latest CVS? Zeev did some work on it today. Derick -- === Jim Jagielski [|] [EMAIL PROTECTED

Re: [PHP-DEV] Improved transparent compressor

2001-01-14 Thread Jim Studt
an error on those which must be ignored or avoided). It is in formal testing as part of a delivered system this week. I'll resubmit a refined version after it passes. -- Jim Studt, President The Federated Software Group

Re: [PHP-DEV] PHP manual

2001-01-16 Thread Jim Winstead
In article 002001c08038$1e3b71b0$2c1e140a@barney, [EMAIL PROTECTED] wrote: Why isn't phpweb/manual/en in CVS? because it is generated. all of the generated manual files will be moving out of cvs soon. use rsync as documented in README.mirror. jim -- PHP Development Mailing List http

[PHP-DEV] emulating db extension on top of dba?

2001-01-21 Thread Jim Winstead
script to use the dba interface simply isn't feasible). jim -- 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] changing the bug emails slightly

2001-01-23 Thread Jim Winstead
ders so that they get threaded properly. let me know if this seems objectionable, or if there's anything else you want to see done while i'm poking around in the bug tracking code. jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: [PHP-DEV] php.net\version4\downloads directory gone! How to build on win32 without?

2001-01-23 Thread Jim Winstead
updated. (this may take 15 minutes or so to propogate to www.php.net.) as someone else pointed out, number.tar.gz shouldn't be required anymore. jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] xbithack?

2001-02-04 Thread Jim Jagielski
). -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ "Casanova will have many weapons; To beat him you will have to have more than forks and flatulence." -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

[PHP-DEV] srandom vs srand48

2001-02-04 Thread Jim Jagielski
Isn't srandom() the prefered implementation over srand48()? But if both are found, PHP chooses srand48(). Any objections to me switching that around? -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http

Re: [PHP-DEV] PHP 4.0 Bug #253 Updated: Feep request: Per-server logging directives.

2001-02-10 Thread Jim Winstead
and the config overhaul would handle this. maybe it does. i haven't kept up to date on that sort of thing. close it if you think it is fixed. jim On Sat, Feb 10, 2001 at 08:23:32PM +0200, Zeev Suraski wrote: Shouldn't this work with the new INI infrastructure...? At 19:21 10/2/2001, [EMAIL

Re: [PHP-DEV] PHP 4.0 Bug #2328 Updated: I would like animated gif support within php.

2001-02-10 Thread Jim Winstead
i wasn't aware that gd supported animated gifs (and a quick glance in the manual didn't show any functions that seemed to be relevant). if i'm mistaken, someone can close this bug. jim On Sat, Feb 10, 2001 at 07:05:39PM -, James Moore wrote: whats wrong with gd? Although current version

Re: [PHP-DEV] phpMyAdmin and arg_separator = amp;

2001-02-28 Thread Jim Winstead
rator without regard to the existing behavior. so the get parsing is now expecting to use amp; to separate arguments when you set arg_separator that way. there should be two config variables for this. jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP-DEV] Rsync and CVS

2001-03-05 Thread Jim Winstead
this is one of the things on my to-do list. i'll try to get to it in the next few days. (it will get generated into the rsync repository, for what its worth. generated stuff no longer goes into cvs) jim In article 002001c0a5e4$8f868c20$[EMAIL PROTECTED], [EMAIL PROTECTED] wrote

Re: SV: [PHP-DEV] The new design

2001-03-08 Thread Jim Winstead
if someone wants to do an actual search for a function name on other pages, they'd then have to go to the search page and search from there. (as for the page listing all the functions, it's still there at http://www.php.net/quickref.php.) jim -- PHP Development Mailing List http://w

[PHP-DEV] Re: PHP 4.0 Bug #9918 Updated: cannot compile php4 with pdflib

2001-03-27 Thread Jim Balcomb
says that it need pdflib 3.x even though i have pdflib 3.0.1 installed. the fact that its actually a problem with libjpge which is a problem becuase of libitff makes it all the more a bug. jim ps sorry, but i had to. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail

Re: [PHP-DEV] news.php.net is back.

2001-07-05 Thread Jim Winstead
on the archives available at marc.theaimsgroup.com. jim -- 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 #12948: Reference to gdImageGif causes compile fail in gd.c

2001-08-24 Thread jim . hatfield
. This the case when building the FreeBSD port of mod_php4 with GD support selected from a FreeBSD ports tree updated today. Regards, Jim Hatfield -- Edit bug report at: http://bugs.php.net/?id=12948edit=1 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP-DEV] RE: Bug #12948 Updated: Reference to gdImageGif causes compile fail in gd.c

2001-08-24 Thread Hatfield, Jim
); #endif #else /* HAVE_GD_GIF */ php_error(E_WARNING, ImageGif: No GIF support in this PHP build); RETURN_FALSE; #endif /* HAVE_GD_GIF */ ..so you can see how I drew the inference I did. Many thanks, Jim Hatfield -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] Woah

2001-09-08 Thread Jim Jagielski
. -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ A society that will trade a little liberty for a little order will lose both and deserve neither -- PHP Development Mailing

Re: [PHP-DEV] [RFC] Versioning rules for PHP/Zend/PEAR/Extensions

2001-09-24 Thread Jim Winstead
, that has way more to do with a great many more issues than how we number the releases. :) jim -- 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] [PATCH] fix gethostbyname() to return false when hostname not resolved

2001-09-25 Thread Jim Winstead
here's a patch to fix bug #13423. think anyone is relying on the current (vastly lame, imho) behavior? jim Index: ext/standard/dns.c === RCS file: /repository/php4/ext/standard/dns.c,v retrieving revision 1.35 diff -u -r1.35 dns.c

Re: [PHP-DEV] [PATCH] fix gethostbyname() to return false when hostname not resolved

2001-09-25 Thread Jim Winstead
it will send you to the right place once the site updates from cvs. jim On Tue, Sep 25, 2001 at 02:21:13PM -0700, Rasmus Lerdorf wrote: Yes, but that's not where http://bugs.php.net/search.php sends you when you put a bug id number in the form. On Tue, 25 Sep 2001, Jim Winstead wrote

[PHP-DEV] Re: Bug #13748 Updated: Exec() and System() broken

2001-10-19 Thread Jim Winstead
the feature was introduced (trying to redirect after html had been sent) that may have confused some people. looks like it is fixed now. (jani did the work, so direct the kudos to him.) jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-DEV] MFB

2001-10-21 Thread Jim Winstead
-RULES document.) jim -- 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] CVS Account Request: jim

2001-10-22 Thread jim winstead
this is just a test. don't mind me. -- 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] Re: [Fwd: Adoption of Metabase (was Re: [PEAR-DEV] Re: Comparing ADODB with PEAR ]

2001-11-17 Thread Jim Winstead
=php.devarticle=70755 http://news.php.net/article.php?group=php.pear.devarticle=2959 jim -- 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] Re: Karma Request

2001-11-20 Thread Jim Winstead
is/was having some sort of problem dealing with the 'writers' file (that tells it who has write access in general). i've switched to just using a 'readers' file to lock the 'cvsread' account to read-only mode, and hopefully that will avoid the problem. jim -- PHP Development Mailing List http://www.php.net

[PHP-DEV] Re: [PHP-QA] PHP 4.1.0RC4

2001-11-29 Thread Jim Winstead
since news about 4.1.0 leaked out to the php-general list, wouldn't it make sense to call this one 4.1.1? (or 4.1.0pl1? :) jim Zeev Suraski [EMAIL PROTECTED] wrote: I plan to roll it quite soon. I'm still waiting for people to ack that the problem they complained about is gone... Zeev

Re: [PHP-DEV] Bug #14305 Updated: type-o on web site

2001-12-06 Thread Jim Winstead
as i should, too.) jim -- 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] Re: PHP 4.0.1 released?! (RE: [PHP-CVS] cvs: php4(PHP_4_0_7) / configure.in /main php_version.h )

2001-12-10 Thread Jim Winstead
Mårten gustafsson [EMAIL PROTECTED] wrote: Shouldn?t this be announced somewhere? i suspect that zeev is giving the mirrors some time to catch up (and perhaps putting together the win32 version of the release) before sending the announcement. be patient. jim -- PHP Development Mailing List

[PHP-DEV] Re: Bug-updates

2001-12-11 Thread Jim Winstead
Derick Rethans [EMAIL PROTECTED] wrote: Any idea why bug postings / updates are not longer posted to this list? they were being held up by the spam protection. they should make it through now (and the ones sent in the last few days should start showing up soon). jim -- PHP Development

[PHP-DEV] [ADMIN] spam protection for lists.php.net lists

2001-12-11 Thread Jim Winstead
' header of a post via the news server). if you encounter problems posting to the list, feel free to drop a note to the list administrators at [EMAIL PROTECTED] jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-DEV] Re: news.php.net seems to be down

2001-12-12 Thread Jim Winstead
with those machines. (which makes the network performance roughly inversely proportional to what it should be. i get better connection speeds from my home machine than from the second machine on the same local network. :) jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e

[PHP-DEV] change to cvs access control

2001-12-15 Thread Jim Winstead
getting the old 'insufficient karma' message, just drop a note to [EMAIL PROTECTED] and we'll sort things out post-haste. apologies in advance for any inconvenience. jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP-DEV] Re: CVS Account Request: bradmssw

2001-12-29 Thread Jim Winstead
, but i'm looking for other opinions.) jim -- 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] Re: Moving extensions to PECL

2001-12-31 Thread Jim Winstead
won't claim to have any answers to that.) jim -- 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] Re: Moving extensions to PECL

2001-12-31 Thread Jim Winstead
core distribution whenever its developers thought it was ready. jim -- 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] Re: PHP 5

2002-01-01 Thread Jim Winstead
.) jim -- 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] Re: Moving extensions to PECL

2002-01-01 Thread Jim Winstead
On Tue, Jan 01, 2002 at 04:05:18PM +0100, Martin Jansen wrote: On 31 Dec 2001 19:18:59 -, Jim Winstead wrote: Jon Parise [EMAIL PROTECTED] wrote: Are there any well-founded objections to this (either in practice or principle)? no objections, but one thing that should be considered

[PHP-DEV] Re: Built-in SOAP based Web Services support (was Re: PHP 5)

2002-01-01 Thread Jim Winstead
to decide they need a high-performance soap implementation for php before one shows up. jim -- 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] speaking of PHP 5

2002-01-02 Thread Jim Winstead
if anyone is stumped for ideas for features for php 5, it may be worth trawling through the 428 open feature requests at bugs.php.net. (that's more than a third of the total open bugs for php4. there's an obvious opportunity to beef up those bug-closing stats!) jim -- PHP Development Mailing

[PHP-DEV] adding finite(), isnan(), isinf()

2002-01-04 Thread Jim Winstead
these are the standard C library names. are people going to insist they be phpified? is_finite() is_nan(), is_infinite()? jim -- 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

[PHP-DEV] ext/standard/type.{ch}

2002-01-04 Thread Jim Winstead
into a helper function. actually, this may even be a useful part of the zend api, as a complement to is_numeric_string. ZVAL_IS_NUMERIC()? jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c math.c php_math.h /ext/standard/tests/math pow.phpt

2002-01-05 Thread Jim Winstead
Sebastian Bergmann [EMAIL PROTECTED] wrote: jim winstead wrote: jimwFri Jan 4 22:45:11 2002 EDT Modified files: /php4/ext/standard basic_functions.c math.c php_math.h /php4/ext/standard/tests/math pow.phpt Log: Fixed pow(), and added finite(), isinf

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard string.c /ext/standard/tests/strings wordwrap.phpt

2002-01-05 Thread Jim Winstead
was mainly out to fix the segfault.) jim -- 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] Re: [PHP-CVS] cvs: php4 /ext/standard string.c /ext/standard/tests/strings wordwrap.phpt

2002-01-05 Thread Jim Winstead
, but that will be one of the side-effects. :) jim -- 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] Re: [PHP-CVS] cvs: php4 /ext/standard string.c /ext/standard/tests/strings wordwrap.phpt

2002-01-05 Thread Jim Winstead
the test using the old code finally finished. it took almost 14 minutes. (the new code takes 0.8 seconds. i'd say it's an improvement.) jim On Sat, Jan 05, 2002 at 11:02:51PM +0200, Andi Gutmans wrote: Nice! At 08:46 PM 1/5/2002 +, jim winstead wrote: jimwSat Jan 5 15:46

Re: [PHP-DEV] Bug #14879 Updated: ereg_replace incorrectly functioning

2002-01-05 Thread Jim Winstead
there's only one implementation of the PCRE library. and as i pointed out in my comment to the bug, it behaves as the bug report says ereg_replace does on that system.) jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP-DEV] new bug viewing/editing form

2002-01-06 Thread Jim Winstead
approximate what it is that i see. (i know that opera's fieldsets don't look as cool as mozilla's, so the voting form looks less pretty on opera.) jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP-DEV] Re: new bug viewing/editing form

2002-01-06 Thread Jim Winstead
Manuel Lemos [EMAIL PROTECTED] wrote: Jim Winstead wrote: as threatened after i implemented bug voting, i've redesign the bug Congratulations! Voting is an excellent idea that will help developers to sort out the priorities of what bugs should be fixed first. Just a couple of comments

[PHP-DEV] Re: new bug viewing/editing form

2002-01-06 Thread Jim Winstead
Manuel Lemos [EMAIL PROTECTED] wrote: Jim Winstead wrote: - Voting does not work on Opera 5.05 for Linux. When you submit the vote, it fails with the message missing parameter score. it's a bug in opera. http://bugs.php.net/~jimw/bugs/opera-broken.php but because of the order

[PHP-DEV] Re: Bug system feature request

2002-01-25 Thread Jim Winstead
you might want to add these suggestions to this related feature request: http://bugs.php.net/bug.php?id=14815 jim -- 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

[PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-07 Thread Jim Winstead
is an extremely poor way to design software.) jim (who only has a passing relationship with his shift key, so who really cares what he thinks, anyway. :) -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 4.0 Bug Summary Report

2002-02-09 Thread Jim Winstead
that are excluded from the bug summary. (and yes, the way that status is currently used is confusing.) jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] FWD: possible bug in date() function

2002-02-11 Thread Jim Winstead
. $date = date(H:i D, nS M Y,$buffer['Last_access']); 'nS' means 'month'.'daysuffix'. (so on february 10, you would get '2th'.) they really wanted 'jS'. the documentation wasn't clear that 'S' pertained to the day of the month. i've checked in a clarification. jim -- PHP Development Mailing List

[PHP-DEV] CVS Account Request: elfhaven

2002-02-20 Thread Jim Moore
Fix FreeType 2 functions in php4/ext/gd.c -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Apache2 and PHP CVS from today

2002-02-25 Thread Jim Winstead
is a different beast altogether. (in the meantime, it would be nice if someone made it so that the --with-apxs and --with-apache options errored out if someone tried to use them in conjunction with apache 2.x.) jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re: [PHP-DEV] PHP Safe Mode Filesystem Circumvention Problem (fwd)

2002-02-26 Thread Jim Segrave
) { -- Jim Segrave [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP Safe Mode Filesystem Circumvention Problem - tested

2002-02-27 Thread Jim Segrave
, that is :) will have a patch shortly. Additionally, an upcoming release of MySQL will feature an additional permission to control this case. And this is a much better solution - we'll look forward to that. -- Jim Segrave [EMAIL PROTECTED] -- PHP Development Mailing List http

[PHP-DEV] Re: 4.2.0 CLI

2002-02-27 Thread Jim Winstead
php.cgi. jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-DEV' Re: Bug #15772 Updated: PHP is developed and maintained

2002-03-01 Thread Jim Segrave
On Fri 01 Mar 2002 (11:00 -0800), Rasmus Lerdorf wrote: On Fri, 1 Mar 2002, Jim Segrave wrote: Guys, I fixed this memchr()+1 issue a couple of days ago. See http://cvs.php.net/diff.php/php4/main/rfc1867.c?r1=1.71.2.2r2=1.71.2.3ty=u It's a crash-bug, not an exploitable buffer

[PHP-DEV] Re: [PHP-CVS] cvs: CVSROOT / loginfo

2002-03-02 Thread Jim Winstead
Sebastian Bergmann [EMAIL PROTECTED] wrote: Are php-cvs subscribers automagically subscribed to the new list? no. (an announcement will be going out shortly.) What about TSRM? it's still going to php-cvs. jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

[PHP-DEV] zend checkins now going to zend-engine-cvs@lists.php.net

2002-03-02 Thread Jim Winstead
] jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: patch upload in bugs

2002-03-02 Thread Jim Winstead
. jim (is this answer too cute? :) -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] patches to rfc1687.c

2002-03-03 Thread Jim Segrave
is prefixed with -- */ +*(loc-3)=='\n') /* ensure beginning +of line */ #endif ) { break; -- Jim Segrave [EMAIL PROTECTED] -- PHP Development

[PHP-DEV] Re: New function (repost from php-cvs)

2002-03-04 Thread Jim Winstead
Marcus Boerger [EMAIL PROTECTED] wrote: what about a new function called strnlen str*n*len which will return the length of a string with a given maximum to avoid problems with strings not zero terminated. why not just use memchr()? jim -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] New Module

2002-03-05 Thread Jim Segrave
it can be customized with some limitations I think using a name other than 'crypt' would be advisable - maybe php_crypt or something. Otherwise you have a namespace clash with the usual crypt, which may cause all sorts of grief. -- Jim Segrave [EMAIL PROTECTED] -- PHP Development

[PHP-DEV] Re: CVS history file?

2002-03-07 Thread Jim Winstead
of the project). i don't know how to get the info you're looking for. jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Zend License

2002-03-07 Thread Jim Winstead
is also a BSD-style license.) jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard image.c php-master-web/fetch mirrors.php

2002-03-07 Thread Jim Winstead
got confused with the simultaneous checkins. jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] New Build System Committed to HEAD

2002-03-07 Thread Jim Winstead
Marcus Börger [EMAIL PROTECTED] wrote: Very nice new build system much faster the only thing what's left on that is .o in all .cvsignore cvs ignores .o files by default, it isn't necessary to list them in the .cvsignore file. jim -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] ||=

2002-03-08 Thread Jim Winstead
with the perl behavior would expect, just like: $value = $user_value || $some_default_value; doesn't. (that said, i've always been +1 on making the behavior of || and be like perl does it. it is far more useful than merely returning the boolean value of the expression.) jim -- PHP Development

[PHP-DEV] Re: Have you seen the PHP audit project?

2002-03-10 Thread Jim Winstead
like One probably exploitable buffer overflow has been fixed, as well as a format string vulnerability. thanks for the heads up, guys. it would be nice if they were feeding us these patches in manageable chunks. one giant patch is unlikely to be accepted quickly. jim -- PHP Development Mailing

[PHP-DEV] setup.stub files

2002-03-11 Thread Jim Winstead
do these files serve any purpose any more, or are they just leftover remnants from the old setup script? jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] odbc_execute's file-opening hack

2002-03-11 Thread Jim Winstead
torben's checkin to the documentation reminded me -- why is this gross hack in there, instead of just allowing open filehandles to be passed? the special treatment of strings that begin and end with single quotes just seems like a huge 'wtf?' sort of feature. jim -- PHP Development Mailing

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /main network.c

2002-03-16 Thread Jim Winstead
Yasuo Ohgaki [EMAIL PROTECTED] wrote: Feel free to shoot me showing including stddef.h confirms ANSI C standard :) the gnu c library documentation indicates that stddef.h and ptrdiff_t are part of the ansi c standard. http://www.aquaphoenix.com/ref/gnu_c_library/libc_483.html jim -- PHP

Re: [PHP-DEV] 1 byte overflow in wordwrap

2002-03-17 Thread Jim Winstead
that gets calculated, and then value of newtextlen at the end of the function. (this code is all new since 4.1.x, so this particular bug likely does not exist in those versions. the old implementation has an entirely different set of bugs. :) jim -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] 1 byte overflow in wordwrap

2002-03-17 Thread Jim Winstead
or forced cut path). what line length are you wrapping to? jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] getting the path to the php executable

2002-03-17 Thread Jim Winstead
to make sure it is the one that the code inside run-tests.php picks up). jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RFC: README.SUBMMITING_PATCH

2002-03-18 Thread Jim Winstead
what happened with it. jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] getting the path to the php executable

2002-03-20 Thread Jim Winstead
expect that would be a widely-used feature, but for the specific case i've outlined (running tests using the same php binary from the run-tests.php script), it would be useful. i'm sure there are more instances in which it would be useful information. jim -- PHP Development Mailing List http

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c basic_functions.h

2002-03-23 Thread Jim Winstead
() or fgets() or fgetss()? (or even just make it so that when safe mode is on, it is smart enough to allow opening files that were uploaded without doing the uid check?) jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c basic_functions.h

2002-03-23 Thread Jim Winstead
function? and if this isn't entirely wrong, i think we would be better off fixing safe_mode and open_basedir to allow opening uploaded files rather than adding a special function for this. jim On Sat, Mar 23, 2002 at 09:45:28AM -0800, Rasmus Lerdorf wrote: That's already the case though. On 23 Mar

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c basic_functions.h

2002-03-23 Thread Jim Winstead
and open_basedir may not get along nicely.) jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] RELEASE_PROCESS text file

2002-03-23 Thread Jim Winstead
it significantly changes the odds that the first release candidate will be the only release candidate (which are near zero, in either case), but i think that having a downloadable tarball is always going to attract more testers. jim [1] http://marc.theaimsgroup.com/?l=php-devm=101545438113053w=2 -- PHP

Re: [PHP-DEV] apache2filter and apache2.0.35-dev, query_string vars missing

2002-04-05 Thread Jim Jagielski
; ? ul ? for ($i = 0; $i 10; $i++) { echo liline $i/li\n; } ? /ul Anyone else working with the apache2filter? Aaron, let me take a gander over the weekend... It's been awhile. -- === Jim Jagielski

Re: [PHP-DEV] apache2filter efficiency

2002-04-06 Thread Jim Jagielski
. -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ A society that will trade a little liberty for a little order will lose both and deserve neither - T.Jefferson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re: [PHP-DEV] Re: Bug #15580 Updated: sapi_apache2.c fails to compile with Apache

2002-04-06 Thread Jim Jagielski
/unsub.php -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ A society that will trade a little liberty for a little order will lose both and deserve neither - T.Jefferson

[PHP-DEV] 4.1.3?

2002-04-06 Thread Jim Winstead
i know that 4.2.0 is due in a few weeks, but would it be worth kicking out a 4.1.3 that has support for the recent apache 2 release? (or just pushing up the 4.2.0 release? is there anything holding back the release besides some arbitrary timeline?) jim -- PHP Development Mailing List http

[PHP-DEV] ext/standard/dl.c: DL_ERROR()

2002-04-09 Thread Jim Winstead
is DL_ERROR() something that is normally defined? the patch to add Mac OS X support changed the GET_DL_ERROR() macro to call this instead of dlerror(), which broke the build for me on debian/unstable. jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

[PHP-DEV] should ZEND_FETCH_RESOURCE return false or null on failure?

2002-04-09 Thread Jim Winstead
http://bugs.php.net/15153 shows the resulting fun from this distinction. yes, the user should be checking the result of opendir(). unfortunately, the examples in the documentation didn't. (which i've fixed now.) jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit

[PHP-DEV] Re: modified base64

2002-04-10 Thread Jim Winstead
'-', '_' and '!' instead. interesting thought, but then that isn't base64 encoding. you forgot rfc1341: http://www.fourmilab.ch/webtools/base64/rfc1341.html jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] rev. 2 of my apache2filters SEGV fixes

2002-04-11 Thread Jim Jagielski
that will significantly improve output buffering/copying. -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ A society that will trade a little liberty for a little order will lose both

[PHP-DEV] Re: Let's fork GD!

2002-04-11 Thread Jim Winstead
, all the duplication that came about to load different image and font formats. it would be really nice to hide all of those behind a simplified interface that either sniffed out the file type automatically, or allowed it to be specified as a parameter. jim -- PHP Development Mailing List http

[PHP-DEV] Re: The PHP Platform

2002-04-12 Thread Jim Winstead
of the ones that they want? jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: The PHP Platform

2002-04-12 Thread Jim Winstead
, perhaps i see more value in reusing the components available in the java and .net platforms through technologies like soap, ext/java, and ext/dotnet, rather than cloning them in php. jim -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

  1   2   >