[PHP-CVS] cvs: CVSROOT / loginfo

2002-09-09 Thread Sterling Hughes
sterlingMon Sep 9 12:02:13 2002 EDT Modified files: /CVSROOTloginfo Log: send adt commit messages to [EMAIL PROTECTED] Index: CVSROOT/loginfo diff -u CVSROOT/loginfo:1.78 CVSROOT/loginfo:1.79 --- CVSROOT/loginfo:1.78Mon Aug 19 13:59:47

[PHP-CVS] cvs: php4 / EXTENSIONS

2002-09-25 Thread Sterling Hughes
/EXTENSIONS:1.41Thu Sep 19 13:11:59 2002 +++ php4/EXTENSIONS Wed Sep 25 10:07:57 2002 @@ -197,7 +197,7 @@ --- EXTENSION: bz2 PRIMARY MAINTAINER: Sterling Hughes [EMAIL PROTECTED] -MAINTENANCE

[PHP-CVS] cvs: php4 / EXTENSIONS

2002-09-25 Thread Sterling Hughes
+++ php4/EXTENSIONS Wed Sep 25 13:07:12 2002 @@ -201,6 +201,18 @@ STATUS: Working SINCE: 4.0.3 --- +EXTENSION: dio +PRIMARY MAINTAINER: Sterling Hughes [EMAIL PROTECTED

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

2002-10-04 Thread Sterling Hughes
sterlingFri Oct 4 16:44:19 2002 EDT Modified files: /php4/ext/standard string.c Log: have implode use the smart_str_*() functions, this should speed things up quite a bit... Index: php4/ext/standard/string.c diff -u

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

2002-10-09 Thread Sterling Hughes
On Wed, 2002-10-09 at 22:45, Derick Rethans wrote: On 9 Oct 2002, Sterling Hughes wrote: On Wed, 2002-10-09 at 22:21, Thies C. Arntzen wrote: On Wed, Oct 09, 2002 at 06:29:45PM -, Sterling Hughes wrote: sterlingWed Oct 9 14:29:45 2002 EDT Modified files

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

2002-10-10 Thread Sterling Hughes
sterlingThu Oct 10 15:24:46 2002 EDT Modified files: /php4/ext/standard array.c Log: revert patch Index: php4/ext/standard/array.c diff -u php4/ext/standard/array.c:1.196 php4/ext/standard/array.c:1.197 --- php4/ext/standard/array.c:1.196 Wed

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

2002-10-15 Thread Sterling Hughes
sterlingTue Oct 15 10:51:01 2002 EDT Modified files: /php4/ext/standard math.c Log: hopefully silence compile warnings on Solaris related to HUGEVAL being undefined.. HUGEVAL is defined (well the manual would indicate so) in stdlib.h, not math.h.

[PHP-CVS] cvs: php4 /ext/xslt php_sablot.h sablot.c

2002-10-15 Thread Sterling Hughes
sterlingTue Oct 15 12:41:38 2002 EDT Modified files: /php4/ext/xslt php_sablot.h sablot.c Log: Fix a problem relating to these structure symbols being redefined on LFS systems. Fix by Sascha Schumann [EMAIL PROTECTED] Index:

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

2002-10-21 Thread Sterling Hughes
sterlingMon Oct 21 18:36:00 2002 EDT Modified files: /php4/ext/curl curl.c Log: no need to double fetch Index: php4/ext/curl/curl.c diff -u php4/ext/curl/curl.c:1.119 php4/ext/curl/curl.c:1.120 --- php4/ext/curl/curl.c:1.119 Wed Oct 2 12:44:48

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

2002-10-27 Thread Sterling Hughes
sterlingSun Oct 27 22:05:05 2002 EDT Modified files: /php4/ext/sockets sockets.c Log: make one-line read work on win32... # The implementation of this function is brain-dead, but at least # now its brain-dead on win32 too... ;-) Index:

[PHP-CVS] cvs: php4 / NEWS

2002-10-28 Thread Sterling Hughes
sterlingMon Oct 28 11:32:56 2002 EDT Modified files: /php4 NEWS Log: update... Index: php4/NEWS diff -u php4/NEWS:1.1227 php4/NEWS:1.1228 --- php4/NEWS:1.1227Sun Oct 27 20:17:32 2002 +++ php4/NEWS Mon Oct 28 11:32:54 2002 -1,6 +1,11

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

2002-11-08 Thread Sterling Hughes
sterlingFri Nov 8 10:49:32 2002 EDT Modified files: /php4/ext/standard basic_functions.c Log: use consistent constants Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.542

[PHP-CVS] cvs: php4 /ext/curl curl.c php_curl.h

2002-11-08 Thread Sterling Hughes
sterlingFri Nov 8 12:58:43 2002 EDT Modified files: /php4/ext/curl curl.c php_curl.h Log: add support for curl 7.10.* constants (at least most of them) add support for persistent connections Index: php4/ext/curl/curl.c diff -u

Re: [PHP-CVS] cvs: php4 /ext/curl config.m4

2002-11-09 Thread Sterling Hughes
On Sat, 9 Nov 2002, Sterling Hughes wrote: sterlingSat Nov 9 08:08:49 2002 EDT Modified files: /php4/ext/curl config.m4 Log: add check for curl 7.10.2 uhm... what is the reason for this change? because you can't use current PHP-CURL

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

2002-11-09 Thread Sterling Hughes
sterlingSat Nov 9 08:52:01 2002 EDT Modified files: /php4/ext/curl curl.c Log: add a whole bunch of constants that make the interface somewhat up-to-date. Index: php4/ext/curl/curl.c diff -u php4/ext/curl/curl.c:1.122 php4/ext/curl/curl.c:1.123

Re: [PHP-CVS] cvs: php4 /ext/curl config.m4

2002-11-09 Thread Sterling Hughes
2002, Sterling Hughes wrote: sterling Sat Nov 9 08:08:49 2002 EDT Modified files: /php4/ext/curl config.m4 Log: add check for curl 7.10.2 Index: php4/ext/curl/config.m4 diff -u php4/ext/curl/config.m4:1.18 php4/ext/curl/config.m4:1.19

Re: [PHP-CVS] cvs: php4 /ext/curl config.m4

2002-11-09 Thread Sterling Hughes
On Sat, 9 Nov 2002, Sterling Hughes wrote: There is no such release of Curl yet. This makes testing the RCs quite a hassle now so either you revert those changes or get the curl folks to release this 7.10.2. --Jani 7.10.2-pre4 is currently out, it should

[PHP-CVS] cvs: php4 /ext/curl CREDITS config.m4 curl.c curl.dsp curlstreams.c interface.c multi.c php_curl.h streams.c

2002-11-13 Thread Sterling Hughes
@@ -CURL +cURL Sterling Hughes Index: php4/ext/curl/config.m4 diff -u php4/ext/curl/config.m4:1.20 php4/ext/curl/config.m4:1.21 --- php4/ext/curl/config.m4:1.20Sun Nov 10 16:26:13 2002 +++ php4/ext/curl/config.m4 Wed Nov 13 17:25:33 2002 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.20

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

2002-11-13 Thread Sterling Hughes
sterlingWed Nov 13 23:07:51 2002 EDT Modified files: /php4/ext/curl multi.c Log: remove C++ comments Index: php4/ext/curl/multi.c diff -u php4/ext/curl/multi.c:1.2 php4/ext/curl/multi.c:1.3 --- php4/ext/curl/multi.c:1.2 Wed Nov 13 17:43:31

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

2002-11-24 Thread Sterling Hughes
sterlingSun Nov 24 10:11:43 2002 EDT Modified files: /php4/ext/pgsql pgsql.c Log: null after the erealloc() Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.245 php4/ext/pgsql/pgsql.c:1.246 --- php4/ext/pgsql/pgsql.c:1.245

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

2002-11-24 Thread Sterling Hughes
sas Sun Nov 24 11:23:38 2002 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Use proper form of NUL I was under the assumption that 0 and '\0' were semantically equivalent. -Sterling -- PHP CVS Mailing List (http://www.php.net/) To

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

2002-11-27 Thread Sterling Hughes
sterlingWed Nov 27 15:05:21 2002 EDT Modified files: /php4/ext/standard file.c Log: don't use stupid constants, be smart, just read the line Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.279 php4/ext/standard/file.c:1.280 ---

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

2002-11-27 Thread Sterling Hughes
sterlingWed Nov 27 15:06:01 2002 EDT Modified files: /php4/ext/standard scanf.h Log: no more need for this either Index: php4/ext/standard/scanf.h diff -u php4/ext/standard/scanf.h:1.9 php4/ext/standard/scanf.h:1.10 --- php4/ext/standard/scanf.h:1.9

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard file.c

2002-11-27 Thread Sterling Hughes
sterlingWed Nov 27 15:32:26 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard file.c Log: MFH Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.279 php4/ext/standard/file.c:1.279.2.1 --- php4/ext/standard/file.c:1.279

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

2002-11-30 Thread Sterling Hughes
sterlingSat Nov 30 22:13:03 2002 EDT Modified files: /php4 run-tests2.php Log: remove dos line endings Index: php4/run-tests2.php diff -u php4/run-tests2.php:1.3 php4/run-tests2.php:1.4 --- php4/run-tests2.php:1.3 Wed Nov 13 08:31:32 2002

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

2002-12-20 Thread Sterling Hughes
sterlingFri Dec 20 10:44:51 2002 EDT Modified files: /php4/ext/sockets sockets.c Log: silly error, will MFH Index: php4/ext/sockets/sockets.c diff -u php4/ext/sockets/sockets.c:1.127 php4/ext/sockets/sockets.c:1.128 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/sockets sockets.c

2002-12-20 Thread Sterling Hughes
sterlingFri Dec 20 10:45:54 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/sockets sockets.c Log: mfh Index: php4/ext/sockets/sockets.c diff -u php4/ext/sockets/sockets.c:1.125.2.1 php4/ext/sockets/sockets.c:1.125.2.2 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard string.c

2002-12-26 Thread Sterling Hughes
sterlingThu Dec 26 22:22:42 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard string.c Log: mfh Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.333.2.3 php4/ext/standard/string.c:1.333.2.4 ---

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

2003-01-04 Thread Sterling Hughes
pollita Sat Jan 4 22:24:38 2003 EDT Modified files: /php4/ext/standardbasic_functions.c basic_functions.h user_filters.c Log: Added stream_get_filters(); to list registered filters How about returning the

[PHP-CVS] cvs: CVSROOT / avail

2003-01-16 Thread Sterling Hughes
sterlingThu Jan 16 15:43:47 2003 EDT Modified files: /CVSROOTavail Log: give phanto adt access Index: CVSROOT/avail diff -u CVSROOT/avail:1.577 CVSROOT/avail:1.578 --- CVSROOT/avail:1.577 Sat Jan 11 16:59:46 2003 +++ CVSROOT/avail Thu Jan

Re: [PHP-CVS] cvs: php4 /main php_ini.c /win32 readdir.c readdir.h

2003-01-25 Thread Sterling Hughes
On Sat, 2003-01-25 at 20:39, Shane Caraveo wrote: shane Sat Jan 25 20:39:18 2003 EDT Modified files: /php4/mainphp_ini.c /php4/win32 readdir.c readdir.h Log: Fix broken build by adding scandir and alphasort for win32 make alphasort a

[PHP-CVS] cvs: CVSROOT / avail

2003-01-29 Thread Sterling Hughes
sterlingWed Jan 29 13:48:23 2003 EDT Modified files: /CVSROOTavail Log: grant karma on embed to derick, wez, tal, edink, and myself Index: CVSROOT/avail diff -u CVSROOT/avail:1.581 CVSROOT/avail:1.582 --- CVSROOT/avail:1.581 Fri Jan 24 19:24:16

[PHP-CVS] cvs: embed /php-irssi README

2003-01-29 Thread Sterling Hughes
sterlingWed Jan 29 13:49:13 2003 EDT Modified files: /embed/php-irssiREADME Log: testing Index: embed/php-irssi/README diff -u embed/php-irssi/README:1.1.1.1 embed/php-irssi/README:1.2 --- embed/php-irssi/README:1.1.1.1 Wed Jan 29 13:42:35

[PHP-CVS] cvs: CVSROOT / avail

2003-02-08 Thread Sterling Hughes
sterlingSat Feb 8 11:03:57 2003 EDT Modified files: /CVSROOTavail Log: ze2 access for georg Index: CVSROOT/avail diff -u CVSROOT/avail:1.591 CVSROOT/avail:1.592 --- CVSROOT/avail:1.591 Sat Feb 8 11:02:00 2003 +++ CVSROOT/avail Sat Feb 8

[PHP-CVS] cvs: CVSROOT / avail

2003-02-11 Thread Sterling Hughes
sterlingTue Feb 11 23:01:53 2003 EDT Modified files: /CVSROOTavail Log: karma for dan cowgill Index: CVSROOT/avail diff -u CVSROOT/avail:1.592 CVSROOT/avail:1.593 --- CVSROOT/avail:1.592 Sat Feb 8 11:03:57 2003 +++ CVSROOT/avail Tue Feb 11

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

2003-03-11 Thread Sterling Hughes
sterlingWed Mar 12 01:47:35 2003 EDT Modified files: /php4/ext/standard basic_functions.c file.c file.h Log: @ Add the file_set_contents() function, as a complement to the file_get_contents() @ function. (Sterling) Index:

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

2003-03-20 Thread Sterling Hughes
sterlingFri Mar 21 00:26:56 2003 EDT Modified files: /php4/ext/xml xml.c Log: This broke the xml extension, and pres2, commented out for now Index: php4/ext/xml/xml.c diff -u php4/ext/xml/xml.c:1.115 php4/ext/xml/xml.c:1.116 ---

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

2003-03-21 Thread Sterling Hughes
sterlingFri Mar 21 17:22:16 2003 EDT Modified files: /php4/ext/standard file.c Log: fix segfault in file_set_contents() when the file could not successfully be opened. Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.327

[PHP-CVS] cvs: php4 /main fopen_wrappers.c

2003-03-26 Thread Sterling Hughes
sterlingWed Mar 26 18:01:39 2003 EDT Modified files: /php4/main fopen_wrappers.c Log: fix segfault Index: php4/main/fopen_wrappers.c diff -u php4/main/fopen_wrappers.c:1.159 php4/main/fopen_wrappers.c:1.160 --- php4/main/fopen_wrappers.c:1.159

[PHP-CVS] cvs: php4 /main fopen_wrappers.c

2003-03-26 Thread Sterling Hughes
sterlingWed Mar 26 18:03:48 2003 EDT Modified files: /php4/main fopen_wrappers.c Log: really fix Index: php4/main/fopen_wrappers.c diff -u php4/main/fopen_wrappers.c:1.160 php4/main/fopen_wrappers.c:1.161 --- php4/main/fopen_wrappers.c:1.160Wed

Re: [PHP-CVS] cvs: php4 /main fopen_wrappers.c

2003-03-27 Thread Sterling Hughes
On Thu, 2003-03-27 at 01:15, Andi Gutmans wrote: OK... :) I hope no one tries to efree() this though. I hope so too. I'm not sure, between this and return NULL, and then having callers check for it. -Sterling At 11:03 PM 3/26/2003 +, Sterling Hughes wrote: sterling

Re: [PHP-CVS] cvs: php4 /main fopen_wrappers.c

2003-03-27 Thread Sterling Hughes
On Thu, 2003-03-27 at 11:23, Moriyoshi Koizumi wrote: Moriyoshi Koizumi [EMAIL PROTECTED] wrote: Moriyoshit Oh, I'm no shit... Uh-oh, I think you just got a new nickname. empty_string can be free'd by efree() which is what we're worrying about more anyway. -Sterling Moriyoshi -- Good

[PHP-CVS] cvs: php4 / Makefile.global acinclude.m4 configure.in /sapi/apache apMakefile.tmpl config.m4 libphp4.module.in libphp5.module.in mod_php4.c mod_php4.exp mod_php4.h mod_php5.c mod_php5.exp mod_php5.h php.sym php_apache_http.h /sapi/apache2filter config.m4 php.sym php_apache.h sapi_apache2.c /sapi/apache2handler config.m4 php.sym php_apache.h sapi_apache2.c

2003-03-28 Thread Sterling Hughes
sterlingFri Mar 28 23:52:46 2003 EDT Added files: /php4/sapi/apache libphp5.module.in mod_php5.c mod_php5.exp mod_php5.h Removed files: /php4/sapi/apache libphp4.module.in mod_php4.c mod_php4.exp

[PHP-CVS] cvs: CVSROOT / avail

2003-03-31 Thread Sterling Hughes
sterlingMon Mar 31 12:37:01 2003 EDT Modified files: /CVSROOTavail Log: give eskaly access per Wez's request Index: CVSROOT/avail diff -u CVSROOT/avail:1.626 CVSROOT/avail:1.627 --- CVSROOT/avail:1.626 Tue Mar 25 11:47:39 2003 +++ CVSROOT/avail

[PHP-CVS] cvs: CVSROOT / avail

2003-03-31 Thread Sterling Hughes
sterlingMon Mar 31 12:38:30 2003 EDT Modified files: /CVSROOTavail Log: bullshit Index: CVSROOT/avail diff -u CVSROOT/avail:1.627 CVSROOT/avail:1.628 --- CVSROOT/avail:1.627 Mon Mar 31 12:37:01 2003 +++ CVSROOT/avail Mon Mar 31 12:38:30

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

2003-03-31 Thread Sterling Hughes
sterlingTue Apr 1 00:01:50 2003 EDT Modified files: /php4/ext/standard basic_functions.c basic_functions.h Log: Add the landonize() and landonize_url() functions which provide a secure alternative to the sha1() and sha1_file() functions. Index:

[PHP-CVS] cvs: php4 /ext/curl multi.c ZendEngine2 zend_list.c zend_list.h

2003-04-02 Thread Sterling Hughes
sterlingWed Apr 2 11:58:52 2003 EDT Modified files: /ZendEngine2zend_list.c zend_list.h /php4/ext/curl multi.c Log: add the ability for curl_multi_info to introspect the handles. # Zend commit doesn't break anything, so I'm

Re: [PHP-CVS] cvs: php4 /ext/curl multi.c ZendEngine2 zend_list.c zend_list.h

2003-04-02 Thread Sterling Hughes
absolutely necessary, but it seems like the right thing todo (i could just get the current key). -Sterling Andi At 04:58 PM 4/2/2003 +, Sterling Hughes wrote: sterlingWed Apr 2 11:58:52 2003 EDT Modified files: /ZendEngine2zend_list.c zend_list.h

Re: [PHP-CVS] cvs: php4 /main php.h ZendEngine2 zend_API.h

2003-04-04 Thread Sterling Hughes
On Fri, 2003-04-04 at 10:44, Andi Gutmans wrote: What's the difference between ZEND_ME() and ZEND_METHOD()? (i.e. what does ME stand for?) Method Entry, I would guess. -Sterling At 03:38 PM 4/4/2003 +, Andrei Zmievski wrote: andrei Fri Apr 4 10:38:20 2003 EDT Modified

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

2003-04-04 Thread Sterling Hughes
sterlingFri Apr 4 11:00:33 2003 EDT Modified files: /php4/ext/curl multi.c Log: forgot to commit this. Index: php4/ext/curl/multi.c diff -u php4/ext/curl/multi.c:1.8 php4/ext/curl/multi.c:1.9 --- php4/ext/curl/multi.c:1.8 Wed Apr 2 11:58:52

[PHP-CVS] cvs: php4 / CODING_STANDARDS

2003-04-04 Thread Sterling Hughes
sterlingFri Apr 4 12:01:10 2003 EDT Modified files: /php4 CODING_STANDARDS Log: both these entries are bad, and were never agreed upon. assert() usage is a controversial concept at best. docref() is something quite a few of us strong disagree

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

2003-04-05 Thread Sterling Hughes
On Sat, 2003-04-05 at 01:18, Rasmus Lerdorf wrote: rasmusSat Apr 5 01:18:35 2003 EDT Modified files: /CVSROOT avail Log: pear accounts not that it really matters, but how about always adding new names to the beginning of the line, that way its

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

2003-06-06 Thread Sterling Hughes
sterlingThu Jun 5 09:58:15 2003 EDT Modified files: /php4/ext/standard array.c Log: fix array_key_exists() from HANDLE_NUMERIC() changes # need to go through this file and find any stuff that relies on this # change Index:

[PHP-CVS] cvs: CVSROOT / avail

2003-06-06 Thread Sterling Hughes
sterlingThu Jun 5 12:42:06 2003 EDT Modified files: /CVSROOTavail Log: rob richards is doing the new dom and xsl stuff. give him full php developer access # and quite a few beers if we meet in person :) Index: CVSROOT/avail diff -u

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

2003-06-06 Thread Sterling Hughes
sterlingThu Jun 5 13:48:26 2003 EDT Modified files: /php4/ext/dom php_dom.c Log: fig segv on make install (double destroy badness) Index: php4/ext/dom/php_dom.c diff -u php4/ext/dom/php_dom.c:1.1 php4/ext/dom/php_dom.c:1.2 ---

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

2003-06-06 Thread Sterling Hughes
sterlingThu Jun 5 13:48:51 2003 EDT Modified files: /php4/ext/xml xml.c Log: prevent double destroy and double init badness Index: php4/ext/xml/xml.c diff -u php4/ext/xml/xml.c:1.128 php4/ext/xml/xml.c:1.129 --- php4/ext/xml/xml.c:1.128Mon

[PHP-CVS] cvs: php4 /ext/dom .cvsignore

2003-06-06 Thread Sterling Hughes
sterlingThu Jun 5 13:49:23 2003 EDT Added files: /php4/ext/dom .cvsignore Log: add .cvsignore file Index: php4/ext/dom/.cvsignore +++ php4/ext/dom/.cvsignore *.lo *.la deps *.plg *.opt *.ncb Release Release_inline Debug Release_TS

[PHP-CVS] cvs: php4 /ext/xsl .cvsignore

2003-06-06 Thread Sterling Hughes
sterlingThu Jun 5 13:49:46 2003 EDT Added files: /php4/ext/xsl .cvsignore Log: add .cvsignore file Index: php4/ext/xsl/.cvsignore +++ php4/ext/xsl/.cvsignore deps *.plg *.opt *.ncb Release Release_inline Debug Release_TS Release_TSDbg

[PHP-CVS] cvs: php4 /ext/dom/examples dom1.inc dom1.php

2003-06-06 Thread Sterling Hughes
sterlingThu Jun 5 13:51:36 2003 EDT Added files: /php4/ext/dom/examples dom1.inc dom1.php Log: add tests/ files as examples that you can run and play around with Index: php4/ext/dom/examples/dom1.inc +++ php4/ext/dom/examples/dom1.inc ?PHP

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

2003-06-06 Thread Sterling Hughes
sterlingThu Jun 5 14:29:55 2003 EDT Modified files: /php4/ext/dom document.c Log: initialize the encoding length Index: php4/ext/dom/document.c diff -u php4/ext/dom/document.c:1.1 php4/ext/dom/document.c:1.2 --- php4/ext/dom/document.c:1.1 Thu

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

2003-06-06 Thread Sterling Hughes
sterlingThu Jun 5 14:30:19 2003 EDT Modified files: /php4/ext/dom document.c Log: version length too Index: php4/ext/dom/document.c diff -u php4/ext/dom/document.c:1.2 php4/ext/dom/document.c:1.3 --- php4/ext/dom/document.c:1.2 Thu Jun 5

[PHP-CVS] cvs: php4 /ext/dom element.c node.c php_dom.c

2003-06-06 Thread Sterling Hughes
sterlingThu Jun 5 14:54:26 2003 EDT Modified files: /php4/ext/dom element.c node.c php_dom.c Log: fix a bunch of memory overruns, and uninitialized variable uses fixes crash on sample script rob sent me Index: php4/ext/dom/element.c diff -u

[PHP-CVS] cvs: php4 /ext/dom CREDITS

2003-06-06 Thread Sterling Hughes
sterlingThu Jun 5 15:12:08 2003 EDT Added files: /php4/ext/dom CREDITS Log: add CREDITS file -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php4 /ext/dom element.c node.c php_dom.c

2003-06-06 Thread Sterling Hughes
On Thu, 2003-06-05 at 15:16, Moriyoshi Koizumi wrote: The following part seems to cause memleaks. Is this really a right fix? + if (!PZVAL_IS_REF(node)) { + zval_add_ref(node); + } + /home/koizumi/src/php5/ext/dom/php_dom.c(814) : Freeing 0x0831D19C (32 bytes),

Re: [PHP-CVS] cvs: php4 /ext/dom element.c node.c php_dom.c

2003-06-06 Thread Sterling Hughes
On Thu, 2003-06-05 at 15:08, Sterling Hughes wrote: On Thu, 2003-06-05 at 15:16, Moriyoshi Koizumi wrote: The following part seems to cause memleaks. Is this really a right fix? + if (!PZVAL_IS_REF(node)) { + zval_add_ref(node); + } + /home/koizumi/src/php5/ext

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

2003-06-06 Thread Sterling Hughes
sterlingFri Jun 6 16:10:05 2003 EDT Modified files: /php4/ext/dom text.c Log: add splitText() never has such a complex process been endured for such a simple function libxml makes me queasy right now :) Index: php4/ext/dom/text.c diff -u

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

