Peter Kokot
f63829852e
[ci skip] Remove text editor modelines
...
These were already removed 92ac598aab
and this fixes some leftovers. These files don't really need these
settings.
2019-03-23 21:09:38 +01:00
Peter Kokot
1ad08256f3
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:56:38 +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
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
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
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
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
Rasmus Lerdorf
25c6fbe515
That line made no sense
2005-09-08 09:11:10 +00:00
Greg Beaver
38a52c5b0d
change makefile to use phar and not source, if present
2005-09-07 15:59:53 +00:00
foobar
71676e37bf
- Fixed bug #25348 ("make install" fails with --enable-short-tags).
2003-09-02 01:29:21 +00:00
Tomas V.V.Cox
d462d93836
PEAR binaries go where the php bin goes
2003-07-17 06:30:21 +00:00
Tomas V.V.Cox
d5e365ac54
Use the --with-pear=DIR, --prefix && --layout
...
# Will continue with the TODO in next time
2003-06-29 20:49:09 +00:00
Stig Bakken
710b20a528
* clean up so Jani is not so confused
2003-02-11 01:17:20 +00:00
foobar
20c43285f7
- Fixed bug: #13561 (--without-pear prevents install of phpize, php-config)
2003-01-28 10:59:12 +00:00
Derick Rethans
96c054f775
- MFB: Safemode install problem
2002-11-19 14:45:13 +00:00
Sascha Schumann
1585ad97ff
Fix "make install" in vpath env
2002-11-14 01:35:20 +00:00
foobar
6165cd5c89
Do not use any php.ini files for the installs.
2002-11-12 23:30:21 +00:00
Stig Bakken
ef236a936f
* cleaning house
2002-11-09 00:39:48 +00:00
Ilia Alshanetsky
5b2388f946
Allows pear installer to run un-harassed by safe_mode & open_basedir.
2002-10-29 15:59:19 +00:00
Edin Kadribasic
4a0ebe5074
Install sapi/embed header file as well.
2002-10-12 01:01:24 +00:00
foobar
bb0d7d6e31
- Let's be tad more verbose what's happening during 'make install'
2002-07-03 22:12:13 +00:00
Stig Bakken
ab9159719b
* minor cleanup
2002-06-12 21:17:10 +00:00
Tomas V.V.Cox
4bb9c66fee
Commented out old unused stuff
...
# I'm not familiar with the 'make' syntax, please tell me if
# something is wrong
2002-06-09 18:34:04 +00:00
Stig Bakken
2bc921c60a
* get rid of pearize
2002-06-07 10:17:25 +00:00
Stig Bakken
344ba505b9
* new installer rule that does not depend on bash
2002-05-20 10:46:01 +00:00
Stig Bakken
aa1f45c964
* install Archive_Tar and Console_Getopt too
2002-05-11 01:35:23 +00:00
Martin Jansen
caa2dd2ce2
* package-pear.xml has been renamed to package-PEAR.xml.
2002-05-10 05:40:39 +00:00
Stig Bakken
ed4ffb695b
* use PEAR installer to install stuff (won't overwrite if newer versions
...
of packages already are installed)
2002-05-09 12:45:02 +00:00
Stig Bakken
2225be36d6
* install the old-fashioned way for just a bit longer
2002-05-09 02:32:18 +00:00
Stig Bakken
b14c2f9185
* add -G option to "pear" for php-gtk frontend
...
* added Gtk stub (only creates window right now)
* added command descriptions
2002-05-09 02:31:37 +00:00
Stig Bakken
3c03ca3d7b
* ext/xml/expat no longer has xmltok and xmlparse subdirs
2002-04-09 16:06:07 +00:00
Stig Bakken
f2efded1bc
* remove PEAR/Uploader.php
2002-04-09 08:12:18 +00:00
Yasuo Ohgaki
001d332a86
Make pgsql header available for PECL module(s)
2002-04-08 14:17:28 +00:00
Wez Furlong
5916b203fe
add mbstring headers to those for pear/pecl extensions
2002-04-05 00:16:09 +00:00
Stig Bakken
990d19aefe
* comment out the php files that are not necessary for the installer
...
# the rest will show up as packages in /pear shortly
2002-04-02 09:09:41 +00:00
Stig Bakken
c5d35962d2
* install PEAR/Command/Remote.php
2002-03-31 00:32:00 +00:00