]> granicus.if.org Git - php/log
php
19 years ago- MFH: Fix #34557 php -m exits with "error" 1
Johannes Schlüter [Thu, 6 Oct 2005 20:39:26 +0000 (20:39 +0000)]
- MFH: Fix #34557 php -m exits with "error" 1

19 years agofix ZTS build
Rob Richards [Wed, 5 Oct 2005 16:41:18 +0000 (16:41 +0000)]
fix ZTS build

19 years agoMFH: Missing safe_mode/open_basedir checks for file uploads.
Ilia Alshanetsky [Wed, 5 Oct 2005 14:34:38 +0000 (14:34 +0000)]
MFH: Missing safe_mode/open_basedir checks for file uploads.

19 years agoMFH: Fixed possible INI setting leak via virtual() in Apache 2 sapi.
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.

19 years agoMFB5.1: fix #32179 (xmlrpc_encode() segfaults with recursive references)
Antony Dovgal [Tue, 4 Oct 2005 11:19:56 +0000 (11:19 +0000)]
MFB5.1: fix #32179 (xmlrpc_encode() segfaults with recursive references)

19 years agoMFH: GLOBALS protection for extract() function.
Ilia Alshanetsky [Mon, 3 Oct 2005 14:05:07 +0000 (14:05 +0000)]
MFH: GLOBALS protection for extract() function.

19 years agofix build - missing closing parenthesis
Rob Richards [Sun, 2 Oct 2005 11:33:27 +0000 (11:33 +0000)]
fix build - missing closing parenthesis

19 years ago- MFH #33125, alpha emulation broken
Pierre Joye [Fri, 30 Sep 2005 21:05:04 +0000 (21:05 +0000)]
- MFH #33125, alpha emulation broken

19 years agoMFH:
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().

19 years agoMFH: Fixed possible GLOBALS variable override when register_globals are ON.
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().

19 years agoMFH: Fixed bug #32937 (open_basedir looses trailing / in the limiter).
Ilia Alshanetsky [Tue, 27 Sep 2005 15:08:43 +0000 (15:08 +0000)]
MFH: Fixed bug #32937 (open_basedir looses trailing / in the limiter).

19 years agoMFH: Fixed bug #34645 (ctype corrupts memory when validating large numbers).
Ilia Alshanetsky [Mon, 26 Sep 2005 15:19:05 +0000 (15:19 +0000)]
MFH: Fixed bug #34645 (ctype corrupts memory when validating large numbers).

19 years ago- MFH #33220, infinite loop while loading invalid GIF (nlopees)
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?

19 years agoIn NetWare two binaries with the same name can not be loaded in kernel address space...
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

19 years agoMFH: Improved the fix for #21306 a bit
foobar [Fri, 23 Sep 2005 08:16:01 +0000 (08:16 +0000)]
MFH: Improved the fix for #21306 a bit

19 years agoMFH: Fixed bug #34565 (mb_send_mail does not fetch mail.force_extra_parameters)
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)

19 years ago- MFH: Remove HTML fragments from phpcredits() in CLI mode
Johannes Schlüter [Tue, 20 Sep 2005 22:20:30 +0000 (22:20 +0000)]
- MFH: Remove HTML fragments from phpcredits() in CLI mode

19 years agoBFN
foobar [Tue, 20 Sep 2005 20:59:54 +0000 (20:59 +0000)]
BFN

19 years agoMFH: - Fixed bug #21306 (catch bailouts of write handler during RSHUTDOWN)
foobar [Tue, 20 Sep 2005 20:59:25 +0000 (20:59 +0000)]
MFH: - Fixed bug #21306 (catch bailouts of write handler during RSHUTDOWN)

19 years agofix crash on restarting static PHP having session modules loaded
Stanislav Malyshev [Tue, 20 Sep 2005 14:01:40 +0000 (14:01 +0000)]
fix crash on restarting static PHP having session modules loaded

19 years agoNetWare does not have sendmail binary to send mail.
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

19 years agoMFH: Make key() and current() take argument by value.
Ilia Alshanetsky [Tue, 13 Sep 2005 13:23:56 +0000 (13:23 +0000)]
MFH: Make key() and current() take argument by value.

