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

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

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 , "Markus Fischer" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D :[EMAIL PROTECTED] > You can: php -f getdata.php apple orange -- PHP Development Mailing

[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 To unsubscribe, e-mail: [EMAIL PR

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_connec

Re: [PHP-DEV] Performance degradation part 2 the module version

2003-02-23 Thread Jim Jagielski
f threadA does chdir(/tmp) and then threadB does chdir(/var), then the actual process is in /var for the remainder of threadA (IIRC). chdir() is process scoped. -- ======= Jim Jagielski [|] [EMAIL PROTECTED] [|] http://

Re: [PHP-DEV] Performance degradation part 2 the module version

2003-02-23 Thread Jim Jagielski
Rasmus Lerdorf wrote: > > That's true, but in threaded mode we don't do the chdir() at all. This is > specifically for non-threaded. > Gotcha... didn't realize you were referring to non-t'ed only. -- ========

Re: [PHP-DEV] mbstring

2002-09-01 Thread Jim Winstead
gt; that would be totally useless. > > I think having a IF in php.ini is good idea. it's too bad we don't have an implementation of a complete programming language laying around. jim -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Problems with PHP.net MX

2002-09-07 Thread Jim Winstead
the machine that used to be handling it has had a spotty uptime record the last few days). there may be some more hiccups during this transition. jim -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Problems with PHP.net MX

2002-09-07 Thread Jim Winstead
e's no compelling reason not to directly subscribe to the mailing lists with whatever address your php.net address ultimately forwards to. jim -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: REPOST: PHP 4.2.3 Released

2002-09-08 Thread Jim Winstead
Stefan Esser <[EMAIL PROTECTED]> wrote: >> Showed up fine before > > That is strange because I did not receive it over the list > and it is not in the php-dev web archive. http://news.php.net/article.php?group=php.dev&article=88018 jim -- PHP Development Mailing List

[PHP-DEV] Re: sticky perms in CVS?

2002-09-23 Thread Jim Winstead
ects this? > (and do we want it switched on?) this happens when someone does a 'cvs watch on'. i'm not sure how (or if) this can be disabled on the server. i've fixed things for now. jim -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] patch to restrict database access for ext/pgsql

2002-09-26 Thread Jim Mercer
ther means, setting the variable to a value of ":" effectively locks the code out of pgsql. -- [ Jim Mercer[EMAIL PROTECTED] +1 416 410-5633 ] [ I want to live forever, or die trying.] this patch adds the config variable pgsql.allowed_dblist by def

Re: [PHP-DEV] patch to restrict database access for ext/pgsql

2002-09-26 Thread Jim Mercer
te security within that virtual host's data, and not have to worry about other users writing code that dips into their data. -- [ Jim Mercer[EMAIL PROTECTED] +1 416 410-5633 ] [ I want to live forever, or die trying.] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] patch to restrict database access for ext/pgsql

2002-09-26 Thread Jim Mercer
hing to, we would still need to pass the list of restrictions from httpd.conf, through php, to pgsql. as best i can tell, this is the most efficient and safe way to do this. -- [ Jim Mercer[EMAIL PROTECTED] +1 416 410-5633 ] [ I want to live forever, or die trying.] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] patch to restrict database access for ext/pgsql

2002-09-26 Thread Jim Mercer
gestions, i'll back off and not bother you again. sorry if my providing a complete patch to add this functionality took you away from more important things. -- [ Jim Mercer[EMAIL PROTECTED] +1 416 410-5633 ] [ I want to live forever, or die trying.] --

Re: [PHP-DEV] patch to restrict database access for ext/pgsql

2002-09-26 Thread Jim Mercer
ich can be overwritten. my apologies if there is a mechanism which exists, and that i'm not aware of. -- [ Jim Mercer[EMAIL PROTECTED] +1 416 410-5633 ] [ I want to live forever, or die trying.] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: dahlia.dasmoped.net daily run output

2002-10-09 Thread Jim Winstead
these are still being sent to [EMAIL PROTECTED] (perhaps the mail configuration needs to get updated?) jim On Wed, Oct 09, 2002 at 03:06:27AM +0200, Charlie Root wrote: > > Removing stale files from /var/preserve: > > Cleaning out old system announcements: > > Removing sta

Re: [PHP-DEV] xbithack?

2001-02-04 Thread Jim Jagielski
er-side parsed (with SSI). -- ======= 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

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

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

2001-02-10 Thread Jim Winstead
her than apache 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...

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? Althou

