[PHP-CVS] cvs: php4 / NEWS

2003-01-28 Thread Jani Taskinen
sniper Wed Jan 29 02:50:10 2003 EDT Modified files: /php4 NEWS Log: NEWS police is back. Index: php4/NEWS diff -u php4/NEWS:1.1310 php4/NEWS:1.1311 --- php4/NEWS:1.1310Mon Jan 27 20:34:15 2003 +++ php4/NEWS Wed Jan 29 02:50:09 2003 @@ -1,11 +1,17 @@

Re: [PHP-CVS] cvs: php4(PHP_4_3) /ext/com COM.c com.h conversion.cvariant.h

2003-01-28 Thread Jani Taskinen
Don't forget the NEWS entry. --Jani On Wed, 29 Jan 2003, Harald Radi wrote: >phanto Tue Jan 28 19:10:01 2003 EDT > > Modified files: (Branch: PHP_4_3) >/php4/ext/com COM.c com.h conversion.c variant.h > Log: > fix for bug #20282 (and propably some

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

2003-01-28 Thread Jani Taskinen
MFH? --Jani On Mon, 27 Jan 2003, Maxim Maletsky wrote: >maxim Mon Jan 27 14:52:11 2003 EDT > > Modified files: >/php4/ext/oci8 oci8.c > Log: > @- Fixed bug #17448 (Print the message when OCI_SUCCESS_WITH_INFO is returned). > (Maxim) > > >

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

2003-01-28 Thread Jani Taskinen
sniper Tue Jan 28 22:26:15 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: news entries for new options in phpize and php-config Index: php4/NEWS diff -u php4/NEWS:1.1247.2.54 php4/NEWS:1.1247.2.55 --- php4/NEWS:1.1247.2.54 Tue Jan 28 12:5

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

2003-01-28 Thread Harald Radi
yeah, ilia already told me, i moved it to request_startup|shutdown again. my issue was, that CoUninitialize() was called in the basic_functions shutdown handler during module shutdown, so the com module which was shut down after basic_functions segfaulted. now CoUninitialize() is called after all m

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

2003-01-28 Thread Harald Radi
phanto Tue Jan 28 19:59:54 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/com COM.c Log: fix warnings Index: php4/ext/com/COM.c diff -u php4/ext/com/COM.c:1.90.2.2 php4/ext/com/COM.c:1.90.2.3 --- php4/ext/com/COM.c:1.90.2.2 Tue Jan 28 19:10:00 2003 +

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

2003-01-28 Thread Harald Radi
phanto Tue Jan 28 19:49:09 2003 EDT Modified files: /php4/ext/standard basic_functions.c Log: MFPHP_4_3 Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.567 php4/ext/standard/basic_functions.c:1.568 --- php4/ext/standar

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

2003-01-28 Thread Harald Radi
phanto Tue Jan 28 19:47:31 2003 EDT Modified files: /php4/main main.c Log: MFPHP_4_3 Index: php4/main/main.c diff -u php4/main/main.c:1.523 php4/main/main.c:1.524 --- php4/main/main.c:1.523 Tue Jan 7 21:44:09 2003 +++ php4/main/main.cTue Jan 28 19:47

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

2003-01-28 Thread Harald Radi
phanto Tue Jan 28 19:46:32 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: ilia pointet me to a thread on php-dev saying that Co(Un)Initialize should be called per thread Index: php4/main/main.c diff -u php4/main/main.c:1.512.2.8 php4/main/m

[PHP-CVS] cvs: php4(PHP_4_3) /ext/com COM.c com.h conversion.c variant.h

2003-01-28 Thread Harald Radi
phanto Tue Jan 28 19:10:01 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/com COM.c com.h conversion.c variant.h Log: fix for bug #20282 (and propably some of the other com bugs) #credits also go to tzm.de for sponsoring me Index: php4/ext/co

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

2003-01-28 Thread Ilia Alshanetsky
iliaa Tue Jan 28 19:07:02 2003 EDT Modified files: /php4/ext/standard php_string.h basic_functions.c Log: Added part of strpos commit that never made it in for some reason. # Thanks Pollita. Index: php4/ext/standard/php_string.h diff -u php4/ext/stand

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

