[PHP-CVS] cvs: php-src /scripts Makefile.frag

2005-08-30 Thread Marcus Boerger
helly Wed Aug 31 02:58:29 2005 EDT Modified files: /php-src/scriptsMakefile.frag Log: - run-tests-config.php was never used and now renamed http://cvs.php.net/diff.php/php-src/scripts/Makefile.frag?r1=1.24&r2=1.25&ty=u Index: php-src/scripts/Makefile.frag

[PHP-CVS] cvs: php-src /scripts Makefile.frag phpize.in

2005-06-07 Thread Jani Taskinen
sniper Tue Jun 7 17:56:11 2005 EDT Modified files: /php-src/scriptsMakefile.frag phpize.in Log: - Fix paths when using --libdir and --includedir configure options http://cvs.php.net/diff.php/php-src/scripts/Makefile.frag?r1=1.22&r2=1.23&ty=u Index: php-src

[PHP-CVS] cvs: php-src /scripts Makefile.frag

2005-05-30 Thread Jani Taskinen
sniper Mon May 30 02:33:45 2005 EDT Modified files: /php-src/scriptsMakefile.frag Log: Removed the empty $bin_src_SCRIPTS (no longer needed), bug #33166 http://cvs.php.net/diff.php/php-src/scripts/Makefile.frag?r1=1.21&r2=1.22&ty=u Index: php-src/scripts/Ma

[PHP-CVS] cvs: php-src /scripts Makefile.frag

2005-05-04 Thread Jani Taskinen
sniper Tue May 3 07:34:33 2005 EDT Modified files: /php-src/scriptsMakefile.frag Log: - acconfig.h should not be installed. (it is only a template file..) http://cvs.php.net/diff.php/php-src/scripts/Makefile.frag?r1=1.19&r2=1.20&ty=u Index: php-src/scripts

[PHP-CVS] cvs: php-src /scripts Makefile.frag phpextdist /scripts/dev phpextdist

2005-04-29 Thread Jani Taskinen
sniper Fri Apr 29 22:40:19 2005 EDT Added files: /php-src/scripts/devphpextdist Removed files: /php-src/scriptsphpextdist Modified files: /php-src/scriptsMakefile.frag Log: Moved phpextdist to dev/

[PHP-CVS] cvs: php-src /scripts Makefile.frag

2005-03-24 Thread Jani Taskinen
sniper Thu Mar 24 12:16:34 2005 EDT Modified files: /php-src/scriptsMakefile.frag Log: Remove: Has not existed for ages.. http://cvs.php.net/diff.php/php-src/scripts/Makefile.frag?r1=1.16&r2=1.17&ty=u Index: php-src/scripts/Makefile.frag diff -u php-src/scr

[PHP-CVS] cvs: php-src /scripts Makefile.frag

2005-03-01 Thread Jani Taskinen
sniper Tue Mar 1 04:25:37 2005 EDT Modified files: /php-src/scriptsMakefile.frag Log: ws http://cvs.php.net/diff.php/php-src/scripts/Makefile.frag?r1=1.15&r2=1.16&ty=u Index: php-src/scripts/Makefile.frag diff -u php-src/scripts/Makefile.frag:1.15 php-src/

[PHP-CVS] cvs: php-src /scripts Makefile.frag

2005-02-27 Thread Wez Furlong
wez Mon Feb 28 00:21:35 2005 EDT Modified files: /php-src/scriptsMakefile.frag Log: Let's install the mbstring headers. Fixes PECL #3516 http://cvs.php.net/diff.php/php-src/scripts/Makefile.frag?r1=1.14&r2=1.15&ty=u Index: php-src/scripts/Makefile.f

[PHP-CVS] cvs: php-src /scripts Makefile.frag

2004-12-28 Thread Derick Rethans
derick Tue Dec 28 10:20:42 2004 EDT Modified files: /php-src/scriptsMakefile.frag Log: - MFB: Add dom/xml_common.h header as installed header in order to be able to build pecl/xml_reader http://cvs.php.net/diff.php/php-src/scripts/Makefile.frag?r1=1.12&r2=

[PHP-CVS] cvs: php-src /scripts Makefile.frag

2004-12-20 Thread Jani Taskinen
sniper Mon Dec 20 23:58:51 2004 EDT Modified files: /php-src/scriptsMakefile.frag Log: - Fixed bug #28385 (files in $(prefix)/lib/php/build/* installed with wrong permissions). (Jani, ramsy at ramix dot jp) http://cvs.php.net/diff.php/php-src/scripts

[PHP-CVS] cvs: php-src /scripts Makefile.frag

