]>
granicus.if.org Git - php/log
Marcus Boerger [Mon, 25 Jul 2005 20:26:49 +0000 (20:26 +0000)]
- MFH Bugfix #33853
Anantha Kesari H Y [Mon, 25 Jul 2005 13:10:19 +0000 (13:10 +0000)]
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.
--Kamesh
Wez Furlong [Fri, 22 Jul 2005 18:09:34 +0000 (18:09 +0000)]
merge build changes from HEAD, so that 5.0 builds on systems with recent cygwin
distros.
Anantha Kesari H Y [Fri, 22 Jul 2005 12:35:09 +0000 (12:35 +0000)]
NetWare can make use of Autoconf based build
Dmitry Stogov [Fri, 22 Jul 2005 07:34:48 +0000 (07:34 +0000)]
$context is not longer passed by reference, so its modification has no effect
Dmitry Stogov [Fri, 22 Jul 2005 07:33:28 +0000 (07:33 +0000)]
Fixed bug #33802 (throw Exception in error handler causes crash)
Dmitry Stogov [Tue, 19 Jul 2005 07:33:24 +0000 (07:33 +0000)]
Fixed bug #33710 (ArrayAccess objects doen't initialize $this)
foobar [Mon, 18 Jul 2005 23:10:08 +0000 (23:10 +0000)]
MFB4_4: Fix compile problem with --regex=system on some systems
Brad House [Mon, 18 Jul 2005 20:11:10 +0000 (20:11 +0000)]
BACKPORT FROM HEAD: sync missing functions from libmonetra-5
foobar [Mon, 18 Jul 2005 18:39:37 +0000 (18:39 +0000)]
MFH
Dmitry Stogov [Mon, 18 Jul 2005 07:41:11 +0000 (07:41 +0000)]
Fixed bug #33558 (warning with nested calls to functions returning by reference)
Anantha Kesari H Y [Sat, 16 Jul 2005 12:50:53 +0000 (12:50 +0000)]
NetWare can make use the AutoConf based build system
Anantha Kesari H Y [Sat, 16 Jul 2005 12:47:18 +0000 (12:47 +0000)]
removing the redundant file libpq-fs.h
Anantha Kesari H Y [Sat, 16 Jul 2005 12:30:10 +0000 (12:30 +0000)]
sapi/apache2filter/php_apache.h
Removing redundant CLIB_STAT_PATCH
sapi/apache2filter/sapi_apache2.c
Removing redundant CLIB_STAT_PATCH
-- Kamesh
Anantha Kesari H Y [Sat, 16 Jul 2005 12:14:45 +0000 (12:14 +0000)]
main/fopen_wrappers.c
NetWare file names are case insensitive
main/main.c
NetWare has no sendmail binary. It uses the smart host mailing code avaiolable in php distro. Could not find a better place to put this than main/main.c.
main/php_open_temporary_file.c,v
Removed the unused variable in NetWare block.
main/php_streams.h
Removing the redundant CLIB_STAT_PATCH
main/safe_mode.c
NetWare has no uid.
-- Kamesh
Anantha Kesari H Y [Sat, 16 Jul 2005 11:50:59 +0000 (11:50 +0000)]
TSRM/tsrm_virtual_cwd.c
Removing the redundant CLIB_STAT_PATCH
TSRM/tsrm_virtual_cwd.h
Removing the redundant CLIB_STAT_PATCH
TSRM/TSRM.c
Netware pthreads support is good enough. So removing all these fixes of old times.
-- Kamesh
Anantha Kesari H Y [Sat, 16 Jul 2005 11:18:35 +0000 (11:18 +0000)]
NetWare specific dirname fixes.
--Kamesh
Anantha Kesari H Y [Fri, 15 Jul 2005 09:29:19 +0000 (09:29 +0000)]
ext/standard/file.h NetWare LibC has fnmatch and realpath implemented.
ext/standard/filestat.c Removing redundant CLIB_STAT_PATCH and fixing some NetWare specific stat structure.
ext/standard/link.c Removing redundant CLIB_STAT_PATCH.
ext/standard/pageinfo.c Removing redundant CLIB_STAT_PATCH and fixing some NetWare specific stat structure.
ext/standard/syslog.c Except LOG_SYSLOG NetWare LibC has other macros defined.
-- Kamesh
foobar [Thu, 14 Jul 2005 00:15:35 +0000 (00:15 +0000)]
MFH
Ilia Alshanetsky [Wed, 13 Jul 2005 20:51:12 +0000 (20:51 +0000)]
MFH: Fixed bug #33673 (Added detection for partially uploaded files).
foobar [Wed, 13 Jul 2005 15:15:56 +0000 (15:15 +0000)]
MFH
Dmitry Stogov [Tue, 12 Jul 2005 07:18:57 +0000 (07:18 +0000)]
Fixed bug #33156 (cygwin version of setitimer doesn't accept ITIMER_PROF). (Nuno)
foobar [Sat, 9 Jul 2005 01:00:11 +0000 (01:00 +0000)]
MFH
foobar [Sat, 9 Jul 2005 00:47:01 +0000 (00:47 +0000)]
MFH
Dmitry Stogov [Fri, 8 Jul 2005 09:36:42 +0000 (09:36 +0000)]
Fixed HTTP basic authentication headers during subrequsts to xsd files
Dmitry Stogov [Fri, 8 Jul 2005 07:17:17 +0000 (07:17 +0000)]
Fixed support for <any> in base type of extension
Dmitry Stogov [Thu, 7 Jul 2005 17:29:39 +0000 (17:29 +0000)]
Fixed SIGSEGV on decoding <any> elements
Anantha Kesari H Y [Thu, 7 Jul 2005 15:39:35 +0000 (15:39 +0000)]
zend_stream_getc uses fread internally. NetWare LibC fread reads 4(Which I believe EOT) for EOF(^D) character. This happens when fread is asked to read one and only character as is the case with cl interactive mode.
-- Kamesh
Anantha Kesari H Y [Thu, 7 Jul 2005 07:32:57 +0000 (07:32 +0000)]
1)gwtcwd of NetWare LibC gives a cwd with a volume information.
So using getcwdpath which gives with volume information.
getcwdpath gives with directory seperator as \ which is against our DEFAULT_SLASH of /.
So finding and replacing \ with /
2)NetWare file path normalization code in virtual_file_ex.
-- Kamesh
Anantha Kesari H Y [Thu, 7 Jul 2005 06:38:49 +0000 (06:38 +0000)]
COPY_WHEN_ABSOLUTE is not needed for NetWare.
NetWare can understand the file paths with volumnename with a colon, starting with / or \\ as absolute paths.
-- Kamesh
Edin Kadribasic [Wed, 6 Jul 2005 21:19:13 +0000 (21:19 +0000)]
MFH: Export missing symbol
Dmitry Stogov [Wed, 6 Jul 2005 14:16:03 +0000 (14:16 +0000)]
Fixed possible crash
Dmitry Stogov [Wed, 6 Jul 2005 07:28:41 +0000 (07:28 +0000)]
Fixed test to support 64-bit platforms
Dmitry Stogov [Wed, 6 Jul 2005 06:59:07 +0000 (06:59 +0000)]
Fixed SIGSEGV during error processing on some systems (linux/ppc)
Dmitry Stogov [Tue, 5 Jul 2005 14:14:03 +0000 (14:14 +0000)]
Fixed crash in ext\standard\tests\general_functions\bug32647.php on Windows
Dmitry Stogov [Tue, 5 Jul 2005 14:10:45 +0000 (14:10 +0000)]
Fixed test file
Derick Rethans [Tue, 5 Jul 2005 12:47:06 +0000 (12:47 +0000)]
- MFH: Fixed memory corruption in pg_copy_from() in case the as_null parameter was
passed.
Dmitry Stogov [Mon, 4 Jul 2005 12:47:26 +0000 (12:47 +0000)]
Fixed bug #33520 (crash if safe_mode is on and session.save_path is changed)
Dmitry Stogov [Mon, 4 Jul 2005 10:08:21 +0000 (10:08 +0000)]
Fixed bug #31158 (array_splice on $GLOBALS crashes)
Dmitry Stogov [Sun, 3 Jul 2005 10:37:11 +0000 (10:37 +0000)]
Fixed test fules (they assumend register_long_arrays=1)
Edin Kadribasic [Sat, 2 Jul 2005 22:50:01 +0000 (22:50 +0000)]
MFH
Greg Beaver [Sat, 2 Jul 2005 02:53:23 +0000 (02:53 +0000)]
XML_RPC -> 1.3.1
Anantha Kesari H Y [Fri, 1 Jul 2005 08:00:44 +0000 (08:00 +0000)]
NetWare LibC has reentrant versions of time functions this code is of no use.
-- Kamesh from hyanantha's account
Anantha Kesari H Y [Fri, 1 Jul 2005 05:53:06 +0000 (05:53 +0000)]
As fork implementation of NetWare LibC still in experimental stages making the procve based solution ahead of HAVE_FORK. Later When fork becomes stable will revert this fix.
Anantha Kesari H Y [Wed, 29 Jun 2005 13:09:48 +0000 (13:09 +0000)]
this file is not needed anymore
Anantha Kesari H Y [Wed, 29 Jun 2005 12:43:25 +0000 (12:43 +0000)]
This file is not used at all.
Anantha Kesari H Y [Wed, 29 Jun 2005 12:15:50 +0000 (12:15 +0000)]
NetWare LibC has mktemp implementation
Anantha Kesari H Y [Wed, 29 Jun 2005 12:04:03 +0000 (12:04 +0000)]
NetWare LibC has getpwnam, getlogin, getpwuid, getpid, this file is not needed anymore
Anantha Kesari H Y [Wed, 29 Jun 2005 11:44:49 +0000 (11:44 +0000)]
NetWare LibC has readlink implementation
Anantha Kesari H Y [Wed, 29 Jun 2005 11:21:27 +0000 (11:21 +0000)]
This file does nothing so removing this file
Anantha Kesari H Y [Wed, 29 Jun 2005 11:03:53 +0000 (11:03 +0000)]
NetWare LibC has grp.h
Anantha Kesari H Y [Wed, 29 Jun 2005 10:53:15 +0000 (10:53 +0000)]
NetWare LibC has param.h
Anantha Kesari H Y [Wed, 29 Jun 2005 10:17:02 +0000 (10:17 +0000)]
NetWare LibC itself pipe/popen/pclose implementation
Johannes Schlüter [Wed, 29 Jun 2005 09:29:08 +0000 (09:29 +0000)]
- MFH: Fix TSRM build
Anantha Kesari H Y [Wed, 29 Jun 2005 09:22:20 +0000 (09:22 +0000)]
NetWare LibC itself has a pip/popen support
Anantha Kesari H Y [Wed, 29 Jun 2005 08:58:18 +0000 (08:58 +0000)]
NetWare LibC has a pipe and popen implentation
Stanislav Malyshev [Wed, 29 Jun 2005 08:44:41 +0000 (08:44 +0000)]
add comment
Stanislav Malyshev [Wed, 29 Jun 2005 08:36:30 +0000 (08:36 +0000)]
fix conditions
Anantha Kesari H Y [Wed, 29 Jun 2005 08:33:21 +0000 (08:33 +0000)]
mktemp functionality is part of Regular NetWare LibC
Anantha Kesari H Y [Wed, 29 Jun 2005 07:01:50 +0000 (07:01 +0000)]
removing pwd.h as NetWare LibC itself supplies pwd.h for quite sometime
Anantha Kesari H Y [Wed, 29 Jun 2005 06:46:59 +0000 (06:46 +0000)]
removed the unwanted NetWare Code
Anantha Kesari H Y [Wed, 29 Jun 2005 06:41:15 +0000 (06:41 +0000)]
Removing unwanted NetWare Code
Anantha Kesari H Y [Wed, 29 Jun 2005 06:28:31 +0000 (06:28 +0000)]
removing unwanted NetWare code
Antony Dovgal [Tue, 28 Jun 2005 22:04:52 +0000 (22:04 +0000)]
MFH: fix leak and improve CS a bit
foobar [Tue, 28 Jun 2005 17:07:26 +0000 (17:07 +0000)]
Removed unnecessary entry
Brian France [Tue, 28 Jun 2005 16:38:03 +0000 (16:38 +0000)]
MFH:
Added a SG(server_context) NULL check to php_apache_getenv.
This can get called when "<key> = ${<key>}:/foo" is used in a .ini file, but <key> has not be set yet.
You will end up with a value of ":/foo", but at least it will not crash.
Anantha Kesari H Y [Tue, 28 Jun 2005 15:27:49 +0000 (15:27 +0000)]
removed redundant NEW_LIBC checks
Anantha Kesari H Y [Tue, 28 Jun 2005 15:22:39 +0000 (15:22 +0000)]
removed the unwanted NetWare Code
Anantha Kesari H Y [Tue, 28 Jun 2005 15:19:35 +0000 (15:19 +0000)]
removing unwanted NetWare portion
Anantha Kesari H Y [Tue, 28 Jun 2005 15:14:22 +0000 (15:14 +0000)]
removing redundant NEW_LIBC checks
Anantha Kesari H Y [Tue, 28 Jun 2005 14:57:31 +0000 (14:57 +0000)]
removing the redundant NEW_LIBC checks
Anantha Kesari H Y [Tue, 28 Jun 2005 14:49:14 +0000 (14:49 +0000)]
removing redundant NEW_LIBC checks for NetWare
Anantha Kesari H Y [Tue, 28 Jun 2005 13:46:45 +0000 (13:46 +0000)]
removing redundant NEW_LIBC checks
Anantha Kesari H Y [Tue, 28 Jun 2005 12:48:28 +0000 (12:48 +0000)]
removing the redundant NEW_LIBC checks
Stanislav Malyshev [Tue, 28 Jun 2005 10:36:27 +0000 (10:36 +0000)]
fixes fo rnon-php objects (John Coggeshall)
Stanislav Malyshev [Tue, 28 Jun 2005 09:17:19 +0000 (09:17 +0000)]
fix non-PHP object handling (from John Coggeshall)
Antony Dovgal [Mon, 27 Jun 2005 18:22:00 +0000 (18:22 +0000)]
MFH: fix #33491 (crash after extending MySQLi internal class)
Antony Dovgal [Mon, 27 Jun 2005 18:20:25 +0000 (18:20 +0000)]
MFH: fix leak appearing when connect fails
Stanislav Malyshev [Mon, 27 Jun 2005 17:42:06 +0000 (17:42 +0000)]
fix various "Class entry requested for an object without PHP class" messages
when working with non-PHP objects.
# Using Z_OBJCE(object)->name is usually bad idea unless you know it's
# a pure PHP object
Stefan Esser [Mon, 27 Jun 2005 08:16:42 +0000 (08:16 +0000)]
MFH: also check password
Dmitry Stogov [Mon, 27 Jun 2005 06:15:02 +0000 (06:15 +0000)]
Fixed SIGSEGV on assigment string offset by reference
Dmitry Stogov [Mon, 27 Jun 2005 06:02:58 +0000 (06:02 +0000)]
Fixed wrong include/requre occurrences in debug backtrace.
Holger Zimmermann [Sun, 26 Jun 2005 16:36:59 +0000 (16:36 +0000)]
Replaced PCHAR by CHAR * (not defined in pi3web_sapi header)
foobar [Sun, 26 Jun 2005 12:24:38 +0000 (12:24 +0000)]
revert the conflicting part
Pierre Joye [Sun, 26 Jun 2005 07:00:58 +0000 (07:00 +0000)]
- Bump xml_rpc version
Dmitry Stogov [Fri, 24 Jun 2005 09:25:02 +0000 (09:25 +0000)]
Partial fix for bug #26584 (Class member - array key overflow)
It doesn't fix integer overflow problem, but allows null, boolean and double keys in array constants in the same way as in runtime.
Dmitry Stogov [Fri, 24 Jun 2005 08:45:44 +0000 (08:45 +0000)]
Fixed bug #30519 (Interface not existing says Class not found)
Dmitry Stogov [Thu, 23 Jun 2005 11:59:56 +0000 (11:59 +0000)]
Fixed bug #28377 (debug_backtrace is intermittently passing args)
Dmitry Stogov [Thu, 23 Jun 2005 11:04:58 +0000 (11:04 +0000)]
Fixed bug #32660 (Assignment by reference causes crash when field access is overloaded (__get))
Dmitry Stogov [Thu, 23 Jun 2005 09:24:10 +0000 (09:24 +0000)]
Fixed test file according to latest debug_backtrace() fixes
Dmitry Stogov [Thu, 23 Jun 2005 09:23:03 +0000 (09:23 +0000)]
Fixed bug #30828 (debug_backtrace() reports incorrect class in overridden methods)
Dmitry Stogov [Thu, 23 Jun 2005 08:24:42 +0000 (08:24 +0000)]
Test for bug #27268. It is fixed in HEAD but not in PHP_5_0.
Rob Richards [Wed, 22 Jun 2005 19:58:33 +0000 (19:58 +0000)]
MFH: Fix bug #33299 (php:function no longer handles returned dom objects)
- maybe fix #33431/33432
Dmitry Stogov [Wed, 22 Jun 2005 15:29:18 +0000 (15:29 +0000)]
Debug backtrace was fixed
Dmitry Stogov [Wed, 22 Jun 2005 15:24:15 +0000 (15:24 +0000)]
Fixed bug #29896 (Backtrace argument list out of sync)
Anantha Kesari H Y [Wed, 22 Jun 2005 11:29:07 +0000 (11:29 +0000)]
removing the redundant NEW_LIBC checks
Anantha Kesari H Y [Wed, 22 Jun 2005 11:23:35 +0000 (11:23 +0000)]
NetWare LibC has sys/param.h
Dmitry Stogov [Wed, 22 Jun 2005 08:33:56 +0000 (08:33 +0000)]
Fixed bug in test file
Dmitry Stogov [Wed, 22 Jun 2005 08:31:19 +0000 (08:31 +0000)]
Fixed bug #33257 (array_splice() inconsistent when passed function instead of variable)
foobar [Tue, 21 Jun 2005 13:08:29 +0000 (13:08 +0000)]
MFH