[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: php4 / Makefile.global

2003-01-02 Thread Derick Rethans
derick Thu Jan 2 08:01:34 2003 EDT Modified files: /php4 Makefile.global Log: - Fix make test when CC was set to something with a parameter Index: php4/Makefile.global diff -u php4/Makefile.global:1.41 php4/Makefile.global:1.42 ---

[PHP-CVS] cvs: php4 / Makefile.global

2002-12-09 Thread Sascha Schumann
sas Mon Dec 9 10:32:17 2002 EDT Modified files: /php4 Makefile.global Log: Use $(INSTALL) rather than cp to install modules. $(INSTALL) will usually unlink the target file first, so that in-memory instances of the old file don't get simply

[PHP-CVS] cvs: php4 / Makefile.global

2002-11-12 Thread Sascha Schumann
sas Tue Nov 12 12:40:38 2002 EDT Modified files: /php4 Makefile.global Log: Add missing $(INSTALL_ROOT) Index: php4/Makefile.global diff -u php4/Makefile.global:1.39 php4/Makefile.global:1.40 --- php4/Makefile.global:1.39 Thu Oct 31 09:01:58 2002

Re: [PHP-CVS] cvs: php4 / Makefile.global

2002-11-12 Thread Tal Peer
Sascha Schumann wrote: sas Tue Nov 12 12:40:38 2002 EDT Modified files: /php4 Makefile.global Log: Add missing $(INSTALL_ROOT) Does this fix #18568? Index: php4/Makefile.global diff -u php4/Makefile.global:1.39 php4/Makefile.global:1.40 ---

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

2002-10-31 Thread Yasuo Ohgaki
yohgaki Thu Oct 31 08:52:58 2002 EDT Modified files: /php4 Makefile.global run-tests.php Log: Fixed more ini settings. # Derick. Be responsible to your change and opinion. # These are settings I know that should be set. # There may be other settingis

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

2002-10-31 Thread Derick Rethans
derick Thu Oct 31 09:02:00 2002 EDT Modified files: /php4 Makefile.global run-tests.php Log: Discuss first! Index: php4/Makefile.global diff -u php4/Makefile.global:1.38 php4/Makefile.global:1.39 --- php4/Makefile.global:1.38 Thu Oct 31 08:52:58

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

2002-10-31 Thread Yasuo Ohgaki
Marcus Boerger wrote: You forgot -d 'zlib.output_compression=' and have doubled -d 'safe_mode=0' Thanks. Copy paste mistake :) I think -d 'zlib.output_compression=' isn't needed since it's not a web client. -- Yasuo Ohgaki and thanks i will add the missing valued to run-test.php when

Re: [PHP-CVS] cvs: php4 / Makefile.global

2002-10-23 Thread Derick Rethans
On Wed, 23 Oct 2002, Yasuo Ohgaki wrote: Derick Rethans wrote: On Wed, 23 Oct 2002, Yasuo Ohgaki wrote: yohgaki Tue Oct 22 21:21:04 2002 EDT Modified files: /php4 Makefile.global Log: Fixed buffring issue again. WTF are you doing?

Re: [PHP-CVS] cvs: php4 / Makefile.global

2002-10-23 Thread Derick Rethans
On Wed, 23 Oct 2002, Yasuo Ohgaki wrote: Derick Rethans wrote: Yes I do know what you were trying to explain, but I again do not agree with your reasoning. Ok, but it's not compelling since you are one of them that didn't aware of the result of the change. [snip unrelated issue] I

Re: [PHP-CVS] cvs: php4 / Makefile.global

2002-10-23 Thread Yasuo Ohgaki
Derick Rethans wrote: On Wed, 23 Oct 2002, Yasuo Ohgaki wrote: I tell you that I am aware of the issue that the tests suite may result in sometimes different results because of this, and that's supposed to be like that to be able to test as much different combinations as possible (like Ilia

[PHP-CVS] cvs: php4 / Makefile.global