2003-06-01 Thread Sterling Hughes
sterlingSat May 31 22:29:28 2003 EDT Modified files: /php4/ext/mysql php_mysql.c Log: don't do this on startup, lazy initialize it. This takes up 17% of load time in CGI mode Index: php4/ext/mysql/php_mysql.c diff -u

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

2003-06-07 Thread Sterling Hughes
sterlingSat Jun 7 11:07:42 2003 EDT Modified files: /php4/ext/dom php_dom.c Log: leftover. its wholeText not whole_text Index: php4/ext/dom/php_dom.c diff -u php4/ext/dom/php_dom.c:1.5 php4/ext/dom/php_dom.c:1.6 ---

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

2003-06-07 Thread Sterling Hughes
sterlingSat Jun 7 11:09:25 2003 EDT Modified files: /php4/ext/dom php_dom.c Log: i ain't know domdom Index: php4/ext/dom/php_dom.c diff -u php4/ext/dom/php_dom.c:1.6 php4/ext/dom/php_dom.c:1.7 --- php4/ext/dom/php_dom.c:1.6 Sat Jun 7

[PHP-CVS] cvs: php4 / bundle-release

2003-06-07 Thread Sterling Hughes
sterlingSat Jun 7 13:06:42 2003 EDT Added files: /php4 bundle-release Log: simple script that will look at bundle (when which is populated when we move the extensions to pecl) and bundle the contents of that file -- PHP CVS Mailing

