Re: [PHP-CVS] cvs: php4 /pear pear.m4

2001-03-13 Thread Alexander Bokovoy
example, using following script: #!/bin/bash PHP4_ROOT=php4 PWD_X=`pwd` EXTENSIONS=`find $PHP4_ROOT/ext -type d -maxdepth 1 -print` for i in $EXTENSIONS ; do cd $i for j in `ls *.c` ; do perl -pi -e "s/#include \"php.h\"/#include \"php.h\"\n#include \

[PHP-CVS] cvs: php4 /ext/midgard php_midgard.h

2001-03-18 Thread Alexander Bokovoy
ab Sun Mar 18 10:29:55 2001 EDT Modified files: /php4/ext/midgard php_midgard.h Log: Update includes to the way CVS now works Index: php4/ext/midgard/php_midgard.h diff -u php4/ext/midgard/php_midgard.h:1.8 php4/ext/midgard/php_midgard.h:1.9 ---

[PHP-CVS] cvs: php4 /ext/midgard config.m4 config.m4.session php_midgard.h.in

2001-03-18 Thread Alexander Bokovoy
ab Sun Mar 18 23:04:56 2001 EDT Added files: /php4/ext/midgard php_midgard.h.in Modified files: /php4/ext/midgard config.m4 config.m4.session Log: Automatically generate correct #include for cases when module build using phpize

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

2001-03-18 Thread Alexander Bokovoy
ab Sun Mar 18 23:37:01 2001 EDT Modified files: /php4/ext/midgard config.m4 config.m4.session Log: Oops. Substitution code fixed Index: php4/ext/midgard/config.m4 diff -u php4/ext/midgard/config.m4:1.14 php4/ext/midgard/config.m4:1.15 ---

[PHP-CVS] cvs: php4(PHP_4_0_5) /ext/midgard .cvsignore article.c attachment.c config.m4 config.m4.session midgard.c php_midgard.h snippet.c

2001-03-18 Thread Alexander Bokovoy
ab Sun Mar 18 23:52:04 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4/ext/midgard .cvsignore article.c attachment.c config.m4 config.m4.session midgard.c php_midgard.h snippet.c Log: Bringing fixed code

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

2001-03-19 Thread Alexander Bokovoy
ab Mon Mar 19 01:56:06 2001 EDT Modified files: /php4/ext/midgard config.m4 config.m4.session Log: Keep compability with 4.0.4pl1 Index: php4/ext/midgard/config.m4 diff -u php4/ext/midgard/config.m4:1.15 php4/ext/midgard/config.m4:1.16 ---

[PHP-CVS] cvs: php4 /ext/midgard php_midgard.h.in

2001-03-19 Thread Alexander Bokovoy
ab Mon Mar 19 03:50:18 2001 EDT Modified files: /php4/ext/midgard php_midgard.h.in Log: Incompabilities in SCE build fixed for 4.0.5 and 4.0.4pl1 Index: php4/ext/midgard/php_midgard.h.in diff -u php4/ext/midgard/php_midgard.h.in:1.1

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

2001-03-19 Thread Alexander Bokovoy
ab Mon Mar 19 04:52:01 2001 EDT Modified files: /php4/ext/midgard config.m4 config.m4.session Log: 4.0.4pl1 compability finally fixed Index: php4/ext/midgard/config.m4 diff -u php4/ext/midgard/config.m4:1.17 php4/ext/midgard/config.m4:1.18 ---

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

2001-03-19 Thread Alexander Bokovoy
in. Either fix building environment in PHP4 which does not allow output variable's value through template header file for extensions or revert change back. That change was tested before commit. -- Sincerely yours, Alexander Bokovoy The Midgard Project | www.midgard-project.org |Aurora RD t

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

2001-03-19 Thread Alexander Bokovoy
On Mon, Mar 19, 2001 at 08:28:20PM +0100, Jani Taskinen wrote: On Mon, 19 Mar 2001, Alexander Bokovoy wrote: On Mon, Mar 19, 2001 at 01:19:06PM -0600, Andrei Zmievski wrote: On Mon, 19 Mar 2001, Alexander Bokovoy wrote: This fix does not work because @MIDCONFIG_FILE@ in php_midgard.h

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

2001-03-19 Thread Alexander Bokovoy
On Mon, Mar 19, 2001 at 01:19:06PM -0600, Andrei Zmievski wrote: On Mon, 19 Mar 2001, Alexander Bokovoy wrote: This fix does not work because @MIDCONFIG_FILE@ in php_midgard.h does not substituted by PHP_OUTPUT using template file php_midgard.h.in. Either fix building environment in PHP4

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

2001-03-29 Thread Alexander Bokovoy
ab Thu Mar 29 02:35:33 2001 EDT Modified files: /php4/ext/midgard config.m4 config.m4.session Log: - Typo fixed - config.m4.session updated to config.m4 Index: php4/ext/midgard/config.m4 diff -u php4/ext/midgard/config.m4:1.21

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

2001-03-29 Thread Alexander Bokovoy
to be included in 4.0.5?? or will ming work without it?? 1) It is not ming but midgard 2) It does add libmidgard.so into the list of linked libraries. Yes, it need to be included into 4.0.5 -- Sincerely yours, Alexander Bokovoy The Midgard Project| ALT Linux Team | Minsk Linux Users

Re[2]: [PHP-CVS] cvs: php4 /ext/midgard config.m4 config.m4.session

2001-03-30 Thread Alexander Bokovoy
Hello James, Thursday, March 29, 2001, 2:09:17 PM, you wrote: On Thu, Mar 29, 2001 at 11:50:29AM +0100, James Moore wrote: abThu Mar 29 02:35:33 2001 EDT Modified files: /php4/ext/midgard config.m4 config.m4.session Log: - Typo fixed -

[PHP-CVS] Re: [PHP-DEV] FW: [PHP-CVS] cvs: php4 /ext/midgard .cvsignore ChangeLog INSTALL Makefile.in access.c article.c attachment.c calendar.c config.m4 element.c event.c eventmember.c file.c fudge genentry

2001-02-13 Thread Alexander Bokovoy
like any other one though it's bigger than others. -- Sincerely yours, Alexander Bokovoy The Midgard Project | www.midgard-project.org |Aurora RD team Minsk Linux Users Group |www.minsk-lug.net| www.aurora-linux.com IPLabs Linux Team| linux.iplabs.ru | Architecte