Re: [PHP-DEV] PROPOSAL: "unless" control structure

2003-01-12 Thread Jon Parise
t, I would consider it unnecessary syntactic sugar. Besides, it actually ends up using _more_ characters ("unless(":7, "if(!":4) in the long run. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] 'php4' CVS module for PHP 5?

2003-01-13 Thread Jon Parise
I'm a tool and sent this to the pear-dev list accidentally. Redirecting it here ... -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) --- Begin Message --- I'm not trying to start too much trouble, but ... If the next (major) release of PHP is going to be PH

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2003-01-20 Thread Jon Parise
contradictory to the PHP copyright statement at the top of the file, and, as I understood things, contributing to a project such as PHP essentially waves your individual copyright. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP Development Mailing List <

Re: [PHP-DEV] Re: str_ireplace vs. stri_replace

2003-01-30 Thread Jon Parise
gt; trouble going with whatever the majority feels is best. Get rid of stri_replace() and/or str_ireplace() and just add a fourth optional parameter to str_replace() to control case-sensitivity. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP Developm

Re: [PHP-DEV] Files Headers

2003-02-08 Thread Jon Parise
On Sat, Feb 08, 2003 at 01:31:22AM +0100, Marcus Brger wrote: > From our files haeders: >| available at through the world-wide-web at | > > Shouldn't the first 'at' be dropped? Yes. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP

[PHP-DEV] bindlib_w32 fix for Visual Studio .NET

2003-02-22 Thread Jon Parise
, so if someone could either grant me karma or commit this for me, I'd appreciate it. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) Index: nsap_addr.c === RCS file: /repository/bindlib_w32/nsap

[PHP-DEV] Re: [PHP-CVS] cvs: php4(apache_hooks) /sapi/apache mod_php4.c

2002-08-31 Thread Jon Parise
such that what was > > php_value uri_handler /tmp/foo.php > > is now > > phpUriHandler /tmp/foo.php It might be nice to keep the directives more unified, e.g.: php_uri_handler /tmp/foo.php Or perhaps: php_handler uri /tmp/foo.php php_handler readpost

Re: [PHP-DEV] Default extensions (was: mbstring)

2002-09-02 Thread Jon Parise
27;m making general claims without providing any kind of reliable figures here. Perhaps it would be interesting to conduct some kind of anonymous PHP extension survey to see how many people configure / use which modules. [*] Not that MySQL support harms anything, but why compile something

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

2002-09-11 Thread Jon Parise
php_array_diff(INTERNAL_FUNCTION_PARAM_PASSTHRU, DIFF_ASSOC TSRMLS_CC); You get the idea. =) -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: sockets extension...pecl it

2002-09-12 Thread Jon Parise
s documentation outside of > the source files. Yes, the documentation is at http://www.php.net/sockets (which redirects to the manual entry). -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] autoconf version

2002-09-26 Thread Jon Parise
a 'configure' script based on a stale cache. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- 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 Jon Parise
generally better (where "better" means more secure, efficient, and easily maintained) to handle database access control using PostgreSQL's native access mappings? -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP Development Mailing List <http:/

[PHP-DEV] getopt function

2002-09-27 Thread Jon Parise
he weekend (at which point I'll also write the associated documentation). Comments are, of course, welcome. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) Index: basic_functions.c === RCS file: /repo

[PHP-DEV] emalloc v. malloc

2002-09-29 Thread Jon Parise
rrent code. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: PHP Embedded (phplib)

2002-09-29 Thread Jon Parise
ter will infer all known SAPI modules, yes? -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] String function optimizations

2002-10-04 Thread Jon Parise
the code much more readable, as well. I haven't had a chance to apply the patch and test performance, though. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- 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 /main output.c

2002-10-03 Thread Jon Parise
o this list for open discussion. This is one of those cases where the propensity to commit changes as soon as possible is turning the repository into a mess of changes and reversions. What's the hurry? Give other people a chance to comment on your work. That's the open source way. --

Re: [PHP-DEV] ext/aspell

2002-10-08 Thread Jon Parise
the [ap]spell extension to PECL for the next major release (i.e. not for 4.3, but for 4.4 or later). -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CODING_STANDARDS addition re: emalloc

2002-10-08 Thread Jon Parise
or in wording, I'll commit this in a few days. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) Index: CODING_STANDARDS === RCS file: /repository/php4/CODING_STANDARDS,v retrieving revision 1.22 diff

