summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
...
* WSDan Kalowsky2002-07-311-5/+5
|
* Just adding in an error check that seems to work here well.Dan Kalowsky2002-07-311-0/+5
|
* Reverted the patch..it breaks the original behaviour of at least array_shift.foobar2002-07-311-4/+5
|
* removing the useless +1's on sizeof() and adding the mail_parameter for theDan Kalowsky2002-07-312-12/+8
| | | | | getquot inside the imap_get_quotaroot function. thank Jani.
* fixes a typo in the word "limit", adds the null character to the strlen,Dan Kalowsky2002-07-301-13/+15
| | | | | | and seems to make imap_get_quotaroot return the correct values despite cclients claim of "getquotaroot list improper".
* fixed bugs 16063 and 16068Brad LaFountain2002-07-301-5/+4
| | | | | increased preformance of array_pop and array_shift
* ftp_close returns now TRUE on success and FALSE on failure.Stefan Esser2002-07-301-1/+1
|
* Commiting Steph@php.net's patch to re-enable touch on Win32 machinesDan Kalowsky2002-07-301-2/+0
|
* Add --skel=dir option to ext_skel (patch from David Viner)Rasmus Lerdorf2002-07-301-11/+21
|
* Fix strtotime() "next" keyword handling.Rasmus Lerdorf2002-07-301-1/+1
|
* Fix for #18638 (str_rot13 bug)Rasmus Lerdorf2002-07-301-14/+11
|
* Fixed proxy setting for ZOOMAdam Dickmeiss2002-07-301-0/+2
|
* add sablotron version, patch by Christian Stocker...Sterling Hughes2002-07-291-0/+4
|
* Make PHP part of Z39.50 implementation nameAdam Dickmeiss2002-07-291-0/+1
|
* Use type ext rather than raw for ZOOM record fetchAdam Dickmeiss2002-07-291-1/+1
|
* - nodename is not always set, check if it really is.Christian Stocker2002-07-291-3/+5
| | | | | - make force_ref for aliases as well
* Fixed bug #14657 (patch by Steph Fox)Edin Kadribasic2002-07-291-1/+0
|
* Allow xmlrpc-epi header files stored under include/xmlrpc-epiYasuo Ohgaki2002-07-282-6/+16
|
* - Copy and paste error -> unify error messagesDerick Rethans2002-07-282-2/+2
|
* Added sha1, sha1_file functions.Stefan Esser2002-07-285-1/+462
|
* -decode several MarkerNotesMarcus Boerger2002-07-281-47/+249
| | | | | | -correct offset information in debug mode @exif_read_data() can decode MarkerNote of several Cameras. (Marcus)
* Commit patch as discussed on LinuxTag and posted to php-dev in June.Stefan Roehrich2002-07-282-20/+34
| | | | | | | | | | Disables zlib.output_compression for scripts with image/ content-type header (fixes bug #16109) and makes it possible to switch zlib.output_compression during script execution before the headers are sent. @- zlib.output_compression is disabled for "image/" content-type @ headers and can be changed during script execution. (Stefan)
* Unify error messagesYasuo Ohgaki2002-07-281-109/+109
|
* forgot to move imeageellipse out of #ifdef HAVE_LIBGD20Marcus Boerger2002-07-281-29/+29
|
* Fixed query string handling. Now some.php?a&b=1;c works.Yasuo Ohgaki2002-07-281-22/+19
| | | | | # arg_separator.output can be multile chars
* fixed: output encoding translation by mb_output_handler() in ext/mbstring ↵Rui Hirokawa2002-07-271-3/+21
| | | | was not usable when Content-Type is set by header().
* Do not leak data connection.Stefan Esser2002-07-271-0/+2
|
* - Fix bug: #18509, e.g. setting CURLOPT_BINARYTRANSFER succeeds always.foobar2002-07-261-3/+6
| | | | | - Also set the binary mode ONLY if the passed value is true..
* Fizing ZTS buildFrank M. Kromann2002-07-261-0/+2
|
* [EXPERIMENTAL] Added functions for asynchronous FTP transfersStefan Esser2002-07-264-8/+601
|
* Missing Photoshop tagsMarcus Boerger2002-07-261-2/+11
|
* forgot to make the same change to imap_get_quota...Dan Kalowsky2002-07-261-6/+2
|
* Minor memory fix suggested by ZeevDan Kalowsky2002-07-261-6/+2
|
* Bugfix: #18532Georg Richter2002-07-261-11/+23
| | | | | Fixed week number calculation in accordance with ISO 8601
* fixed cut & paste typoStefan Esser2002-07-261-1/+1
|
* Adding initial support for PHP imap_get_quotarootDan Kalowsky2002-07-262-0/+60
| | | | | | | # apparently c-client does not like Cyrus's GETQUOTAROOT return list this # is still be worked out, but all functionality should be there # Return array is still not very organized
* (PHP imap_get_quota) updated to properly reflect the RFC 2087 as perDan Kalowsky2002-07-262-13/+32
| | | | | | | bug #14673 @- imap_get_quota now allows multiple resource values to be returned, as per RFC 2087, closes bug #14673 (kalowsky, Sander Steffann)
* reapply patch for imageellipse beeing wrappet to imagearc if missingMarcus Boerger2002-07-261-1/+1
| | | | | # derick: the rest of the patch wasn't removed
* @- FTP extension does support (auto)resuming now.Stefan Esser2002-07-265-54/+155
| | | | | Added (Auto)Resuming functionality to ftp_(f)get/(f)put via optional 5th parameter.
* all functions based on php_stat are now safe mode aware...Stefan Esser2002-07-261-0/+4
|
* Fixed bug: #18561.foobar2002-07-251-4/+6
|
* - Added parameter to print_r which returns the variable representationDerick Rethans2002-07-251-7/+17
| | | | | | | instead of echoing it. @- Added parameter to print_r which returns the variable representation @ instead of echoing it. (Derick)
* -handling of thumbnails in sub IFDs (the Photoshopway for TIFF)Marcus Boerger2002-07-251-10/+59
| | | | | | -Some Photoshop specific tags #after the last patches this finally fixes all warnings and errors in bug #18405
* is_object() returns FALSE if object is a "incomplete object".Yasuo Ohgaki2002-07-243-9/+16
| | | | | | Raise E_NOTICE, instead of E_ERROR, for setting/getting properties to/from a "incomplete object".
* - removed unused variableUwe Steinmann2002-07-241-1/+0
|
* -naming conventionMarcus Boerger2002-07-241-78/+147
| | | | | | | | -better notices -(D)WORD are unsigned datatypes -started to split tygs into different arrays that would allow to handle vendor specific tags after detection of their markers #BUT simply i do not have any vendor specific image tags...
* restore shane to list of members of php group (got lost somewhere along the way)jim winstead2002-07-231-1/+1
|
* MFB (patch by Troels Arvin <troels@arvin.dk>).Edin Kadribasic2002-07-232-4/+8
| | | | | | Added pcre include path to global list of includes in order to allow use of external pcre libs.
* Fix bug: #18479. Better error message what was not found.foobar2002-07-231-8/+10
|
* Switch streams socket abstraction to use a timeval structure instead of anJason Greene2002-07-224-4/+8
| | | | | | | | integer to allow subsecond timeouts. This supports the previous behavior of fsockopen() Fixes bug #16261