[PHP-CVS] cvs: php-src / acinclude.m4

2007-12-30 Thread Jon Parise
jon Mon Dec 31 04:27:47 2007 UTC Modified files: /php-srcacinclude.m4 Log: Document the 'cxx' parameter to PHP_NEW_EXTENSION. http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.384r2=1.385diff_format=u Index: php-src/acinclude.m4 diff -u

[PHP-CVS] cvs: php-src / CODING_STANDARDS

2007-11-11 Thread Jon Parise
jon Sun Nov 11 20:27:25 2007 UTC Modified files: /php-srcCODING_STANDARDS Log: s/Ident/Indent http://cvs.php.net/viewvc.cgi/php-src/CODING_STANDARDS?r1=1.37r2=1.38diff_format=u Index: php-src/CODING_STANDARDS diff -u php-src/CODING_STANDARDS:1.37

[PHP-CVS] cvs: php-src /scripts phpize.in

2006-07-16 Thread Jon Parise
jon Mon Jul 17 00:46:00 2006 UTC Modified files: /php-src/scriptsphpize.in Log: Wrapping the $PHP_AUTOCONF and $PHP_AUTOHEADER error messages to fit within 80 columns.

[PHP-CVS] cvs: php-src /scripts phpize.in

2006-07-16 Thread Jon Parise
jon Mon Jul 17 01:17:00 2006 UTC Modified files: /php-src/scriptsphpize.in Log: If the $PHP_AUTOCONF and $PHP_AUTOHEADER environmental variables are set to full paths, the `shtool path` test would fail (because it only tests for the existence of a bare

[PHP-CVS] cvs: php-src / run-tests.php

2005-07-11 Thread Jon Parise
jon Mon Jul 11 02:32:03 2005 EDT Modified files: /php-srcrun-tests.php Log: Removing the automake-related output. The build no longer uses automake. While I'm here, rewrite the PHP_AUTOCONF-related code to more closely match the conventions used

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c basic_functions.h

2005-04-10 Thread Jon Parise
. or Target time is in the past. or Specified timestamp is in the past.? -- Jon Parise (jon of php.net) :: The PHP Project (http://www.php.net/) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /build buildcheck.sh

2005-04-07 Thread Jon Parise
jon Thu Apr 7 19:33:05 2005 EDT Modified files: /php-src/build buildcheck.sh Log: Spell overridden correctly. http://cvs.php.net/diff.php/php-src/build/buildcheck.sh?r1=1.35r2=1.36ty=u Index: php-src/build/buildcheck.sh diff -u

[PHP-CVS] cvs: php-src(PHP_5_0) /build buildcheck.sh

2005-04-07 Thread Jon Parise
jon Thu Apr 7 19:33:37 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/build buildcheck.sh Log: MFH 1.36: Spell overridden correctly. http://cvs.php.net/diff.php/php-src/build/buildcheck.sh?r1=1.30.2.5r2=1.30.2.6ty=u Index:

[PHP-CVS] cvs: php-src(PHP_4_3) /build buildcheck.sh

2005-04-07 Thread Jon Parise
jon Thu Apr 7 19:33:50 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/build buildcheck.sh Log: MFH 1.36: Spell overridden correctly. http://cvs.php.net/diff.php/php-src/build/buildcheck.sh?r1=1.21.2.12r2=1.21.2.13ty=u Index:

[PHP-CVS] cvs: php-src / NEWS /build build2.mk buildcheck.sh

2005-04-04 Thread Jon Parise
jon Mon Apr 4 03:16:02 2005 EDT Modified files: /php-srcNEWS /php-src/build build2.mk buildcheck.sh Log: Adding the ability to override the autotools executables used by the buildconf script via the PHP_AUTOCONF and PHP_AUTOHEADER

Re: [PHP-CVS] cvs: php-src /ext/standard var_unserializer.c var_unserializer.re

2005-01-16 Thread Jon Parise
in the mailing list archive to establish context, but 'cvs log var_unserializer.c' won't give me any useful information for this atomic change. Please be more descriptive in the future. -- Jon Parise (jon of php.net) :: The PHP Project (http://www.php.net/) -- PHP CVS Mailing List (http

[PHP-CVS] cvs: php-src(PHP_4_3) /pear/packages Net_SMTP-1.2.3.tar Net_SMTP-1.2.6.tar

2004-11-27 Thread Jon Parise
jon Sat Nov 27 16:31:11 2004 EDT Added files: (Branch: PHP_4_3) /php-src/pear/packages Net_SMTP-1.2.6.tar Removed files: /php-src/pear/packages Net_SMTP-1.2.3.tar Log: Distribute Net_SMTP 1.2.6 instead of 1.2.3. The former

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /pear/packages Net_SMTP-1.2.3.tar Net_SMTP-1.2.6.tar

2004-11-27 Thread Jon Parise
tested and stable; it's been the stable Net_SMTP release since mid-April. -- Jon Parise (jon of php.net) :: The PHP Project (http://www.php.net/) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src /ext/spl spl_array.c

2004-04-28 Thread Jon Parise
); + } + + RETURN_LONG(zend_hash_num_elements(aht)); +} /* }}} */ + /* {{{ proto mixed|NULL ArrayIterator::current() Return current array entry */ SPL_METHOD(Array, current) It looks like both 'long position' and 'HashPosition pos' are unused in this function. -- Jon Parise

