Commit Graph

1635 Commits

Author SHA1 Message Date
Peter Kokot
60a69daec6 Sync leading and final newlines in source code files
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
2018-10-14 12:54:08 +02: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
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
Ferenc Kovacs
ff3ee75d91 add a freshly built pear/install-pear-nozlib.phar. created from the current stable branch of pear-core and using the trunk from PHP_Archive where the ereg_ calls are removed already 2015-06-18 16:46:22 +02:00
Ferenc Kovacs
4b9299d155 reverting pear/install-pear-nozlib.phar as this mass php 5 -> php 7 string replace broke the file signature(phar files are binary) 2015-03-20 13:35:07 +01:00
Lior Kaplan
a4384bd3d4 s/PHP Version 5/PHP Version 7/g
Follow up for d0cb7153
2015-03-13 11:09:42 +02:00
Ferenc Kovacs
ae24d24e30 add php7 compatible pear installer built from their stable branch 2015-02-10 10:37:44 +01:00
Ferenc Kovacs
6cf6b58e35 add a custom built pear installer until we have an official release with php7 compat. see https://github.com/pear/pear-core/pull/33 for the details 2015-01-26 11:14:54 +01:00
Kalle Sommer Nielsen
dd8e59da8f Removed safe_mode
* 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
2010-04-26 23:53:30 +00:00
Greg Beaver
d6a608f7e1 fix Bug #43857 2009-08-02 19:11:15 +00:00
Brett Bieber
47964af98a Test - if this works, something is wrong. 2008-11-04 21:25:22 +00:00
Hannes Magnusson
72b3187d43 Add support for proxies (patch by Christopher Jones) 2008-05-31 19:05:19 +00:00
Greg Beaver
3f0952cdf7 patch by Christopher Jones: use wget/fetch by default if available, correct typo/Errrrrorr in fetch.php 2008-05-30 23:42:50 +00:00
David Coallier
c37984b54f - Make use of a valid .phar pear installer 2008-05-24 01:30:48 +00:00
Greg Beaver
6eb453cb6b partial fix for Bug #44939, E_DEPRECATED warnings on pear install 2008-05-19 15:20:55 +00:00
Hannes Magnusson
5b4aad0cf0 Use PHP to fetch the pear phar 2008-04-14 16:56:50 +00:00
Antony Dovgal
1f061b3154 fix #39300 (make install fails if wget is not available)
add support of 'fetch'
2006-11-08 19:05:41 +00:00
Ilia Alshanetsky
0423be06b5 Fixed bug #37348 (make PEAR install ignore open_basedir). 2006-05-07 16:32:40 +00:00
Greg Beaver
39a4a46ae4 MFB fix Bug #36001: make install fails when --enable-memory-limit used 2006-02-08 01:12:12 +00:00
foobar
a8a4d7944d - Always use the builddir! 2005-12-12 12:39:50 +00:00
Dmitry Stogov
a8c6b992b8 Fixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte) 2005-11-15 13:29:39 +00:00
Greg Beaver
3446a75a36 remove unused obsolete files from pear CVS
# to run PEAR tests, grab pear-core/tests and use "pear run-tests -rq"
2005-10-20 01:49:42 +00:00
Ilia Alshanetsky
eb28594aa5 Pear installer fix 2005-10-14 15:35:56 +00:00
Derick Rethans
1017c44f4a - Use the non-zlib version of the PHAR. 2005-10-14 13:41:47 +00:00
Greg Beaver
ba3862b369 set error_reporting to E_ALL in Makefile.frag 2005-10-01 16:05:44 +00:00
Marcus Boerger
91e31d0243 - Try to fetch the necessary file via wget 2005-09-30 17:03:22 +00:00
foobar
cd63787e9a - Fixed bug #34583 ("make install" prematurely fails because of PEAR) 2005-09-22 13:04:12 +00:00
Greg Beaver
af01525d1e prepare for using go-pear.phar 2005-09-11 17:39:15 +00:00
Rasmus Lerdorf
25c6fbe515 That line made no sense 2005-09-08 09:11:10 +00:00
Greg Beaver
46783871e3 install-pear.phar removed -> moved to http://pear.php.net/install-pear.phar 2005-09-07 16:05:59 +00:00
Greg Beaver
6ed7a799af attempt to make new instructions clearer 2005-09-07 16:03:06 +00:00
Greg Beaver
38a52c5b0d change makefile to use phar and not source, if present 2005-09-07 15:59:53 +00:00
Greg Beaver
a3c168239d test version of install-pear.phar
can be removed if there is any issue
without changes to Makefile.frag, it is not actually used
2005-09-05 20:18:00 +00:00
Greg Beaver
ae8a3a0f9e sync with PEAR 1.3.6 2005-08-22 22:09:54 +00:00
Greg Beaver
de247c88cd add XML_RPC 1.4.0 2005-08-22 22:06:27 +00:00
Greg Beaver
e5c570997e move Archive_Tar 1.3.2 => 1.3.1
1.3.2 does not exist
2005-08-22 21:51:15 +00:00
Greg Beaver
f4eb5095a6 add checks for extensions that must be loaded 2005-08-20 18:31:29 +00:00
Pierre Joye
f7ef84c32d - fix bad revert and make the xmlrpc ext detections fallback
forgot that 5.1 still has pear in its branche
2005-08-18 21:29:28 +00:00
Greg Beaver
94c7fd0603 add return by ref from PEAR::raiseError 2005-08-17 21:48:46 +00:00
Greg Beaver
1dd48ca039 re-enable XML_RPC 1.4.0 2005-08-17 21:30:46 +00:00
Edin Kadribasic
ca24e21972 Rebundle XML_RPC in the correct version for the Windows distro. 2005-08-16 11:35:45 +00:00
Rasmus Lerdorf
c792839d8f Remove pear/XML_RPC dependency for the pear installer
PEAR guys, please doublecheck this.
2005-08-11 16:43:26 +00:00
foobar
dd3d739cc6 fixed skipif to really skip 2005-07-20 00:10:57 +00:00
Greg Beaver
03c835464f XML_RPC -> 1.3.1 (tar, not tgz) 2005-07-02 02:55:32 +00:00
Greg Beaver
aeeda84714 XML_RPC -> 1.3.1 2005-07-02 02:48:06 +00:00
Pierre Joye
6b4910b028 bump xml_rpc to 1.3.1, php4 win32 builds uses this list to (4.4) 2005-07-01 09:20:28 +00:00
Pierre Joye
dc79ac371b - bump xml_rpc version 2005-06-26 07:00:18 +00:00
Greg Beaver
48f4e4bb87 update to support local install, remove -n switch 2005-04-02 23:50:53 +00:00