Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | |||||
* | Changed fribidi_get_charsets() return value to also include the constant | Tal Peer | 2002-10-18 | 2 | -7/+102 |
| | | | | | itself (as the key). | ||||
* | Improved fribidi_charset_info() slightly | Tal Peer | 2002-10-17 | 1 | -12/+9 |
| | |||||
* | New functions: | Tal Peer | 2002-10-17 | 2 | -1/+67 |
| | | | | | | | | fribidi_get_charsets() fribidi_charset_info() @- Added function fribidi_get_charsets() (Tal) @- Added function fribidi_charset_info() (Tal) | ||||
* | Added win32 project file. | Edin Kadribasic | 2002-10-16 | 1 | -0/+108 |
| | |||||
* | Made the fribidi-config search a bit better. | foobar | 2002-10-12 | 1 | -5/+6 |
| | |||||
* | Use var_dump instaed of plain echo | Tal Peer | 2002-10-11 | 1 | -6/+14 |
| | |||||
* | Be consistent with other extensions. | foobar | 2002-10-10 | 1 | -2/+2 |
| | |||||
* | Enhanced test to also check charsets CP1255 and ISO-8859-8 | Tal Peer | 2002-10-08 | 1 | -1/+6 |
| | |||||
* | Added test to check if charsets constants are defined | Tal Peer | 2002-10-08 | 1 | -0/+26 |
| | |||||
* | Initial commit of fribidi_log2vis test | Tal Peer | 2002-10-07 | 1 | -0/+12 |
| | |||||
* | Make it compile with the latest _release_ too.. | foobar | 2002-09-29 | 1 | -3/+1 |
| | |||||
* | Make ext/fribidi compile against latest fribidi CVS | James Moore | 2002-09-28 | 1 | -0/+13 |
| | |||||
* | - Fixed case in extension name | Tal Peer | 2002-09-27 | 1 | -1/+1 |
| | |||||
* | - Fixed fatal error | Tal Peer | 2002-09-26 | 1 | -1/+2 |
| | |||||
* | - Reverted back to old param parsing api (and eliminated a segfault by doing ↵ | Tal Peer | 2002-09-26 | 2 | -21/+29 |
| | | | | | | | | | that) - Added the CapRTL charset -- should be used for testing on machines without Hebrew/Arabic/Persian fonts - Changed the note about deprecated behaviour from E_WARNING to E_NOTICE | ||||
* | - Initial commit | Tal Peer | 2002-09-26 | 1 | -0/+0 |
| | |||||
* | - Update proto | Tal Peer | 2002-09-25 | 1 | -1/+1 |
| | |||||
* | - Fixed build on Win32 (and made the ext use a newer API) | Tal Peer | 2002-09-23 | 1 | -53/+29 |
| | | | | | | - Various CS fixes - Converted the parameter parsing to the new API | ||||
* | Changed version from NO_VERSION_YET to 0.1 | Tal Peer | 2002-09-21 | 1 | -1/+1 |
| | | | | | @ - Fixed compilation errors when compiling with the fribidi extension (Bug #16414) (Tal) | ||||
* | # err.. fix comment | Tal Peer | 2002-09-17 | 1 | -22/+24 |
| | |||||
* | # Fixed proto and header of log2vis() | Tal Peer | 2002-09-17 | 1 | -6/+6 |
| | |||||
* | * The second argument of | Tal Peer | 2002-09-17 | 2 | -15/+33 |
| | | | | | | | fribidi_log2vis now accepts a constant. The old way (using strings) is still available but deprecated. | ||||
* | oops. | Tal Peer | 2002-09-16 | 1 | -2/+1 |
| | |||||
* | Added myself | Tal Peer | 2002-09-16 | 1 | -0/+1 |
| | |||||
* | - Require Fribidi 0.10.4 -> no more glib needed. | foobar | 2002-09-16 | 5 | -144/+46 |
| | | | | | - Cleaned up a bit. | ||||
* | * More work on returning errors properly and freeing resources | Tal Peer | 2002-09-15 | 1 | -2/+10 |
| | |||||
* | *Fixed compilation errors and enhanced the code | Tal Peer | 2002-09-15 | 3 | -15/+23 |
| | |||||
* | - Consistent use of macros | Derick Rethans | 2002-09-09 | 1 | -1/+1 |
| | |||||
* | Update email address | Zeev Suraski | 2002-08-15 | 2 | -2/+2 |
| | |||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -10/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 2 | -2/+2 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -5/+4 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | - More <br> to <br /> fixes | Derick Rethans | 2001-10-09 | 1 | -2/+2 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Added some missing information. | foobar | 2001-08-19 | 3 | -4/+5 |
| | |||||
* | Fixed bug: #11232. Now we require Fribidi 0.9.0. | foobar | 2001-08-19 | 2 | -23/+29 |
| | | | | | | | # Better use the latest version for this one too since # it seems to have stabilized and they made an internal # rewrite for that one. | ||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -25/+25 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -3/+1 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -35/+16 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -3/+3 |
| | |||||
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -3/+3 |
| | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 2 | -2/+2 |
| | |||||
* | Fix another instance of the == bug. | Sascha Schumann | 2001-02-23 | 1 | -1/+1 |
| | |||||
* | Fix shared description | Stanislav Malyshev | 2000-12-14 | 1 | -1/+1 |
| | |||||
* | Add proto | Stanislav Malyshev | 2000-12-14 | 1 | -0/+4 |
| |