Commit Graph

  • b47a2cf79c one more address to update master Wez Furlong 2010-08-02 00:15:55 +00:00
  • 23af56403c update my email address. regenerate parser Wez Furlong 2010-08-02 00:05:22 +00:00
  • 5350371c65 apply patch from http://pecl.php.net/bugs/bug.php?id=17529 update build so it compiles on rhel 5 64-bit systems. Wez Furlong 2010-08-01 23:54:27 +00:00
  • e0bc4e5524 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
  • ab62400e33 - update to package.xml v2 Pierre Joye 2009-11-05 16:50:08 +00:00
  • 4336d90be2 fix a huge number of wrong MIME types. UGH. Gwynne Raskind 2009-07-13 12:15:13 +00:00
  • 8aa7572148 - fix ffi.h.in as well Pierre Joye 2008-07-05 14:29:43 +00:00
  • 3848835c00 - Fix Windows build (int64 and sint64) - Fix build against 5.3 Pierre Joye 2008-07-05 13:53:01 +00:00
  • fb3b8db21e - 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:37:34 +00:00
  • 9593397024 - 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:32 +00:00
  • bfa8d50c2f fixes PECL Bug #7668 Wez Furlong 2006-05-19 13:46:00 +00:00
  • e691a7c5ec This commit was manufactured by cvs2svn to create tag 'RELEASE_1_0_4'. RELEASE_1_0_4 SVN Migration 2005-10-05 20:00:07 +00:00
  • 17cf6a3bce - Fix cast handler Marcus Boerger 2005-10-05 20:00:06 +00:00
  • 90e239ef75 - TSRM fix Marcus Boerger 2005-08-13 00:19:56 +00:00
  • 9e6abfb679 Add missing .cvsignore Marcus Boerger 2004-07-19 21:28:32 +00:00
  • 800790f8c2 Let ffi build with current HEAD. Note that examples/ctype.php doesn't work due to an infinite recursion problem; something in the ZE changed so our trick no longer works. Wez Furlong 2004-07-18 13:25:52 +00:00
  • 3f028cf4bb - Remove unused blocks Marcus Boerger 2004-05-19 08:54:54 +00:00
  • 2613db594a Update for count_elements handler (and fix assignment bug in ffi) Wez Furlong 2004-05-04 15:09:20 +00:00
  • 738f3be7cb Fix class names Marcus Boerger 2004-03-30 19:36:22 +00:00
  • 8df5c26e9e more studlyCaps Wez Furlong 2004-03-29 21:57:34 +00:00
  • 3c0d57b573 studlyCaps for marcus Wez Furlong 2004-03-29 21:52:34 +00:00
  • 50bd1582a9 s/emalloc/safe_emalloc/ where appropriate. Ilia Alshanetsky 2004-03-18 02:16:33 +00:00
  • 4d20e75249 zend_default_classes.h -> zend_exceptions.h Zeev Suraski 2004-02-12 10:45:17 +00:00
  • f29ce9a49a Fixed compile warnings (unused vars). Fixed build, which was broken by recent ZE changes. Ilia Alshanetsky 2004-02-04 14:31:01 +00:00
  • d662743953 Another example, this time a complete interface to the libstatgrab library. Ilia Alshanetsky 2004-01-28 19:23:53 +00:00
  • 72a38f446b Added ffi extension check. Better indicator to show we are working with strings. Ilia Alshanetsky 2004-01-20 20:16:43 +00:00
  • e980c9156e This commit was manufactured by cvs2svn to create tag 'RELEASE_0_3'. RELEASE_0_3 SVN Migration 2004-01-20 19:57:26 +00:00
  • 0d385161ff prep release Wez Furlong 2004-01-20 19:57:25 +00:00
  • 1e6607f86a It may work on win32 now. Ilia Alshanetsky 2004-01-20 19:44:51 +00:00
  • 6ff082fce9 Added a ext/ctype implementation via ffi. Ilia Alshanetsky 2004-01-20 19:38:17 +00:00
  • 14fdc7d96b fix leak Wez Furlong 2004-01-20 19:29:01 +00:00
  • e86973d173 Allow classes that extend ffi implement __call(). Ilia Alshanetsky 2004-01-19 14:33:51 +00:00
  • 39967db6ae bump version numbers Wez Furlong 2004-01-13 18:08:31 +00:00
  • af0ba26bc1 This commit was manufactured by cvs2svn to create tag 'RELEASE_0_2'. RELEASE_0_2 SVN Migration 2004-01-13 18:05:09 +00:00
  • 9042320fc0 prep for release Wez Furlong 2004-01-13 18:05:08 +00:00
  • 58b3f0fa28 Allow assignment of 1 character length strings to integer types to be treated as (char) assignments are in C: Wez Furlong 2004-01-13 01:33:52 +00:00
  • 4e60f4bec9 fix leak, and hopefully really fix pointer stuff this time... Wez Furlong 2004-01-12 14:06:22 +00:00
  • 1def21db6a Touch generated files Wez Furlong 2004-01-12 13:47:40 +00:00
  • 7c2ab450e2 Allow function declarations without [] attributes. Add place holder for callbacks in the parser. Improve error reporting when a bogus type name is used. Fix pointer stuff when mapping zval -> native type. Wez Furlong 2004-01-12 13:47:22 +00:00
  • c34ff7c21d avoid leaking constructor function Wez Furlong 2004-01-12 00:56:51 +00:00
  • 35dd2e5445 allow user-space code to extend ffi class Wez Furlong 2004-01-12 00:34:20 +00:00
  • f01cd009d5 update version numbers Wez Furlong 2004-01-11 23:30:11 +00:00
  • 4406c389c4 This commit was manufactured by cvs2svn to create tag 'RELEASE_0_1'. RELEASE_0_1 SVN Migration 2004-01-11 21:51:10 +00:00
  • eda74701ec add float support Wez Furlong 2004-01-11 21:51:09 +00:00
  • de356c01c0 win32 build fix Wez Furlong 2004-01-11 21:46:29 +00:00
  • b63a9ce2b6 add int64 support and package.xml file Wez Furlong 2004-01-11 20:58:04 +00:00
  • 50bd92e0b8 Make structure member accesses more robust. Implement write support for those. Add virtual __sizeof property to ffi_struct which returns the size of the structure in memory. Add virtual __as_binary property to ffi_struct which allows setting and getting of the binary representation of the structure as a string. Wez Furlong 2004-01-11 17:45:21 +00:00
  • 2130c1026d Document how to use structures Wez Furlong 2004-01-11 05:17:32 +00:00
  • 611bc81ab0 Fix win32 build touch parser add a couple of lines of info to README Wez Furlong 2004-01-11 05:11:05 +00:00
  • 188a1e59ce Implement read-only support for working with structures Wez Furlong 2004-01-11 05:05:14 +00:00
  • 9994a75735 tweak Wez Furlong 2004-01-10 20:59:50 +00:00
  • 813dfa6bed fix parsing problem with trailing space Wez Furlong 2004-01-10 04:11:42 +00:00
  • ca8468999f osx apparently needs the leading underscore on the symbol name Wez Furlong 2004-01-10 03:38:21 +00:00
  • 97775f6038 Darwin compile fix Edin Kadribasic 2004-01-10 02:46:31 +00:00
  • 8211a29cbb touch Wez Furlong 2004-01-10 02:18:19 +00:00
  • a198790bbb avoid "duplicate case" error for platforms where sizeof(long double) == sizeof(double) Wez Furlong 2004-01-10 02:18:09 +00:00
  • c570863ef9 generated file for lemon-less people. Wez Furlong 2004-01-10 00:01:45 +00:00
  • 38ee3f9517 msvc doesn't like yyTokenName to be pre-declared like that, so switch to other syntax from newer lemon versions. Wez Furlong 2004-01-10 00:01:07 +00:00
  • b78ef80935 ignore some objects Wez Furlong 2004-01-09 23:42:34 +00:00
  • a3161e0136 and for those without lemon Wez Furlong 2004-01-09 23:42:16 +00:00
  • 4be7c4bb2c Tweaks so that it builds under linux: Wez Furlong 2004-01-09 23:41:55 +00:00
  • 0721f09997 Add these lemon-generated files for people without lemon Wez Furlong 2004-01-09 22:31:37 +00:00
  • edbb91f4f6 Add ffi (Foreign Function Interface) extension that allows calling of functions from DLLs and DSO's (Unix). Tested under win32 only for now, but should compile under Unices also. Wez Furlong 2004-01-09 22:30:20 +00:00
  • cd67d2a353 Standard project directories initialized by cvs2svn. SVN Migration 2004-01-09 22:30:20 +00:00