Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "The Visa to Sibiria" (work in progress) | Hartmut Holzgraefe | 2004-03-23 | 1 | -0/+44 |
| | | | | | | | | | Adding a package.xml to a bundled extension does not only ease the transition to PECL whereever suitable but also allows to build and install an extension as "shared" using the PEAR installer without having to deal with phpize and friends by hand | ||||
* | Fixed possible resource/memory leak. | Ilia Alshanetsky | 2004-02-19 | 1 | -0/+1 |
| | |||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -4/+4 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Fix the configure output.. | foobar | 2003-12-09 | 1 | -1/+1 |
| | |||||
* | Removed unnecessary outputs | foobar | 2003-12-09 | 1 | -7/+1 |
| | |||||
* | Fix enabling shared builds. | Marcus Boerger | 2003-12-07 | 1 | -33/+28 |
| | |||||
* | allow these extensions to build with new system | Wez Furlong | 2003-12-04 | 1 | -0/+14 |
| | |||||
* | - Always look into /usr/local before /usr | foobar | 2003-10-01 | 1 | -1/+1 |
| | | | | | - Added breaks to make sure the preferred value is used. | ||||
* | - Fixed bug #25463 (ext/cpdf: compile failure with bundled GD) | foobar | 2003-09-11 | 1 | -1/+1 |
| | |||||
* | 2 proto fixes (Mehdi Achour) | Andrey Hristov | 2003-08-15 | 1 | -2/+2 |
| | |||||
* | MFB | foobar | 2003-06-26 | 1 | -2/+2 |
| | |||||
* | - Fixed some build problems (/usr/lib leaked in to LDFLAGS/LIBS) | foobar | 2003-06-14 | 1 | -59/+50 |
| | | | | | - Made this extension to be possible to be build as shared. | ||||
* | proto fixes | Andrey Hristov | 2003-06-12 | 1 | -63/+63 |
| | | | | | #hope not to be scared again by andrei ;) | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -6/+6 |
| | |||||
* | Added missing safe_mode checks and corrected a typo in stdout check. | Ilia Alshanetsky | 2003-05-21 | 1 | -1/+19 |
| | |||||
* | Add some missing quotes. Noticed by Michael Mauch <michael.mauch@gmx.de> | foobar | 2003-04-30 | 1 | -5/+5 |
| | |||||
* | This patch allows cpdf to be compiled in conjunction with ncurses, which was | Ilia Alshanetsky | 2003-01-15 | 2 | -2/+2 |
| | | | | | not possible before due to conflicting defines. | ||||
* | One more typo. | Ilia Alshanetsky | 2003-01-14 | 1 | -1/+1 |
| | |||||
* | Fixed typos. | Ilia Alshanetsky | 2003-01-14 | 1 | -2/+2 |
| | |||||
* | Switched from old getParse* argument parsing API to a more recent | Ilia Alshanetsky | 2003-01-14 | 1 | -617/+535 |
| | | | | | zend_get_parameters*. | ||||
* | Changed php_error() to php_error_docref(). | Ilia Alshanetsky | 2003-01-14 | 1 | -505/+92 |
| | | | | | Made pdfdoc retrieval a macro. | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | |||||
* | stick to "check <what> <result>" scheme, do not repeat messages and | Marcus Boerger | 2002-12-10 | 1 | -47/+54 |
| | | | | | align messages correctly. | ||||
* | -when required haeder was not found --with-cdpf was simply ignored. I | Marcus Boerger | 2002-12-10 | 1 | -37/+56 |
| | | | | | | changed this to be an error. -cpdf did not check for --with-jpeg-dir and --with-tiff-dir | ||||
* | cpdf + bundled gd | Marcus Boerger | 2002-12-06 | 1 | -2/+6 |
| | | | | | #maybe someone finds a better solution (perhaps in config) and comitts it | ||||
* | Removing the PHP_31 tag... | Dan Kalowsky | 2002-08-13 | 1 | -1/+1 |
| | | | | | # I'm not sure if the rest of this define can go or not... | ||||
* | Unify error messages | Derick Rethans | 2002-06-26 | 1 | -81/+81 |
| | |||||
* | Fix leftovers from yesterday (s/PHP_EXTENSION/PHP_NEW_EXTENSION/). | Sascha Schumann | 2002-03-13 | 1 | -1/+1 |
| | |||||
* | php_new_extension | Sascha Schumann | 2002-03-12 | 2 | -7/+2 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 2 | -2/+2 |
| | |||||
* | proto fix | Hartmut Holzgraefe | 2001-12-15 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
| | |||||
* | Fixed some protos. | Egon Schmid | 2001-12-02 | 1 | -15/+15 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -4/+2 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -1/+10 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -265/+265 |
| | | | | | I've got pretty much everything now... | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -2/+2 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | proto fixes "double" -> "float" | Hartmut Holzgraefe | 2001-09-21 | 1 | -37/+37 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Further work on autoconf-2.5x support | Sascha Schumann | 2001-08-21 | 1 | -2/+2 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -152/+152 |
| | |||||
* | some more eliminate-fetches-or-escalate-them-at-least | Sascha Schumann | 2001-08-05 | 1 | -1/+1 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -2/+3 |
| | |||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -1/+2 |
| | |||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -4/+4 |
| | | | | the way | ||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -153/+146 |
| | |||||
* | - Fix for bug #11775: Typo in cpdf.c | Derick Rethans | 2001-06-28 | 1 | -1/+1 |
| | |||||
* | Change copyright note. | Sebastian Bergmann | 2001-06-19 | 1 | -20/+9 |
| |