Re: [PHP-DEV] CODING_STANDARDS addition re: emalloc

2002-10-09 Thread Jon Parise
A new CODING_STANDARDS patch is attached, based on feedback from Andi and Dan (thanks!). Please review and comment. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) Index: CODING_STANDARDS === RCS file

[PHP-DEV] PHP_INI_MH question

2002-10-14 Thread Jon Parise
ython environment immediately. Otherwise, PHP_MINI_FUNCTION explicitly applies any "cached" INI changes that are now stored in global variables. This doesn't strike me as ideal, but it seems like the best way to handle this situation. Are there other ways? -- Jon Parise ([EMAIL PR

Re: [PHP-DEV] PHP_INI_MH question

2002-10-14 Thread Jon Parise
On Tue, Oct 15, 2002 at 01:12:35AM -0400, Jon Parise wrote: > I'm curious about some of the semantics behind PHP_INI_MH. Woops, I had an error in my code that made me interpret things incorrectly. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP Dev

Re: [PHP-DEV] Work is beginning on cURL and PHP again

2002-10-21 Thread Jon Parise
On Mon, Oct 21, 2002 at 10:12:55PM +0200, Sterling Hughes wrote: > * Autogenerating much of the interface between cURL and PHP, allowing > PHP to support multiple versions of the underlying cURL library By what mechanism do you plan on implementing this? -- Jon Parise ([EMAIL PRO

Re: [PHP-DEV] php_value vs. php_admin_value

2002-10-21 Thread Jon Parise
d I'm not looking at the code right now to back this up), the php_admin_* versions are for INI options that can only be set "administratively" (i.e. PHP_INI_SYSTEM), meaning they can't be changed by user-level operations. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http:

Re: [PHP-DEV] Work is beginning on cURL and PHP again

2002-10-21 Thread Jon Parise
What, you can't write a simple parser in php? Off with his head! ;) > > Yeah, but then you get into the recursive dependency problem (otherwise > i would). You need PHP in order to build PHP, and that just gets messy > ;) Then it's settled; use awk(1)! -- Jon Parise ([E

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / Makefile.global

2002-10-23 Thread Jon Parise
.ini-dist need to be applied to run-tests.php and why those values, if they are so important, can't be explicitly enabled via ini_set() calls. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] turning strlen() into an opcode

2002-11-08 Thread Jon Parise
rs in a string, then number of elements in an array). Actually, I suppose extending count() to handle strings would be mostly equivalent. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Stepping on range()

2002-11-10 Thread Jon Parise
ntation updates will accompany with the commit. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) Index: array.c === RCS file: /repository/php4/ext/standard/array.c,v retrieving revision 1.198 diff -u -r1.198

Re: [PHP-DEV] PHP Snaps

2002-11-12 Thread Jon Parise
of like a separate problem (breaking the build). Something like a tinderbox[1] setup would be quite nice, although the resources for it probably don't exist. [1] http://tinderbox.mozilla.org/showbuilds.cgi?tree=SeaMonkey -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.

Re: [PHP-DEV] try/catch/throw in php5 ?

2002-11-12 Thread Jon Parise
On Tue, Nov 12, 2002 at 02:27:49PM +0100, michel 'ziobudda' morelli wrote: > any news about an error management in php5 ? Yes, exceptions are implemented in Zend Engine 2. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP Development Maili

Re: [PHP-DEV] show_source()

2002-11-15 Thread Jon Parise
NE__' constant. The current line number is stored in zend_lineno (e.g. CG(zend_lineno)). -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Patch for range()

2002-11-22 Thread Jon Parise
ns (although I haven't actually applied and run your patch). Thanks for investigating this. I should have tested a wider set of step values in my original tests. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Patch for range()

2002-11-23 Thread Jon Parise
On Sat, Nov 23, 2002 at 06:47:48PM +0900, Moriyoshi Koizumi wrote: > BTW how about renaming it to array_range() and adding an alias for BC? I think that's logical, but I'm leave it up to the QA folks to make the call. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http:

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

2002-11-23 Thread Jon Parise
ffers one another in the > cases like range("A", "Ä"); Please add a note to this effect in the manual. There are already some behavior-related notes at the bottom of the range() documentation. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.ne

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

2002-11-23 Thread Jon Parise
rrent/lib/built-in-funcs.html#l2h-47 The Python version does not handle characters, which (as we both agree) is the "better" implementation. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- 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 array.c

2002-11-23 Thread Jon Parise
, but I don't want to taint the release candidates (primarily out of principle; I really doubt anything would break). -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] -+ [01]

2002-12-19 Thread Jon Parise
n if they have never touched the part of the code that's being discussed (such as the CGI / CLI debate). In other large projects (FreeBSD, for example), when someone proposes a modification to something like the VM system, it seldom results in a long, drawn-out conversation involving dozens of pe

Re: [PHP-DEV] -+ [01]

2002-12-19 Thread Jon Parise
I try to avoid using it, > and stick to the lengthy spelled-out sentence. +1 -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] -ldl magic

2002-12-27 Thread Jon Parise
What's the preferred config.m4 incantation to determine whether the 'dl' library needs to be linked with an extension (for PECL, in this case)? I know very little about the 'dl' library, so please forgive my ignorance. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Pr

Re: [PHP-DEV] META: Proper quoting

2002-12-28 Thread Jon Parise
se mutt as your mail client, the following autocmd will automate the process: autocmd BufRead mutt* normal :g/^> -- *$/,/^$/-1d^M^Lgg -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /win32 sendmail.c sendmail.h

2003-01-04 Thread Jon Parise
ease_ provide more substantive commit messages. I doubt there are many (any?) of us here are familiar with NetWare internals, and we'd really like to be able to understand the content of and motivations for your changes without guessing from the diffs. -- Jon Parise ([EMAIL PROTECTED]) :

[PHP-DEV] --with-pear configure option

2001-02-03 Thread Jon Parise
How about adding a --with-pear configure option (or something similar) which would allow the specification of the PEAR install directory at build time? I realize 'make install PEAR_INSTALL=/foo' works, but it doesn't set the default include path correctly. -- Jon Parise ([

Re: [PHP-DEV] FreeBSD ISO

2001-02-04 Thread Jon Parise
reeBSD/releases/i386/ISO-IMAGES/ -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

Re: [PHP-DEV] when to duplicate string using add_index_string?

2001-02-08 Thread Jon Parise
#x27;duplicate me'. > If duplicate is set to 0, then you tell the engine not to duplicate the > string, but use it as-is. If it's set to 1, then you tell the engine to > duplicate it, because this string is either static, or already referenced > by other things in PHP.

Re: [PHP-DEV] Renaming fopen-wrappers.[ch] to fopen_wrappers.[ch]

2001-02-23 Thread Jon Parise
elete'ing them from the HEAD branch? -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Re: [PHP-DEV] Renaming fopen-wrappers.[ch] to fopen_wrappers.[ch]

2001-02-23 Thread Jon Parise
(fopen-wrappers.[ch] won't exist and historic references to them won't be updated). -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.net/> To unsubscribe

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

2001-03-08 Thread Jon Parise
you read the second paragraph of the "New Site Design" headline, you'll see that the quickref widget is still available on the manual pages. -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Dev

Re: [PHP-DEV] manual?

2001-03-09 Thread Jon Parise
just reword all of the text), I (or someone else) will submit your changes to the phpdoc cvs tree. -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.net/> To

[PHP-DEV] m4 buildconf error

2001-03-11 Thread Jon Parise
? -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To conta

Re: [PHP-DEV] m4 buildconf error

2001-03-11 Thread Jon Parise
On Sun, Mar 11, 2001 at 12:17:05PM -0500, Jon Parise wrote: > I just starting getting these from a current cvs checkout: [snip] > rebuilding configure > NONE:0: /usr/local/bin/gm4: ERROR: EOF in string > rebuilding acconfig.h > rebuilding main/php_config.h.in > NONE:0:

Re: [PHP-DEV] feature request

2001-03-19 Thread Jon Parise
On Mon, Mar 19, 2001 at 11:27:09PM +0200, Zeev Suraski wrote: > What is iseverythingelse()? I don't think we have any other > iseverythingelse() function. I'd assume Lars is referring to the is_{type} functions: http://www.php.net/manual/en/ref.var.php -- Jon Parise (

Re: [PHP-DEV] feature request

2001-03-19 Thread Jon Parise
es, but I just hope this doesn't go too far into the syntactic sugar realm. -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mai

[PHP-DEV] Empty RCS template entities

2001-03-29 Thread Jon Parise
o commit to the CVSROOT/ directory, so someone with the proper karma will have to review these changes and make the decision to commit them. -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member #! /usr/bin/perl -w # # $F

Re: [PHP-DEV] PHP 4.0.6 IMAP BUG

2001-12-20 Thread Jon Parise
are of this but I'm not too familiar with imap code. Your patch looks sound enough, although I'm not very familiar with that code, either. I don't see any harm committing it to the HEAD branch. -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://www.cs

Re: [PHP-DEV] current CVS and MacOSX

2001-12-21 Thread Jon Parise
ues. This is a narrower input set than that accepted by inet_aton(). HISTORY These functions appeared in 4.2BSD. -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http

[PHP-DEV] Moving extensions to PECL

2001-12-31 Thread Jon Parise
for removal from the base PHP distribution. Are there any well-founded objections to this (either in practice or principle)? -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <

Re: [PHP-DEV] Moving extensions to PECL

2001-12-31 Thread Jon Parise
> > or principle)? > > We should probably add cybermut to the list as well. Sure, that sounds fine. I suppose removing some of these less frequently used extensions will also help make the QA team's job a little easier, too. -- Jon Parise ([EMAIL PROTECTED]) . Information

