summaryrefslogtreecommitdiff
path: root/ext/cyrus
Commit message (Collapse)AuthorAgeFilesLines
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-181-10/+10
| | | | | | Thanks to Marcus Börger for writing a script that significantly simplifies this process.
* Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* This extension requires cyrus-imap >= 2.0.8foobar2002-12-101-0/+10
|
* fix typosfoobar2002-12-091-2/+2
|
* Make this actually work too.foobar2002-12-091-13/+30
|
* Fix the build with new cyrus and sasl2 libsfoobar2002-12-091-3/+9
|
* Since the cyrus extension prints only one line, and no subsequent info,Martin Kraemer2002-09-201-1/+1
| | | | | | | it should have a similar appearance as the other one-liners. Use php_info_print_table_row() instead of php_info_print_table_header(), as in the other extensions.
* CapitalizationJon Parise2002-09-081-1/+1
|
* ws fixfoobar2002-09-041-38/+41
|
* Fix the shared build (nobody ever build this as shared?)foobar2002-09-041-11/+6
|
* The sasl.h file is in .../include/sasl/ (at least in cyrus-sasl-2.1.6)Martin Kraemer2002-09-041-0/+5
|
* Unify error messagesDerick Rethans2002-06-261-8/+8
|
* Fix TSRMLS_CC thingies.Derick Rethans2002-04-231-1/+1
|
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-9/+1
|
* Maintain headers.Sebastian Bergmann2002-02-282-2/+2
|
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* fixing the proto fixesHartmut Holzgraefe2001-12-061-2/+2
|
* 2 arguments, not 3Sterling Hughes2001-12-061-2/+2
|
* proto fixesHartmut Holzgraefe2001-12-051-3/+21
|
* Unified the configure messages.foobar2001-11-301-1/+3
|
* * 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)
* indentation fixSascha Schumann2001-09-211-1/+1
|
* Fix typoSterling Hughes2001-08-211-1/+1
|
* Update api and fix some compile warningsSterling Hughes2001-08-211-8/+7
|
* Add the Cyrus IMAP extension to PHP's CVS (Manual editing of the news file ↵Sterling Hughes2001-08-055-0/+630
to occur).