19 years agoMFH: Fixed bug #34456 (Possible crash inside pspell extension).
Ilia Alshanetsky [Mon, 12 Sep 2005 16:59:56 +0000 (16:59 +0000)]
MFH: Fixed bug #34456 (Possible crash inside pspell extension).

19 years agoAdditinal fix for bug #34277 (array_filter() crashes with references and objects)
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)

19 years agotouch
foobar [Mon, 5 Sep 2005 16:35:05 +0000 (16:35 +0000)]
touch

19 years agoMFH: - Fixed bug #34311 (unserialize() crashes with characters above 191 dec)
foobar [Mon, 5 Sep 2005 16:25:43 +0000 (16:25 +0000)]
MFH: - Fixed bug #34311 (unserialize() crashes with characters above 191 dec)

19 years agotouch with working re2c
foobar [Mon, 5 Sep 2005 16:25:11 +0000 (16:25 +0000)]
touch with working re2c

19 years agoBFN
foobar [Mon, 5 Sep 2005 13:05:06 +0000 (13:05 +0000)]
BFN

19 years agoFix for #34369
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

19 years agomerge solaris portability fix
Wez Furlong [Sun, 4 Sep 2005 04:41:00 +0000 (04:41 +0000)]
merge solaris portability fix

19 years agotypo
foobar [Fri, 2 Sep 2005 21:12:31 +0000 (21:12 +0000)]
typo

19 years agoBFN
foobar [Fri, 2 Sep 2005 21:11:11 +0000 (21:11 +0000)]
BFN

19 years agoMFH: Resolved bug #34240.
Ilia Alshanetsky [Fri, 2 Sep 2005 17:25:33 +0000 (17:25 +0000)]
MFH: Resolved bug #34240.

19 years agoMFH
foobar [Fri, 2 Sep 2005 13:52:55 +0000 (13:52 +0000)]
MFH

19 years agoFixed bug #34137 (assigning array element by reference causes binary mess)
Dmitry Stogov [Thu, 1 Sep 2005 13:26:44 +0000 (13:26 +0000)]
Fixed bug #34137 (assigning array element by reference causes binary mess)

19 years agoFixed bug #34277 (array_filter() crashes with references and objects)
Dmitry Stogov [Thu, 1 Sep 2005 12:01:28 +0000 (12:01 +0000)]
Fixed bug #34277 (array_filter() crashes with references and objects)

19 years agoAs NetWare LibC has optind and optarg macros defined in unistd.h our local variables...
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

19 years agoFixed bug #34323
foobar [Wed, 31 Aug 2005 22:29:48 +0000 (22:29 +0000)]
Fixed bug #34323

19 years agoFixed bug #32318
foobar [Wed, 31 Aug 2005 14:34:46 +0000 (14:34 +0000)]
Fixed bug #32318

19 years agoMFH: Fixed bug #32589 (possible crash inside imap_mail_compose() function).
Ilia Alshanetsky [Tue, 30 Aug 2005 22:05:13 +0000 (22:05 +0000)]
MFH: Fixed bug #32589 (possible crash inside imap_mail_compose() function).

19 years ago- Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9).
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).

19 years agoMFH: Fixed bug #34214 (base64_decode() does not properly ignore whitespace)
Ilia Alshanetsky [Fri, 26 Aug 2005 03:33:07 +0000 (03:33 +0000)]
MFH: Fixed bug #34214 (base64_decode() does not properly ignore whitespace)

19 years agoMFH: Remainder of the 34191 bug fix.
Ilia Alshanetsky [Wed, 24 Aug 2005 16:20:12 +0000 (16:20 +0000)]
MFH: Remainder of the 34191 bug fix.

19 years agoMFH: removed unused vars
Ilia Alshanetsky [Tue, 23 Aug 2005 15:21:00 +0000 (15:21 +0000)]
MFH: removed unused vars

19 years agosync with PEAR 1.3.6
Greg Beaver [Mon, 22 Aug 2005 22:17:30 +0000 (22:17 +0000)]
sync with PEAR 1.3.6

19 years agodelete XML_RPC 1.3.1, add 1.4.0
Greg Beaver [Mon, 22 Aug 2005 22:13:12 +0000 (22:13 +0000)]
delete XML_RPC 1.3.1, add 1.4.0

19 years agoMFH: Make dba extension support BerkleyDB 4.3.
Ilia Alshanetsky [Mon, 22 Aug 2005 19:59:42 +0000 (19:59 +0000)]
MFH: Make dba extension support BerkleyDB 4.3.

