38 Commits

Author SHA1 Message Date
Peter Kokot
ac217a41eb 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.
2018-10-04 07:41:13 +02:00
Peter Kokot
f2ccb4a634 Fix some minor whitespace issues
- trim trailing whitespace
- phpt closing tag
- final EOL(s) trimmed and synced
2018-10-04 07:39:54 +02:00
Nat Ryall
32242463b2 Update package.xml
Fix for failed compile due to erroneous tag
2018-10-04 07:37:27 +02:00
Sara Golemon
39815275d8 Sigh, typos... 2017-03-09 15:02:37 -08:00
Sara Golemon
d270470099 Add support for is_greater(_or_equal) back
Support still requires a patch to the runtime,
but it's a really small patch now.
2017-03-09 14:59:26 -08:00
SvenRtbg
063bf71387 Fix typo 2017-03-09 10:50:04 -08:00
Sara Golemon
13d22dba51 Fix README table 2017-03-08 19:26:36 -08:00
Sara Golemon
ea41d2bed1 PHP7 rewrite 2017-03-08 19:23:58 -08:00
Sara Golemon
8d08917aad Add overloading for direct assignment.
class Foo {
  public $val;

  public function __assign($val) {
    $this->val = $val;
  }
}

$f = new Foo;
$f = 123;
var_dump($f->val); // int(123)
php5
2013-07-17 04:19:43 -07:00
Sara Golemon
63f17c8743 Apply patch from Bug#56904 because it can't hurt.
Also add test case for the observed behavior.
2013-07-17 03:09:22 -07:00
Sara Golemon
214fb2cd8d PHP-5.5 compat 2013-03-03 11:34:03 -08:00
Sara Golemon
7f9dbc34ea PHP-5.4 compat 2013-03-03 11:33:56 -08:00
Sara Golemon
f763d3b6d4 PHP-5.3 compat 2013-03-03 08:24:12 -08:00
Sara Golemon
dc4963d28f Add .gitignore 2013-03-03 08:23:41 -08:00
Pierre Joye
382784abce - update to package.xml v2 2009-11-05 16:54:35 +00:00
Gwynne Raskind
a1417fd74e fix a huge number of wrong MIME types. UGH. 2009-07-13 12:15:13 +00:00
Steph Fox
73e1d2d007 - 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:01:43 +00:00
Sebastian Bergmann
45efaa097e Copy .cvsignore file from pecl/runkit. 2006-11-17 12:46:30 +00:00
Sara Golemon
12993438af Update (c) info 2006-06-07 17:35:36 +00:00
Sara Golemon
cf21cb13c6 Remove bool/bool_not ops; They should not have been added 2006-05-15 20:26:31 +00:00
Sara Golemon
7ad81b5389 Bugfix #6847: Compile failure under PHP 5.0.x 2006-02-21 03:45:04 +00:00
Sara Golemon
9d3e29ef40 Prep for 0.3 release 2006-02-08 21:22:16 +00:00
Sara Golemon
3c6fe465db Add patch for 5.0 branch and fix 5.1 patch to be relative to root 2006-02-08 21:08:31 +00:00
Sara Golemon
00288f24ee Bugfix #36288 Saucy little string offsets... 2006-02-05 00:23:35 +00:00
Sara Golemon
cad8f9d1da Add comparator support: ===, !==, ==, !=, <, <=, >, >=
*Note: > and >= require patch to parser to function
2006-02-04 01:33:38 +00:00
Sara Golemon
679f719c2f What week is it? 2006-01-25 20:15:04 +00:00
Sara Golemon
c2e6179363 Grrr... XML entities.... 2006-01-25 20:14:16 +00:00
Sara Golemon
8e9db3e04b Bump for release 2006-01-25 20:13:14 +00:00
Sara Golemon
50fb525c5a Additional tests 2006-01-19 03:38:34 +00:00
Sara Golemon
cdf8e3e370 Round off incdec support 2006-01-19 03:37:59 +00:00
Sara Golemon
0a80128678 Add binary assignment operators 2006-01-19 03:14:36 +00:00
Sara Golemon
096cda9768 Refactor opcode handlers 2006-01-18 21:41:43 +00:00
Sara Golemon
6f460b15a0 Add ++ and -- operator support. 2006-01-17 20:45:01 +00:00
Sara Golemon
0eed7c846f Avoid unnecessary TSRM calls, use passed execute_data 2006-01-12 22:05:30 +00:00
Sara Golemon
ecd58109c9 PHP 5.0 build fixes 2006-01-12 21:43:13 +00:00
Michael Wallner
e3cd43e8e0 - enable windows build 2006-01-12 14:26:45 +00:00
Sara Golemon
b8a4e1b28c Initial Commit 2006-01-12 05:52:15 +00:00
SVN Migration
ed0b0733af Standard project directories initialized by cvs2svn. 2006-01-12 05:52:15 +00:00