[PHP-CVS] cvs: php-src /main/streams streams.c

2004-02-29 Thread Jon Parise
jon Mon Mar 1 02:02:24 2004 EDT Modified files: /php-src/main/streams streams.c Log: Cast the php_stream_dirent to a 'const char *' for estrndup() to avoid a compiler warning.

Re: [PHP-CVS] cvs: php-src(PHP_4_3) / NEWS

2004-01-25 Thread Jon Parise
+ execution script). (Ilia) I can't parse that statement. Please reword it for the benefit of the end-users who are the intended audience of NEWS. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP-CVS] cvs: php-src /ext/sqlite Makefile.frag

2004-01-21 Thread Jon Parise
jon Wed Jan 21 03:51:29 2004 EDT Modified files: /php-src/ext/sqlite Makefile.frag Log: Adding dependencies on sqlite.h for the rest of the source files in the libsqlite distribution.

[PHP-CVS] cvs: php-src /ext/simplexml README

2004-01-17 Thread Jon Parise
jon Sat Jan 17 15:02:02 2004 EDT Modified files: /php-src/ext/simplexml README Log: Spell 'element' correctly. Index: php-src/ext/simplexml/README diff -u php-src/ext/simplexml/README:1.2 php-src/ext/simplexml/README:1.3 ---

[PHP-CVS] cvs: php-src /ext/sqlite Makefile.frag

2004-01-17 Thread Jon Parise
jon Sat Jan 17 16:03:26 2004 EDT Modified files: /php-src/ext/sqlite Makefile.frag Log: Make the compilation of vdbeaux.c dependent on the generation of sqlite.h. An incremental 'make -j' build will now complete successfully. Index:

[PHP-CVS] cvs: php-src /ext/zlib config.w32

2003-12-21 Thread Jon Parise
jon Mon Dec 22 01:19:01 2003 EDT Modified files: /php-src/ext/zlib config.w32 Log: Correcting the description field. Index: php-src/ext/zlib/config.w32 diff -u php-src/ext/zlib/config.w32:1.4 php-src/ext/zlib/config.w32:1.5 ---

[PHP-CVS] cvs: php-src / configure.in

2003-12-02 Thread Jon Parise
jon Tue Dec 2 11:50:03 2003 EDT Modified files: /php-srcconfigure.in Log: Improving the wording of the don't use the DB extension warning. Index: php-src/configure.in diff -u php-src/configure.in:1.479 php-src/configure.in:1.480 ---

[PHP-CVS] cvs: php-src / configure.in

2003-12-02 Thread Jon Parise
jon Wed Dec 3 00:06:11 2003 EDT Modified files: /php-srcconfigure.in Log: Removing the DB extension warning message. The DB extension is no longer included in the PHP distribution. Index: php-src/configure.in diff -u php-src/configure.in:1.480