19 years agoargh, Archive_Tar is version 1.3.1, not 1.3.2
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

19 years agoMFH: Fixed bug #34191 (ob_gzhandler does not enforce trailing \0).
Ilia Alshanetsky [Sun, 21 Aug 2005 16:05:35 +0000 (16:05 +0000)]
MFH: Fixed bug #34191 (ob_gzhandler does not enforce trailing \0).

19 years agoadd checks for extensions that must be loaded
Greg Beaver [Sat, 20 Aug 2005 18:32:24 +0000 (18:32 +0000)]
add checks for extensions that must be loaded

19 years agoSync with PCRE lib upgrade
Edin Kadribasic [Thu, 18 Aug 2005 21:51:02 +0000 (21:51 +0000)]
Sync with PCRE lib upgrade

19 years agoMFH: Fixed bug #34156 (memory usage remains elevated after memory limit is
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)

19 years agoMFH: Fixed bug #33987 (php script as ErrorDocument causes crash in Apache 2).
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).

19 years agore-enable XML_RPC 1.4.0
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

19 years agoMFH: Fix EOLs under windows
Ilia Alshanetsky [Wed, 17 Aug 2005 15:34:24 +0000 (15:34 +0000)]
MFH: Fix EOLs under windows

19 years agoMFH: Fixed bug #34148 (+,- and . not supported as parts of scheme).
Ilia Alshanetsky [Tue, 16 Aug 2005 14:12:13 +0000 (14:12 +0000)]
MFH: Fixed bug #34148 (+,- and . not supported as parts of scheme).

19 years agoMFH: Input validation part 2.
Ilia Alshanetsky [Tue, 16 Aug 2005 00:26:02 +0000 (00:26 +0000)]
MFH: Input validation part 2.

19 years agoMFH: Chunk the output
Ilia Alshanetsky [Mon, 15 Aug 2005 23:24:27 +0000 (23:24 +0000)]
MFH: Chunk the output

19 years agoMFH: input validation
Ilia Alshanetsky [Mon, 15 Aug 2005 16:06:08 +0000 (16:06 +0000)]
MFH: input validation

19 years ago- MFH: Fixed bug #33558 (Warning with nested calls to functions returning by
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).

19 years ago- nuked DOS EOLs..
foobar [Thu, 11 Aug 2005 23:53:31 +0000 (23:53 +0000)]
- nuked DOS EOLs..

19 years agoMFH
foobar [Thu, 11 Aug 2005 23:50:18 +0000 (23:50 +0000)]
MFH

19 years agofix proto
Antony Dovgal [Thu, 11 Aug 2005 21:55:28 +0000 (21:55 +0000)]
fix proto

19 years ago- This is actually 4.4
Marcus Boerger [Thu, 11 Aug 2005 21:37:59 +0000 (21:37 +0000)]
- This is actually 4.4

19 years agoMFH: Fixed bug #34068 (Numeric string as array key not cast to integer in
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()).

19 years agoFixed bug #34064 (arr[] as param to function is allowed only if function receives...
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)

19 years agoFixed bug #33940 (array_map() fails to pass by reference when called recursively)
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)

19 years agoFixed bug #29253 (array_diff with $GLOBALS argument fails)
Dmitry Stogov [Wed, 10 Aug 2005 07:44:10 +0000 (07:44 +0000)]
Fixed bug #29253 (array_diff with $GLOBALS argument fails)

19 years agoUpgrade to PCRE 6.2.
Andrei Zmievski [Tue, 9 Aug 2005 17:42:02 +0000 (17:42 +0000)]
Upgrade to PCRE 6.2.

19 years agoMFH
foobar [Fri, 5 Aug 2005 20:39:39 +0000 (20:39 +0000)]
MFH

19 years ago- Fixed bug #34008 (compile failure)
foobar [Fri, 5 Aug 2005 20:27:59 +0000 (20:27 +0000)]
- Fixed bug #34008 (compile failure)

19 years agoNetWare specific stat structure issues.
Anantha Kesari H Y [Fri, 5 Aug 2005 14:09:18 +0000 (14:09 +0000)]
NetWare specific stat structure issues.
--Kamesh

