[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

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

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

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

[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

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

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

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

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

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

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

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

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

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

[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

[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

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

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

[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] 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(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] Module startup/shutdown in PHP extensions

2002-07-19 Thread Jon Parise
odule startup and shutdown function pair once on initilization. I'm only guessing, but that may occur when Apache does it's initial fork(s). It's been a while since I worked with the Apache module API, though. -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://

[PHP-DEV] TSRM macros

2002-07-07 Thread Jon Parise
Is there a reference somewhere that describes how the TSRM macros should be used? I understand the differences between the various macros, but I'd like to read some detail concerning when the context should be passed into a function and when calling TSRM_FETCH() would be acceptable. --

[PHP-DEV] PiP - Python in PHP

2002-07-07 Thread Jon Parise
hed, but I'm hoping those of you that are interested in the idea will take a few minutes to download and build what I have so far. I'm mostly after general feedback and suggestions. And if you spot a bug, I'd like to hear about that, too. =) -- Jon Parise ([EMAIL PROTECTED]

Re: [PHP-DEV] Errors when building HEAD

2002-05-23 Thread Jon Parise
ached buildconf_errors.txt. After running > "./configure" then results in: > > checking whether to include debugging 2.13... ./configure: line 11416: > syntax error near unexpected token `else' > ./configure: line 11416: `else' > > > Any clues?

Re: [PHP-DEV] PATCH - improvements for imap_headerinfo() (fwd)

2002-05-12 Thread Jon Parise
pposed to do again? > > At first glance it looks like it's modifying the > > imap_headerinfo() function quite dramatically and > > propably breaks it too.. > > > > Have you compared the output of this function without > > this patch and wi

Re: [PHP-DEV] [PATCH] IMAP module efficiency improvements

2002-05-12 Thread Jon Parise
ically the same > things that I did to the message list last year. > > If someone could briefly look these over and commit them that would be > very helpful. Your changes look good, so I just committed them. They probably won't be included in the 4.2.1 release, however. -- Jo

Re: [PHP-DEV] How may I use trim?

2002-05-09 Thread Jon Parise
al question, he wants to know how to call a function from one extenion inside of another (from C-land). -- 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

Re: [PHP-DEV] chora.php.net down

2002-04-15 Thread Jon Parise
On Mon, Apr 15, 2002 at 02:24:13PM +0200, Roman Neuhauser wrote: > what's up? any estimates of the downtime? Both cvs.php.net and chora.php.net appear to be up now. -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Scien

Re: [PHP-DEV] Uploading new release

2002-04-13 Thread Jon Parise
Apologies; I sent this to the wrong 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] Uploading new release

2002-04-13 Thread Jon Parise
can't seem to break this loop, so the release is never successfully uploaded. Is this a site bug, or am I doing something wrong? -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List

Re: [PHP-DEV] Build failure in snprintf.[ch]

2002-04-11 Thread Jon Parise
On Wed, Apr 10, 2002 at 08:49:21PM -0400, Jon Parise wrote: > Under FreeBSD with the latest HEAD cvs code: > > main/snprintf.lo: In function `ap_php_conv_fp': > /home/jon/build/php4/main/snprintf.c:152: undefined reference to `ap_php_fcvt' > /home/jon/build/php4/main/

Re: [PHP-DEV] Re: Bug #16552 Updated: Undefined macro `AC_PROG_LIBTOOL'

2002-04-11 Thread Jon Parise
ts tree, so you need to build and install libtool 1.4 yourself. -- 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] Build failure in snprintf.[ch]

2002-04-10 Thread Jon Parise
lo: In function `xbuf_format_converter': /home/jon/build/php4/main/spprintf.c:489: undefined reference to `ap_php_gcvt' *** Error code 1 -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List

[PHP-DEV] Weird configure problem

2002-04-01 Thread Jon Parise
hen I have more free time, but I figured I'd at least ask here in case it looks obvious to someone. -- 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/>

[PHP-DEV] Build failure in mime_magic

2002-03-26 Thread Jon Parise
e/jon/build/php4/ext/mime_magic/php_mime_magic.h:160: conflicting types for `uncompress' /usr/include/zlib.h:639: previous declaration of `uncompress' *** Error code 1 -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Scien

Re: [PHP-DEV] iconv configure problem

2002-03-19 Thread Jon Parise
$iconv_lib_name, libiconv, [ > found_iconv=yes > PHP_ADD_LIBRARY_WITH_PATH($iconv_lib_name, $ICONV_DIR/lib, $1) > AC_DEFINE(HAVE_ICONV, 1, [ ]) -- 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] iconv configure problem

2002-03-18 Thread Jon Parise
The latest iconv detection code doesn't appear to account for the case where iconv_open() is defined in libiconv. It only checks for iconv_open() in libc and libiconv_open() in libiconv. This breaks the build under FreeBSD unless the GNU libiconv port is installed. -- Jon Parise ([

Re: [PHP-DEV] Additional warning for mail()

2002-03-15 Thread Jon Parise
ested on linux/freebsd). No objection here. -- 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

Re: [PHP-DEV] buildconf for 4.1.2 breaks Solaris 8

2002-03-12 Thread Jon Parise
ion of autoconf are you using? You may need to step back to autoconf-2.13. -- 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] php_ticks.c patch

2002-03-04 Thread Jon Parise
The following patch quells a warning under 'cc: WorkShop Compilers 5.0 98/12/15 C 5.0' (Solaris 8). I think it's theoretically correct, but I'd like a second opinion before I commit the change. -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://

Re: [PHP-DEV] Re: 4.2.0 & CLI

