Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2 | ||||
* | pear 1.10 was released and the go-pear and install pear phars are now php7 ↵ | Ferenc Kovacs | 2015-10-07 | 1 | -1/+1 |
| | | | | compatible | ||||
* | pear 1.10.0dev2 | Ferenc Kovacs | 2015-07-31 | 1 | -1/+1 |
| | |||||
* | use https for fetching the pear installer | Ferenc Kovacs | 2015-07-28 | 1 | -3/+4 |
| | |||||
* | use the new php7 compatible pear installer | Ferenc Kovacs | 2015-07-26 | 1 | -3/+3 |
| | |||||
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -1/+1 |
| | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | ||||
* | fix Bug #43857 | Greg Beaver | 2009-08-02 | 1 | -1/+3 |
| | |||||
* | patch by Christopher Jones: use wget/fetch by default if available, correct ↵ | Greg Beaver | 2008-05-30 | 1 | -1/+10 |
| | | | | typo/Errrrrorr in fetch.php | ||||
* | partial fix for Bug #44939, E_DEPRECATED warnings on pear install | Greg Beaver | 2008-05-19 | 1 | -1/+1 |
| | |||||
* | Use PHP to fetch the pear phar | Hannes Magnusson | 2008-04-14 | 1 | -11/+1 |
| | |||||
* | fix #39300 (make install fails if wget is not available) | Antony Dovgal | 2006-11-08 | 1 | -1/+11 |
| | | | | | add support of 'fetch' | ||||
* | Fixed bug #37348 (make PEAR install ignore open_basedir). | Ilia Alshanetsky | 2006-05-07 | 1 | -1/+1 |
| | |||||
* | MFB fix Bug #36001: make install fails when --enable-memory-limit used | Greg Beaver | 2006-02-08 | 1 | -1/+1 |
| | |||||
* | - Always use the builddir! | foobar | 2005-12-12 | 1 | -5/+9 |
| | |||||
* | Fixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte) | Dmitry Stogov | 2005-11-15 | 1 | -1/+1 |
| | |||||
* | Pear installer fix | Ilia Alshanetsky | 2005-10-14 | 1 | -1/+1 |
| | |||||
* | - Use the non-zlib version of the PHAR. | Derick Rethans | 2005-10-14 | 1 | -3/+3 |
| | |||||
* | set error_reporting to E_ALL in Makefile.frag | Greg Beaver | 2005-10-01 | 1 | -1/+1 |
| | |||||
* | - Try to fetch the necessary file via wget | Marcus Boerger | 2005-09-30 | 1 | -1/+4 |
| | |||||
* | - Fixed bug #34583 ("make install" prematurely fails because of PEAR) | foobar | 2005-09-22 | 1 | -1/+0 |
| | |||||
* | That line made no sense | Rasmus Lerdorf | 2005-09-08 | 1 | -1/+1 |
| | |||||
* | change makefile to use phar and not source, if present | Greg Beaver | 2005-09-07 | 1 | -6/+3 |
| | |||||
* | - Fixed bug #25348 ("make install" fails with --enable-short-tags). | foobar | 2003-09-02 | 1 | -1/+1 |
| | |||||
* | PEAR binaries go where the php bin goes | Tomas V.V.Cox | 2003-07-17 | 1 | -2/+2 |
| | |||||
* | Use the --with-pear=DIR, --prefix && --layout | Tomas V.V.Cox | 2003-06-29 | 1 | -2/+2 |
| | | | | | # Will continue with the TODO in next time | ||||
* | * clean up so Jani is not so confused | Stig Bakken | 2003-02-11 | 1 | -6/+0 |
| | |||||
* | - Fixed bug: #13561 (--without-pear prevents install of phpize, php-config) | foobar | 2003-01-28 | 1 | -66/+0 |
| | |||||
* | - MFB: Safemode install problem | Derick Rethans | 2002-11-19 | 1 | -1/+1 |
| | |||||
* | Fix "make install" in vpath env | Sascha Schumann | 2002-11-14 | 1 | -1/+6 |
| | |||||
* | Do not use any php.ini files for the installs. | foobar | 2002-11-12 | 1 | -3/+2 |
| | |||||
* | * cleaning house | Stig Bakken | 2002-11-09 | 1 | -53/+1 |
| | |||||
* | Allows pear installer to run un-harassed by safe_mode & open_basedir. | Ilia Alshanetsky | 2002-10-29 | 1 | -2/+6 |
| | |||||
* | Install sapi/embed header file as well. | Edin Kadribasic | 2002-10-12 | 1 | -1/+2 |
| | |||||
* | - Let's be tad more verbose what's happening during 'make install' | foobar | 2002-07-03 | 1 | -8/+9 |
| | |||||
* | * minor cleanup | Stig Bakken | 2002-06-12 | 1 | -45/+0 |
| | |||||
* | Commented out old unused stuff | Tomas V.V.Cox | 2002-06-09 | 1 | -9/+10 |
| | | | | | | # I'm not familiar with the 'make' syntax, please tell me if # something is wrong | ||||
* | * get rid of pearize | Stig Bakken | 2002-06-07 | 1 | -4/+1 |
| | |||||
* | * new installer rule that does not depend on bash | Stig Bakken | 2002-05-20 | 1 | -26/+3 |
| | |||||
* | * install Archive_Tar and Console_Getopt too | Stig Bakken | 2002-05-11 | 1 | -10/+10 |
| | |||||
* | * package-pear.xml has been renamed to package-PEAR.xml. | Martin Jansen | 2002-05-10 | 1 | -3/+3 |
| | |||||
* | * use PEAR installer to install stuff (won't overwrite if newer versions | Stig Bakken | 2002-05-09 | 1 | -53/+63 |
| | | | | | of packages already are installed) | ||||
* | * install the old-fashioned way for just a bit longer | Stig Bakken | 2002-05-09 | 1 | -0/+1 |
| | |||||
* | * add -G option to "pear" for php-gtk frontend | Stig Bakken | 2002-05-09 | 1 | -7/+11 |
| | | | | | | * added Gtk stub (only creates window right now) * added command descriptions | ||||
* | * ext/xml/expat no longer has xmltok and xmlparse subdirs | Stig Bakken | 2002-04-09 | 1 | -2/+1 |
| | |||||
* | * remove PEAR/Uploader.php | Stig Bakken | 2002-04-09 | 1 | -1/+1 |
| | |||||
* | Make pgsql header available for PECL module(s) | Yasuo Ohgaki | 2002-04-08 | 1 | -0/+1 |
| | |||||
* | add mbstring headers to those for pear/pecl extensions | Wez Furlong | 2002-04-05 | 1 | -0/+1 |
| | |||||
* | * comment out the php files that are not necessary for the installer | Stig Bakken | 2002-04-02 | 1 | -51/+60 |
| | | | | | # the rest will show up as packages in /pear shortly | ||||
* | * install PEAR/Command/Remote.php | Stig Bakken | 2002-03-31 | 1 | -2/+3 |
| | |||||
* | * temporarily added: nuke old files/dirs | Stig Bakken | 2002-03-22 | 1 | -0/+8 |
| |