Revision tags: dev |
|
#
a55c1228 |
| 29-Jul-2002 |
Edin Kadribasic |
Fixed bug #14657 (patch by Steph Fox)
|
Revision tags: php-4.2.2 |
|
#
728f2de4 |
| 08-Jul-2002 |
Derick Rethans |
Unify error messages
|
Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4 |
|
#
54469425 |
| 19-May-2002 |
Edin Kadribasic |
Added glob() support for windows.
|
Revision tags: php-4.3.0dev-ZendEngine2 |
|
#
25a616d7 |
| 18-May-2002 |
Markus Fischer |
- Fix portability issues with empty results on Linux and FreeBSD, add safe_mode check and simplify code. # Hartmut, what was the VCWD check for ?!
|
Revision tags: php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0 |
|
#
b10b24d5 |
| 16-Apr-2002 |
Wez Furlong |
Always initialize wrappers, regardless of PG(allow_url_fopen). Add is_url field to wrapper structure; the stream wrapper openers will disallow opening is is_url && !PG(allow_url_fopen). A
Always initialize wrappers, regardless of PG(allow_url_fopen). Add is_url field to wrapper structure; the stream wrapper openers will disallow opening is is_url && !PG(allow_url_fopen). Add infrastructure for stat($url) and opendir($url). Tidy up/centralize code that locates and instantiates wrappers for the various operations. Implement opendir for plain files. Make the PHP opendir and dir functions use the streams implementations. Add modelines for syntax highlighting the pear scripts in vim
show more ...
|
Revision tags: php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2 |
|
#
b00d9a5b |
| 21-Mar-2002 |
Hartmut Holzgraefe |
added fnmatch() and glob() functions could someone please check if i got the virtual dir stuff right?
|
Revision tags: php-4.2.0RC1, help |
|
#
01505de0 |
| 06-Mar-2002 |
James E. Flemer |
(PHP opendir) Changed CHECKUID_ALLOW_ONLY_DIR to CHECKUID_ALLOW_ONLY_FILE so that relative paths (vs absolute) work correctly.
|
#
787ce372 |
| 03-Mar-2002 |
James E. Flemer |
(PHP opendir) Added safe_mode checks on path. @- Added safe_mode checks for opendir(). (jflemer)
|
#
90613d22 |
| 28-Feb-2002 |
Sebastian Bergmann |
Maintain headers.
|
Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH |
|
#
21cc717b |
| 03-Jan-2002 |
Thies C. Arntzen |
protos fixes by Wolfgang Drews
|
#
f0174589 |
| 30-Dec-2001 |
Zak Greant |
chdir: corrected proto, converted to zend_parse_parameters
|
#
59a45acc |
| 30-Dec-2001 |
Zak Greant |
chroot: corrected prototype, converted to zend_parse_parameters
|
Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers.
|
Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS |
|
#
c0332885 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
|
Revision tags: PRE_SUBST_Z_MACROS |
|
#
5275b603 |
| 12-Sep-2001 |
foobar |
Enable chroot() only if SAPI is CGI.
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding.
|
Revision tags: php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE |
|
#
c0404f46 |
| 11-Aug-2001 |
Zeev Suraski |
Whitespace
|
Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
bc42c375 |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH work. Got it under 400 now.
|
#
aa1772ca |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation
|
#
1c25b8dd |
| 30-Jul-2001 |
Zeev Suraski |
Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way
|
#
b99a590b |
| 29-Jul-2001 |
Andi Gutmans |
- More object macros
|
#
d87cc976 |
| 28-Jul-2001 |
Zeev Suraski |
Redesigned thread safety mechanism - nua nua
|
#
fe6f8712 |
| 27-Jul-2001 |
Zeev Suraski |
- Get rid of ELS_*(), and use TSRMLS_*() instead. - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any unco
- Get rid of ELS_*(), and use TSRMLS_*() instead. - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
show more ...
|
Revision tags: PRE_TSRM_MERGE_PATCH |
|
#
771e3e49 |
| 13-Jul-2001 |
James E. Flemer |
o Fixed Bug #12121: chdir and safe_mode - [ main/safe_mode.h ] added new checkuid mode: CHECKUID_ALLOW_ONLY_FILE: skips directory check if file check fails - [ ex
o Fixed Bug #12121: chdir and safe_mode - [ main/safe_mode.h ] added new checkuid mode: CHECKUID_ALLOW_ONLY_FILE: skips directory check if file check fails - [ ext/standard/dir.c ] changed php_checkuid() to use CHECKUID_ALLOW_ONLY_FILE instead of CHECKUID_ALLOW_ONLY_DIR - [ main/safe_mode.c ] added code for new checkuid mode o Fixed Bug #12119: safe mode owner check can be bypassed with symlink - [ main/safe_mode.c ] use VCWD_REALPATH to resolve destination of symlink before trimming filename o New Feature: safe_mode_include_dir (php.ini directive) - Allows bypassing UID/GID checks when including files from the directory in safe_mode_include_dir and its subdirectories. (safe_mode must be on, directory must also be in include_path or full path must be used when including) o Fixed Feature: safe_mode_gid (php.ini directive) - Correctly check (and report) UID/GID bits on directories o Changed include() fall back to scripts cwd implementation - CWD added to the (local) search path in php_fopen_with_path() instead of seperate case. [ main/fopen_wrappers.c ]
show more ...
|
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6 |
|
#
03ae0d77 |
| 20-Jun-2001 |
Thies C. Arntzen |
add PLS_FETCH();
|