2002-02-27 Thread Jon Parise
ituation? > > imho, the cgi binary should get called php.cgi. +1 -- 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

Re: [PHP-DEV] fmod() function

2002-02-21 Thread Jon Parise
On Thu, Feb 21, 2002 at 08:08:28AM +0200, Andi Gutmans wrote: > Just realized now you're talking about doubles :) > Never mind my previous Email... Would it be worth extending the engine to apply the fmod() behavior to the % operator when operating on doubles? -- Jon Parise ([EMAI

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

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

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-

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

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

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

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

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

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] PHP 4.0.6 IMAP BUG

2001-12-19 Thread Jon Parise
client-list.html -- 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 commands, e-mail: [EMAIL P

Re: [PHP-DEV] Adding session save handler?

2001-12-19 Thread Jon Parise
On Wed, Dec 19, 2001 at 09:02:01AM +0100, [EMAIL PROTECTED] wrote: > Furthermore, I don't think you should add this function as a built-in > session handler, but make it an extension for the PECL repository in > PEAR. Agreed. Very cool idea, though, Yasuo! -- Jon Parise ([E

Re: [PHP-DEV] Re: Bug-updates

2001-12-11 Thread Jon Parise
owing > up soon). Too bad. I was enjoying the fact that the list was limited to development discussion. =) -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.ne

Re: [PHP-DEV] Re: Headers

2001-12-11 Thread Jon Parise
x27;; instead, write `1996, 1997, 1998'." Unfortunately, the reasoning isn't explained in that document. -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <htt

Re: [PHP-DEV] Re: Headers

2001-12-11 Thread Jon Parise
97-2002 The PHP Group| As I understood it, it is apparently more correct to list the individual years than to use a range of dates. The following would be therefore be correct: Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002 The PHP Group -- Jon Parise ([EMAIL PROTECTED]) . Information T

Re: [PHP-DEV] RFC: Renaming PostgreSQL functions

2001-12-11 Thread Jon Parise
tensions are disimilar in enough ways to make any attempt to unify the interface moot. For example, look at pg_exec() and mysql_query(). These two functions affectively do the same thing and yet they are named differently and accept their arguments in the opposite order. -- Jon Parise ([EMAIL P

Re: [PHP-DEV] Bug #14367: browscap not well documented

2001-12-10 Thread Jon Parise
b/Browser.php http://www.horde.org/papers/oscon2001-horde_tutorial/17_browser.xml.html -- 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 P

Re: [PHP-DEV] [NEW EXTENSTION]: templates

2001-12-05 Thread Jon Parise
On Wed, Dec 05, 2001 at 05:11:13PM +0100, Daniel Lorch wrote: > by the way, anyone got an idea what Z.E.N.D. stands for? ZEev aNDi ... last I had heard, anyway. -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Mem

Re: [PHP-DEV] Constants

2001-12-03 Thread Jon Parise
his extension is one example of an > extension using the _MAIN_ macro. Can each of you check your extension and > move to REGISTER_LONG_CONSTANT() unless there's a good reason not to? I can't think of a good reason why an extension should leave any remnants of itself lying arou

Re: [PHP-DEV] SMTP extension

2001-11-29 Thread Jon Parise
On Thu, Nov 29, 2001 at 05:33:30PM -, Richard Heyes wrote: > Anyone object to me committing my SMTP extension to PECL?? It could do with > some testing to say the least :) I don't see a problem with adding it to PECL. -- Jon Parise ([EMAIL PROTECTED]) . Information Techn

Re: [PHP-DEV] Out of date modules etc

2001-11-23 Thread Jon Parise
supported or and old > directory in the pear c extension repository for these modules > to reside and move them out of php4/ext. Sounds like a plan to me. This will help populate PEAR with some C code, too, which will encourage the development of that part of the PEAR infrastructure. --

Re: [PHP-DEV] Re: is_executable test

2001-11-12 Thread Jon Parise
rmines which behaviour is correct for the > current OS. As I recall, I believe that is one of the fundamental varying behaviors between SysV and BSD -style systems. Of course, no one really knows where Linux fits into that mess. =) -- Jon Parise ([EMAIL PROTECTED]) . Information Technol

Re: [PHP-DEV] Session variables confusion

2001-11-10 Thread Jon Parise
At the conference Rasmus told me that the $HTTP_SESSION_VARS array > should work in _both_ situations. Is this broken, or intended? I'm > confused right now - which is a no so uncommon situation nowadays :-) What about $GLOBALS['HTTP_SESSION_VARS']['a']? --

Re: [PHP-DEV] gettext codeset patch

2001-11-09 Thread Jon Parise
ses of gettext. > > Hopefully someone will test & commit this. It seems to work alright here, so I just committed it. -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.

Re: [PHP-DEV] Singleton

2001-10-22 Thread Jon Parise
hp/horde/lib/Auth.php -- 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 commands, e-mail: [EMAIL

Re: [PHP-DEV] RE: [Zend Engine 2] Re: [PHP-DEV] RE: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] namespaces ambiguity

2001-10-01 Thread Jon Parise
> > namespace Foo; > define("CONSTANT", 123); On perhaps optionally: define("CONSTANT", 123, 'Foo'); ... which will define the constant in the namespace 'Foo'. It might also make sense to allow: define("Foo::CONSTANT", 123);

Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] namespaces ambiguity

2001-10-01 Thread Jon Parise
egal as a fully-qualified constant name, so the following would > >eliminate ambiguity as well: > > > >$test ? FOO : BAR:BARBARA; > > In the case of space being illegal you are right about this. I like this whole "spaces" thing. -- Jon Parise ([EMAIL PROTECTED])

  1   2   >