[PHP-CVS] cvs: php4 / bundle-release

2003-06-07 Thread Sterling Hughes
sterlingSat Jun 7 13:07:10 2003 EDT Modified files: /php4 bundle-release Log: woops, make that bundle, not .bundle Index: php4/bundle-release diff -u php4/bundle-release:1.1 php4/bundle-release:1.2 --- php4/bundle-release:1.1 Sat Jun 7

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

2003-06-15 Thread Sterling Hughes
I think all memory handling should be done with PHP, as you can see there are many places in simplexml where I avoid a copy by relying on the fact that the libxml2 memory will be allocated by php's mm. -Sterling On Sun, 2003-06-15 at 13:04, Rob Richards wrote: - Original Message -

[PHP-CVS] cvs: php4 /ext/mysqli mysqli_profiler.h

2003-06-16 Thread Sterling Hughes
sterlingMon Jun 16 20:49:24 2003 EDT Modified files: /php4/ext/mysqlimysqli_profiler.h Log: remove the wierdness that prevented the compileness Index: php4/ext/mysqli/mysqli_profiler.h diff -u php4/ext/mysqli/mysqli_profiler.h:1.3

[PHP-CVS] cvs: php4 /ext/sockets php_sockets.h sockets.c

2003-06-16 Thread Sterling Hughes
sterlingTue Jun 17 00:44:31 2003 EDT Modified files: /php4/ext/sockets php_sockets.h sockets.c Log: rename SOCKET to PHP_SOCKET to avoid conflicts with Mono Index: php4/ext/sockets/php_sockets.h diff -u php4/ext/sockets/php_sockets.h:1.31

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