[PHP-CVS] cvs: php-src /ext/imap php_imap.c

2003-09-04 Thread Jon Parise
jon Thu Sep 4 03:47:59 2003 EDT Modified files: /php-src/ext/imap php_imap.c Log: Register the TYPEMODEL constant from c-client's mail.h. Index: php-src/ext/imap/php_imap.c diff -u php-src/ext/imap/php_imap.c:1.175 php-src/ext/imap/php_imap.c:1.176

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/imap php_imap.c

2003-09-04 Thread Jon Parise
jon Thu Sep 4 03:48:30 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/imap php_imap.c Log: MFH 1.176: Register the TYPEMODEL constant from c-client's mail.h. Index: php-src/ext/imap/php_imap.c diff -u php-src/ext/imap/php_imap.c:1.142.2.19

[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /ext/standard filestat.c

2003-08-21 Thread Jon Parise
jon Fri Aug 22 01:11:32 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcconfigure.in /php-src/ext/standard filestat.c Log: MFH configure.in:1.460, filestat.c:1.125: Fix disk_total_space() and disk_free_space() under FreeBSD. Index:

Re: [PHP-CVS] cvs: php-src /ext/sqlite Makefile.frag

2003-08-20 Thread Jon Parise
On Wed, Aug 20, 2003 at 07:41:42AM -, Jon Parise wrote: jon Wed Aug 20 03:41:42 2003 EDT Modified files: /php-src/ext/sqlite Makefile.frag Log: Explicitly declare the dependencies on the generated sqlite.h file. This allows the libsqlite

[PHP-CVS] cvs: php-src / INSTALL README.TESTING README.UNIX-BUILD-SYSTEM

2003-07-02 Thread Jon Parise
jon Thu Jul 3 00:14:42 2003 EDT Modified files: /php-srcINSTALL README.TESTING README.UNIX-BUILD-SYSTEM Log: Update documentation for PHP 5. Index: php-src/INSTALL diff -u php-src/INSTALL:1.32 php-src/INSTALL:1.33 --- php-src/INSTALL:1.32Sat

Re: [PHP-CVS] cvs: php4 /ext/standard array.c /ext/standard/tests/array bug24198.phpt

2003-06-17 Thread Jon Parise
that field is always 0 no matter what. So, we rely on an interesting property of refcount, which causes refcount to be odd when we have a reference and even we simply have a write only copy. Golly, that sounds like a swell thing to document alongside of the code. -- Jon Parise ([EMAIL

Re: [PHP-CVS] cvs: php4 /ext/bcmath bcmath.c

2003-04-02 Thread Jon Parise
consistent and reduces future diffs should an additional statement be added. Regardless, I think the ideal answer is for everyone to just follow the same standard from the beginning. If we all did that, there would be no reason for style- or whitespace-related commits. -- Jon Parise ([EMAIL

Re: [PHP-CVS] cvs: php4 /ext/openssl xp_ssl.c /main/streams xp_socket.c

2003-03-18 Thread Jon Parise
in these cases, instead? if (nr_bytes 0) { php_stream_notify_progress_increment(stream-context, nr_bytes, 0); } else if (nr_bytes 0) { nr_bytes = 0; } -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP CVS Mailing List (http

[PHP-CVS] cvs: php4 /ext/rpc/skeleton php_skeleton.h skeleton.c skeleton.h

2003-02-19 Thread Jon Parise
jon Wed Feb 19 16:36:00 2003 EDT Modified files: /php4/ext/rpc/skeleton php_skeleton.h skeleton.c skeleton.h Log: Add folding markers and editor directive blocks. Index: php4/ext/rpc/skeleton/php_skeleton.h diff -u

[PHP-CVS] cvs: php4 /ext/rpc/skeleton skeleton.c

2003-02-18 Thread Jon Parise
jon Tue Feb 18 18:22:16 2003 EDT Modified files: /php4/ext/rpc/skeleton skeleton.c Log: Remove a stray COM reference. Index: php4/ext/rpc/skeleton/skeleton.c diff -u php4/ext/rpc/skeleton/skeleton.c:1.5 php4/ext/rpc/skeleton/skeleton.c:1.6 ---

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

2003-02-17 Thread Jon Parise
for the current process. What do you think about naming it proc_nice() instead? -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php4 /ext/pgsql pgsql.c

2003-02-10 Thread Jon Parise
jon Mon Feb 10 10:46:47 2003 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Correct the spelling of 'supported'. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.260 php4/ext/pgsql/pgsql.c:1.261 --- php4/ext/pgsql/pgsql.c:1.260

Re: [PHP-CVS] cvs: CVSROOT / cvswrappers

2003-01-12 Thread Jon Parise
. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php4 /sapi/apache libpre.c

2003-01-04 Thread Jon Parise
, or is the commit message incorrect? -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2003-01-04 Thread Jon Parise
be opened. Please avoid mixing style-related commits with behavioral changes. Your fix adds two new lines, but one needs to read through about ten lines of changes to find those two lines. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP CVS Mailing List (http

Re: [PHP-CVS] cvs: php4(PHP_4_3) / acinclude.m4

2003-01-04 Thread Jon Parise
and an abbreviated commit message for reference. For example: MFH 1.224: cross-compiling fix -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-11-15 Thread Jon Parise
))){ + if (ereg(^skip, strtolower(trim($output { Why not use eregi()? -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2002-10-23 Thread Jon Parise
On Wed, Oct 23, 2002 at 09:23:05AM +0200, Derick Rethans wrote: Fixed. Is there a standard indent file? Not that I know... but some files have emacs/vim formatting comments at the bottom. And the style is described literally in CODING_STANDARDS. -- Jon Parise ([EMAIL PROTECTED

[PHP-CVS] cvs: php4 / README.STREAMS

2002-10-23 Thread Jon Parise
jon Wed Oct 23 17:39:32 2002 EDT Modified files: /php4 README.STREAMS Log: - Apply proper capitalization to PHP and MySQL. - Correct some spelling errors. Index: php4/README.STREAMS diff -u php4/README.STREAMS:1.7 php4/README.STREAMS:1.8 ---

[PHP-CVS] cvs: php4 / README.UNIX-BUILD-SYSTEM

2002-10-23 Thread Jon Parise
jon Wed Oct 23 17:46:40 2002 EDT Modified files: /php4 README.UNIX-BUILD-SYSTEM Log: Correct spelling. Index: php4/README.UNIX-BUILD-SYSTEM diff -u php4/README.UNIX-BUILD-SYSTEM:1.2 php4/README.UNIX-BUILD-SYSTEM:1.3 ---

Re: [PHP-CVS] cvs: php4 / acinclude.m4 configure.in /sapi/cgi config.m4 config9.m4

2002-10-20 Thread Jon Parise
On Mon, Oct 21, 2002 at 03:12:27AM -, Jani Taskinen wrote: - # Add /usr/xpg4/bin/sed as it is typically found on Solaris # along with /bin/sed that truncates output. Did you originally intend to remove both of these lines? -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http

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

2002-10-18 Thread Jon Parise
On Fri, Oct 18, 2002 at 12:22:10AM +0200, Andi Gutmans wrote: This should follow naming standards and start with str_ We also ready have 'wordwrap'. This adds 'word_count'. You suggest staying with 'str_'. I think, whatever is decided, we should commit to using one notation. -- Jon

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

2002-09-29 Thread Jon Parise
jon Sun Sep 29 23:02:52 2002 EDT Modified files: /php4/ext/standard basic_functions.c basic_functions.h Log: - Added getopt() for parsing command line options and arguments. (Jon) Index: php4/ext/standard/basic_functions.c diff -u

Re: [PHP-CVS] cvs: php4 / php.ini-recommended

2002-09-26 Thread Jon Parise
such a browser actually surfaces. And think of the aggregate bandwidth savings of only transferring two-digit instead four-digit ones! =) -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP-CVS] cvs: php4 / CODING_STANDARDS

2002-09-08 Thread Jon Parise
your response first, though, or I would have opened it up to further critique. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php