Re: [PHP-DEV] Moving extensions to PECL

2001-12-31 Thread Jon Parise
t of the base PHP distribution and into PECL to help test the PECL build infrastructure and to standardize the procedure for moving extensions out of the base distribution. I probably should have made that clearer before. I don't want this to turn into a "this extension is too big an

Re: [PHP-DEV] Re: [PEAR-DEV] PECL (was PHP 5)

2002-01-02 Thread Jon Parise
) > Guys? I think I agree on both points ([EMAIL PROTECTED] and /PECL). -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EM

[PHP-DEV] Always building command line PHP

2002-01-02 Thread Jon Parise
EAR tools require the command line version of PHP, so always building it would be a good step toward making the PEAR stuff less esoteric. Let's focus on the best way to do this before addressing the plethora of other issues related to bringing PEAR up to par. -- Jon Parise ([EMAIL PROTECTED])

Re: [PHP-DEV] Always building command line PHP

2002-01-03 Thread Jon Parise
between them too. I know I do. I don't see the necessity of requiring different php.ini files. You can specify the php.ini by using the -c option to the php binary, as well. -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Sci

Re: [PHP-DEV] Always building command line PHP

2002-01-03 Thread Jon Parise
being used for CLI purposes and not as a CGI? -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: [PHP-DEV] Always building command line PHP

