summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* Fix segfault due to unchecked null pointerSascha Schumann2002-07-261-35/+37
|
* In theory this will fix a problem in Window trying to delete a not closedTomas V.V.Cox2002-07-261-1/+3
| | | | | | | file #if so, other fixes like that may be needed
* 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.
* use -d output_buffer=0 to workarround the PHP flush() problemTomas V.V.Cox2002-07-261-12/+12
|
* download package if force is setTomas V.V.Cox2002-07-261-1/+4
|
* revert my change from PHP_BINDIR to bin_dirTomas V.V.Cox2002-07-261-1/+1
|
* Use install-as attrib for pear.bat too, so it gets installed in @bin_dir@Tomas V.V.Cox2002-07-261-1/+1
|
* Use script arg separator '--'Tomas V.V.Cox2002-07-261-11/+2
| | | | | Clean up unused stuff
* - Fix problem with debug_backtrace() reported by Stig. We weren't reportingAndi Gutmans2002-07-264-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.Cox2002-07-261-1/+2
|
* Workarround to the empty $_ENVTomas V.V.Cox2002-07-261-10/+22
|
* use $GLOBALS['HTTP_SERVER_VARS'] insteadTomas V.V.Cox2002-07-261-2/+2
|
* Silence NOTICETomas V.V.Cox2002-07-261-1/+1
|
* all functions based on php_stat are now safe mode aware...Stefan Esser2002-07-261-0/+4
|
* When Britney learns to sing, I will quit this..foobar2002-07-261-2/+2
|
* NEWS update2002-07-261-0/+2
|
* ChangeLog update2002-07-262-0/+47
|
* Fixed 3 major failures in this test:foobar2002-07-251-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.foobar2002-07-252-11/+16
|
* Allow setting post_max_size and upload_max_filesize in .htaccess files toofoobar2002-07-251-3/+5
|
* 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)
* do not dtor empty elementsStefan Esser2002-07-251-1/+3
|
* -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
* ChangeLog update2002-07-252-0/+43
|
* - Fix some compile problems with the new configure checks.Andi Gutmans2002-07-241-17/+4
|
* move testing for the alignment values into configure.James Cox2002-07-242-0/+47
|
* break out if there is no data to work on.Stefan Esser2002-07-241-0/+4
|
* 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
|
* ws fixes.James Cox2002-07-241-17/+0
|
* ChangeLog update2002-07-242-0/+47
|
* -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
|
* - Fix WS.Andi Gutmans2002-07-231-2/+2
|
* Removed some outdated lines from init_request_info().Holger Zimmermann2002-07-231-3/+0
|
* Add autom4te.cacheSascha Schumann2002-07-230-0/+0
|
* Remove \rSascha Schumann2002-07-230-0/+0
|
* 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: #18308. (uname -a sometimes has extra linefeeds)foobar2002-07-231-2/+2
|
* This should fix those solaris+gcc bugs when --enable-libgcc is not usedfoobar2002-07-231-30/+27
|
* Fix bug: #18479. Better error message what was not found.foobar2002-07-231-8/+10
|
* ChangeLog update2002-07-231-0/+54
|
* <insert funny comment here>foobar2002-07-231-4/+3
|
* Added news item about bug 13866 in response to bug 14752James Moore2002-07-221-0/+1
|
* Switch streams socket abstraction to use a timeval structure instead of anJason Greene2002-07-226-22/+33
| | | | | | | | integer to allow subsecond timeouts. This supports the previous behavior of fsockopen() Fixes bug #16261
* added some more tags from WinXPMarcus Boerger2002-07-221-26/+118
| | | | | | | changed conersion for TAG_FMT_SBYTE & BYTE #second change fixes unnecessary conversion timeout #found by Johan Hultgren <johan@6thgear.se>