summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed bug in PDF_getbuffer (happend only on Windows)Rainer Schaaf2001-03-051-4/+24
| | | | | | When using PDFlib V4.0 the pdf_set(grey/rgbcolor) functions are replaced by the PDFlib V4.0 function pdf_setcolor
* get_meta_tags now handles single quoted attributes as well as those thatSean Bright2001-03-051-2/+4
| | | | | are double quoted.
* I don't know German, but I imagine that was the problem :)Zeev Suraski2001-03-041-1/+1
|
* Fix phpinfo() bug that crept inZeev Suraski2001-03-041-7/+6
|
* Improve memory consumption on chunked output bufferingZeev Suraski2001-03-041-2/+5
|
* Implemented chunked output buffering support - it's quite cool!Zeev Suraski2001-03-042-84/+109
|
* Changed code layout to remove PHP warning when running php as a CGI.Frank M. Kromann2001-03-041-14/+8
|
* Fix non-thread safe modeZeev Suraski2001-03-042-1/+8
|
* this function will never return true...Zeev Suraski2001-03-042-12/+0
|
* Improve chunked output buffering - the output handler now knows at which ↵Zeev Suraski2001-03-043-24/+57
| | | | stage it is
* - modified line 161 to be xml compliantSylvain PAGES2001-03-031-1/+1
|
* add a warn not available for curl_getinfo().Sterling Hughes2001-03-031-28/+26
| | | | | remove unneccessary error checking.
* @- Forced call_user_method() and call_user_method_array() to take theAndrei Zmievski2001-03-021-9/+14
| | | | | | | | | | @ object argument by reference. (Andrei) * Forced call_user_method() and call_user_method_array() to take the object argument by reference. * Also cleaned up the protos for those functions and brought call_user_method_array() into functional equivalence with call_user_method().
* Add CyberMut extension from Sylvain PAGES <spages@free.fr>Zeev Suraski2001-03-027-0/+604
|
* # TODO updates in mnoGoSearch module READMESergey Kartashoff2001-03-021-4/+3
|
* # mnoGoSearch example fixSergey Kartashoff2001-03-021-4/+4
|
* UDM_ISPELL_TYPE_SERVER parameter in udm_load_ispell_data has been addedSergey Kartashoff2001-03-022-3/+25
| | | | | | to work with ispell server. This feature is available starting from mnoGoSearch 3.1.12 or later. Fixed Udm_Free_Ispell_Data(). Example updated.
* @- Fixed binding of ROWIDs in OCI8. (Thies)Thies C. Arntzen2001-03-021-0/+1
|
* ws fixfoobar2001-03-021-14/+16
|
* - integrated new functions vor PDFlib V4.0 (beta1)Rainer Schaaf2001-03-012-13/+474
| | | | | | - all functions accepting strings now support binary strings, by calling the appropriate PDF*2() functions.
* UDM_PARAM_CROSS_WORDS mnoGoSearch extension session parameter has beenSergey Kartashoff2001-03-012-0/+40
| | | | | | added to use crosswords available since version 3.1.11 of mnogosearch. Example updated.
* # mnoGoSearch example updated.Sergey Kartashoff2001-03-011-4/+3
|
* Udm_Api_Version function has been added.Sergey Kartashoff2001-03-013-0/+16
| | | | | Example updated.
* Udm_Get_Doc_Count function from mnoGoSearch 3.1.11 has been added.Sergey Kartashoff2001-03-013-0/+45
| | | | | | mnoGoSearch library version printing in phpinfo() has been added. Example updated.
* Added UdmFreeEnv call to mnoGoSearch link list destructor toSergey Kartashoff2001-03-011-1/+2
| | | | | free memory allocated for environment.
* If php is compiled --with-imap-ssl, link in the SSL authenticator fromChuck Hagenbuch2001-03-012-0/+5
| | | | | c-client so that we can use php to make ssl imap connections.
* #adding name to credits. nothing to see here, keep moving.Dan Kalowsky2001-02-281-1/+1
| | | | | | | | PR: Submitted by: Reviewed by: Obtained from:
* - Pointed out by Andrei. zval_ptr_dtor() should be used instead of theAndi Gutmans2001-02-276-25/+25
| | | | | zval_del_ref() function which should be nuked.
* Fix chunked output buffering supportZeev Suraski2001-02-272-18/+15
|
* Provide proper function aliases, if the sendmail functionsSascha Schumann2001-02-261-0/+5
| | | | | | | don't exist. Submitted by: Nadir Amra <amra@us.ibm.com>
* - Finally rename modules.h to zend_modules.h for consistency (first tryAndi Gutmans2001-02-267-7/+7
| | | | | | | was 2000-03-11). - Remove the first_arg_force_ref[]; and friends extern from php.h as they are included via zend_API.h
* # Bad patch job on the last commit by me. I take the BAD_CODER award forDan Kalowsky2001-02-261-10/+4
| | | | | | | # the day. Removes two unnecessary REGISTER_MAIN_LONG_CONSTANT's. # what should be done about the PHP_MINFO_FUNCTION
* - Fix whitespaceAndi Gutmans2001-02-261-6/+6
|
* ob_iconv_handler changed to use for text data only.Rui Hirokawa2001-02-261-14/+29
|
* Correctly checks for the proper header files, and excludes the QUOTA functionsDan Kalowsky2001-02-263-8/+28
| | | | | | | | | | from non-imap2000 systems (unavailable for testing at this time). # anyone willing to test this out on non-imap2000? PR: Submitted by: Reviewed by: Sascha Schumann Obtained from:
* Fix for bug #9449 to stop infinate loop in wordwrap.James Moore2001-02-261-0/+1
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-26265-265/+265
|
* Updating the IMAP client to include quota support via the imap c-client2000 ↵Dan Kalowsky2001-02-253-39/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | libraries. # Y2K support is good... Removes the SA_QUOTA and SA_QUOTA_ALL defines # After speaking with Mark Crispin, it is believed these never existed. Cleans up the imap_status() function to remove notion of quotas in a status message. # There is no quota setting in a STATUS message from c-client. Changes the config.m4 to support the client.h include # This should include all the approriate headers for c-client (as defined by # c-client maintainers) such as mail.h, and rfc822.h. Changed the directory search order for the include files as well. # Place the /usr/local/include last, and searched the # /usr/local/include/{c-client|imap} directories first (PHP imap_get_quota) Added (PHP imap_set_quota) Added @- IMAP quota support (imap_set_quota, imap_get_quota) enabled/added via @ c-client2000 PR: Submitted by: Reviewed by: Obtained from:
* Don't assume that tzname exists, if tm_zone does not exist.Sascha Schumann2001-02-241-2/+2
| | | | | PR: #9380
* Actually compile on systems without syslog.Sascha Schumann2001-02-243-3/+9
| | | | | PR: #9412
* Finish fopen-wrappers rename.Sascha Schumann2001-02-2310-10/+10
|
* Fix another instance of the == bug.Sascha Schumann2001-02-231-1/+1
|
* mnogosearch example updated.Sergey Kartashoff2001-02-231-11/+23
|
* Added ispell loading routines and date search limits in mnogosearch module.Sergey Kartashoff2001-02-232-35/+204
|
* fix stas' last commit, added additional ifdefs PHP_SIGCHILD to fix win32 buildAndré Langhorst2001-02-231-2/+14
|
* README for mnoGoSearch module updated.Sergey Kartashoff2001-02-221-9/+5
|
* Added Ispell routines to work with Ispell data loaded into sql tables.Sergey Kartashoff2001-02-222-2/+30
| | | | | Example updated.
* Safer bin2hexStanislav Malyshev2001-02-221-1/+2
|
* Fix #8992, patch by yasushi_takahashi@tsuken.co.jpStanislav Malyshev2001-02-221-0/+11
|
* - took out the HwSLS_FETCH to make it compile again on UnixUwe Steinmann2001-02-221-2/+2
| | | | | Is this really neccesary at this point?