2003-06-18 Thread Sterling Hughes
sterlingWed Jun 18 17:02:02 2003 EDT Modified files: /php4/ext/curl interface.c Log: recognize CURLOPT_PORT Index: php4/ext/curl/interface.c diff -u php4/ext/curl/interface.c:1.20 php4/ext/curl/interface.c:1.21 --- php4/ext/curl/interface.c:1.20

[PHP-CVS] cvs: php4 /ext/sockets config.m4

2003-06-18 Thread Sterling Hughes
sterlingThu Jun 19 00:39:43 2003 EDT Modified files: /php4/ext/sockets config.m4 Log: enable sockets by default. Index: php4/ext/sockets/config.m4 diff -u php4/ext/sockets/config.m4:1.12 php4/ext/sockets/config.m4:1.13 ---

Re: [PHP-CVS] cvs: php4 /ext/sockets config.m4

2003-06-19 Thread Sterling Hughes
On Thu, 2003-06-19 at 02:27, Wez Furlong wrote: I don't like it being enabled by default either, since it is experimental, unstable and broken. (and streams provides stream_socket_server() and stream_socket_client() as replacements for the most common uses of ext/sockets). Well, I dare

[PHP-CVS] cvs: CVSROOT / modules

2003-06-22 Thread Sterling Hughes
sterlingSun Jun 22 20:29:01 2003 EDT Modified files: /CVSROOTmodules Log: make it a cvs link Index: CVSROOT/modules diff -u CVSROOT/modules:1.43 CVSROOT/modules:1.44 --- CVSROOT/modules:1.43Sun Jun 22 20:26:13 2003 +++ CVSROOT/modules

