Commit Graph

30 Commits

Author SHA1 Message Date
Ben Ramsey
ee6d6b5dcb Prepare release 2.0.2 2021-09-30 19:03:11 -05:00
Ben Ramsey
b7de45a9ac Prepare release v2.0.1 2021-09-29 08:56:59 -05:00
Andy Postnikov
cdb04a1b67 Set PHP>7.2.0 and bump version to 2.0.0 2021-09-29 04:09:22 +03:00
Ben Ramsey
907d63cf1d Prepare version 1.1.4 2021-09-28 18:20:14 -05:00
Ben Ramsey
be300078bb Prepare version 1.1.3 2020-01-28 11:24:35 -06:00
Ben Ramsey
4f1713044a Prepare 1.1.2 release, targeting PHP 5, PHP 7, and PHP 8 2020-01-26 12:36:30 -06:00
Ben Ramsey
b9b2dcff48 Set maximum PHP version to 8 2020-01-26 11:02:36 -06:00
Ben Ramsey
327e0d6efd Update changelog and tag for release 2020-01-25 18:40:28 -06:00
Ben Ramsey
b85b9b0f82 Clean up code 2020-01-24 12:10:22 -06:00
Peter Kokot
603515394c Remove unused Git attributes ident
The `$Id$` keywords were used in CVS and Subversion where they can be
substituted with filename, last revision number change, last changed
date, and last user who changed it.

In Git this functionality is different and can be done with Git
attribute ident. These need to be defined manually for each file in the
`.gitattributes` file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of `$Id$` keywords by removing them since
they are not used anymore.
2019-04-24 18:22:26 +02:00
Peter Kokot
827c1bedb3 Remove local variables
This patch removes the so called local variables defined per
file basis for certain editors to properly show tab width, and
similar settings. These are mainly used by Vim and Emacs editors
yet with recent changes the once working definitions don't work
anymore in Vim without custom plugins or additional configuration.
Neither are these settings synced across the PHP code base.

A simpler and better approach is EditorConfig and fixing code
using some code style fixing tools in the future instead.

This patch also removes the so called modelines for Vim. Modelines
allow Vim editor specifically to set some editor configuration such as
syntax highlighting, indentation style and tab width to be set in the
first line or the last 5 lines per file basis. Since the php test
files have syntax highlighting already set in most editors properly and
EditorConfig takes care of the indentation settings, this patch removes
these as well for the Vim 6.0 and newer versions.

With the removal of local variables for certain editors such as
Emacs and Vim, the footer is also probably not needed anymore when
creating extensions using ext_skel.php script.

Additionally, Vim modelines for setting php syntax and some editor
settings has been removed from some *.phpt files.  All these are
mostly not relevant for phpt files neither work properly in the
middle of the file.
2019-04-24 18:20:29 +02:00
Peter Kokot
0ed2914e5b Update license year ranges
This bumps year range to 2019 and removes the ranges in file headers.
2019-04-24 17:54:35 +02:00
Christian Stocker
a0755d357b actually use the correct version number 2011-08-15 13:21:47 +00:00
Christian Stocker
155b44a45a Wrong version number in .h file 2011-08-15 13:20:03 +00:00
Christian Stocker
a4a5c6874d prepare 1.0.2 2011-07-26 09:45:34 +00:00
Christian Stocker
c04d44da3e prepare 1.0.1 release 2009-06-16 07:18:26 +00:00
Christian Stocker
740c9973e9 bump release number 2009-03-16 13:53:45 +00:00
Christian Stocker
820b4d30b9 prepare 1.0.0 release 2009-03-15 17:49:39 +00:00
Christian Stocker
a7b33ea0d6 start 0.9.3-dev cycle 2009-01-22 07:18:59 +00:00
Christian Stocker
fd9777699e prepare for 0.9.2 release 2009-01-22 07:12:48 +00:00
Christian Stocker
7fec76b46c bump up version number for -dev cycle 2008-08-25 12:05:17 +00:00
Christian Stocker
e234391ad3 prepare 0.9.1 release 2008-08-25 10:18:20 +00:00
Antony Dovgal
898f84c428 minor fixes by Mikko Koppanen 2008-05-14 10:59:18 +00:00
Steph Fox
fcbf01fb8d - Bring the majority of PECL extensions into line with macro/x.x.x versioning.
- Please use the -dev tag during the development cycle so that snapshots can easily be distinguished from releases.
2008-03-31 10:23:26 +00:00
Christian Stocker
34099496d0 remove conflict and update to 3.01 license 2007-12-03 12:51:35 +00:00
Christian Stocker
120aba6f80 lefal stuff, switch to php license 3.0 2007-12-03 06:34:27 +00:00
Ben Ramsey
e5f3b84981 Added uploadprogress.get_contents INI directive that disables uploadprogress_get_contents() by default. 2007-10-29 22:59:39 +00:00
Ben Ramsey
4697672a2e Added proper protos to functions and cleaned up source a little bit. 2007-10-29 20:16:30 +00:00
Ben Ramsey
fdf3660374 Adding uploadprogress_get_contents() 2007-10-29 19:27:17 +00:00
Christian Stocker
a886c2d2d1 Initial commit on PECL 2006-12-05 12:00:12 +00:00