Peter Kokot
8d3f8ca12a
Remove unused Git attributes ident
...
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.
In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.
This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
2018-07-25 00:53:25 +02:00
Anatol Belski
8122bee654
enable static tsrmls cache in the embed SAPI
2014-12-17 10:58:31 +01:00
Christopher Jones
c6d977dd39
Fix long-standing visual pain point: the misalignment of './configure help' text.
...
Whitespace changes and a couple of grammar fixes.
2013-08-06 11:06:09 -07:00
Jani Taskinen
dee01c13ad
- Changed all AC_ARG_* options to PHP_ARG_* options and cleaned up some
2007-07-11 23:10:14 +00:00
foobar
6504c24187
- Fixed bug #41576 (misbehaviour when using --without-apxs)
2007-06-03 20:26:45 +00:00
foobar
626253940e
- Added PHP_INSTALL_HEADERS() macro
...
- Fixed several VPATH build issues
- Changed all awk calls to use $AWK
- Changed all mkdir calls to use "$php_shtool mkdir"
2005-05-07 02:51:53 +00:00
Edin Kadribasic
ceb597ea1a
Added missing warning about experimental nature of sapi/embed.
2003-01-21 02:46:07 +00:00
Edin Kadribasic
4f9b61aa9f
Respect INSTALL_ROOT var. Thanks to Jani for catching this one.
2002-10-14 22:18:35 +00:00
Edin Kadribasic
06484d6eb2
Install lib into $(prefix)/lib.
...
Make $(prefix)/lib before trying to copy the lib into it.
2002-10-14 09:05:28 +00:00
foobar
ac950497a6
Fix typo
2002-10-12 02:50:16 +00:00
foobar
204b3b5fbd
Add the proper install lines.
2002-10-12 01:18:04 +00:00
foobar
7a3f2eb63b
Default to shared.
2002-10-12 00:54:53 +00:00
foobar
49488cfd0d
- Removed the unnecessary extra configure option --enable-shared-embed
...
- Changed --enable-embed to accept parameters shared/static and default
to static build.
2002-10-11 23:28:01 +00:00
Sascha Schumann
e6e54605b7
Follow Yasuo's suggestion and build sapi program's under the sapi-specific
...
directory.
Move sapi-specific makefile fragments to their respective directory.
Create an embed sapi module which resides in its own dir now.
2002-09-29 16:22:49 +00:00