Commit Graph

61 Commits

Author SHA1 Message Date
Peter Kokot
b7cef2b008 Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
  [ci skip] Update NEWS
  [ci skip] Update NEWS
  Fix #77041: buildconf should output error messages to stderr
2018-10-20 09:54:00 +02:00
Peter Kokot
0dc15e1885 Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
  [ci skip] Update NEWS
  Fix #77041: buildconf should output error messages to stderr
2018-10-20 09:51:22 +02:00
Mizunashi Mana
9f5cb626ed Fix #77041: buildconf should output error messages to stderr 2018-10-20 09:42:56 +02:00
Peter Kokot
3362620b5f Trim trailing whitespace in source code files 2018-10-13 14:16:33 +02:00
Peter Kokot
902d39a3a7 Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
Peter Kokot
7f6387b59a Trim trailing whitespace in source code files 2018-10-13 14:12:55 +02:00
Peter Kokot
03b717d4cc Remove unused PHP_PROG_LEX macro
Since PHP 5.3 flex lexer has been replaced with re2c. Commit
0f9e2b1753 made PHP_PROG_LEX macro still
available for BC.

In commit df6bd506d4 it was updated. Since
this macro is entirely not used in PHP source code anymore from PHP 5.3
and up, this patch removes it together with some old traces of warnings
suppression and comments.
2018-07-29 10:53:21 +02:00
Nikita Popov
340255a694 Fixed bug #75614
Replace non-standard == with = in shell scripts.
2017-12-16 22:31:10 +01:00
Anatol Belski
7819fef345 Fixed bug #70917 install-pear-nozlib.phar missing
The actual bug is caused by some network error while packaged. An
error check added to interrupt the packaging process if phar package
download failed.
2015-11-15 19:01:22 +01:00
Ferenc Kovacs
f9e3461c02 pear 1.10 was released and the go-pear and install pear phars are now php7 compatible 2015-10-07 13:56:47 +02:00
Anatol Belski
a88edb3bed fix wording 2015-08-10 10:43:53 +02:00
Anatol Belski
0f8bc1cec9 one bracket too much 2015-08-10 10:42:10 +02:00
Anatol Belski
e7e646b0e5 add check for required re2c
>=0.13.5 is required for php-7.0.0
2015-08-10 10:40:14 +02:00
Anatol Belski
f318bffec3 catch up with the current requirement
bison 3.0.2 is used for php-7.0.0
2015-08-10 10:34:26 +02:00
Ferenc Kovacs
35b61e4f4d pear 1.10.0dev2 2015-07-31 10:22:50 +02:00
Ferenc Kovacs
f3ad61126d use https for fetching the pear installer 2015-07-28 01:47:29 +02:00
Ferenc Kovacs
cd37e7c90d use the new php7 compatible pear installer 2015-07-26 14:17:32 +02:00
Anatol Belski
b81188518b tweak the zendparse symbol to be exported with newer bison 2015-06-28 00:10:41 +02:00
Anatol Belski
2eea8c1adb fix touching 2015-06-27 23:38:48 +02:00
Anatol Belski
84c4945599 touch all the files before creating a tarball 2015-06-27 22:06:15 +02:00
Stanislav Malyshev
512f9bfe8c fix buglet in makedist 2014-01-21 13:25:23 -08:00
David Soria Parra
52171aeaf4 Allow local override of PHPROOT in makedist 2013-03-20 15:17:53 +01:00
David Soria Parra
217020788a Build .xz archive during makedist 2012-11-13 17:09:29 +01:00
Johannes Schlüter
2418791731 Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
  Remove unneeded and outdated ChangeLog file
2012-06-22 20:01:06 +02:00
Johannes Schlüter
84b1c568f4 Remove unneeded and outdated ChangeLog file 2012-06-22 20:00:20 +02:00
Stanislav Malyshev
82f166fa73 fix makedist for new tags 2012-03-30 00:01:52 -07:00
Stanislav Malyshev
cb4e82a1cc adapt makedist to git 2012-03-20 10:02:00 -07:00
Stanislav Malyshev
44d948996f adapt makedist to git 2012-03-19 22:28:16 -07:00
Gwynne Raskind
1020d90072 MFH: CVS->SVN 2009-07-14 21:49:44 +00:00
Ilia Alshanetsky
aa19f65f56 Download pear phar file when making a distribution package 2006-05-12 14:54:10 +00:00
Sterling Hughes
aacd3d2f1b what's a php5? 2003-06-28 23:32:04 +00:00
Wez Furlong
8338bea018 --force here too for release packages 2003-05-22 00:31:31 +00:00
foobar
9a0f98869c - Removed unnecessary makedist.ZendEngine2
- Modified makedist to use php5 CVS module (alias)
2003-01-28 02:49:35 +00:00
Derick Rethans
38b52fd33f - Argh... test before commit 2002-10-10 19:01:34 +00:00
Derick Rethans
e1516e3a58 - Fix typo 2002-10-10 18:39:09 +00:00
Derick Rethans
5ed9e75fb8 - Update makedist script 2002-10-10 18:37:07 +00:00
Derick Rethans
4d283352a0 - Also make bz2 archives 2002-08-24 09:56:51 +00:00
Derick Rethans
85682d568f - Fix makedist 2002-03-20 18:54:30 +00:00
jim winstead
0abd719d2d don't include old changelogs in distribution, either 2002-02-03 20:54:41 +00:00
Andi Gutmans
22854f8016 - No need to generate number.c and number.h anymore. 2000-12-18 16:53:46 +00:00
Sascha Schumann
b224dd96bd Don't distribute buildmk.stamp to the end user. Otherwise, buildcheck.sh
won't be run on the user's system, when they try to use buildconf.
2000-08-24 19:23:11 +00:00
Sascha Schumann
2573a5041f Fix Bison version check 2000-06-25 22:48:02 +00:00
Andi Gutmans
6d67e11514 - The check for bison nukes $1 and $2 which are used later on in the script
- This needs to be fixed sometime. I have 1.28 on my system :)
2000-06-25 18:06:04 +00:00
Sascha Schumann
773e306df2 Add check for Bison. A recent version is required when in ZTS mode. 2000-05-23 20:32:27 +00:00
Sascha Schumann
679bcde68b Avoid relying on non-standard tar `z' option.
Turn on best compression for creating the archive.
2000-05-07 00:18:06 +00:00
Andrei Zmievski
ec6c171fdd Typo. 2000-05-04 17:52:14 +00:00
Sascha Schumann
61b88ae8ed Don't distribute ChangeLog. You can download it from lxr.php.net 2000-05-04 17:49:10 +00:00
Zeev Suraski
8419dc332b Use compression for makedist 2000-03-26 19:26:09 +00:00
Zeev Suraski
4d2b0715d1 libzend -> Zend 1999-12-19 21:02:54 +00:00
Stig Bakken
6e4114daf0 "import" libtool file preservation code from build.mk 1999-11-10 15:26:39 +00:00