1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00
Commit Graph

29010 Commits

Author SHA1 Message Date
Dmitry Stogov c85bb04fa5 Fixed bug #33942 (the patch to #33156 crash cygwin except cli) 2005-08-02 17:01:33 +00:00
Edin Kadribasic 46079e009c A bit too much merging in the previous patch reverted.
We still need parsedate.c in PHP_5_0
2005-08-01 20:43:04 +00:00
Dmitry Stogov 03913f1308 Fixed bug #33723 (php_value overrides php_admin_value) 2005-08-01 08:12:42 +00:00
foobar c82f578f82 MFH 2005-07-29 13:00:11 +00:00
Anantha Kesari H Y 9555ebfabb In NetWare few of the programs like apache2 and ldap use winsock inclusinf sys/socket.h is not desirable.
--Kamesh
2005-07-29 09:20:02 +00:00
Anantha Kesari H Y 8d626495ed Cleaned up the NetWare specific code 2005-07-28 08:57:38 +00:00
Anantha Kesari H Y 5e2f93d2dd Cleaning up the NetWare code sitting in win32/sendmail.c.
Removing netware/sysexits.h
--Kamesh
2005-07-28 08:53:30 +00:00
Anantha Kesari H Y 767c3476f0 defined EX_OK and EX_TEMPFAIL in ext/standard/mail.c for NETWARE rather than including a sysexits.h
--Kamesh
2005-07-28 08:48:31 +00:00
Anantha Kesari H Y 4ef8f95450 removing redundant inclusion of headers for NETWARE
--Kamesh
2005-07-27 12:43:06 +00:00
Anantha Kesari H Y bf6759dd01 configure.in
moved the PHP_OS and PHP_UNAME definitions near the place other oses define them currently it is ggeting redined to build machine values when ./configure script is generated using autoconf version 2.13 but works fine with autoconf 2.51.
Defining the default EXTENSION_DIR for NetWare

--Kamesh
2005-07-27 11:44:08 +00:00
Anantha Kesari H Y af53d53b11 removed main/config.nw.h
-- Kamesh
2005-07-26 08:42:49 +00:00
Anantha Kesari H Y d6463e5a3f ext/pcre/pcrelib/internal.h
NetWare can make use autoconf based build.

main/php_sprintf.c
NetWare can make use autoconf based build.

ext/bcmath/libbcmath/src/config.h
NetWare can make use autoconf based build.

ext/mcve/mcve.c
NetWare can make use autoconf based build.

-- Kamesh
2005-07-26 08:38:25 +00:00
Marcus Boerger ae194a9a9c - MFH: Missing PDO build support 2005-07-25 22:31:07 +00:00
Marcus Boerger 9859b1f397 _ BFN 2005-07-25 21:07:19 +00:00
Marcus Boerger fddecc1352 - Add new test 2005-07-25 21:04:08 +00:00
Marcus Boerger 0d845f2ea4 - MFH: Synch (0.2a, 0.3 suport) 2005-07-25 21:03:33 +00:00
Marcus Boerger 0ddcc317e5 - MFH Bugfix #33853 2005-07-25 20:26:49 +00:00
Anantha Kesari H Y 80fdc3ac5e 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
2005-07-25 13:10:19 +00:00
Wez Furlong 3b80c7560c merge build changes from HEAD, so that 5.0 builds on systems with recent cygwin
distros.
2005-07-22 18:09:34 +00:00
Anantha Kesari H Y 751bd7f024 NetWare can make use of Autoconf based build 2005-07-22 12:35:09 +00:00
Dmitry Stogov 43fa58a0c1 $context is not longer passed by reference, so its modification has no effect 2005-07-22 07:34:48 +00:00
Dmitry Stogov 5106b38ae5 Fixed bug #33802 (throw Exception in error handler causes crash) 2005-07-22 07:33:28 +00:00
Dmitry Stogov 9e20484a18 Fixed bug #33710 (ArrayAccess objects doen't initialize $this) 2005-07-19 07:33:24 +00:00
foobar 82ddbebbe4 MFB4_4: Fix compile problem with --regex=system on some systems 2005-07-18 23:10:08 +00:00
Brad House 3704f085ed BACKPORT FROM HEAD: sync missing functions from libmonetra-5 2005-07-18 20:11:10 +00:00
foobar 8688512c84 MFH 2005-07-18 18:39:37 +00:00
Dmitry Stogov 2fb797e325 Fixed bug #33558 (warning with nested calls to functions returning by reference) 2005-07-18 07:41:11 +00:00
Anantha Kesari H Y 522bdfb820 NetWare can make use the AutoConf based build system 2005-07-16 12:50:53 +00:00
Anantha Kesari H Y c7ef927a4b removing the redundant file libpq-fs.h 2005-07-16 12:47:18 +00:00
Anantha Kesari H Y 63394e6885 sapi/apache2filter/php_apache.h
Removing redundant CLIB_STAT_PATCH
sapi/apache2filter/sapi_apache2.c
Removing redundant CLIB_STAT_PATCH
-- Kamesh
2005-07-16 12:30:10 +00:00
Anantha Kesari H Y 41ce678468 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
2005-07-16 12:14:45 +00:00
Anantha Kesari H Y 05b895cd39 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
2005-07-16 11:50:59 +00:00
Anantha Kesari H Y 75841af9f6 NetWare specific dirname fixes.
--Kamesh
2005-07-16 11:18:35 +00:00
Anantha Kesari H Y 55518f5360 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
2005-07-15 09:29:19 +00:00
foobar 740b23ecdf MFH 2005-07-14 00:15:35 +00:00
Ilia Alshanetsky b17ba8c110 MFH: Fixed bug #33673 (Added detection for partially uploaded files). 2005-07-13 20:51:12 +00:00
foobar 3c2689b7a7 MFH 2005-07-13 15:15:56 +00:00
Dmitry Stogov 2556bb635c Fixed bug #33156 (cygwin version of setitimer doesn't accept ITIMER_PROF). (Nuno) 2005-07-12 07:18:57 +00:00
foobar 800e57ea5c MFH 2005-07-09 01:00:11 +00:00
foobar ddac7fe373 MFH 2005-07-09 00:47:01 +00:00
Dmitry Stogov 6d7ea1ac5e Fixed HTTP basic authentication headers during subrequsts to xsd files 2005-07-08 09:36:42 +00:00
Dmitry Stogov 042862140c Fixed support for <any> in base type of extension 2005-07-08 07:17:17 +00:00
Dmitry Stogov 1724f8e6a8 Fixed SIGSEGV on decoding <any> elements 2005-07-07 17:29:39 +00:00
Anantha Kesari H Y fcfc10f3ff 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
2005-07-07 15:39:35 +00:00
Anantha Kesari H Y ff870e6149 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
2005-07-07 07:32:57 +00:00
Anantha Kesari H Y e0cfa4d51b 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
2005-07-07 06:38:49 +00:00
Edin Kadribasic 6dba27dc90 MFH: Export missing symbol 2005-07-06 21:19:13 +00:00
Dmitry Stogov da68b9b16f Fixed possible crash 2005-07-06 14:16:03 +00:00
Dmitry Stogov 02dee4ae0f Fixed test to support 64-bit platforms 2005-07-06 07:28:41 +00:00
Dmitry Stogov 342e04ca80 Fixed SIGSEGV during error processing on some systems (linux/ppc) 2005-07-06 06:59:07 +00:00