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] 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://

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

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

[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

[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

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

[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

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

Re: [PHP-DEV] Re: PHP profiling results under 2.0.37 Re: Performance of Apache

2002-06-08 Thread Jim Jagielski
I say unbuffered, let's call the whole thing off... :) Seriously though, +1 -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ "A society that will trade a little liberty for a little order wil

Re: [PHP-DEV] Re: [Zend Engine 2] RE: [PHP-DEV] oo != php

2002-06-07 Thread Jim Winstead
ot; has more to do with some developers not willing to be told what features to implement than a notion of those features being a terrible idea. (some of us may think some are a bad idea, but working code can be very persuasive. lots of arguing and handwaving isn't.) jim -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Sorry! Re: [PHP-DEV] Fwd: REJECTED: <5.1.0.14.2.20020607225328.03df2740@127.0.0.1>

2002-06-07 Thread Jim Winstead
of whatever broken thing it is doing now. jim -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Snapshots not build correctly..

2002-06-05 Thread Jim Winstead
those files. > > They are probably not generated with makedist then. > Anyone know how they are created? ./buildconf --copy (andi, the whole thing is in /local/bin/update-snapshots on va1.php.net. you can do whatever needs to be done to fix it there.) jim -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Bidirectional Pipe

2002-05-20 Thread Jim Winstead
Kim Saunders <[EMAIL PROTECTED]> wrote: > * am I correct that there isn't a way to do this in PHP at the moment? nope. http://php.net/proc_open jim -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] one of the php.net machines is down

2002-05-18 Thread Jim Winstead
take until monday to get things sorted out, so please be patient. jim -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] add PATH_INFO and PATH_TRANSLATED to apache2 sapi ... RE

2002-05-13 Thread Jim Jagielski
ed unless the >admin knows what they're doing. > Why enable? Portability, since this was the expected and normal behavior with previous rev's. :) -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http:/

Re: [PHP-DEV] RE: [Gallery-users] can't create albums (fwd)

2002-05-06 Thread Jim Winstead
(&mode) to zend_parse_parameters(), which uses it as a pointer to long, is probably the cause of the problem. mode should be declared as a long in the function, and cast to a mode_t when passed to VCWD_MKDIR. jim -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] config.w32.h...registry configuration

2002-05-03 Thread Jim Winstead
such a language close at hand. :) jim -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: mirrors.inc/countries.inc - Where is it?

2002-04-30 Thread Jim Winstead
er cvs control. they just define some arrays -- you can view the files directly at http://www.php.net/include/countries.inc and http://www.php.net/include/mirrors.inc. questions about the php.net sites should generally be directed to the php-mirrors list. jim -- PHP Development Mailing List

[PHP-DEV] specifying smtp server on win32 via 5th mail() parameter

2002-04-28 Thread Jim Winstead
ust use ini_set()?) jim Index: ext/standard/mail.c === RCS file: /repository/php4/ext/standard/mail.c,v retrieving revision 1.51 diff -u -r1.51 mail.c --- ext/standard/mail.c 16 Mar 2002 15:50:20 - 1.51 +++ ext/standard/mail.c 28

Re: [PHP-DEV] bugs: try newer version (?)

2002-04-28 Thread Jim Winstead
ery) old release. That seems to be what happens now, but it is > done by hand. the bug reporting form already does not allow you to report bugs against versions prior to 4.1.2. jim -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: snaps.php.net

2002-04-28 Thread Jim Winstead
efforts on the 4.2 branch > would greatly benefit from snapshot availability. snapshots of the 4.2 branch are now available as php4-STABLE-* from snaps.php.net. snapshots of php3 are no longer available. jim -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: CVS Account Request

2002-04-28 Thread Jim Winstead
Andrew Heebner <[EMAIL PROTECTED]> wrote: > Would like to contribute and help with existing PEAR modules you need to fill out the form at http://www.php.net/cvs-php.php jim -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: PHPINIDir directive

2002-04-22 Thread Jim Jagielski
rror message. Plus, this is a pretty special directive as well... :/ -- ======= Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ "A society that will trade a little liberty for a little orde

Re: [PHP-DEV] Re: PHPINIDir directive

2002-04-22 Thread Jim Jagielski
Aaron Bannert wrote: > > On Mon, Apr 22, 2002 at 04:01:25PM -0400, Jim Jagielski wrote: > > Right now, we assume that each successive use of PHPINIDir is > > due to its inclusion in a . I wonder if > > that's overly restrictive... Should we allow successive uses an

[PHP-DEV] PHPINIDir directive

2002-04-22 Thread Jim Jagielski
Aaron, Right now, we assume that each successive use of PHPINIDir is due to its inclusion in a . I wonder if that's overly restrictive... Should we allow successive uses and just honor the last one? -- === Jim Jagi

[PHP-DEV] some php.net maintenance this weekend.

2002-04-19 Thread Jim Winstead
be any interruption in php.net mail, and i'll try to avoid it for the web services, too. but theory and practice don't always march to the same drummer. :) the mailing lists and cvs shouldn't be impacted at all. jim -- PHP Development Mailing List <http://www.php.net/>

[PHP-DEV] php-dev was stuck.

2002-04-18 Thread Jim Winstead
"is the mailing list broken?" emails -- never send those! just send an email to [EMAIL PROTECTED]) sorry about the inconvenience. jim -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: cvs: php4 /sapi/apache config.m4 /sapi/apache2filter config.m4

2002-04-12 Thread Jim Winstead
g configure option. woohoo! but what about --with-apache? 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
e* looking forward. they're leading with code. what do you think we're doing here? waiting around for someone to tell us what to do? 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
tat is a futile approach. as to my own feelings of the value of reuse and improving productivity, 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 Deve

[PHP-DEV] Re: The PHP Platform

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

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

2002-04-11 Thread Jim Winstead
an up some parts of the api. specifically, 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

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

2002-04-11 Thread Jim Jagielski
luding one 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 li

Re: [PHP-DEV] RE: [PHP-QA] Supporting Apache 2 with PHP 4.2.0

2002-04-11 Thread Jim Jagielski
. Also, having > PHP available for Apache 2 would be awesome sooner than later. :) > > -aaron > > -- > PHP Development Mailing List <http://www.php.net/> > To unsubscribe, visit: http://www.php.net/unsub.php > -- ===

[PHP-DEV] Re: modified base64

2002-04-10 Thread Jim Winstead
and '='. So i changed base64 > to use '-', '_' 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

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

[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

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

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

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

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

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

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

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

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

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

[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

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

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

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

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

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

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

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

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

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

[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

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

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

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

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

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

  1   2   >