2002-01-03 Thread Jon Parise
might not be optimized for the user's command line scripting needs is irrelevant because they can go ahead and build their own custom CGI binary by executing 'configure' a second time. In other words, I'm talking about extending the default build to include a default CGI binary build

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

2002-01-04 Thread Jon Parise
On Fri, Jan 04, 2002 at 07:12:38PM -0800, Jim Winstead wrote: > these are the standard C library names. are people going to insist > they be phpified? is_finite() is_nan(), is_infinite()? No more than I'd request strlen() be renamed str_len(). =) -- Jon Parise ([EMAI

Re: [PHP-DEV] Preview of PHP 5

2002-01-18 Thread Jon Parise
On Fri, Jan 18, 2002 at 07:48:01PM +0200, Andi Gutmans wrote: > Well the definition of alpha is before all features are in so I think it > should be OK but I don't really care as long as the changes get a bigger > audience. The other option is to call it a "test"

Re: [PHP-DEV] Warnings in current HEAD

2002-01-27 Thread Jon Parise
On Sun, Jan 27, 2002 at 09:47:45AM +0100, Sebastian Bergmann wrote: > math.c > c:\home\php\php4\ext\standard\math.c(37): warning C4005: 'zend_isinf': > Macro redefined, previous definition in > ..\Zend\zend_config.w32.h(50) This should be fixed in cvs now. Thanks for m

Re: [PHP-DEV] Build failure on BSD (current cvs)

2002-02-01 Thread Jon Parise
ious to the person that broke things. After spending a couple of hours making sure that PHP4 cvs builds cleanly on Solaris last week, I'm beginning to wonder whether the PHP developers need to be reminded that all the world is not running GNU/Linux. -- Jon Parise ([EMAIL PROTECTED]) . Inform

