Home
last modified time | relevance | path

Searched refs:rename (Results 51 – 67 of 67) sorted by relevance

123

/PHP-5.5/ext/phar/
H A DTODO30 X support rename() in stream wrapper [Greg]
82 X make convertToZip/convertToTar rename files [Steph]
83 X make convertTo*() with full file compression rename to append .gz or .bz2
/PHP-5.5/ext/gd/libgd/
H A Dwebpng.c275 if (rename (outFn, argv[argc - 1]) != 0) in main()
/PHP-5.5/ext/standard/tests/file/
H A Dfileinode_variation.phpt65 rename("$file_path/old.txt", "$file_path/new.txt");
H A D005_variation-win32.phpt139 rename($file_name2, "$file_path/005_variation_touch_new.tmp");
H A D005_variation.phpt154 rename($file_name2, "$file_path/005_variation_touch_new.tmp");
/PHP-5.5/ext/zip/lib/
H A Dzipint.h73 #define _zip_rename rename
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.h300 # define VCWD_RENAME(oldname, newname) rename(oldname, newname)
H A Dtsrm_virtual_cwd.c1703 retval = rename(oldname, newname); in virtual_rename()
/PHP-5.5/ext/standard/
H A Dfile.c1433 PHP_FUNCTION(rename) in PHP_FUNCTION() argument
1452 if (!wrapper->wops->rename) { in PHP_FUNCTION()
1464 RETURN_BOOL(wrapper->wops->rename(wrapper, old_name, new_name, 0, context TSRMLS_CC)); in PHP_FUNCTION()
H A Dbasic_functions.c3107 PHP_FE(rename, arginfo_rename)
/PHP-5.5/main/
H A Dphp_streams.h152 …int (*rename)(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_c… member
/PHP-5.5/
H A DINSTALL428 Note that some distros may rename apxs to apxs2.
477 rename or copy it to a .phps file:
H A DNEWS5247 - Fixed possible bad behavior of rename on windows when used with symbolic
5600 - Fixed bug #48771 (rename() between volumes fails and reports no error on
6137 - Fixed bug #47757 (rename JPG to JPEG in phpinfo). (Pierre)
6169 - Fixed bug #47085 (rename() returns true even if the file in PHAR does not
7085 - Fixed bug #43137 (rmdir() and rename() do not clear statcache). (Jani)
10005 - Fixed bug #30388 (rename across filesystems loses ownership and
/PHP-5.5/build/
H A Dlibtool.m43335 # ends with ".so" (or ".sl" for HP-UX), so rename the library
3491 # ends with ".so" (or ".sl" for HP-UX), so rename the library
3551 # ends with ".so" (or ".sl" for HP-UX), so rename the library
/PHP-5.5/win32/
H A Dinstall.txt289 PHP is able to find and rename it to php.ini. PHP searches for php.ini
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog2159 (b) In pcre_compile(), rename the member of the "branch_chain" structure
2163 (c) In pcre_study(), rename the function set_bit() as set_table_bit(), to
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c32144 if( rename(tPath, cPath) ){

Completed in 354 milliseconds

123