[PHP-CVS] cvs: php5 /ext/mysql config.m4 /ext/mysql/libmysql .cvsignore acinclude.m4 array.c bchange.c bmove.c bmove_upp.c charset.c config-win.h ctype.c ctype_autoconf.c ctype_extra_sources.c dbug.c dbug.h default.c dll.c errmsg.c errmsg.h errors.c fix_copyright get_password.c global.h int2str.c is_prefix.c libmysql.c libmysql.dsp list.c longlong2str.c m_ctype.h m_string.h mf_casecnv.c mf_dirname.c mf_fn_ext.c mf_format.c mf_loadpath.c mf_pack.c mf_path.c mf_unixpath.c mf_wcomp.c mulalloc.c my_alarm.h my_alloc.c my_compress.c my_config.h my_create.c my_delete.c my_dir.h my_div.c my_error.c my_fopen.c my_getwd.c my_init.c my_lib.c my_list.h my_malloc.c my_messnc.c my_net.c my_net.h my_once.c my_open.c my_pthread.c my_pthread.h my_read.c my_realloc.c my_static.c my_static.h my_sys.h my_tempnam.c my_thr_init.c my_wincond.c my_winthread.c my_write.c mysql.h mysql.m4 mysql_com.h mysql_version.h mysqld_error.h mysys_err.h mysys_priv.h net.c password.c raid.h safemalloc.c stamp-h.in str2int.c strcend.c strcont.c strend.c strfill.c string.c strinstr.c strmake.c strmov.c strnmov.c strto.c strtoll.c strtoull.c strxmov.c thr_alarm.h thr_mutex.c typelib.c update_sources violite.c violite.h