Re: [PHP-DEV] phpMyAdmin and arg_separator = "&"

2001-02-28 Thread Jim Winstead
g stuff does, and then changed the documentation for arg_separator without regard to the existing behavior. so the get parsing is now expecting to use & to separate arguments when you set arg_separator that way. there should be two config variables for this. jim -- PHP Development Ma

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]

Re: [PHP-DEV] Rsync and CVS

2001-03-06 Thread Jim Winstead
at's done, we can write the > usernotes from cron, and install the following code into shared-manual.inc i don't really see how this differs from what is in cvs already (except for pulling in both the title and id, which will be unnecessary once the database is fixed), but this is the

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

2001-03-08 Thread Jim Winstead
ef box. that seems more likely to pull up what most people want. 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.

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

2001-03-22 Thread Jim Balcomb
ion for pdflib or php to specify no libjpeg. Jim On Thu, Mar 22, 2001 at 01:01:03PM -, Bug Database wrote: > ID: 9918 > Updated by: sniper > Reported By: [EMAIL PROTECTED] > Old-Status: Open > Status: Feedback > Bug Type: Compile Failure > Assigned To: > Comments:

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

2001-03-23 Thread Jim Balcomb
e, recompiled php including the --with-jpeg-dir=/usr/local and it worked. however, this brings up another question. how do i get php with pdflib without libjpeg? i do not intend to use libjpeg therefore i dont want installed. additionally if it must be there why isnt it listed as a dependancy of

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

2001-03-27 Thread Jim Balcomb
1. no. maybe you should put it at the top. i tend not to read footers. 2. thank you. 3. i consider it a bug that the php install 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 l

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

