summaryrefslogtreecommitdiff
path: root/ext/pfpro
Commit message (Collapse)AuthorAgeFilesLines
* - Moved pfpro, ovrimos and mcve to PECLfoobar2005-09-025-718/+0
| | | | | # Pierre will create the packages for these
* - Bumber up yearfoobar2005-08-032-2/+2
|
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
|
* Free vars before calling E_ERROR.Ilia Alshanetsky2004-05-201-4/+4
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* - Always look into /usr/local before /usrfoobar2003-10-011-0/+2
| | | | | - Added breaks to make sure the preferred value is used.
* Always prefer user specified paths over the default /usr /usr/local.Ilia Alshanetsky2003-09-301-1/+1
| | | | | | This may fix compilation problems with on systems with multiple copies of the same library.
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-2/+2
|
* proto fixesAndrey Hristov2003-07-191-2/+2
|
* updating license information in the headers.James Cox2003-06-102-6/+6
|
* 64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave)David Hill2003-03-101-3/+3
|
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-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 Alshanetsky2003-01-191-5/+5
|
* Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* Fixed a few more memory leaks.Ilia Alshanetsky2002-10-101-5/+8
|
* - Cleaned up some code and used the proper macros for ZTS stuff.foobar2002-10-102-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.foobar2002-10-101-20/+24
|
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-9/+1
|
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* Unified the configure messages.foobar2001-11-301-3/+4
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-16/+16
| | | | | I've got pretty much everything now...
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-8/+8
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* fix macrosDaniel Beulshausen2001-09-171-1/+1
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* Add compile-time versioning for default hostnameJohn Donagher2001-08-141-1/+7
|
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-2/+0
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-14/+2
|
* Quote grep patterns to avoid shell interpretationJohn Donagher2001-07-131-2/+2
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-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 Bakken2001-05-241-0/+5
|
* - Remove C-style commentsJohn Donagher2001-05-021-25/+1
| | | | | - Remove some stale debugging code
* Add TODOJohn Donagher2001-05-011-0/+12
|
* - Remove some stale codeJohn Donagher2001-05-013-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.foobar2001-03-271-2/+2
| | | | | # Heads up people! I tested this before committing but you never know..
* - Fix spelling errorAndi Gutmans2001-03-212-9/+9
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
|
* PR:John Donagher2001-01-281-14/+14
| | | | | Clean up and add folding
* Heads up people!Zeev Suraski2000-12-221-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-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* #include "ext/standard/php_string.h" to get php_memnstr().Sascha Schumann2000-10-031-0/+2
|
* Clean up the alignment of configure --help outputRasmus Lerdorf2000-10-021-1/+1
|
* display ini file entries on phpinfo(), unregister them on shutdownDavid Croft2000-08-152-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.iniJohn Donagher2000-07-242-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 necessaryDavid Croft2000-07-191-7/+47
| | | | | | automatically cleanup library at request end if user hasn't done so libpfpro library version shown on phpinfo()
* # remove leading _ from #defineDavid Croft2000-07-191-3/+3
|
* - Cannot see any good reason why the test script in the dir ofUwe Steinmann2000-07-172-72/+0
| | | | | the extension, though it is in tests as well
* merged changes from Signio module by John Donagher <john@webmeta.com>David Croft2000-07-153-81/+182
|