[PHP-CVS-DAILY] cvs: php4 / ChangeLog

2003-02-19 Thread changelog
changelog Wed Feb 19 20:32:49 2003 EDT Modified files: /php4 ChangeLog Log: ChangeLog update Index: php4/ChangeLog diff -u php4/ChangeLog:1.1271 php4/ChangeLog:1.1272 --- php4/ChangeLog:1.1271 Tue Feb 18 20:31:58 2003 +++ php4/ChangeLog

[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2003-02-19 Thread changelog
changelog Wed Feb 19 20:33:01 2003 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.177 ZendEngine2/ChangeLog:1.178 --- ZendEngine2/ChangeLog:1.177 Tue Feb 18 20:32:10

[PHP-CVS-DAILY] cvs: php4 / NEWS

2003-02-19 Thread changelog
changelog Wed Feb 19 20:33:18 2003 EDT Modified files: /php4 NEWS Log: NEWS update Index: php4/NEWS diff -u php4/NEWS:1.1348 php4/NEWS:1.1349 --- php4/NEWS:1.1348Wed Feb 19 10:07:45 2003 +++ php4/NEWS Wed Feb 19 20:33:17 2003 @@ -1,6 +1,8 @@

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

2003-02-19 Thread Jani Taskinen
sniper Wed Feb 19 04:27:29 2003 EDT Modified files: /php4/ext/standard dir.c Log: scandir - php_scandir, alphasort - php_alphasort Index: php4/ext/standard/dir.c diff -u php4/ext/standard/dir.c:1.115 php4/ext/standard/dir.c:1.116 ---

[PHP-CVS] cvs: php4(PHP_4_3) /main php_ini.c php_scandir.c php_scandir.h

2003-02-19 Thread Jani Taskinen
sniper Wed Feb 19 04:28:37 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main php_ini.c php_scandir.c php_scandir.h Log: MFH: prevent conflicts with other libraries (e.g. libc-client) Index: php4/main/php_ini.c diff -u php4/main/php_ini.c:1.106.2.5

Re: [PHP-CVS] cvs: php4 /ext/informix ifx.ec

2003-02-19 Thread Derick Rethans
On Wed, 19 Feb 2003, Corne' Cornelius wrote: nobbieWed Feb 19 04:29:26 2003 EDT Modified files: /php4/ext/informixifx.ec Log: - Added Input Descriptor Binding to be used by blobs. This fixed a bug where ESQL/C would cause a

Re: [PHP-CVS] cvs: php4 /ext/informix ifx.ec

2003-02-19 Thread Corne' Cornelius
Hi, The version i changed on was 1.69, the latest was 1.78. I did a 'cvs update' and it showed 'M ext/informix/ifx.ec' but it doens't seem to have merged my file with the latest one. Any ideas why ? how can i revert it ? Sorry, CVS newbie (used to RCS) Derick Rethans wrote: On Wed, 19

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

2003-02-19 Thread Jani Taskinen
Which version might that be? There was a fix just recently for this. Are you sure this doesn't break that fix and works also for older versions?? --Jani On Wed, 19 Feb 2003, Corne' Cornelius wrote: nobbie Wed Feb 19 02:16:01 2003 EDT Modified files:

Re: [PHP-CVS] cvs: php4 /ext/informix ifx.ec

2003-02-19 Thread Derick Rethans
On Wed, 19 Feb 2003, Corne' Cornelius wrote: Hi, The version i changed on was 1.69, the latest was 1.78. I did a 'cvs update' and it showed 'M ext/informix/ifx.ec' but it doens't seem to have merged my file with the latest one. Any ideas why ? Nope, better to do the update

[PHP-CVS] cvs: php4 /sapi/thttpd README

2003-02-19 Thread Sascha Schumann
sas Wed Feb 19 05:57:21 2003 EDT Modified files: /php4/sapi/thttpd README Log: some improvements Index: php4/sapi/thttpd/README diff -u php4/sapi/thttpd/README:1.12 php4/sapi/thttpd/README:1.13 --- php4/sapi/thttpd/README:1.12Thu Nov 7 06:38:03

[PHP-CVS] cvs: php4(PHP_4) /sapi/thttpd README

2003-02-19 Thread Sascha Schumann
sas Wed Feb 19 06:00:50 2003 EDT Modified files: (Branch: PHP_4) /php4/sapi/thttpd README Log: some improvements Index: php4/sapi/thttpd/README diff -u php4/sapi/thttpd/README:1.12 php4/sapi/thttpd/README:1.12.4.1 --- php4/sapi/thttpd/README:1.12

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/thttpd README

2003-02-19 Thread Sascha Schumann
sas Wed Feb 19 06:01:38 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/thttpd README Log: some improvements Index: php4/sapi/thttpd/README diff -u php4/sapi/thttpd/README:1.12 php4/sapi/thttpd/README:1.12.2.1 --- php4/sapi/thttpd/README:1.12

[PHP-CVS] cvs: php4(PHP_4_3) /win32 php5ts.dsw

2003-02-19 Thread Harald Radi
phanto Wed Feb 19 06:04:55 2003 EDT Removed files: (Branch: PHP_4_3) /php4/win32 php5ts.dsw Log: remove php5ts workspace from PHP_4_3 branch -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2003-02-19 Thread Marc Boeren
mboeren Wed Feb 19 08:32:28 2003 EDT Modified files: /php4/ext/dbx dbx_pgsql.c Log: Fix for bug #1: pgsql version for dbx_query suppressed a warning that was trappable by using a user-defined error-handler. A different use of pgsql_getrow removed the

[PHP-CVS] cvs: php4 /scripts/ext_skel_ng extension.xml

2003-02-19 Thread Hartmut Holzgraefe
hholzgraWed Feb 19 09:50:43 2003 EDT Modified files: /php4/scripts/ext_skel_ng extension.xml Log: test specifications for MINIT and friends Index: php4/scripts/ext_skel_ng/extension.xml diff -u php4/scripts/ext_skel_ng/extension.xml:1.1

[PHP-CVS] cvs: php4 / NEWS

2003-02-19 Thread Wez Furlong
wez Wed Feb 19 09:59:26 2003 EDT Modified files: /php4 NEWS Log: News about the ZE stream thing Index: php4/NEWS diff -u php4/NEWS:1.1346 php4/NEWS:1.1347 --- php4/NEWS:1.1346Wed Feb 19 01:33:43 2003 +++ php4/NEWS Wed Feb 19 09:59:26 2003 @@

[PHP-CVS] php4/ext/informix update - test build ?

2003-02-19 Thread Corne' Cornelius
I've made a patch for the Informix extension. How should i test the change ? From my cvs dir for php4, i did: ./buildconf --ZendEngine2 ./configure --with-apxs=/usr/local/apache/bin/apxs --with-zlib --with-informix=/opt/informix --enable-debug make and got:

[PHP-CVS] cvs: php4 / NEWS

2003-02-19 Thread Wez Furlong
wez Wed Feb 19 10:07:45 2003 EDT Modified files: /php4 NEWS Log: typo.. Index: php4/NEWS diff -u php4/NEWS:1.1347 php4/NEWS:1.1348 --- php4/NEWS:1.1347Wed Feb 19 09:59:26 2003 +++ php4/NEWS Wed Feb 19 10:07:45 2003 @@ -15,7 +15,7 @@ -

[PHP-CVS] cvs: php4 /scripts/ext_skel_ng extension.xml extension_parser.php php_function.php

2003-02-19 Thread Hartmut Holzgraefe
hholzgraWed Feb 19 11:02:46 2003 EDT Modified files: /php4/scripts/ext_skel_ng extension.xml extension_parser.php php_function.php Log: code for the special functions MINIT, MSHUTDOWN, RINIT, RSHUTDOWN, MINFO and for

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

2003-02-19 Thread Harald Radi
phanto Wed Feb 19 11:17:16 2003 EDT Modified files: /php4/main main.c Log: prevent xdebug from crashing Index: php4/main/main.c diff -u php4/main/main.c:1.527 php4/main/main.c:1.528 --- php4/main/main.c:1.527 Tue Feb 18 04:37:54 2003 +++ php4/main/main.c

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

2003-02-19 Thread Harald Radi
phanto Wed Feb 19 11:17:34 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: MFH Index: php4/main/main.c diff -u php4/main/main.c:1.512.2.10 php4/main/main.c:1.512.2.11 --- php4/main/main.c:1.512.2.10 Sat Feb 15 15:23:12 2003 +++

Re: [PHP-CVS] cvs: php4 / README.input_filter /ext/mbstring mb_gpc.cmbstring.c /main SAPI.c SAPI.h php_content_types.c php_variables.c rfc1867.c

2003-02-19 Thread Rasmus Lerdorf
Yup, I did miss that mbstring case. Thanks. -Rasmus On Wed, 19 Feb 2003, Marcus Börger wrote: At 20:41 19.02.2003, Rasmus Lerdorf wrote: rasmus Wed Feb 19 14:41:10 2003 EDT Added files: /php4 README.input_filter Modified files: /php4/ext/mbstring

[PHP-CVS] cvs: php4 /ext/mbstring mb_gpc.c mb_gpc.h

2003-02-19 Thread Rasmus Lerdorf
rasmus Wed Feb 19 15:56:48 2003 EDT Modified files: /php4/ext/mbstring mb_gpc.c mb_gpc.h Log: Fix mbstring input_filter Index: php4/ext/mbstring/mb_gpc.c diff -u php4/ext/mbstring/mb_gpc.c:1.4 php4/ext/mbstring/mb_gpc.c:1.5 ---

[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

Re: [PHP-CVS] php4/ext/informix update - test build ?

2003-02-19 Thread Jani Taskinen
You have checkout of wrong module. It's php5 now: PHP 5: (HEAD) # cvs -d :pserver:[EMAIL PROTECTED]:/repository co php5 PHP 4.3.x: (PHP_4_3 branch) # cvs -d :pserver:[EMAIL PROTECTED]:/repository co -rPHP_4_3 php4 Only these two are used.

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS

2003-02-19 Thread Jani Taskinen
sniper Wed Feb 19 19:15:56 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: BFN Index: php4/NEWS diff -u php4/NEWS:1.1247.2.96 php4/NEWS:1.1247.2.97 --- php4/NEWS:1.1247.2.96 Tue Feb 18 19:50:36 2003 +++ php4/NEWS Wed Feb 19 19:15:55

[PHP-CVS] cvs: php4 / footer header

2003-02-19 Thread Jani Taskinen
sniper Wed Feb 19 19:19:04 2003 EDT Modified files: /php4 footer header Log: consistent with the used style Index: php4/footer diff -u php4/footer:1.2 php4/footer:1.3 --- php4/footer:1.2 Sat Apr 21 21:09:12 2001 +++ php4/footer Wed Feb 19 19:19:04

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

2003-02-19 Thread Ilia Alshanetsky
iliaa Wed Feb 19 19:32:51 2003 EDT Modified files: /php4/ext/standard exec.c http_fopen_wrapper.c Log: Fixed bug #22308 (optimized passthru, code is now ~40 times faster). Index: php4/ext/standard/exec.c diff -u php4/ext/standard/exec.c:1.94

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

2003-02-19 Thread Ilia Alshanetsky
iliaa Wed Feb 19 19:34:04 2003 EDT Modified files: /php4/ext/standard http_fopen_wrapper.c Log: Revert accidental commit. Index: php4/ext/standard/http_fopen_wrapper.c diff -u php4/ext/standard/http_fopen_wrapper.c:1.65

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

2003-02-19 Thread Ilia Alshanetsky
iliaa Wed Feb 19 19:34:24 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard exec.c Log: MFH Index: php4/ext/standard/exec.c diff -u php4/ext/standard/exec.c:1.84.2.4 php4/ext/standard/exec.c:1.84.2.5 --- php4/ext/standard/exec.c:1.84.2.4 Tue

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS

2003-02-19 Thread Ilia Alshanetsky
iliaa Wed Feb 19 19:35:43 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Bug fixing news. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.97 php4/NEWS:1.1247.2.98 --- php4/NEWS:1.1247.2.97 Wed Feb 19 19:15:55 2003 +++ php4/NEWS Wed Feb

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

2003-02-19 Thread Jani Taskinen
sniper Thu Feb 20 00:34:58 2003 EDT Modified files: /php4/ext/standard dns.c Log: - Fixed bug #22299 (gethostbyname() crash with non-existing domain on MacOSX) Index: php4/ext/standard/dns.c diff -u php4/ext/standard/dns.c:1.54 php4/ext/standard/dns.c:1.55

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

2003-02-19 Thread Jani Taskinen
sniper Thu Feb 20 00:35:19 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard dns.c Log: MFH: - Fixed bug #22299 (gethostbyname() crash with non-existing domain on MacOSX) Index: php4/ext/standard/dns.c diff -u php4/ext/standard/dns.c:1.44.2.2

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS

2003-02-19 Thread Jani Taskinen
sniper Thu Feb 20 00:36:54 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: BFN Index: php4/NEWS diff -u php4/NEWS:1.1247.2.98 php4/NEWS:1.1247.2.99 --- php4/NEWS:1.1247.2.98 Wed Feb 19 19:35:42 2003 +++ php4/NEWS Thu Feb 20 00:36:54

[PHP-CVS] cvs: php4(PHP_4) /ext/session session.c

2003-02-19 Thread Sascha Schumann
sas Thu Feb 20 01:18:46 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/session session.c Log: MFH urlencoding Index: php4/ext/session/session.c diff -u php4/ext/session/session.c:1.336.2.5.2.5 php4/ext/session/session.c:1.336.2.5.2.6 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/session php_session.h session.c

2003-02-19 Thread Sascha Schumann
sas Thu Feb 20 01:24:08 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/session php_session.h session.c Log: MFH general urlencoding MFH session_regenerate_id, a change which is as important as the former one Index: php4/ext/session/php_session.h

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS

2003-02-19 Thread Sascha Schumann
sas Thu Feb 20 01:55:36 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: update Index: php4/NEWS diff -u php4/NEWS:1.1247.2.99 php4/NEWS:1.1247.2.100 --- php4/NEWS:1.1247.2.99 Thu Feb 20 00:36:54 2003 +++ php4/NEWS Thu Feb 20 01:55:35

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

2003-02-19 Thread Derick Rethans
derick Thu Feb 20 01:56:37 2003 EDT Modified files: /php4/ext/standard md5.c sha1.c Log: - No need to add the \0 ourselves, the estrndup in STRINGL takes care of that for us. Index: php4/ext/standard/md5.c diff -u php4/ext/standard/md5.c:1.30

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

2003-02-19 Thread Derick Rethans
On Thu, 20 Feb 2003, Sascha Schumann wrote: sas Thu Feb 20 01:56:18 2003 EDT Modified files: /php4 NEWS Log: update Index: php4/NEWS diff -u php4/NEWS:1.1349 php4/NEWS:1.1350 --- php4/NEWS:1.1349 Wed Feb 19 20:33:17 2003 +++ php4/NEWS Thu Feb

[PHP-CVS] cvs: php4 / NEWS

2003-02-19 Thread Sascha Schumann
sas Thu Feb 20 01:57:42 2003 EDT Modified files: /php4 NEWS Log: update Index: php4/NEWS diff -u php4/NEWS:1.1350 php4/NEWS:1.1351 --- php4/NEWS:1.1350Thu Feb 20 01:56:18 2003 +++ php4/NEWS Thu Feb 20 01:57:42 2003 @@ -2,6 +2,7 @@

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

2003-02-19 Thread Jani Taskinen
sniper Thu Feb 20 02:10:07 2003 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Fixed bug: #22306 (pg_lo_seek($h, 0, PGSQL_SEEK_SET) succeeds but returns false) Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.261

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

2003-02-19 Thread Jani Taskinen
sniper Thu Feb 20 02:10:49 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/pgsql pgsql.c Log: MFH: Fixed bug: #22306 (pg_lo_seek($h, 0, PGSQL_SEEK_SET) succeeds but returns false) Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.244.2.9

[PHP-CVS] cvs: php4 / NEWS

2003-02-19 Thread Jani Taskinen
sniper Thu Feb 20 02:13:59 2003 EDT Modified files: /php4 NEWS Log: This is added in 4.3.2 Index: php4/NEWS diff -u php4/NEWS:1.1351 php4/NEWS:1.1352 --- php4/NEWS:1.1351Thu Feb 20 01:57:42 2003 +++ php4/NEWS Thu Feb 20 02:13:59 2003 @@ -1,7 +1,6

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS

2003-02-19 Thread Jani Taskinen
sniper Thu Feb 20 02:14:24 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: style fix Index: php4/NEWS diff -u php4/NEWS:1.1247.2.101 php4/NEWS:1.1247.2.102 --- php4/NEWS:1.1247.2.101 Thu Feb 20 02:12:02 2003 +++ php4/NEWS Thu Feb 20