Commit Graph

  • 43c270a08b Reapply "back to dev" master Remi Collet 2025-09-18 08:11:26 +02:00
  • 96e5a27a81 add composer.json for pie 3.2.0+pie Remi Collet 2025-09-18 08:08:34 +02:00
  • a6bcef9a7f Revert "back to dev" Remi Collet 2025-09-18 08:06:11 +02:00
  • 26ec248857 refresh arginfo with 8.4 Remi Collet 2024-10-10 10:18:03 +02:00
  • 30a30e62d3 avoid double allocation Remi Collet 2023-05-26 15:54:12 +02:00
  • 25ddddbcc2 back to dev Remi Collet 2023-05-26 08:31:10 +02:00
  • 19d99faa1c Release 3.2.0 3.2.0 Remi Collet 2023-05-26 08:29:28 +02:00
  • 89b84160da fix for 32-bit builds Remi Collet 2023-05-26 08:03:25 +02:00
  • 611b58dea3 add myself as author Remi Collet 2023-05-25 15:18:07 +02:00
  • 3045380b67 fix assignment Remi Collet 2023-05-25 14:29:58 +02:00
  • bd7edae1a7 add BitSet::fromInteger() and BitSet::toInteger() Remi Collet 2023-05-25 11:17:11 +02:00
  • d03f5accbb more tests for BitSet::length() Remi Collet 2023-05-25 10:32:01 +02:00
  • a01de6700a cleanup Remi Collet 2023-05-25 10:28:07 +02:00
  • fb54009a64 reword description Remi Collet 2023-05-25 10:25:15 +02:00
  • e0b0e46ea4 fix BitSet::fromArray to allow setting bit 0 Remi Collet 2023-05-25 10:21:32 +02:00
  • c9ada5cd20 back to dev Remi Collet 2023-05-25 10:15:17 +02:00
  • 590950e522 Release 3.1.0 3.1.0 Remi Collet 2023-05-25 08:59:38 +02:00
  • 9e78303ad1 add myself as lead Remi Collet 2023-05-24 16:04:50 +02:00
  • aef1544d20 use SPDX license ID Remi Collet 2023-05-24 16:02:35 +02:00
  • 0183c73b04 Merge pull request #14 from remicollet/issue-php82 Remi Collet 2023-05-24 16:00:35 +02:00
  • 4da4ccb404 add tests Remi Collet 2023-04-28 16:07:09 +02:00
  • 11bad9e1ff Fix #63315: BitSet::fromArray may modify original array value Christoph M. Becker 2020-12-23 15:07:02 +01:00
  • d9fbf240b2 optimize more Op Remi Collet 2023-04-28 16:01:47 +02:00
  • 31cc58091a implements BitSet::intersects and optimize BitSet::isEmpty Remi Collet 2023-04-28 15:38:51 +02:00
  • 05e9f3ef16 generates arginfo from stub and add type hinting Remi Collet 2023-04-28 14:04:16 +02:00
  • 39a70cb32d Fix __toString prototype with PHP 8.2 Remi Collet 2022-09-09 16:16:18 +02:00
  • 112f0b16d5 fix ZTS build PHP-5 Remi Collet 2017-10-08 16:57:44 +02:00
  • 8ede51f586 Bump version and stability ref 3.0.1 Will Fitch 2017-10-06 12:46:57 -04:00
  • 60ed4e19d9 Update version number 2.0.4 Will Fitch 2017-10-06 12:26:17 -04:00
  • 37156a024f Fix #11 Will Fitch 2017-10-06 12:12:28 -04:00
  • 4f4534ac09 Fix #12 Will Fitch 2017-10-05 16:24:00 -04:00
  • a8ab53f89b Fix #10 PHP-7 Will Fitch 2016-02-29 20:50:23 -05:00
  • 2f98f9825a Updated to 7.0 3.0.0 Will Fitch 2016-02-29 20:41:32 -05:00
  • 86e225307e Fix issue with invalid string initialization Will Fitch 2016-02-29 14:30:53 -05:00
  • 34e05500f4 Fixed issue with string length in zend_string Will Fitch 2016-02-29 14:21:25 -05:00
  • fdd581644c Update for PHP7 Will Fitch 2016-02-29 14:03:00 -05:00
  • 95f3e4002e Updated for new release 2.0.3 Will Fitch 2016-02-29 09:17:03 -05:00
  • 8a9084747c Remove COPYING and update md5sum removal Will Fitch 2016-02-29 09:10:26 -05:00
  • 782e14779a Add license and copying Will Fitch 2016-02-26 18:51:53 -05:00
  • 3718b178f3 Update extension version 2.0.2 Will Fitch 2016-02-26 15:27:37 -05:00
  • e3b2582e1b Put that XML back Will Fitch 2016-02-26 15:23:47 -05:00
  • e4b667bfec Change stability tag Will Fitch 2016-02-26 15:19:05 -05:00
  • 3fcfb748d3 Update package.xml with new info Will Fitch 2016-02-26 15:17:59 -05:00
  • aaf685f5a8 Clean up from warnings Will Fitch 2016-02-26 15:00:11 -05:00
  • b795141ff5 Fix #9 clear first bit only Will Fitch 2016-02-26 11:57:34 -05:00
  • fbc618082c Fix #6 Add fromRawValue Will Fitch 2016-02-26 11:53:51 -05:00
  • 95ee02568e fix warning: variable 'previous_bit' set but not used [-Wunused-but-set-variable] Remi Collet 2014-10-31 13:16:46 +01:00
  • 27b7641d81 Fix build with PHP < 5.4 (and min version set to 5.3) Remi Collet 2014-10-31 13:12:43 +01:00
  • 27a2629396 Need to remove cawa as he no longer exists 2.0.1-beta Will Fitch 2014-10-31 06:43:01 -05:00
  • 2d8f69e110 Update package with LICENSE file Will Fitch 2014-10-31 06:41:14 -05:00
  • 0222f44dd9 Update package information, version and add LICENSE Will Fitch 2014-10-31 06:38:47 -05:00
  • 6bb94b49d7 Fix #7 BitSet::set(0) should set the first bit only Will Fitch 2014-10-31 06:24:11 -05:00
  • bae5422f45 Implemented bug #63772 to improve length() performance Will Fitch 2012-12-17 12:24:35 -05:00
  • ea81df65ad Implemented bug #63772 to improve length() performance Will Fitch 2012-12-17 12:13:12 -05:00
  • 4f531a98ba Finalizing 2.0 beta 2.0-beta Will Fitch 2012-10-19 09:49:32 -04:00
  • b003d44138 Removed EXPERIMENTAL file and corrected grammar in README Will Fitch 2012-10-04 20:05:26 -04:00
  • 67cc42d932 Removed EXPERIMENTAL file and corrected grammar in README Will Fitch 2012-10-04 20:04:25 -04:00
  • d541378f80 Updated README and added NEWS Will Fitch 2012-10-04 20:01:04 -04:00
  • db7f5b7afe More formatted and fixed authors Will Fitch 2012-10-04 18:14:51 -04:00
  • d473940ea7 Added back the old functions and formatted spaces to tabs Will Fitch 2012-10-04 18:11:54 -04:00
  • b93c30e229 More 2.0 code with tests for completed methods Will Fitch 2012-10-04 00:11:13 -04:00
  • c6d75c2059 More code for 2.0 Will Fitch 2012-10-03 01:38:13 -04:00
  • ce39512ed5 Updated name for module definition Will Fitch 2012-10-01 09:33:30 -04:00
  • 555fd2dd82 Updating so work isn't lost Will Fitch 2012-10-01 08:14:34 -04:00
  • c5d99037b6 Removed executable bit from files Will Fitch 2012-09-21 11:21:22 -04:00
  • 4082d05b48 Branching from trunk to start development of 2.0 Will Fitch 2012-07-30 18:55:12 +00:00
  • 5fc2cea61f - Fixed package.xml Felipe Pena 2012-06-13 12:17:38 +00:00
  • b8864809e6 - Preparing release Felipe Pena 2012-06-13 12:16:36 +00:00
  • 3711b5d261 s,function_entry,zend_function_entry, As announced in http://news.php.net/php.pecl.dev/7123 Johannes Schlüter 2010-03-31 20:39:48 +00:00
  • 0b8b8bd2f3 - update to package.xml v2 Pierre Joye 2009-11-05 16:40:56 +00:00
  • 693cccdf55 fix a huge number of wrong MIME types. UGH. Gwynne Raskind 2009-07-13 12:15:13 +00:00
  • ce2ee4c376 Fix build with 5.3+ Kalle Sommer Nielsen 2009-07-03 17:17:18 +00:00
  • 18857ae37d Kill some zend_error() and update the license to 3.01 Scott MacVicar 2009-04-29 22:43:39 +00:00
  • f493460f36 Fix memory leak, clean up unused functions and remove some old defines. Scott MacVicar 2008-09-11 23:53:38 +00:00
  • 04a2e9aed4 Fix potential memory leak, there is still another floating about. Scott MacVicar 2008-09-11 10:42:49 +00:00
  • 07f9bb8469 Add arginfo and clean up a little bit of CS Scott MacVicar 2008-09-10 16:45:15 +00:00
  • 6623e7af02 - 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. Steph Fox 2008-03-31 09:27:06 +00:00
  • ab46c0154d - Add *.mem # for i in find . -regex '.*/test.*/\.cvsignore' -exec grep -L '*.mem' {} \+; do echo $i; sed "1a*.mem" $i >| $i.new; mv -f $i.new $i; done; # find . -name '.cvsignore' -exec cvs ci {} \+ Marcus Boerger 2007-01-21 13:01:29 +00:00
  • fe65345749 - Add missing .cvsignore Marcus Boerger 2006-01-01 23:57:52 +00:00
  • be9aac3209 - CS/cleanup Marcus Boerger 2006-01-01 23:56:53 +00:00
  • 0a67b5d159 - Fix more memory corruptions - now all tests PASS Marcus Boerger 2006-01-01 23:41:52 +00:00
  • 9effe62df3 - Fix memory corruption (string lentgh is int not long) Marcus Boerger 2006-01-01 23:34:22 +00:00
  • 572f4e4125 - Add .cvsignore Marcus Boerger 2005-11-16 20:03:52 +00:00
  • 08d38f24d5 - Fixed line endings - don't mix DOS and Unix line endings. Derick Rethans 2005-11-12 10:31:08 +00:00
  • 3d06a03f6e Due to a bug in win32 build ARG_ENABLE in comment causes trouble Edin Kadribasic 2005-07-23 18:57:29 +00:00
  • 899ae0a78d Bitset extension first checkin Alexander Veremyev 2005-07-22 21:29:15 +00:00