| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -1/+1 |
| | | |||||
| * | Free vars before calling E_ERROR. | Ilia Alshanetsky | 2004-05-20 | 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 |
| | | |||||
| * | - Always look into /usr/local before /usr | foobar | 2003-10-01 | 1 | -0/+2 |
| | | | | | | - Added breaks to make sure the preferred value is used. | ||||
| * | Always prefer user specified paths over the default /usr /usr/local. | Ilia Alshanetsky | 2003-09-30 | 1 | -1/+1 |
| | | | | | | | This may fix compilation problems with on systems with multiple copies of the same library. | ||||
| * | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-12 | 1 | -2/+2 |
| | | |||||
| * | proto fixes | Andrey Hristov | 2003-07-19 | 1 | -2/+2 |
| | | |||||
| * | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -6/+6 |
| | | |||||
| * | 64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave) | David Hill | 2003-03-10 | 1 | -3/+3 |
| | | |||||
| * | Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. | foobar | 2003-03-07 | 1 | -3/+3 |
| | | | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change. | ||||
| * | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-19 | 1 | -5/+5 |
| | | |||||
| * | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | | |||||
| * | Fixed a few more memory leaks. | Ilia Alshanetsky | 2002-10-10 | 1 | -5/+8 |
| | | |||||
| * | - Cleaned up some code and used the proper macros for ZTS stuff. | foobar | 2002-10-10 | 2 | -108/+53 |
| | | | | | | | | | | - Fixed a memleak. - Fixed a bug in pfpro_process() when response contains only 2 entries. (random garbage added in the end of the value + key sometimes wrong) # Sorry for including the ws fixes..I got carried away when fixing that bug | ||||
| * | - Fixed the payflowpro version check and cleaned up this a bit. | foobar | 2002-10-10 | 1 | -20/+24 |
| | | |||||
| * | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -9/+1 |
| | | |||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
| | | |||||
| * | Unified the configure messages. | foobar | 2001-11-30 | 1 | -3/+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) | ||||
| * | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -16/+16 |
| | | | | | | 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 | -8/+8 |
| | | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
| * | fix macros | Daniel Beulshausen | 2001-09-17 | 1 | -1/+1 |
| | | |||||
| * | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | | |||||
| * | Add compile-time versioning for default hostname | John Donagher | 2001-08-14 | 1 | -1/+7 |
| | | |||||
| * | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -2/+0 |
| | | |||||
| * | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 2 | -14/+2 |
| | | |||||
| * | Quote grep patterns to avoid shell interpretation | John Donagher | 2001-07-13 | 1 | -2/+2 |
| | | |||||
| * | 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 | -0/+1 |
| | | | | | | 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/+5 |
| | | |||||
| * | - Remove C-style comments | John Donagher | 2001-05-02 | 1 | -25/+1 |
| | | | | | | - Remove some stale debugging code | ||||
| * | Add TODO | John Donagher | 2001-05-01 | 1 | -0/+12 |
| | | |||||
| * | - Remove some stale code | John Donagher | 2001-05-01 | 3 | -49/+74 |
| | | | | | | | | | - Fix spelling mistakes - Add build-time version detection - Add support for v3 Verisign SDK @ pfpro extension now supports version 3 of the Verisign SDK (John Donagher) | ||||
| * | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -2/+2 |
| | | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
| * | - Fix spelling error | Andi Gutmans | 2001-03-21 | 2 | -9/+9 |
| | | |||||
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 2 | -2/+2 |
| | | |||||
| * | PR: | John Donagher | 2001-01-28 | 1 | -14/+14 |
| | | | | | | Clean up and add folding | ||||
| * | Heads up people! | Zeev Suraski | 2000-12-22 | 1 | -3/+1 |
| | | | | | | | Updated the get_current_key() API - the relevant authors, please take a look at the updated code and make sure it's ok... | ||||
| * | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | | |||||
| * | #include "ext/standard/php_string.h" to get php_memnstr(). | Sascha Schumann | 2000-10-03 | 1 | -0/+2 |
| | | |||||
| * | Clean up the alignment of configure --help output | Rasmus Lerdorf | 2000-10-02 | 1 | -1/+1 |
| | | |||||
| * | display ini file entries on phpinfo(), unregister them on shutdown | David Croft | 2000-08-15 | 2 | -55/+36 |
| | | | | | | | | numeric ini file entries stored as ints removed unnecessary casts from PFPROG() pval -> zval | ||||
| * | # Added code to pfpro.c and php_pfpro.h to parse defaults out of php.ini | John Donagher | 2000-07-24 | 2 | -20/+32 |
| | | | | | | | @- For the pfpro extension: defaulthost, defaultport, defaulttimeout, and @ all of the default proxy settings can now be defined in php.ini | ||||
| * | automatically initialise library at first use if necessary | David Croft | 2000-07-19 | 1 | -7/+47 |
| | | | | | | | automatically cleanup library at request end if user hasn't done so libpfpro library version shown on phpinfo() | ||||
| * | # remove leading _ from #define | David Croft | 2000-07-19 | 1 | -3/+3 |
| | | |||||
| * | - Cannot see any good reason why the test script in the dir of | Uwe Steinmann | 2000-07-17 | 2 | -72/+0 |
| | | | | | | the extension, though it is in tests as well | ||||
| * | merged changes from Signio module by John Donagher <john@webmeta.com> | David Croft | 2000-07-15 | 3 | -81/+182 |
| | | |||||
| * | test file for pfpro | David Croft | 2000-07-15 | 1 | -1/+1 |
| | | |||||
| * | @- New extension "pfpro" for interface with Signio Payflow Pro (David Croft) | David Croft | 2000-07-15 | 6 | -0/+693 |
| New extension pfpro to interface with Signio Payflow Pro library for credit card processing etc | |||||
