Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - has been moved to PECL | Pierre Joye | 2008-07-06 | 12 | -2325/+0 |
| | |||||
* | New macro for check void parameters | Felipe Pena | 2008-02-28 | 1 | -2/+2 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | Typo | Martin Kraemer | 2007-03-14 | 1 | -1/+1 |
| | |||||
* | Use proper length | Ilia Alshanetsky | 2007-01-03 | 1 | -1/+1 |
| | |||||
* | MFB: | Ilia Alshanetsky | 2007-01-03 | 1 | -5/+9 |
| | | | | | | Added filter callback Unlink temporary file on error | ||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
| | |||||
* | use strlcpy() | Antony Dovgal | 2006-12-28 | 1 | -2/+1 |
| | |||||
* | it's ptr, not ptrptr | Antony Dovgal | 2006-12-28 | 1 | -2/+2 |
| | |||||
* | fix another compile failure. (bjori: TEST before commit!) | foobar | 2006-07-23 | 1 | -1/+1 |
| | |||||
* | nuke types in arginfo | Hannes Magnusson | 2006-07-02 | 1 | -1/+1 |
| | |||||
* | Added arg info | Hannes Magnusson | 2006-06-14 | 1 | -36/+263 |
| | | | | | Fixed protos | ||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-13 | 1 | -6/+9 |
| | |||||
* | Start nuking safe_mode. Still a lot of work to do... | Andi Gutmans | 2006-02-19 | 1 | -7/+7 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 |
| | |||||
* | - Nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | zend_is_callable() and zend_make_callable() were changed to return readable ↵ | Dmitry Stogov | 2005-08-22 | 1 | -4/+5 |
| | | | | function name as zval (instead of string). | ||||
* | - Bumber up year | foobar | 2005-08-03 | 2 | -2/+2 |
| | |||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -1/+1 |
| | |||||
* | Fixed ZTS build of fdf extension. | Ilia Alshanetsky | 2005-04-20 | 1 | -2/+2 |
| | |||||
* | Fixed possible crash on fstat() failure. | Ilia Alshanetsky | 2004-11-08 | 1 | -2/+5 |
| | |||||
* | - Remove unused blocks | Marcus Boerger | 2004-05-19 | 4 | -8/+0 |
| | |||||
* | Added missing safe_mode & open_basedir checks. | Ilia Alshanetsky | 2004-05-16 | 1 | -0/+8 |
| | |||||
* | "The Visa to Sibiria" (work in progress) | Hartmut Holzgraefe | 2004-03-23 | 1 | -0/+58 |
| | | | | | | | | | 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 | ||||
* | - 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 |
| | |||||
* | Added fdf to the new win32 build. Works both as shared | Edin Kadribasic | 2003-12-07 | 1 | -0/+15 |
| | | | | | and built-in extension on windows. | ||||
* | - Always look into /usr/local before /usr | foobar | 2003-10-01 | 1 | -1/+1 |
| | | | | | - Added breaks to make sure the preferred value is used. | ||||
* | check for FDFErcNoValue was in the wrong execution path, | Hartmut Holzgraefe | 2003-09-11 | 1 | -2/+1 |
| | | | | | should always be treated as 'no error' (should finally fix #22803) | ||||
* | - skip with CLI | foobar | 2003-08-29 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #24936 (ext/fdf is not linked properly when compiled as shared ↵ | foobar | 2003-08-05 | 1 | -6/+6 |
| | | | | extension). (Jani) | ||||
* | MFB: fix for #24249 | Edin Kadribasic | 2003-07-14 | 2 | -2/+6 |
| | |||||
* | proto fixes | Andrey Hristov | 2003-06-15 | 1 | -3/+3 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -6/+6 |
| | |||||
* | @fdf crash with ZTS builds fixed (see Bug #14877) | Hartmut Holzgraefe | 2003-05-28 | 1 | -1/+12 |
| | |||||
* | FDF test cases | Hartmut Holzgraefe | 2003-05-28 | 5 | -0/+110 |
| | |||||
* | Added missing open_basedir & safe_mode checks | Ilia Alshanetsky | 2003-05-21 | 1 | -0/+20 |
| | |||||
* | zend_is_callable() already checks this ... | Hartmut Holzgraefe | 2003-05-20 | 1 | -8/+0 |
| | |||||
* | MFB: removing the crashbug on windows | foobar | 2003-05-13 | 1 | -2/+2 |
| | |||||
* | no more VC++ compile warnings | Hartmut Holzgraefe | 2003-05-09 | 1 | -10/+6 |
| | |||||
* | proto fixes | Hartmut Holzgraefe | 2003-03-17 | 1 | -2/+2 |
| | |||||
* | cs & ws fixes | foobar | 2003-03-10 | 1 | -36/+37 |
| | |||||
* | 64-bit correction to variables passed to zend_parse_parameters | David Hill | 2003-03-06 | 1 | -3/+6 |
| | | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave) | ||||
* | proto fixes | Hartmut Holzgraefe | 2003-02-10 | 1 | -9/+9 |
| | |||||
* | Removed pointless memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -10/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | |||||
* | Added missing &. | Ilia Alshanetsky | 2002-12-11 | 1 | -1/+1 |
| | |||||
* | Added missing variable to parameter retrieval. | Ilia Alshanetsky | 2002-12-11 | 1 | -1/+2 |
| |