[PHP-DEV] Re: [PHP-CVS] cvs: php4 / configure.in

2002-02-01 Thread Jon Parise
On Sat, Feb 02, 2002 at 06:21:59AM -, Jon Parise wrote: > jon Sat Feb 2 01:21:59 2002 EDT > > Modified files: > /php4 configure.in > Log: > Revert revision 1.294. > > This commit broke things in interesting ways under F

Re: [PHP-DEV] Bug report subject lines

2002-02-07 Thread Jon Parise
that wouldn't be possible unless there was a new list. The list > management software prepends the list name to each message. I wonder, > however, if there was some way to alias the list to another. A separate "php-bugs" mailing list could be created as a sort of sublist of php-

Re: [PHP-DEV] Bug report subject lines

2002-02-07 Thread Jon Parise
he solution may be to have the two lists share the same subscription list. -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Negative integers as array keys

2002-02-08 Thread Jon Parise
The PHP manual[1] states that negative integer values are not valid array keys, but a simple test proves otherwise. Has this changed, or is this behavior simply not guranteed or supported? [1] http://www.php.net/manual/en/language.types.array.php -- Jon Parise ([EMAIL PROTECTED

[PHP-DEV] Trimming subject lines

2002-02-10 Thread Jon Parise
hirty characters of screen real estate, and the subject is likely no longer accurate in terms of the way the discussion has evolved. [end of communication] -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Develo

[PHP-DEV] CVS account requests

2002-02-16 Thread Jon Parise
code should first submit at least one patch or reference some of their bug reports. Would this be going too far? -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.

[PHP-DEV] FreeBSD and statfs(2)

2001-05-19 Thread Jon Parise
nice to unbreak these functions in PHP 4.0.6, too, but there's really no rush being these functions haven't worked under FreeBSD for quite some time, anyway. -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member

[PHP-DEV] Rename list to php-doc?

2001-05-15 Thread Jon Parise
We're there plans to rename the [EMAIL PROTECTED] mailing list to [EMAIL PROTECTED], for consistency with the other mailing lists? What ever happened to that idea? -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House M

Re: [PHP-DEV] Using $HTTP_SESSION_VARS with register_globals On

2001-05-21 Thread Jon Parise
7;t mind > reinstating it, but if we do, let's do it once and for all with very > good reasons to avoid another such occurrence. That approach gets my vote, too. As one who has lived through scoping hell along with Chuck, I'm all for making this part of PHP friendlier and, at the

[PHP-DEV] Breakage in fopen_wrappers.c

2001-05-22 Thread Jon Parise
ntifier is reported only once fopen_wrappers.c:150: for each function it appears in.) -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.net/> To unsubscribe

Re: [PHP-DEV] Modifications for Postgres driver

2001-06-19 Thread Jon Parise
at your patch, I will (I'm an avid PostgreSQL user), and I can commit it if no one else finds the time. -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.net/>

Re: [PHP-DEV] Modifications for Postgres driver

2001-06-19 Thread Jon Parise
ld also do some documentation. > I do not know the "source format" of the documentation and > where to get it - could somebody mail me the Postgres-Doc- > Sources? It's in cvs, as part of the 'phpdoc' module. I'd point you to the cvs web interface, but it ap

Re: [PHP-DEV] Bug #11432 Updated: crash when restoring references to objects

2001-06-20 Thread Jon Parise
needs to get out the door. Save it for 4.0.7. -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: [PHP-DEV] ARG Separation for Get Vars

2001-06-27 Thread Jon Parise
is directive is considered as separator! ;arg_separator.input = ";&" -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL

Re: [PHP-DEV] Assert callback handlers

2001-06-29 Thread Jon Parise
ctions that sort of mimic assert(), but this would be much better. -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED]

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

2001-07-02 Thread Jon Parise
f "correctness". Returning an 'int' would be more consistent but returning a boolean would be specific. -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http:/

Re: [PHP-DEV] [UPDATE] NGScan

2001-07-09 Thread Jon Parise
he discussion technical and civil, and let the merits of the code speak for itself. -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail:

Re: [PHP-DEV] NGScan - technical explanation

2001-07-09 Thread Jon Parise
ncompatible with the other's for the time being. -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For add

Re: [PHP-DEV] PHP Working Groups