2001-12-29 Thread Jim Winstead
4/ext these days? (i guess brad wants php4/ext, 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: is_array_multidimensional

2001-12-29 Thread Jim Winstead
that a multidimensional array is special in some way? i often get the feeling that people just don't seem to get that what makes an array 'multidimensional' in php is that one array contains other arrays, and things like all the array sorting functions don't somehow treat them di

[PHP-DEV] Re: Moving extensions to PECL

2001-12-31 Thread Jim Winstead
distribution. (and i 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
and usable with the existing 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
and 'unimportant' is a dangerous word. obviously that depends on the situation.) 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 -0000, Jim Winstead wrote: > >Jon Parise <[EMAIL PROTECTED]> wrote: > >> Are there any well-founded objections to this (either in practice > >> or principle)? > > >

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

2002-01-01 Thread Jim Winstead
ave to wait for some corporate interest 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

[PHP-DEV] bug voting

2002-01-02 Thread Jim Winstead
king bugs bogus and using canned explanations for why the bug is bogus (bug #14815). - close bugs based on cvs commit messages. - set up mailing lists to bounce replies to bugs (either into the bug system, or to the sender with directions on how to add a comment through the bug system).

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

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

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

2002-01-04 Thread Jim Winstead
) out 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 PR

[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.php

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

2002-01-05 Thread Jim Winstead
serted. but that's all optimization. i 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
ow that it is really useful for wordwrap() to be binary-safe, 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: > >jimw

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

2002-01-05 Thread Jim Winstead
() obviously has a more well-defined behavior, since 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 unsubs

[PHP-DEV] new bug viewing/editing form

2002-01-06 Thread Jim Winstead
t you see doesn't roughly 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] Fo

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

[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

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

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

2002-02-07 Thread Jim Winstead
ing by anyone. (democracy 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
'Duplicate' to the list of statuses 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
t does not make sense much, though. sure it does. the 'bug' reporter had a bogus date format. >>>>$date = date("H:i D, nS M Y",$buffer['Last_access']); 'nS' means 'month'.'daysuffix'. (so on february 10, you would get '2th

[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 To unsubscribe, visit: http://www.php.net/unsub.php

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

2001-07-05 Thread Jim Winstead
ut searching, i don't think the web interface is a big improvement 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] MFB

2001-10-21 Thread Jim Winstead
to the CVS-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 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
le.php?group=php.dev&article=70755 http://news.php.net/article.php?group=php.pear.dev&article=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
blem. it appears that the cvs server 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 th

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

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

2001-12-06 Thread Jim Winstead
neglect to do this as often 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 Developmen

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

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

2001-12-11 Thread Jim Winstead
;From' 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

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

2001-12-12 Thread Jim Winstead
e some networking issues 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://w

[PHP-DEV] change to cvs access control

2001-12-15 Thread Jim Winstead
rself 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]

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

2002-02-25 Thread Jim Winstead
August <[EMAIL PROTECTED]> wrote: > [php4-200202242100]# ./configure --with-apache=../httpd-2.0.32 --with-apache is specific to apache1. you have to use --with-apxs2 to build against apache2. jim -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: htt

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

2002-02-25 Thread Jim Winstead
apache 2.x 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 uns

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

2002-02-26 Thread Jim Segrave
RETURN_FALSE; + } + } + /* mysql_query is binary unsafe, use mysql_real_query */ #if MYSQL_VERSION_ID > 32199 if (mysql_real_query(&mysql->conn, Z_STRVAL_PP(query), Z_STRLEN_PP(query))!=0) { -- 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
On Tue 26 Feb 2002 (21:58 +0100), Jim Segrave wrote: > > I was looking at the posting from "James E. Flemer" <[EMAIL PROTECTED]> > and decided to try adding a bit more to it. > > ** This code is compiled, but not tested ** I now have a patch against /* $Id: ph

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

2002-02-27 Thread Jim Segrave
I wouldn't suggest that it become part of the distribution. > We (the MySQL we, 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 loo

[PHP-DEV] Re: 4.2.0 & CLI

2002-02-27 Thread Jim Winstead
the cgi binary should get called 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.2&r2=1.71.2.3&ty=u &g

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

[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
g system would be greatly welcomed. 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
} rem -= (loc3 - ptr) + 3; @@ -388,8 +417,8 @@ while (loc) { if (!strncmp(loc, boundary, len) #if NEW_BOUNDARY_CHECK - && (loc-2>buf && *(loc-2)=='-' && *(loc-1)=='-') /* ensure boundary is prefixed with -- */ - && (loc-2==buf || *(loc-3)=='\n') /* ensure beginning of line */ + && *(loc-2)=='-' && *(loc-1)=='-' /* +ensure boundary is prefixed with -- */ + && *(loc-3)=='\n') /* ensure beginning +of line */ #endif ) { break; -- Jim Segrave [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

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

Re: [PHP-DEV] New Module

2002-03-05 Thread Jim Segrave
*) decrypt(char *) > > so 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

[PHP-DEV] Re: CVS history file?

2002-03-07 Thread Jim Winstead
ons over the life 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
ally the same as the PHP license, which 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
($row = @mysql_fetch_array($res)) { > >Was it intended to let this slip through ? funny. that was actually something i checked in. i guess the logging scripts 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 &l

[PHP-DEV] Re: misinformation in regards to php

2002-03-07 Thread Jim Winstead
riously, please take discussion of this sort of thing to the php-evangelism list (aka the php.evangelism newsgroup). it is off-topic for this list. jim -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] ||=

2002-03-08 Thread Jim Winstead
e ||= $some_default_value; wouldn't behave as someone familiar 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 use

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

2002-03-10 Thread Jim Winstead
tle annoying to read things in their mailing list archive 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 gi

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

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

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

2002-03-17 Thread Jim Winstead
g wrapped, the newtextlen 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 Mail

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

2002-03-17 Thread Jim Winstead
ause it is in the multi-character-line-ending 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
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
nts. i don't know 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
ple.) > if that is a needed feature we better implement a useful solution. > But is it really necessary? i don't 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 b

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

2002-03-23 Thread Jim Winstead
e fpassthru() or fread() 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
this new 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 c

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

2002-03-23 Thread Jim Winstead
introduce a new function. (it also looks to me like safe_mode_include_dir 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
nd kicking out the first release candidate. i don't think 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:

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

2002-04-05 Thread Jim Jagielski
cooked up: > > echo "hi foo=$foo\n"; > echo "$foo\n"; > ?> > > for ($i = 0; $i < 10; $i++) { > echo "line $i\n"; > } > ?> > > > Anyone else working with the apache2filter? > Aaron, let me take a gander ov

Re: [PHP-DEV] apache2filter efficiency

2002-04-06 Thread Jim Jagielski
ds to be slurped... think compiled instead of interpreted. -- ======= 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.J

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

2002-04-06 Thread Jim Jagielski
nabled > >Configure options: > > --with-mpm=worker \ > > --prefix=/usr/local/ap2 \ > > --enable-module=so > >PHP latest CVS, configure options: > > --with-apxs2=/usr/local/ap2/bin/apxs > >GNU ld version 2.11.92.0.12.3 20011121 Debian/GNU Linux > >gcc 2.95.4 > >ltmain.sh (GN

  1   2   >