19 years agoNetWare cross compile patch from 5.0 tree.
Anantha Kesari H Y [Thu, 4 Aug 2005 12:11:29 +0000 (12:11 +0000)]
NetWare cross compile patch from 5.0 tree.
--Kamesh

19 years agoFixed bug #33989 (extract($GLOBALS,EXTR_REFS) crashes PHP)
Dmitry Stogov [Thu, 4 Aug 2005 10:37:51 +0000 (10:37 +0000)]
Fixed bug #33989 (extract($GLOBALS,EXTR_REFS) crashes PHP)

19 years agoNetWare LibC has lstat implemented.
Anantha Kesari H Y [Wed, 3 Aug 2005 14:51:24 +0000 (14:51 +0000)]
NetWare LibC has lstat implemented.
--Kamesh

19 years agoNetWare specific stat structure issues.
Anantha Kesari H Y [Wed, 3 Aug 2005 14:49:50 +0000 (14:49 +0000)]
NetWare specific stat structure issues.
--Kamesh

19 years agoMFH
foobar [Fri, 29 Jul 2005 19:42:48 +0000 (19:42 +0000)]
MFH

19 years agoMFH
foobar [Fri, 29 Jul 2005 12:59:38 +0000 (12:59 +0000)]
MFH

19 years agoMerging changes from 5.0 tree
Anantha Kesari H Y [Thu, 28 Jul 2005 14:47:53 +0000 (14:47 +0000)]
Merging changes from 5.0 tree
--Kamesh

19 years agoNetWare changes from 5.0 Tree.
Anantha Kesari H Y [Thu, 28 Jul 2005 10:10:16 +0000 (10:10 +0000)]
NetWare changes from 5.0 Tree.
--Kamesh

19 years agoAdding this file from 5_0 tree
Anantha Kesari H Y [Thu, 28 Jul 2005 09:25:30 +0000 (09:25 +0000)]
Adding this file from 5_0 tree
-- Kamesh

19 years agoNetWare can make use autoconf based build.
Anantha Kesari H Y [Thu, 28 Jul 2005 09:04:07 +0000 (09:04 +0000)]
NetWare can make use autoconf based build.
--Kamesh

19 years agoNetWare LibC SDK has stat.h. So removing this.
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

19 years agoNetWare cross compile patches from 5.0
Anantha Kesari H Y [Wed, 27 Jul 2005 11:58:28 +0000 (11:58 +0000)]
NetWare cross compile patches from 5.0
--Kamesh

19 years agocross compile patches from 5.0 tree.
Anantha Kesari H Y [Wed, 27 Jul 2005 11:53:54 +0000 (11:53 +0000)]
cross compile patches from 5.0 tree.
--Kamesh

19 years agoext/standard/datetime.c
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

19 years agoNetWare can make use of autoconf based build
Anantha Kesari H Y [Wed, 27 Jul 2005 10:32:16 +0000 (10:32 +0000)]
NetWare can make use of autoconf based build

19 years agomain/php_syslog.h
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

19 years agoRemoving redundant CLIB_STAT_PATCH checks.
Anantha Kesari H Y [Wed, 27 Jul 2005 09:14:44 +0000 (09:14 +0000)]
Removing redundant CLIB_STAT_PATCH checks.
--Kamesh

19 years agonuke unused var
Antony Dovgal [Tue, 26 Jul 2005 20:05:49 +0000 (20:05 +0000)]
nuke unused var

19 years agoNetWare libmysqlclient library is available as libmysql(olden times 8.3 limitation).
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

19 years agomain/main.c
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

19 years agoTSRM/TSRM.h
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

19 years agoext/standard/basic_functions.c
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

19 years agoFix for bug #33690
Rasmus Lerdorf [Mon, 25 Jul 2005 20:36:36 +0000 (20:36 +0000)]
Fix for bug #33690

19 years agoNetWare LibC SDK has pwd.h and include sys/param.h
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

19 years agoNetware specific stat structure issues.
Anantha Kesari H Y [Mon, 25 Jul 2005 14:06:17 +0000 (14:06 +0000)]
Netware specific stat structure issues.
--Kamesh

19 years agoext/standard/dl.c
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

19 years agofix build with older pgsql.
Yasuo Ohgaki [Sun, 24 Jul 2005 23:11:45 +0000 (23:11 +0000)]
fix build with older pgsql.

19 years agomain/php_compat.h
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