Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | WS | Dan Kalowsky | 2002-07-31 | 1 | -5/+5 | |
| | ||||||
* | Just adding in an error check that seems to work here well. | Dan Kalowsky | 2002-07-31 | 1 | -0/+5 | |
| | ||||||
* | Reverted the patch..it breaks the original behaviour of at least array_shift. | foobar | 2002-07-31 | 1 | -4/+5 | |
| | ||||||
* | removing the useless +1's on sizeof() and adding the mail_parameter for the | Dan Kalowsky | 2002-07-31 | 2 | -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 Kalowsky | 2002-07-30 | 1 | -13/+15 | |
| | | | | | | and seems to make imap_get_quotaroot return the correct values despite cclients claim of "getquotaroot list improper". | |||||
* | fixed bugs 16063 and 16068 | Brad LaFountain | 2002-07-30 | 1 | -5/+4 | |
| | | | | | increased preformance of array_pop and array_shift | |||||
* | ftp_close returns now TRUE on success and FALSE on failure. | Stefan Esser | 2002-07-30 | 1 | -1/+1 | |
| | ||||||
* | Commiting Steph@php.net's patch to re-enable touch on Win32 machines | Dan Kalowsky | 2002-07-30 | 1 | -2/+0 | |
| | ||||||
* | Add --skel=dir option to ext_skel (patch from David Viner) | Rasmus Lerdorf | 2002-07-30 | 1 | -11/+21 | |
| | ||||||
* | Fix strtotime() "next" keyword handling. | Rasmus Lerdorf | 2002-07-30 | 1 | -1/+1 | |
| | ||||||
* | Fix for #18638 (str_rot13 bug) | Rasmus Lerdorf | 2002-07-30 | 1 | -14/+11 | |
| | ||||||
* | Fixed proxy setting for ZOOM | Adam Dickmeiss | 2002-07-30 | 1 | -0/+2 | |
| | ||||||
* | add sablotron version, patch by Christian Stocker... | Sterling Hughes | 2002-07-29 | 1 | -0/+4 | |
| | ||||||
* | Make PHP part of Z39.50 implementation name | Adam Dickmeiss | 2002-07-29 | 1 | -0/+1 | |
| | ||||||
* | Use type ext rather than raw for ZOOM record fetch | Adam Dickmeiss | 2002-07-29 | 1 | -1/+1 | |
| | ||||||
* | - nodename is not always set, check if it really is. | Christian Stocker | 2002-07-29 | 1 | -3/+5 | |
| | | | | | - make force_ref for aliases as well | |||||
* | Fixed bug #14657 (patch by Steph Fox) | Edin Kadribasic | 2002-07-29 | 1 | -1/+0 | |
| | ||||||
* | Allow xmlrpc-epi header files stored under include/xmlrpc-epi | Yasuo Ohgaki | 2002-07-28 | 2 | -6/+16 | |
| | ||||||
* | - Copy and paste error -> unify error messages | Derick Rethans | 2002-07-28 | 2 | -2/+2 | |
| | ||||||
* | Added sha1, sha1_file functions. | Stefan Esser | 2002-07-28 | 5 | -1/+462 | |
| | ||||||
* | -decode several MarkerNotes | Marcus Boerger | 2002-07-28 | 1 | -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 Roehrich | 2002-07-28 | 2 | -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 messages | Yasuo Ohgaki | 2002-07-28 | 1 | -109/+109 | |
| | ||||||
* | forgot to move imeageellipse out of #ifdef HAVE_LIBGD20 | Marcus Boerger | 2002-07-28 | 1 | -29/+29 | |
| | ||||||
* | Fixed query string handling. Now some.php?a&b=1;c works. | Yasuo Ohgaki | 2002-07-28 | 1 | -22/+19 | |
| | | | | | # arg_separator.output can be multile chars | |||||
* | fixed: output encoding translation by mb_output_handler() in ext/mbstring ↵ | Rui Hirokawa | 2002-07-27 | 1 | -3/+21 | |
| | | | | was not usable when Content-Type is set by header(). | |||||
* | Do not leak data connection. | Stefan Esser | 2002-07-27 | 1 | -0/+2 | |
| | ||||||
* | - Fix bug: #18509, e.g. setting CURLOPT_BINARYTRANSFER succeeds always. | foobar | 2002-07-26 | 1 | -3/+6 | |
| | | | | | - Also set the binary mode ONLY if the passed value is true.. | |||||
* | Fizing ZTS build | Frank M. Kromann | 2002-07-26 | 1 | -0/+2 | |
| | ||||||
* | [EXPERIMENTAL] Added functions for asynchronous FTP transfers | Stefan Esser | 2002-07-26 | 4 | -8/+601 | |
| | ||||||
* | Missing Photoshop tags | Marcus Boerger | 2002-07-26 | 1 | -2/+11 | |
| | ||||||
* | forgot to make the same change to imap_get_quota... | Dan Kalowsky | 2002-07-26 | 1 | -6/+2 | |
| | ||||||
* | Minor memory fix suggested by Zeev | Dan Kalowsky | 2002-07-26 | 1 | -6/+2 | |
| | ||||||
* | Bugfix: #18532 | Georg Richter | 2002-07-26 | 1 | -11/+23 | |
| | | | | | Fixed week number calculation in accordance with ISO 8601 | |||||
* | fixed cut & paste typo | Stefan Esser | 2002-07-26 | 1 | -1/+1 | |
| | ||||||
* | Adding initial support for PHP imap_get_quotaroot | Dan Kalowsky | 2002-07-26 | 2 | -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 per | Dan Kalowsky | 2002-07-26 | 2 | -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 missing | Marcus Boerger | 2002-07-26 | 1 | -1/+1 | |
| | | | | | # derick: the rest of the patch wasn't removed | |||||
* | @- FTP extension does support (auto)resuming now. | Stefan Esser | 2002-07-26 | 5 | -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 Esser | 2002-07-26 | 1 | -0/+4 | |
| | ||||||
* | Fixed bug: #18561. | foobar | 2002-07-25 | 1 | -4/+6 | |
| | ||||||
* | - Added parameter to print_r which returns the variable representation | Derick Rethans | 2002-07-25 | 1 | -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 Boerger | 2002-07-25 | 1 | -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 Ohgaki | 2002-07-24 | 3 | -9/+16 | |
| | | | | | | Raise E_NOTICE, instead of E_ERROR, for setting/getting properties to/from a "incomplete object". | |||||
* | - removed unused variable | Uwe Steinmann | 2002-07-24 | 1 | -1/+0 | |
| | ||||||
* | -naming convention | Marcus Boerger | 2002-07-24 | 1 | -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 winstead | 2002-07-23 | 1 | -1/+1 | |
| | ||||||
* | MFB (patch by Troels Arvin <troels@arvin.dk>). | Edin Kadribasic | 2002-07-23 | 2 | -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. | foobar | 2002-07-23 | 1 | -8/+10 | |
| | ||||||
* | Switch streams socket abstraction to use a timeval structure instead of an | Jason Greene | 2002-07-22 | 4 | -4/+8 | |
| | | | | | | | | integer to allow subsecond timeouts. This supports the previous behavior of fsockopen() Fixes bug #16261 |