2003-01-28 Thread Frank M. Kromann
Are you sure this will work with ISAPI ? IIRC, CoInitialize was moved from module init to resuest request init to stabilize ISAPI. - Frank > phantoTue Jan 28 18:46:13 2003 EDT > > Modified files: (Branch: PHP_4_3) > /php4/ext/standardbasic_functions.c

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

2003-01-28 Thread Harald Radi
phanto Tue Jan 28 18:46:13 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard basic_functions.c Log: moved to php4/main Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.543.2.5 php4/ext/standard/basic_function

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

2003-01-28 Thread Harald Radi
phanto Tue Jan 28 18:45:03 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: somehow the module shutdown order got reversed since 4.3.0, thus the CoInitialize / CoUninitialize calles are more sane here than in the basic functions module. Ind

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

2003-01-28 Thread Jani Taskinen
sniper Tue Jan 28 12:57:52 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: fugbix news Index: php4/NEWS diff -u php4/NEWS:1.1247.2.53 php4/NEWS:1.1247.2.54 --- php4/NEWS:1.1247.2.53 Tue Jan 28 11:36:50 2003 +++ php4/NEWS Tue Jan 28 12:57

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

2003-01-28 Thread Ilia Alshanetsky
iliaa Tue Jan 28 12:46:46 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/hyperwave hw.c Log: Fixed compile warning. Index: php4/ext/hyperwave/hw.c diff -u php4/ext/hyperwave/hw.c:1.111.2.1 php4/ext/hyperwave/hw.c:1.111.2.2 --- php4/ext/hyperwave/hw.c:1

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

2003-01-28 Thread Ilia Alshanetsky
iliaa Tue Jan 28 11:36:50 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Bug fixing news. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.52 php4/NEWS:1.1247.2.53 --- php4/NEWS:1.1247.2.52 Mon Jan 27 11:32:48 2003 +++ php4/NEWS Tue Jan

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/apache2filter sapi_apache2.c

2003-01-28 Thread Ilia Alshanetsky
iliaa Tue Jan 28 11:34:41 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/apache2filtersapi_apache2.c Log: MFH Index: php4/sapi/apache2filter/sapi_apache2.c diff -u php4/sapi/apache2filter/sapi_apache2.c:1.91.2.4 php4/sapi/apache2filter/sapi_apach

[PHP-CVS] cvs: php4 /sapi/apache2filter sapi_apache2.c

2003-01-28 Thread Ilia Alshanetsky
iliaa Tue Jan 28 11:34:22 2003 EDT Modified files: /php4/sapi/apache2filtersapi_apache2.c Log: Fixed bug #17868 (more then the directive used to include a PHP file would result in a crash). Index: php4/sapi/apache2filter/sapi_apache2.c diff -u php4/s

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

2003-01-28 Thread Derick Rethans
derick Tue Jan 28 11:05:34 2003 EDT Modified files: /php4/main php_scandir.c Log: - Fix includes Index: php4/main/php_scandir.c diff -u php4/main/php_scandir.c:1.3 php4/main/php_scandir.c:1.4 --- php4/main/php_scandir.c:1.3 Tue Jan 28 11:04:10 2003 +++ php4/ma

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

2003-01-28 Thread Derick Rethans
derick Tue Jan 28 11:05:07 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main php_scandir.c Log: - Fix includes Index: php4/main/php_scandir.c diff -u php4/main/php_scandir.c:1.2.2.2 php4/main/php_scandir.c:1.2.2.3 --- php4/main/php_scandir.c:1.2.2.2 Tue

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

2003-01-28 Thread Ilia Alshanetsky
iliaa Tue Jan 28 11:04:10 2003 EDT Modified files: /php4/main php_scandir.c Log: Fixed compiler warning. Index: php4/main/php_scandir.c diff -u php4/main/php_scandir.c:1.2 php4/main/php_scandir.c:1.3 --- php4/main/php_scandir.c:1.2 Mon Jan 27 19:42:54 2003

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