2003-06-22 Thread Sterling Hughes
sterlingSun Jun 22 21:10:59 2003 EDT Removed files: /php5/ext/mysql/libmysql.cvsignore acinclude.m4 array.c bchange.c bmove.c bmove_upp.c charset.c config-win.h ctype.c ctype_autoconf.c

[PHP-CVS] cvs: php-src(PHP_5) /ext/sqlite config.m4

2003-06-24 Thread Sterling Hughes
sterlingTue Jun 24 19:30:19 2003 EDT Modified files: (Branch: PHP_5) /php-src/ext/sqlite config.m4 Log: Enable sqlite by default Index: php-src/ext/sqlite/config.m4 diff -u php-src/ext/sqlite/config.m4:1.15 php-src/ext/sqlite/config.m4:1.15.4.1 ---

[PHP-CVS] cvs: php-src(PHP_5) /ext/dom config.m4

2003-06-24 Thread Sterling Hughes
sterlingTue Jun 24 20:05:47 2003 EDT Modified files: (Branch: PHP_5) /php-src/ext/domconfig.m4 Log: --with-dom now that the old dom extension is in pecl Index: php-src/ext/dom/config.m4 diff -u php-src/ext/dom/config.m4:1.3

[PHP-CVS] cvs: php-src /ext/dom config.m4

