]>
granicus.if.org Git - php/log
Johannes Schlüter [Thu, 6 Oct 2005 20:39:26 +0000 (20:39 +0000)]
- MFH: Fix #34557 php -m exits with "error" 1
Rob Richards [Wed, 5 Oct 2005 16:41:18 +0000 (16:41 +0000)]
fix ZTS build
Ilia Alshanetsky [Wed, 5 Oct 2005 14:34:38 +0000 (14:34 +0000)]
MFH: Missing safe_mode/open_basedir checks for file uploads.
Ilia Alshanetsky [Wed, 5 Oct 2005 00:50:13 +0000 (00:50 +0000)]
MFH: Fixed possible INI setting leak via virtual() in Apache 2 sapi.
Antony Dovgal [Tue, 4 Oct 2005 11:19:56 +0000 (11:19 +0000)]
MFB5.1: fix #32179 (xmlrpc_encode() segfaults with recursive references)
Ilia Alshanetsky [Mon, 3 Oct 2005 14:05:07 +0000 (14:05 +0000)]
MFH: GLOBALS protection for extract() function.
Rob Richards [Sun, 2 Oct 2005 11:33:27 +0000 (11:33 +0000)]
fix build - missing closing parenthesis
Pierre Joye [Fri, 30 Sep 2005 21:05:04 +0000 (21:05 +0000)]
- MFH #33125, alpha emulation broken
Ilia Alshanetsky [Thu, 29 Sep 2005 16:31:48 +0000 (16:31 +0000)]
MFH:
Fixed possible crash and/or memory corruption in import_request_variables()
Fixed potential GLOBALS overwrite via import_request_variables().
Ilia Alshanetsky [Wed, 28 Sep 2005 22:34:04 +0000 (22:34 +0000)]
MFH: Fixed possible GLOBALS variable override when register_globals are ON.
MFH: Fixed possible register_globals toggle via parse_str().
Ilia Alshanetsky [Tue, 27 Sep 2005 15:08:43 +0000 (15:08 +0000)]
MFH: Fixed bug #32937 (open_basedir looses trailing / in the limiter).
Ilia Alshanetsky [Mon, 26 Sep 2005 15:19:05 +0000 (15:19 +0000)]
MFH: Fixed bug #34645 (ctype corrupts memory when validating large numbers).
Pierre Joye [Sun, 25 Sep 2005 12:13:49 +0000 (12:13 +0000)]
- MFH #33220, infinite loop while loading invalid GIF (nlopees)
NB: It's getting really annoying to apply patches to all these branches
Can we no define 4.x and 5.0.x as dead for 99.99% of the fixes?
Anantha Kesari H Y [Fri, 23 Sep 2005 09:20:22 +0000 (09:20 +0000)]
In NetWare two binaries with the same name can not be loaded in kernel address space(This is the default behaviour for NetWare apache webserver and hence PHP extensions also get loaded in kernel address space) simultaneoulsy. As the current autoconf built mysql extension is built as mysql.nlm this forbids the loading of mysql client binary. To work around this NetWare idiosyncrasy prefixing all the extensions with "php" except php5lib(phpts.dll eqivalent of Windows). I could have named this extensions prefixed with "php_" but "_" is eaten from the exported symbol prefix by the GCC cross compiler for NetWare so sticking to "php".
This fixes the issue of not needing "PHP_SUBST(EXTENSIONNAME_SHARED_LIBADD)" in all the extensions especially when they need to be built shared.
--Kamesh
foobar [Fri, 23 Sep 2005 08:16:01 +0000 (08:16 +0000)]
MFH: Improved the fix for #21306 a bit
Ilia Alshanetsky [Wed, 21 Sep 2005 13:19:19 +0000 (13:19 +0000)]
MFH: Fixed bug #34565 (mb_send_mail does not fetch mail.force_extra_parameters)
Johannes Schlüter [Tue, 20 Sep 2005 22:20:30 +0000 (22:20 +0000)]
- MFH: Remove HTML fragments from phpcredits() in CLI mode
foobar [Tue, 20 Sep 2005 20:59:54 +0000 (20:59 +0000)]
BFN
foobar [Tue, 20 Sep 2005 20:59:25 +0000 (20:59 +0000)]
MFH: - Fixed bug #21306 (catch bailouts of write handler during RSHUTDOWN)
Stanislav Malyshev [Tue, 20 Sep 2005 14:01:40 +0000 (14:01 +0000)]
fix crash on restarting static PHP having session modules loaded
Anantha Kesari H Y [Thu, 15 Sep 2005 14:06:15 +0000 (14:06 +0000)]
NetWare does not have sendmail binary to send mail.
--Kamesh
Ilia Alshanetsky [Tue, 13 Sep 2005 13:23:56 +0000 (13:23 +0000)]
MFH: Make key() and current() take argument by value.
Ilia Alshanetsky [Mon, 12 Sep 2005 16:59:56 +0000 (16:59 +0000)]
MFH: Fixed bug #34456 (Possible crash inside pspell extension).
Dmitry Stogov [Mon, 12 Sep 2005 09:59:47 +0000 (09:59 +0000)]
Additinal fix for bug #34277 (array_filter() crashes with references and objects)
foobar [Mon, 5 Sep 2005 16:35:05 +0000 (16:35 +0000)]
touch
foobar [Mon, 5 Sep 2005 16:25:43 +0000 (16:25 +0000)]
MFH: - Fixed bug #34311 (unserialize() crashes with characters above 191 dec)
foobar [Mon, 5 Sep 2005 16:25:11 +0000 (16:25 +0000)]
touch with working re2c
foobar [Mon, 5 Sep 2005 13:05:06 +0000 (13:05 +0000)]
BFN
Frank M. Kromann [Mon, 5 Sep 2005 05:03:21 +0000 (05:03 +0000)]
Fix for #34369
Add extra parameter to mssql_connect to force a new connection
Wez Furlong [Sun, 4 Sep 2005 04:41:00 +0000 (04:41 +0000)]
merge solaris portability fix
foobar [Fri, 2 Sep 2005 21:12:31 +0000 (21:12 +0000)]
typo
foobar [Fri, 2 Sep 2005 21:11:11 +0000 (21:11 +0000)]
BFN
Ilia Alshanetsky [Fri, 2 Sep 2005 17:25:33 +0000 (17:25 +0000)]
MFH: Resolved bug #34240.
foobar [Fri, 2 Sep 2005 13:52:55 +0000 (13:52 +0000)]
MFH
Dmitry Stogov [Thu, 1 Sep 2005 13:26:44 +0000 (13:26 +0000)]
Fixed bug #34137 (assigning array element by reference causes binary mess)
Dmitry Stogov [Thu, 1 Sep 2005 12:01:28 +0000 (12:01 +0000)]
Fixed bug #34277 (array_filter() crashes with references and objects)
Anantha Kesari H Y [Thu, 1 Sep 2005 09:51:46 +0000 (09:51 +0000)]
As NetWare LibC has optind and optarg macros defined in unistd.h our local variables were getting mistakenly preprocessed so undeffing optind and optarg
--Kamesh
foobar [Wed, 31 Aug 2005 22:29:48 +0000 (22:29 +0000)]
Fixed bug #34323
foobar [Wed, 31 Aug 2005 14:34:46 +0000 (14:34 +0000)]
Fixed bug #32318
Ilia Alshanetsky [Tue, 30 Aug 2005 22:05:13 +0000 (22:05 +0000)]
MFH: Fixed bug #32589 (possible crash inside imap_mail_compose() function).
Derick Rethans [Tue, 30 Aug 2005 09:14:51 +0000 (09:14 +0000)]
- Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9).
Ilia Alshanetsky [Fri, 26 Aug 2005 03:33:07 +0000 (03:33 +0000)]
MFH: Fixed bug #34214 (base64_decode() does not properly ignore whitespace)
Ilia Alshanetsky [Wed, 24 Aug 2005 16:20:12 +0000 (16:20 +0000)]
MFH: Remainder of the 34191 bug fix.
Ilia Alshanetsky [Tue, 23 Aug 2005 15:21:00 +0000 (15:21 +0000)]
MFH: removed unused vars
Greg Beaver [Mon, 22 Aug 2005 22:17:30 +0000 (22:17 +0000)]
sync with PEAR 1.3.6
Greg Beaver [Mon, 22 Aug 2005 22:13:12 +0000 (22:13 +0000)]
delete XML_RPC 1.3.1, add 1.4.0
Ilia Alshanetsky [Mon, 22 Aug 2005 19:59:42 +0000 (19:59 +0000)]
MFH: Make dba extension support BerkleyDB 4.3.
Greg Beaver [Mon, 22 Aug 2005 16:12:40 +0000 (16:12 +0000)]
argh, Archive_Tar is version 1.3.1, not 1.3.2
Ilia Alshanetsky [Sun, 21 Aug 2005 16:05:35 +0000 (16:05 +0000)]
MFH: Fixed bug #34191 (ob_gzhandler does not enforce trailing \0).
Greg Beaver [Sat, 20 Aug 2005 18:32:24 +0000 (18:32 +0000)]
add checks for extensions that must be loaded
Edin Kadribasic [Thu, 18 Aug 2005 21:51:02 +0000 (21:51 +0000)]
Sync with PCRE lib upgrade
Ilia Alshanetsky [Thu, 18 Aug 2005 15:14:46 +0000 (15:14 +0000)]
MFH: Fixed bug #34156 (memory usage remains elevated after memory limit is
reached)
Ilia Alshanetsky [Thu, 18 Aug 2005 01:15:53 +0000 (01:15 +0000)]
MFH: Fixed bug #33987 (php script as ErrorDocument causes crash in Apache 2).
Greg Beaver [Wed, 17 Aug 2005 21:44:32 +0000 (21:44 +0000)]
re-enable XML_RPC 1.4.0
add return by ref from PEAR::raiseError
Ilia Alshanetsky [Wed, 17 Aug 2005 15:34:24 +0000 (15:34 +0000)]
MFH: Fix EOLs under windows
Ilia Alshanetsky [Tue, 16 Aug 2005 14:12:13 +0000 (14:12 +0000)]
MFH: Fixed bug #34148 (+,- and . not supported as parts of scheme).
Ilia Alshanetsky [Tue, 16 Aug 2005 00:26:02 +0000 (00:26 +0000)]
MFH: Input validation part 2.
Ilia Alshanetsky [Mon, 15 Aug 2005 23:24:27 +0000 (23:24 +0000)]
MFH: Chunk the output
Ilia Alshanetsky [Mon, 15 Aug 2005 16:06:08 +0000 (16:06 +0000)]
MFH: input validation
Derick Rethans [Mon, 15 Aug 2005 10:47:17 +0000 (10:47 +0000)]
- MFH: Fixed bug #33558 (Warning with nested calls to functions returning by
reference).
foobar [Thu, 11 Aug 2005 23:53:31 +0000 (23:53 +0000)]
- nuked DOS EOLs..
foobar [Thu, 11 Aug 2005 23:50:18 +0000 (23:50 +0000)]
MFH
Antony Dovgal [Thu, 11 Aug 2005 21:55:28 +0000 (21:55 +0000)]
fix proto
Marcus Boerger [Thu, 11 Aug 2005 21:37:59 +0000 (21:37 +0000)]
- This is actually 4.4
Ilia Alshanetsky [Wed, 10 Aug 2005 22:39:12 +0000 (22:39 +0000)]
MFH: Fixed bug #34068 (Numeric string as array key not cast to integer in
wddx_deserialize()).
Dmitry Stogov [Wed, 10 Aug 2005 10:37:03 +0000 (10:37 +0000)]
Fixed bug #34064 (arr[] as param to function is allowed only if function receives argument by reference)
Dmitry Stogov [Wed, 10 Aug 2005 08:24:12 +0000 (08:24 +0000)]
Fixed bug #33940 (array_map() fails to pass by reference when called recursively)
Dmitry Stogov [Wed, 10 Aug 2005 07:44:10 +0000 (07:44 +0000)]
Fixed bug #29253 (array_diff with $GLOBALS argument fails)
Andrei Zmievski [Tue, 9 Aug 2005 17:42:02 +0000 (17:42 +0000)]
Upgrade to PCRE 6.2.
foobar [Fri, 5 Aug 2005 20:39:39 +0000 (20:39 +0000)]
MFH
foobar [Fri, 5 Aug 2005 20:27:59 +0000 (20:27 +0000)]
- Fixed bug #34008 (compile failure)
Anantha Kesari H Y [Fri, 5 Aug 2005 14:09:18 +0000 (14:09 +0000)]
NetWare specific stat structure issues.
--Kamesh
Anantha Kesari H Y [Thu, 4 Aug 2005 12:11:29 +0000 (12:11 +0000)]
NetWare cross compile patch from 5.0 tree.
--Kamesh
Dmitry Stogov [Thu, 4 Aug 2005 10:37:51 +0000 (10:37 +0000)]
Fixed bug #33989 (extract($GLOBALS,EXTR_REFS) crashes PHP)
Anantha Kesari H Y [Wed, 3 Aug 2005 14:51:24 +0000 (14:51 +0000)]
NetWare LibC has lstat implemented.
--Kamesh
Anantha Kesari H Y [Wed, 3 Aug 2005 14:49:50 +0000 (14:49 +0000)]
NetWare specific stat structure issues.
--Kamesh
foobar [Fri, 29 Jul 2005 19:42:48 +0000 (19:42 +0000)]
MFH
foobar [Fri, 29 Jul 2005 12:59:38 +0000 (12:59 +0000)]
MFH
Anantha Kesari H Y [Thu, 28 Jul 2005 14:47:53 +0000 (14:47 +0000)]
Merging changes from 5.0 tree
--Kamesh
Anantha Kesari H Y [Thu, 28 Jul 2005 10:10:16 +0000 (10:10 +0000)]
NetWare changes from 5.0 Tree.
--Kamesh
Anantha Kesari H Y [Thu, 28 Jul 2005 09:25:30 +0000 (09:25 +0000)]
Adding this file from 5_0 tree
-- Kamesh
Anantha Kesari H Y [Thu, 28 Jul 2005 09:04:07 +0000 (09:04 +0000)]
NetWare can make use autoconf based build.
--Kamesh
Anantha Kesari H Y [Thu, 28 Jul 2005 09:01:44 +0000 (09:01 +0000)]
NetWare LibC SDK has stat.h. So removing this.
--Kamesh
Anantha Kesari H Y [Wed, 27 Jul 2005 11:58:28 +0000 (11:58 +0000)]
NetWare cross compile patches from 5.0
--Kamesh
Anantha Kesari H Y [Wed, 27 Jul 2005 11:53:54 +0000 (11:53 +0000)]
cross compile patches from 5.0 tree.
--Kamesh
Anantha Kesari H Y [Wed, 27 Jul 2005 11:22:36 +0000 (11:22 +0000)]
ext/standard/datetime.c
Removed redundant NEW_LIBC checks
ext/standard/head.c
Removed redundant inclusion of headers
ext/standard/image.c
Removed redundant inclusion of headers
ext/standard/pageinfo.c
Removed redundant CLIB_STAT_CHECK. BG(page_mtime) was giving nano seconds portion out of timespec corrected to seconds.
ext/standard/math.c
Not to hardcode inability as much as possible, in future NetWare LibC SDK might have asinh that time autoconf can make this function available.
ext/standard/filestat.c
Fixed the typo of accessing the nano seconds from a timer_spec to seconds.
--Kamesh
Anantha Kesari H Y [Wed, 27 Jul 2005 10:32:16 +0000 (10:32 +0000)]
NetWare can make use of autoconf based build
Anantha Kesari H Y [Wed, 27 Jul 2005 10:26:25 +0000 (10:26 +0000)]
main/php_syslog.h
NetWare can make use of Autoconf based build.
main/php.h
Removed redundant NEW_LIBC checks.
PHP_UNAME and PHP_OS has been hardcoded for NetWare inside configure.in
Removed the config.nw.h
--Kamesh
Anantha Kesari H Y [Wed, 27 Jul 2005 09:14:44 +0000 (09:14 +0000)]
Removing redundant CLIB_STAT_PATCH checks.
--Kamesh
Antony Dovgal [Tue, 26 Jul 2005 20:05:49 +0000 (20:05 +0000)]
nuke unused var
Anantha Kesari H Y [Tue, 26 Jul 2005 14:02:00 +0000 (14:02 +0000)]
NetWare libmysqlclient library is available as libmysql(olden times 8.3 limitation).
Applying the accepted patches on 5.0 tree.
--Kamesh
Anantha Kesari H Y [Tue, 26 Jul 2005 13:51:34 +0000 (13:51 +0000)]
main/main.c
Removing redundant NEW_LIBC checks
main/fopen_wrappers.c
NetWare LibC SDK has sys/pwd.h and sys/param.h
Removed redundant NEW_LIBC checks
main/user_streams.c
NetWare specific stat structure issues.
main/php_scandir.c
Netware LibC SDK does not have search.h
main/network.c
Removed redundant NEW_LIBC checks.
NetWare LibC SDK has sys/param.h
--Kamesh
Anantha Kesari H Y [Tue, 26 Jul 2005 13:34:52 +0000 (13:34 +0000)]
TSRM/TSRM.h
NetWare can make use of autoconf based build.
PTHREADS implementation of NetWare is good enough so dropping the code for NetWare specific thread implementation in preference to PTHREADS
TSRM/TSRM.c
PTHREADS implementation of NetWare is good enough so dropping the code for NetWare specific thread implementation in preference to PTHREADS
TSRM/tsrm_virtual_cwd.c
NetWare can make use of autoconf based build.
Removed redundant CLIB_STAT_PATCH checks
NetWare specific fixes from PHP_5_0.
TSRM/tsrm_virtual_cwd.h
Removed redundant CLIB_STAT_PATCH checks
NetWare specific fixes from PHP_5_0.
--Kamesh
Anantha Kesari H Y [Tue, 26 Jul 2005 09:32:58 +0000 (09:32 +0000)]
ext/standard/basic_functions.c
Removed Redundant inclusion headers for NetWare. NetWare LibC SDK has netdb.h.
ext/standard/file.c
NetWare LibC sys/types.h does not include sys/select.h implicitly as it is the case with Linux LibC. So including explicitly.
NetWare LibC SDK has pwd.h
NetWare specific stat structure issues.
ext/standard/filestat.c
NetWare LibC SDK has pwd.h
removing redundant CLIB_STAT_PATCH and NEW_LIBC checks
ext/standard/fsock.c
Removed the redundant NEW_LIBC checks
ext/standard/mail.c
netware/pipe.h not needed to be included anymore for NetWare
Removed the netware/sysexits.h and defined the 2 relevant macros inside the NetWare section
ext/standard/pack.c
NetWare LibC SDK has pwd.h
ext/standard/pageinfo.c
NetWare LibC SDK has pwd.h.
Removing redunant NEW_LIBC checks.
ext/standard/rand.c
NetWare LibC SDK has pwd.h.
ext/standard/ftp_fopen_wrapper.c
Removing redundant inclusion of headers. NetWare LibC SDK has sys/param.h
ext/standard/http_fopen_wrapper.c
Removing redundant inclusion of headers. NetWare LibC SDK has sys/param.h
--Kamesh
Rasmus Lerdorf [Mon, 25 Jul 2005 20:36:36 +0000 (20:36 +0000)]
Fix for bug #33690
Anantha Kesari H Y [Mon, 25 Jul 2005 14:07:16 +0000 (14:07 +0000)]
NetWare LibC SDK has pwd.h and include sys/param.h
--Kamesh
Anantha Kesari H Y [Mon, 25 Jul 2005 14:06:17 +0000 (14:06 +0000)]
Netware specific stat structure issues.
--Kamesh
Anantha Kesari H Y [Mon, 25 Jul 2005 13:08:32 +0000 (13:08 +0000)]
ext/standard/dl.c
NetWare LibC dlsym works perfectly only thing that each of the extension need to export a symbol with FULL capital prefix.
ext/standard/fsock.h
Removing redundant inclusion of headers for NetWare
ext/standard/lcg.c
NetWare LibC SDK sys/time.h implicitly includes sys/timval.h so nothing special needed for NetWare here.
ext/standard/link.c
NetWare LibC SDK has pwd.h.
ext/standard/microtime.c
Removing redundant NEW_LIBC checks and nothing special about NetWare here. including sys/time.h will do the needful.
--Kamesh
Yasuo Ohgaki [Sun, 24 Jul 2005 23:11:45 +0000 (23:11 +0000)]
fix build with older pgsql.
Anantha Kesari H Y [Sat, 23 Jul 2005 11:45:28 +0000 (11:45 +0000)]
main/php_compat.h
NetWare can make use of Autoconf based build.
main/php_open_temporary_file.c
NetWare LibC SDK has sys/param.h so removing the redundant NEW_LIBC checks.
NetWare LibC has mkstemp implementation
main/mergesort.c
Removing redundant sys/socket.h includes
main/reentrant.c
Removing the redundant rentrant time function wrappers of NetWare
--Kamesh