2003-01-28 Thread Ilia Alshanetsky
iliaa Tue Jan 28 11:02:34 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main php_scandir.c Log: Fixed compiler warning. Index: php4/main/php_scandir.c diff -u php4/main/php_scandir.c:1.2.2.1 php4/main/php_scandir.c:1.2.2.2 --- php4/main/php_scandir.c:1.2

[PHP-CVS] cvs: php4(PHP_4_3) / Makefile.frag configure.in /build config-stubs /pear Makefile.frag pear.m4 /pear/scripts .cvsignore php-config.in phpextdist phpize.in /scripts .cvsignore Makefile.frag config-stubs conv_proto conv_z_macros credits php-config.in phpextdist phpize.in phpize.m4 /scripts/dev conv_proto conv_z_macros credits

2003-01-28 Thread Jani Taskinen
sniper Tue Jan 28 10:02:09 2003 EDT Added files: (Branch: PHP_4_3) /php4/build config-stubs /php4/scripts .cvsignore Makefile.frag php-config.in phpextdist phpize.in phpize.m4 /php4/scripts/dev conv_proto conv_z_macros credi

[PHP-CVS] cvs: php4(PHP_4_3) /ext/dba config.m4

2003-01-28 Thread Jani Taskinen
sniper Tue Jan 28 10:00:16 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/dba config.m4 Log: MFH: Typo fix Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.29.2.6 php4/ext/dba/config.m4:1.29.2.7 --- php4/ext/dba/config.m4:1.29.2.6 T

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

2003-01-28 Thread Sascha Schumann
sas Tue Jan 28 09:34:20 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ircg ircg_scanner.c Log: MFH Index: php4/ext/ircg/ircg_scanner.c diff -u php4/ext/ircg/ircg_scanner.c:1.19.8.1 php4/ext/ircg/ircg_scanner.c:1.19.8.2 --- php4/ext/ircg/ircg_scann

[PHP-CVS] cvs: php4(PHP_4_3) /ext/ircg Makefile.frag ircg_scanner.re

2003-01-28 Thread Sascha Schumann
sas Tue Jan 28 09:33:04 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ircg Makefile.frag ircg_scanner.re Log: MFH Index: php4/ext/ircg/Makefile.frag diff -u php4/ext/ircg/Makefile.frag:1.1 php4/ext/ircg/Makefile.frag:1.1.4.1 --- php4/ext/ircg/Make

[PHP-CVS] cvs: php4(PHP_4) /ext/ircg Makefile.frag ircg_scanner.re

2003-01-28 Thread Sascha Schumann
sas Tue Jan 28 09:29:17 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/ircg Makefile.frag ircg_scanner.re Log: MFH Index: php4/ext/ircg/Makefile.frag diff -u php4/ext/ircg/Makefile.frag:1.1 php4/ext/ircg/Makefile.frag:1.1.6.1 --- php4/ext/ircg/Mak

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/embed php_embed.c

2003-01-28 Thread Edin Kadribasic
edink Tue Jan 28 09:19:13 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/embedphp_embed.c Log: MFH Index: php4/sapi/embed/php_embed.c diff -u php4/sapi/embed/php_embed.c:1.1.2.2 php4/sapi/embed/php_embed.c:1.1.2.3 --- php4/sapi/embed/php_embed.c:1.1.

[PHP-CVS] cvs: php4 /sapi/embed php_embed.c

2003-01-28 Thread Edin Kadribasic
edink Tue Jan 28 08:54:43 2003 EDT Modified files: /php4/sapi/embedphp_embed.c Log: Call correct module startup function (not a hard coded one) allowing startup override. Index: php4/sapi/embed/php_embed.c diff -u php4/sapi/embed/php_embed.c:1.4 php4/

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