2002-10-23 Thread Derick Rethans
derick Wed Oct 23 04:46:50 2002 EDT Modified files: /php4 Makefile.global Log: - Remove this messed up thing AGAIN #- Yasuo: touch it and I'll fly over applying a YART on you. Index: php4/Makefile.global diff -u php4/Makefile.global:1.34

[PHP-CVS] cvs: php4 / Makefile.global

2002-10-22 Thread Yasuo Ohgaki
yohgaki Tue Oct 22 21:21:04 2002 EDT Modified files: /php4 Makefile.global Log: Fixed buffring issue again. Index: php4/Makefile.global diff -u php4/Makefile.global:1.33 php4/Makefile.global:1.34 --- php4/Makefile.global:1.33 Tue Oct 22 14:53:56 2002

Re: [PHP-CVS] cvs: php4 / Makefile.global

2002-10-22 Thread Derick Rethans
On Wed, 23 Oct 2002, Yasuo Ohgaki wrote: yohgaki Tue Oct 22 21:21:04 2002 EDT Modified files: /php4 Makefile.global Log: Fixed buffring issue again. WTF are you doing? Derick --

[PHP-CVS] cvs: php4 / Makefile.global

2002-10-21 Thread Yasuo Ohgaki
yohgaki Mon Oct 21 20:03:49 2002 EDT Modified files: /php4 Makefile.global Log: Hmm. -c options was there, but removed. It is _needed_ for php.ini users uses buffer by default. Index: php4/Makefile.global diff -u php4/Makefile.global:1.30

[PHP-CVS] cvs: php4 / Makefile.global

2002-10-21 Thread Jani Taskinen
sniper Mon Oct 21 20:18:26 2002 EDT Modified files: /php4 Makefile.global Log: - Revert the undiscussed change. # # Yasuo, don't you think there was a reason to drop this??? # Please, discuss these things before you go and change something. #

[PHP-CVS] cvs: php4 / Makefile.global

2002-09-29 Thread Sascha Schumann
sas Sun Sep 29 12:25:24 2002 EDT Modified files: /php4 Makefile.global Log: Fix some typos Index: php4/Makefile.global diff -u php4/Makefile.global:1.26 php4/Makefile.global:1.27 --- php4/Makefile.global:1.26 Sun Sep 29 12:22:47 2002 +++

Re: [PHP-CVS] cvs: php4 / Makefile.global acinclude.m4 configure.in /main php_embed.c php_embed.h /sapi/cgi Makefile.frag config.m4 /sapi/cliMakefile.frag config.m4 /sapi/embed config.m4 php_embed.c

2002-09-29 Thread derick
Hi, can you now build all three sapis at once like you could before? Derick On Sun, 29 Sep 2002, Sascha Schumann wrote: sas Sun Sep 29 12:22:50 2002 EDT Added files: /php4/sapi/cgiMakefile.frag /php4/sapi/cliMakefile.frag

Re: [PHP-CVS] cvs: php4 / Makefile.global acinclude.m4 configure.in /main php_embed.c php_embed.h /sapi/cgi Makefile.frag config.m4 /sapi/cliMakefile.frag config.m4 /sapi/embed config.m4 php_embe

2002-09-29 Thread Sascha Schumann
That might be, but this doesn't answer my question :) Wouldn't it be very useful of the PHP lib gets compiled/installed on every compile just like CLI? I think it would be very useful that lib, CLI and the SAPI of choice are compiled at the same time. This was also Edin's reasoning to

[PHP-CVS] cvs: php4 / Makefile.global configure.in /main php_embed.c php_embed.h /win32 phpembed.dsp

2002-09-28 Thread Edin Kadribasic
edink Sat Sep 28 22:45:25 2002 EDT Added files: /php4/main php_embed.c php_embed.h /php4/win32 phpembed.dsp Modified files: /php4 Makefile.global configure.in Log: Added php/embed toolkit for embedding PHP engine into C/C++