2003-06-24 Thread Sterling Hughes
sterlingTue Jun 24 20:17:41 2003 EDT Modified files: /php-src/ext/domconfig.m4 Log: can now be --with-dom, as the old domxml is now in pecl Index: php-src/ext/dom/config.m4 diff -u php-src/ext/dom/config.m4:1.3 php-src/ext/dom/config.m4:1.4 ---

[PHP-CVS] cvs: php-src /ext/sqlite config.m4

2003-06-24 Thread Sterling Hughes
sterlingTue Jun 24 20:18:01 2003 EDT Modified files: /php-src/ext/sqlite config.m4 Log: enable sqlite by default Index: php-src/ext/sqlite/config.m4 diff -u php-src/ext/sqlite/config.m4:1.15 php-src/ext/sqlite/config.m4:1.16 ---

[PHP-CVS] cvs: php-src /ext/rpc .cvsignore CREDITS EXPERIMENTAL RPC_HOWTO handler.h hash.h php_rpc.h rpc.c rpc.h rpc_proxy.c rpc_proxy.h /ext/rpc/com .cvsignore CREDITS TODO com.c com.dsp com.h com_wrapper.c com_wrapper.h conversion.c conversion.h dispatch.c php_com.h variant.c variant.h /ext/rpc/dotnet .cvsignore CREDITS EXPERIMENTAL README dotnet.cpp dotnet.dsp dotnet.php php_dotnet.h /ext/rpc/java .cvsignore CREDITS EXPERIMENTAL Makefile.frag README config.m4 except.php java.c java.dsp jawt.php jver.php reflect.java /ext/rpc/skeleton php_skeleton.h skeleton.c skeleton.h /ext/rpc/tests test1.php test2.php test3.php test4.php tests.php /ext/rpc/xmlrpc .cvsignore CREDITS EXPERIMENTAL config.m4 php_xmlrpc.h xmlrpc-epi-php.c xmlrpc.dsp /ext/rpc/xmlrpc/libxmlrpc .cvsignore README acinclude.m4 base64.c base64.h encodings.c encodings.h queue.c queue.h simplestring.c simplestring.h system_methods.c system_methods_private.h xml_element.c xml_element.h xml_to_dandarpc.c xml_to_dandarpc.h xml_to_soap.c xml_to_soap.h xml_to_xmlrpc.c xml_to_xmlrpc.h xmlrpc.c xmlrpc.h xmlrpc.m4 xmlrpc_introspection.c xmlrpc_introspection.h xmlrpc_introspection_private.h xmlrpc_private.h xmlrpc_win32.h

2003-06-24 Thread Sterling Hughes
sterlingTue Jun 24 20:28:10 2003 EDT Removed files: /php-src/ext/rpc.cvsignore CREDITS EXPERIMENTAL RPC_HOWTO handler.h hash.h php_rpc.h rpc.c rpc.h rpc_proxy.c rpc_proxy.h /php-src/ext/rpc/com

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

2003-06-24 Thread Sterling Hughes
sterlingTue Jun 24 20:32:11 2003 EDT Modified files: /php-srcNEWS Log: add some NEWS stuff. Add your stuff now! Index: php-src/NEWS diff -u php-src/NEWS:1.1426 php-src/NEWS:1.1427 --- php-src/NEWS:1.1426 Mon Jun 16 15:58:24 2003 +++ php-src/NEWS

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

2003-06-24 Thread Sterling Hughes
sterlingWed Jun 25 00:39:01 2003 EDT Modified files: /php-srcNEWS Log: add zend engine 2 changes. Index: php-src/NEWS diff -u php-src/NEWS:1.1428 php-src/NEWS:1.1429 --- php-src/NEWS:1.1428 Tue Jun 24 20:56:29 2003 +++ php-src/NEWSWed Jun

[PHP-CVS] cvs: CVSROOT / avail