2003-01-28 Thread Sascha Schumann
sas Tue Jan 28 07:18:21 2003 EDT Modified files: /php4/ext/ircg ircg_scanner.c Log: sync with .re Index: php4/ext/ircg/ircg_scanner.c diff -u php4/ext/ircg/ircg_scanner.c:1.22 php4/ext/ircg/ircg_scanner.c:1.23 --- php4/ext/ircg/ircg_scanner.c:1.22

[PHP-CVS] cvs: php4 /ext/ircg Makefile.frag

2003-01-28 Thread Sascha Schumann
sas Tue Jan 28 07:10:39 2003 EDT Modified files: /php4/ext/ircg Makefile.frag Log: Looks like we are hitting a bug due to '\xxx' for xxx >= 200 not being handled correctly. Index: php4/ext/ircg/Makefile.frag diff -u php4/ext/ircg/Makefile.frag:1.1

[PHP-CVS] cvs: php4 /win32 php4ts.dsw

2003-01-28 Thread Zeev Suraski
zeevTue Jan 28 06:22:45 2003 EDT Removed files: /php4/win32 php4ts.dsw Log: Get rid of php4ts.dsw - replaced by php5ts.dsw -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php4 / Makefile.frag configure.in /buildconfig-stubs /pear Makefile.frag pear.m4 /pear/scripts .cvsignorephp-config.in phpextdist phpize.in /scripts .cvsignore Makefile.frag confi

2003-01-28 Thread Jani Taskinen
Forgot to mention: - Added an optional '--clean' option to phpize (cleans away the stuff copied/created in the ext/xxx/ dir) On Tue, 28 Jan 2003, Jani Taskinen wrote: >sniper Tue Jan 28 05:59:12 2003 EDT > > Added files: >/php4/buildc

[PHP-CVS] cvs: php4 / Makefile.frag configure.in /build config-stubs /pear Makefile.frag pear.m4 /pear/scripts .cvsignore php-config.in phpextdist phpize.in /scripts .cvsignore Makefile.frag config-stubs conv_proto conv_z_macros credits php-config.in phpextdist phpize.in phpize.m4 /scripts/dev conv_proto conv_z_macros credits

2003-01-28 Thread Jani Taskinen
sniper Tue Jan 28 05:59:12 2003 EDT Added files: /php4/build config-stubs /php4/scripts Makefile.frag php-config.in phpextdist phpize.in phpize.m4 /php4/scripts/dev conv_proto conv_z_macros credits Removed files:

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

2003-01-28 Thread Jani Taskinen
sniper Tue Jan 28 05:55:36 2003 EDT Modified files: /php4/ext/dba config.m4 Log: Fix configure. (typo?) Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.37 php4/ext/dba/config.m4:1.38 --- php4/ext/dba/config.m4:1.37 Tue Jan 28 01:27:01 2003

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/embed php_embed.c php_embed.h

2003-01-28 Thread Edin Kadribasic
edink Tue Jan 28 05:54:17 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/embedphp_embed.c php_embed.h Log: MFH Index: php4/sapi/embed/php_embed.c diff -u php4/sapi/embed/php_embed.c:1.1.2.1 php4/sapi/embed/php_embed.c:1.1.2.2 --- php4/sapi/embed/php_

[PHP-CVS] cvs: php4 /sapi/embed php_embed.c php_embed.h

2003-01-28 Thread Edin Kadribasic
edink Tue Jan 28 05:49:56 2003 EDT Modified files: /php4/sapi/embedphp_embed.c php_embed.h Log: Expose php_embed_module struct (and make Wez happy). Index: php4/sapi/embed/php_embed.c diff -u php4/sapi/embed/php_embed.c:1.3 php4/sapi/embed/php_embed.c:1

[PHP-CVS] cvs: php4 /tests/lang bug20175.phpt

2003-01-28 Thread Melvyn Sopacua
msopacuaTue Jan 28 05:04:18 2003 EDT Modified files: /php4/tests/langbug20175.phpt Log: Fix parse error and edink's fear of bison errors Index: php4/tests/lang/bug20175.phpt diff -u php4/tests/lang/bug20175.phpt:1.5 php4/tests/lang/bug20175.phpt:1.6