2004-04-19 Thread Rob Richards
rrichards Mon Apr 19 15:46:00 2004 EDT Modified files: /php-src/scriptsMakefile.frag Log: add ext/libxml/ to the headers path http://cvs.php.net/diff.php/php-src/scripts/Makefile.frag?r1=1.9&r2=1.10&ty=u Index: php-src/scripts/Makefile.frag diff -u php

[PHP-CVS] cvs: php-src /scripts Makefile.frag

2003-09-18 Thread Jani Taskinen
sniper Fri Sep 19 01:35:51 2003 EDT Modified files: /php-src/scriptsMakefile.frag Log: MFB Index: php-src/scripts/Makefile.frag diff -u php-src/scripts/Makefile.frag:1.7 php-src/scripts/Makefile.frag:1.8 --- php-src/scripts/Makefile.frag:1.7 Sun Aug 31 06

Re: [PHP-CVS] cvs: php-src /scripts Makefile.frag

2003-09-02 Thread Rasmus Lerdorf
Yup, in fact we should do that for all our bundled libraries. I wrote an extension recently which relies heavily on our bundled version of the GD library and since those header files are not installed you can only build my extension by downloading the full PHP sources and pointing the build at the

Re: [PHP-CVS] cvs: php-src /scripts Makefile.frag

2003-08-31 Thread Jani Taskinen
On Sun, 31 Aug 2003, Wez Furlong wrote: >This is precisely what I am doing here (linking against libphp5 and using >the exported sqlite symbols). What if I build sqlite as shared? :) >Would be nice if we could install just the sqlite.h file though as the >others are internal to the library i

Re: [PHP-CVS] cvs: php-src /scripts Makefile.frag

2003-08-31 Thread Wez Furlong
This is precisely what I am doing here (linking against libphp5 and using the exported sqlite symbols). Would be nice if we could install just the sqlite.h file though as the others are internal to the library implementation. --Wez. > On Sun, 31 Aug 2003, Andi Gutmans wrote: > > > Why would you

Re: [PHP-CVS] cvs: php-src /scripts Makefile.frag

2003-08-31 Thread Derick Rethans
On Sun, 31 Aug 2003, Andi Gutmans wrote: > Why would you install the headers? It's not as if we're installing the .a > or .so of sqlite (or are we?) We're not, but we are exporting sqlite symbols from the bundled library, so why not install the headers so people can make use of sqlite from wit

[PHP-CVS] cvs: php-src /scripts Makefile.frag

2003-08-31 Thread Jani Taskinen
sniper Sun Aug 31 06:54:17 2003 EDT Modified files: /php-src/scriptsMakefile.frag Log: - Single header files installation. Index: php-src/scripts/Makefile.frag diff -u php-src/scripts/Makefile.frag:1.6 php-src/scripts/Makefile.frag:1.7 --- php-src/scripts/M

Re: [PHP-CVS] cvs: php-src /scripts Makefile.frag

2003-08-31 Thread Andi Gutmans
Why would you install the headers? It's not as if we're installing the .a or .so of sqlite (or are we?) Andi At 01:44 AM 8/31/2003 +, Wez Furlong wrote: wez Sat Aug 30 21:44:46 2003 EDT Modified files: /php-src/scriptsMakefile.frag Log: install sqlite headers with

[PHP-CVS] cvs: php-src /scripts Makefile.frag

2003-08-31 Thread Wez Furlong
wez Sat Aug 30 21:44:46 2003 EDT Modified files: /php-src/scriptsMakefile.frag Log: install sqlite headers with the rest of php. We only really need sqlite.h, but our build system doesn't provide for installation of a single header file (at least not

[PHP-CVS] cvs: php-src /scripts Makefile.frag

2003-08-27 Thread Sascha Schumann
sas Wed Aug 27 09:58:45 2003 EDT Modified files: /php-src/scriptsMakefile.frag Log: Use INSTALL to install build files Index: php-src/scripts/Makefile.frag diff -u php-src/scripts/Makefile.frag:1.4 php-src/scripts/Makefile.frag:1.5 --- php-src/scripts

[PHP-CVS] cvs: php-src /scripts Makefile.frag

2003-08-26 Thread Sascha Schumann
sas Mon Aug 25 20:04:26 2003 EDT Modified files: /php-src/scriptsMakefile.frag Log: Use $(INSTALL_DATA) instead of cp Index: php-src/scripts/Makefile.frag diff -u php-src/scripts/Makefile.frag:1.3 php-src/scripts/Makefile.frag:1.4 --- php-src/scripts/