2001-07-09 Thread Jon Parise
t discuss the possibility of organizing the masses into a handful of working groups (or special interest groups). -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.net/&

Re: [PHP-DEV] ftp_ functions

2001-07-11 Thread Jon Parise
T string, but without a quote > function there's no way to send it. Could you perform the necessary string quoting in PHP? -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List &l

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

2001-07-19 Thread Jon Parise
using the bare extname. I thought that convention only applied to the header files. -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-m

Re: [PHP-DEV] Moving output.c from ext/standard to main/

2001-07-20 Thread Jon Parise
way to do this is: Copy output.c,v from ext/standard/ to main/ 'cvs remove output.c' from ext/standard/ in the HEAD branch Update all affected Makefile's, etc. and commit them to HEAD That should preserve the file's history and retain compatibility with old versions

[PHP-DEV] PEAR_INSTALLDIR breakage

2001-04-05 Thread Jon Parise
@ -717,9 +717,9 @@ PEAR_INSTALLDIR="$prefix/lib/php" fi -EXTENSION_DIR="\${PEAR_INSTALLDIR}/extensions/$PART1-$PART2-$ZEND_MODULE_API_NO" +EXTENSION_DIR="${PEAR_INSTALLDIR}/extensions/$PART1-$PART2-$ZEND_MODULE_API_NO" -INCLUDE_PATH=".:\${PEAR_INSTALLDIR}" +INCLUDE_

[PHP-DEV] --with-pear[=DIR] patch

2001-04-06 Thread Jon Parise
=/var/www/pear ... would install the PEAR hierarchy in /var/www/pear. The new PEAR directory is also added to the default 'include_path', too (that behavior isn't really new, but it's a lot more useful now that the PEAR location can be specified at compile time). -- Jon Pari

[PHP-DEV] Make *log_message const

2001-04-06 Thread Jon Parise
Is there a reason the *log_message argument to the log functions isn't 'const'? Making it a 'const char *' seems more correct, but I'm not sure if that will break on some platforms. The attached patch adds 'const' to the *log_message argument in a few p

[PHP-DEV] Breakage in yp.c

2001-04-07 Thread Jon Parise
zer: op "U&" "yp.c", line 218: non-constant initializer: op "U&" My knowledge of C portability is weak in these cases, but the following patch appears to fix things here. Can some of you more knowledgeable folks give this a quick look and let me know if it's

[PHP-DEV] --with-pear[=DIR] patch (updated)

2001-04-07 Thread Jon Parise
I found a small bug in my last patch that adds --with-pear support to PHP's configure system. I neglected to set the PEAR_DIR variable in the default case. The attached patch resolves that problem. -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu

[PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-08 Thread Jon Parise
; make it a lot easier for distributions to build PHP, because we > conform more to de-facto build conventions (at least on Linux). Also > you won't have to re-run configure and make to build the CGI in order > to run tests, the PEAR installer etc. I think you're proposed chan

[PHP-DEV] Segfault with current cvs

2001-04-09 Thread Jon Parise
nable-sysvshm \ --enable-xml Any thoughts? -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DEV] Segfault with current cvs

2001-04-09 Thread Jon Parise
zend_constants.c:153 #5 0x281e4ccf in zend_shutdown () at zend.c:444 #6 0x281f63f4 in php_module_shutdown () at main.c:925 #7 0x281f63bc in php_module_shutdown_wrapper (sapi_globals=0x282ae800) at main.c:900 #8 0x281f44ec in apache_php_module_shutdown_wrapper () at mod_php4.c:694 #9 0x8050b75 in run

Re: [PHP-DEV] Segfault with current cvs

2001-04-09 Thread Jon Parise
> return SUCCESS; > } Indeed it has. It looks like it's already been committed, too. Thanks! -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://w

Re: [PHP-DEV] Re: [PHP-CVS] cvs: pear /Science Chemistry.php/Science/ChemistryAtom.php Atom_PDB.php Coordinates.php Element.phpMacromolecule.phpMacromolecule_PDB.php Molecule.php Molecule_XYZ.phpPDBFile.php PDBPa

2001-04-10 Thread Jon Parise
will slowly become its own module. -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-14 Thread Jon Parise
anches for releases and keep working on the main > trunk. Right, so the 4.0.* code would branch off and the HEAD revision would become the 4.1.0 (development) tree. -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House

  1   2   >