Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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) | |||||
* | Fix segfault due to unchecked null pointer | Sascha Schumann | 2002-07-26 | 1 | -35/+37 | |
| | ||||||
* | In theory this will fix a problem in Window trying to delete a not closed | Tomas V.V.Cox | 2002-07-26 | 1 | -1/+3 | |
| | | | | | | | file #if so, other fixes like that may be needed | |||||
* | 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. | |||||
* | use -d output_buffer=0 to workarround the PHP flush() problem | Tomas V.V.Cox | 2002-07-26 | 1 | -12/+12 | |
| | ||||||
* | download package if force is set | Tomas V.V.Cox | 2002-07-26 | 1 | -1/+4 | |
| | ||||||
* | revert my change from PHP_BINDIR to bin_dir | Tomas V.V.Cox | 2002-07-26 | 1 | -1/+1 | |
| | ||||||
* | Use install-as attrib for pear.bat too, so it gets installed in @bin_dir@ | Tomas V.V.Cox | 2002-07-26 | 1 | -1/+1 | |
| | ||||||
* | Use script arg separator '--' | Tomas V.V.Cox | 2002-07-26 | 1 | -11/+2 | |
| | | | | | Clean up unused stuff | |||||
* | - Fix problem with debug_backtrace() reported by Stig. We weren't reporting | Andi Gutmans | 2002-07-26 | 4 | -35/+18 | |
| | | | | | | | | - global function information because it wasn't available. We have to do - an additional assignment per-function call so that it'll be available. - Also don't define the global scope as function name _main_ but leave it - empty so that frameworks like Pear can decide what they want to do. | |||||
* | Use DIRECTORY_SEPARATOR instead of hardcoded '/' | Tomas V.V.Cox | 2002-07-26 | 1 | -1/+2 | |
| | ||||||
* | Workarround to the empty $_ENV | Tomas V.V.Cox | 2002-07-26 | 1 | -10/+22 | |
| | ||||||
* | use $GLOBALS['HTTP_SERVER_VARS'] instead | Tomas V.V.Cox | 2002-07-26 | 1 | -2/+2 | |
| | ||||||
* | Silence NOTICE | Tomas V.V.Cox | 2002-07-26 | 1 | -1/+1 | |
| | ||||||
* | all functions based on php_stat are now safe mode aware... | Stefan Esser | 2002-07-26 | 1 | -0/+4 | |
| | ||||||
* | When Britney learns to sing, I will quit this.. | foobar | 2002-07-26 | 1 | -2/+2 | |
| | ||||||
* | NEWS update | 2002-07-26 | 1 | -0/+2 | ||
| | ||||||
* | ChangeLog update | 2002-07-26 | 2 | -0/+47 | ||
| | ||||||
* | Fixed 3 major failures in this test: | foobar | 2002-07-25 | 1 | -25/+27 | |
| | | | | | | | | | | | | | | | | | | | 1. Tests work better when they are actually run.. 2. When file is opened, it should be closed sometime too. 3. AC_TRY_RUN cleans after itself (rm -f conftest.*), so it's good idea to read the values while the file still exists. # # James, TEST BEFORE YOU COMMIT!!!!!!! # # Andi, I get these results (in Linux/i386): # # ZEND_MM_ALIGNMENT 4 # ZEND_MM_ALIGNMENT_LOG2 2 # # Weren't these supposed to be 8 and 3 ? # | |||||
* | - Fixed bug: #18560, the macro was not defined always. | foobar | 2002-07-25 | 2 | -11/+16 | |
| | ||||||
* | Allow setting post_max_size and upload_max_filesize in .htaccess files too | foobar | 2002-07-25 | 1 | -3/+5 | |
| | ||||||
* | 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) | |||||
* | do not dtor empty elements | Stefan Esser | 2002-07-25 | 1 | -1/+3 | |
| | ||||||
* | -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 | |||||
* | ChangeLog update | 2002-07-25 | 2 | -0/+43 | ||
| | ||||||
* | - Fix some compile problems with the new configure checks. | Andi Gutmans | 2002-07-24 | 1 | -17/+4 | |
| | ||||||
* | move testing for the alignment values into configure. | James Cox | 2002-07-24 | 2 | -0/+47 | |
| | ||||||
* | break out if there is no data to work on. | Stefan Esser | 2002-07-24 | 1 | -0/+4 | |
| | ||||||
* | 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 | |
| | ||||||
* | ws fixes. | James Cox | 2002-07-24 | 1 | -17/+0 | |
| | ||||||
* | ChangeLog update | 2002-07-24 | 2 | -0/+47 | ||
| | ||||||
* | -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 | |
| | ||||||
* | - Fix WS. | Andi Gutmans | 2002-07-23 | 1 | -2/+2 | |
| | ||||||
* | Removed some outdated lines from init_request_info(). | Holger Zimmermann | 2002-07-23 | 1 | -3/+0 | |
| | ||||||
* | Add autom4te.cache | Sascha Schumann | 2002-07-23 | 0 | -0/+0 | |
| | ||||||
* | Remove \r | Sascha Schumann | 2002-07-23 | 0 | -0/+0 | |
| | ||||||
* | 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: #18308. (uname -a sometimes has extra linefeeds) | foobar | 2002-07-23 | 1 | -2/+2 | |
| | ||||||
* | This should fix those solaris+gcc bugs when --enable-libgcc is not used | foobar | 2002-07-23 | 1 | -30/+27 | |
| | ||||||
* | Fix bug: #18479. Better error message what was not found. | foobar | 2002-07-23 | 1 | -8/+10 | |
| | ||||||
* | ChangeLog update | 2002-07-23 | 1 | -0/+54 | ||
| | ||||||
* | <insert funny comment here> | foobar | 2002-07-23 | 1 | -4/+3 | |
| | ||||||
* | Added news item about bug 13866 in response to bug 14752 | James Moore | 2002-07-22 | 1 | -0/+1 | |
| | ||||||
* | Switch streams socket abstraction to use a timeval structure instead of an | Jason Greene | 2002-07-22 | 6 | -22/+33 | |
| | | | | | | | | integer to allow subsecond timeouts. This supports the previous behavior of fsockopen() Fixes bug #16261 | |||||
* | added some more tags from WinXP | Marcus Boerger | 2002-07-22 | 1 | -26/+118 | |
| | | | | | | | changed conersion for TAG_FMT_SBYTE & BYTE #second change fixes unnecessary conversion timeout #found by Johan Hultgren <johan@6thgear.se> |