#
671b46a0 |
| 11-Sep-2001 |
Wez Furlong |
Revise the xxx_export api so that exporting to files is comfortable.
|
#
0f835fdf |
| 11-Sep-2001 |
Wez Furlong |
Arrrgghh! Fix munched file. # Dunno how that happened.
|
#
3b8f3cc4 |
| 10-Sep-2001 |
Wez Furlong |
Added some preliminary x509 cert and csr creation/signing functions. Also, some problems with CGI initialization should be eliminated. Renamed some pkey functions to be more consistent. #
Added some preliminary x509 cert and csr creation/signing functions. Also, some problems with CGI initialization should be eliminated. Renamed some pkey functions to be more consistent. # Added aliases for older names; not sure if we should keep those.
show more ...
|
#
87d7284e |
| 10-Sep-2001 |
Daniel Beulshausen |
don't forget TSRMLS_CC when using zend_parse_parameters
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding.
|
#
3ed4cc33 |
| 07-Sep-2001 |
Wez Furlong |
API update: use zend_parse_parameters
|
Revision tags: php-4.0.7RC2 |
|
#
e140b35b |
| 21-Aug-2001 |
Zeev Suraski |
API update
|
Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
474da88b |
| 31-Jul-2001 |
foobar |
more ZTS fixes.
|
#
aa1772ca |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation
|
#
c43806f4 |
| 30-Jul-2001 |
Zeev Suraski |
Zend compatibility patch
|
#
7b1c4006 |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation (Zend compatibility patch)
|
Revision tags: PRE_TSRM_MERGE_PATCH |
|
#
8ca519ca |
| 05-Jul-2001 |
Wez Furlong |
Change a load of E_ERRORS into E_WARNINGs; it was being a bit too severe, which meant that scripts could not identify (or even display) errors before PHP bailed out.
|
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3 |
|
#
81e2cf03 |
| 06-Jun-2001 |
Rasmus Lerdorf |
Fix folding and clean up some extensions
|
#
25c3a3a3 |
| 05-Jun-2001 |
Rasmus Lerdorf |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
|
Revision tags: php-4.0.6RC2 |
|
#
1beda9ee |
| 24-May-2001 |
Stig Bakken |
* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)
|
Revision tags: php-4.0.6RC1 |
|
#
b379cd96 |
| 04-May-2001 |
Wez Furlong |
Merged and adapted a patch from Sascha Kettler <kettler@gmx.net> that provides some asymmetric RSA encrypt/decrypt functions.
|
Revision tags: php-4.0.5 |
|
#
4c823e8a |
| 30-Apr-2001 |
Andi Gutmans |
- Change macros from V_ to VCWD_ because of AIX name clash
|
Revision tags: php-4.0.5RC8, php-4.0.5RC7 |
|
#
486d3bef |
| 05-Apr-2001 |
Wez Furlong |
Fix for Bug #10168 (is_dst undeclared)
|
#
1d71f04b |
| 02-Apr-2001 |
Wez Furlong |
changed the flags parameters to be a bitfield + constants (I don't know what I was thinking!). Added a couple of extra parameters so that the equivalent functionality of the openssl smime co
changed the flags parameters to be a bitfield + constants (I don't know what I was thinking!). Added a couple of extra parameters so that the equivalent functionality of the openssl smime command can be pretty much used in full. Added some more error reporting.
show more ...
|
Revision tags: php-4.0.5RC6 |
|
#
4fa9c747 |
| 02-Apr-2001 |
Wez Furlong |
added some more error reporting and did a little tidying.
|
#
4cec53ac |
| 01-Apr-2001 |
Wez Furlong |
Added whole bunch of PKCS7 (S/MIME) functions and made the key/cert params a bit more friendly to use. See the README for more info.
|
Revision tags: php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
eb6ba01d |
| 26-Feb-2001 |
Andi Gutmans |
- Fix copyright notices with 2001
|
#
6ec31afc |
| 26-Jan-2001 |
Egon Schmid |
Fixed some protos.
|
#
fe98565b |
| 13-Jan-2001 |
Stig Venaas |
Realized that emalloc() never returns NULL, simplified code
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2 |
|
#
59fa3f3d |
| 07-Jan-2001 |
Stig Venaas |
Made OpenSSL extension work with 0.9.5 and changed version check to 0.9.5
|