2003-06-24 Thread Sterling Hughes
sterlingWed Jun 25 01:28:22 2003 EDT Modified files: /CVSROOTavail Log: give alan k access to php5, pecl Index: CVSROOT/avail diff -u CVSROOT/avail:1.696 CVSROOT/avail:1.697 --- CVSROOT/avail:1.696 Mon Jun 23 23:40:16 2003 +++ CVSROOT/avail

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

2003-06-25 Thread Sterling Hughes
sterlingWed Jun 25 12:26:32 2003 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: allow the root element to be accessed as a text node Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/simplexml/simplexml.c:1.41

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

2003-06-25 Thread Sterling Hughes
sterlingWed Jun 25 13:22:31 2003 EDT Modified files: /php-src/ext/sqlite sqlite.c Log: Don't pass resource as an argument when its not being parsed. Index: php-src/ext/sqlite/sqlite.c diff -u php-src/ext/sqlite/sqlite.c:1.59

[PHP-CVS] cvs: php-src /ext/dom config.m4

2003-06-25 Thread Sterling Hughes
sterlingWed Jun 25 14:06:06 2003 EDT Modified files: /php-src/ext/domconfig.m4 Log: autodetect zlib if dom is enabled Index: php-src/ext/dom/config.m4 diff -u php-src/ext/dom/config.m4:1.5 php-src/ext/dom/config.m4:1.6 ---

Re: [PHP-CVS] cvs: php-src /ext/dom config.m4

2003-06-25 Thread Sterling Hughes
On Wed, 2003-06-25 at 15:12, Andi Gutmans wrote: So is DOM enabled by default? So what is new DOM support which is no during configure? Hmm? :) Its not enabled by default iirc, but when it is, zlib-dir is now detected. -Sterling. Andi At 06:06 PM 6/25/2003 +, Sterling Hughes wrote

[PHP-CVS] cvs: php-src /ext/dom config.m4 /ext/simplexml config.m4 /ext/xml config.m4

2003-06-25 Thread Sterling Hughes
sterlingWed Jun 25 16:53:52 2003 EDT Modified files: /php-src/ext/domconfig.m4 /php-src/ext/simplexml config.m4 /php-src/ext/xmlconfig.m4 Log: these should be enabled by default. At least this much was agreed upon when the

[PHP-CVS] cvs: php-src /ext/simplexml EXPERIMENTAL config.m4

2003-06-25 Thread Sterling Hughes
sterlingWed Jun 25 17:54:01 2003 EDT Removed files: /php-src/ext/simplexml EXPERIMENTAL Modified files: /php-src/ext/simplexml config.m4 Log: fine Index: php-src/ext/simplexml/config.m4 diff -u

[PHP-CVS] cvs: php-src /ext/dom config.m4

2003-06-25 Thread Sterling Hughes
sterlingWed Jun 25 18:42:54 2003 EDT Modified files: /php-src/ext/domconfig.m4 Log: re-enable dom by default Index: php-src/ext/dom/config.m4 diff -u php-src/ext/dom/config.m4:1.8 php-src/ext/dom/config.m4:1.9 --- php-src/ext/dom/config.m4:1.8

[PHP-CVS] cvs: CVSROOT / loginfo

2003-06-25 Thread Sterling Hughes
sterlingWed Jun 25 19:45:55 2003 EDT Modified files: /CVSROOTloginfo Log: send commits to curl to daniel for now Index: CVSROOT/loginfo diff -u CVSROOT/loginfo:1.94 CVSROOT/loginfo:1.95 --- CVSROOT/loginfo:1.94Mon Jun 23 02:34:27 2003 +++

[PHP-CVS] cvs: CVSROOT / avail

2003-06-25 Thread Sterling Hughes
sterlingWed Jun 25 20:16:54 2003 EDT Modified files: /CVSROOTavail Log: grant ilia access to web and qa, as he is the (new) release manager for 4.3.3 Index: CVSROOT/avail diff -u CVSROOT/avail:1.699 CVSROOT/avail:1.700 --- CVSROOT/avail:1.699 Wed

[PHP-CVS] cvs: php-src /ext/standard/tests/math bug24142.phpt

2003-06-25 Thread Sterling Hughes
sterlingWed Jun 25 23:21:45 2003 EDT Modified files: /php-src/ext/standard/tests/mathbug24142.phpt Log: according to the notes in the bugs database, this is the correct result. this result is also the same one given in 4.3.2 and 5.0 Index:

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

2003-06-25 Thread Sterling Hughes
sterlingWed Jun 25 23:24:11 2003 EDT Modified files: /php-src/ext/standard var_unserializer.c var_unserializer.re Log: fix by ilia to fix crashes in the session extension when /tmp/sess_* files previously existed. make test now passes fully with

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

2003-06-25 Thread Sterling Hughes
sterlingWed Jun 25 23:53:17 2003 EDT Modified files: /php-src/ext/standard var_unserializer.c Log: touch the file Index: php-src/ext/standard/var_unserializer.c diff -u php-src/ext/standard/var_unserializer.c:1.26

[PHP-CVS] cvs: php-src /ext/xml compat.c

2003-06-25 Thread Sterling Hughes
sterlingThu Jun 26 00:08:54 2003 EDT Modified files: /php-src/ext/xmlcompat.c Log: some friendly names... Index: php-src/ext/xml/compat.c diff -u php-src/ext/xml/compat.c:1.14 php-src/ext/xml/compat.c:1.15 --- php-src/ext/xml/compat.c:1.14

  1   2   >