1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00
Commit Graph

53 Commits

Author SHA1 Message Date
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
Stig Bakken 2204607b10 Preserve the CVS versions of ltconfig/ltmain.sh during makedist.
#This is a temporary fix!
1999-11-09 16:57:26 +00:00
Stig Bakken 60766eff5a Makedist can now be run from outside the CVS tree. 1999-11-09 11:56:27 +00:00
Stig Bakken ecf83739f4 Cleaned up makedist a bit more.
# Also changed 4.0B3-RC2 to 4.0b3-RC2.  I don't see why we should start
# using capital letters in 4.0.
1999-11-08 16:17:53 +00:00
Stig Bakken aa3123e87b # Updated to work with the new build system. 1999-11-04 09:52:44 +00:00
Sascha Schumann 693207a845 Generate files for distribution (also adds parsedate.c) 1999-10-05 14:12:43 +00:00
Zeev Suraski 1a6f498b8c Fix makedist to work with the libtool enabled distribution 1999-08-04 22:33:18 +00:00
Zeev Suraski e19abb96dd *** empty log message *** 1999-07-19 17:58:51 +00:00
Sascha Schumann 3736b9b7ce use optional copy 1999-07-17 12:28:17 +00:00