]>
granicus.if.org Git - php/log
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
Anantha Kesari H Y [Sat, 23 Jul 2005 11:06:52 +0000 (11:06 +0000)]
ext/standard/dl.c
NetWare LibC SDK has sys/param.h so removing the redundant NEW_LIBC checks.
ext/standard/flock_compat.c
Removing redundant NEW_LIBC checks
ext/standard/lcg.c
NetWare LibC SDK has sys/timeval.h so removing the redundant NEW_LIBC checks.
ext/standard/pack.c
NetWare LibC SDK has sys/param.h so removing the redundant NEW_LIBC checks.
--Kamesh
Ilia Alshanetsky [Wed, 20 Jul 2005 19:26:31 +0000 (19:26 +0000)]
MFH: Fixed bug #32160 (copying a file into itself leads to data loss).
Andrei Zmievski [Wed, 20 Jul 2005 01:45:03 +0000 (01:45 +0000)]
*** empty log message ***
Ilia Alshanetsky [Mon, 18 Jul 2005 19:18:29 +0000 (19:18 +0000)]
MFH: revert
foobar [Mon, 18 Jul 2005 18:39:12 +0000 (18:39 +0000)]
MFH
Andrei Zmievski [Mon, 18 Jul 2005 17:34:38 +0000 (17:34 +0000)]
Use HAVE_REGEX_T_RE_MAGIC to fix compilation problem on systems where
re_magic is not provided publicly.
Ilia Alshanetsky [Mon, 18 Jul 2005 04:04:43 +0000 (04:04 +0000)]
MFH: Fixed handling of HTTP requests with multiple Cookie headers.
foobar [Thu, 14 Jul 2005 00:16:43 +0000 (00:16 +0000)]
MFH
Ilia Alshanetsky [Wed, 13 Jul 2005 20:47:56 +0000 (20:47 +0000)]
MFH: Fixed bug #33673 (Added detection for partially uploaded files).
foobar [Wed, 13 Jul 2005 15:04:30 +0000 (15:04 +0000)]
MFH
Dmitry Stogov [Tue, 12 Jul 2005 07:17:33 +0000 (07:17 +0000)]
Fixed bug #33156 (cygwin version of setitimer doesn't accept ITIMER_PROF). (Nuno)
Dmitry Stogov [Mon, 11 Jul 2005 16:25:46 +0000 (16:25 +0000)]
Fixed bug #31158 (array_splice on $GLOBALS crashes)
Derick Rethans [Mon, 11 Jul 2005 08:09:51 +0000 (08:09 +0000)]
- Back to -dev.
Derick Rethans [Mon, 11 Jul 2005 07:45:14 +0000 (07:45 +0000)]
- Go with 4.4.0.
Derick Rethans [Tue, 5 Jul 2005 12:50:03 +0000 (12:50 +0000)]
- MFH: Fixed memory corruption in pg_copy_from() in case the as_null parameter
was passed. (Derick)
Edin Kadribasic [Sat, 2 Jul 2005 23:07:50 +0000 (23:07 +0000)]
BFN: now in the correct place :)
Edin Kadribasic [Sat, 2 Jul 2005 23:05:37 +0000 (23:05 +0000)]
BFN
Edin Kadribasic [Sat, 2 Jul 2005 22:53:11 +0000 (22:53 +0000)]
MFH
Derick Rethans [Fri, 1 Jul 2005 10:05:42 +0000 (10:05 +0000)]
- Back to -dev
Derick Rethans [Fri, 1 Jul 2005 09:54:01 +0000 (09:54 +0000)]
- GO with RC2.
Pierre Joye [Fri, 1 Jul 2005 09:48:53 +0000 (09:48 +0000)]
- really remove xmp-rpc 1.2.2
Pierre Joye [Fri, 1 Jul 2005 09:42:15 +0000 (09:42 +0000)]
- remove xml_rpc 1.2.2 (step #2)
- add 1.3.1 archive (step #3)
Pierre Joye [Fri, 1 Jul 2005 09:41:04 +0000 (09:41 +0000)]
- update xmp_rpc to 1.3.1 (step #1/3)
Derick Rethans [Fri, 1 Jul 2005 09:35:18 +0000 (09:35 +0000)]
- Added missing .cvsignore.
Derick Rethans [Fri, 1 Jul 2005 09:10:14 +0000 (09:10 +0000)]
- Backport config.m4 from HEAD so that pg_config can be used.
Stefan Esser [Mon, 27 Jun 2005 08:27:23 +0000 (08:27 +0000)]
MFH: Also check FTP password
Holger Zimmermann [Sun, 26 Jun 2005 09:17:40 +0000 (09:17 +0000)]
Replaced PCHAR by CHAR * (not defined in pi3web_sapi header)
Dmitry Stogov [Thu, 23 Jun 2005 12:21:01 +0000 (12:21 +0000)]
Fixed bug #28377 (debug_backtrace is intermittently passing args)
foobar [Tue, 21 Jun 2005 13:07:40 +0000 (13:07 +0000)]
MFH
Dmitry Stogov [Tue, 21 Jun 2005 12:11:19 +0000 (12:11 +0000)]
Fixed bug #31213 (Sideeffects caused by fix of bug #29493)
Antony Dovgal [Mon, 20 Jun 2005 19:59:43 +0000 (19:59 +0000)]
MFH: reorder and prevent memleak: bailout after free()
foobar [Sat, 18 Jun 2005 22:54:07 +0000 (22:54 +0000)]
fix VPATH testing (partial MFH)
foobar [Sat, 18 Jun 2005 18:58:55 +0000 (18:58 +0000)]
BFN
foobar [Sat, 18 Jun 2005 18:55:12 +0000 (18:55 +0000)]
MFH
foobar [Fri, 17 Jun 2005 16:23:04 +0000 (16:23 +0000)]
MFH
Dmitry Stogov [Fri, 17 Jun 2005 13:52:58 +0000 (13:52 +0000)]
Fixed bug #31402 (unserialize creates a field containing a reference when it should not)
foobar [Wed, 15 Jun 2005 17:13:52 +0000 (17:13 +0000)]
MFH
Edin Kadribasic [Mon, 13 Jun 2005 19:32:15 +0000 (19:32 +0000)]
MSVC++ 6.0 doesn't support long long type
Derick Rethans [Mon, 13 Jun 2005 14:34:26 +0000 (14:34 +0000)]
- Back to dev
Derick Rethans [Mon, 13 Jun 2005 14:23:34 +0000 (14:23 +0000)]
- Go with 4.4.0RC1.
foobar [Mon, 13 Jun 2005 14:14:39 +0000 (14:14 +0000)]
touch
Derick Rethans [Mon, 13 Jun 2005 14:13:11 +0000 (14:13 +0000)]
- MFH: Fixed bug with unserialize() with "exotic" letters in class names
Antony Dovgal [Mon, 13 Jun 2005 09:37:57 +0000 (09:37 +0000)]
MFH:
destroy session after destroying error handle
SQLT_CHR is allowed too
foobar [Sun, 12 Jun 2005 01:15:43 +0000 (01:15 +0000)]
MFH
foobar [Sat, 11 Jun 2005 23:55:39 +0000 (23:55 +0000)]
Revert. re2c 0.9.7 obviously does not work properly (or our .re files are buggy)
foobar [Sat, 11 Jun 2005 20:21:50 +0000 (20:21 +0000)]
regenerated with re2c 0.9.7
foobar [Fri, 10 Jun 2005 12:35:00 +0000 (12:35 +0000)]
MFH
Ilia Alshanetsky [Thu, 9 Jun 2005 16:13:34 +0000 (16:13 +0000)]
MFH: Fixed compiler warning.
Dmitry Stogov [Thu, 9 Jun 2005 10:14:38 +0000 (10:14 +0000)]
Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may result in seg fault)
Dmitry Stogov [Wed, 8 Jun 2005 19:55:01 +0000 (19:55 +0000)]
Fixed memory allocation bugs in array_reduce() with initial value (#22463 & #24980)
foobar [Wed, 8 Jun 2005 10:34:41 +0000 (10:34 +0000)]
MFH
foobar [Tue, 7 Jun 2005 21:57:13 +0000 (21:57 +0000)]
MFH
foobar [Tue, 7 Jun 2005 21:40:36 +0000 (21:40 +0000)]
MFH
foobar [Tue, 7 Jun 2005 17:23:12 +0000 (17:23 +0000)]
MFH
Derick Rethans [Tue, 7 Jun 2005 13:37:33 +0000 (13:37 +0000)]
- MFH: Added the --disable-zend-memory-manager switch to disable the Zend
memory manager.
#- I discussed this with Dmitry today - we found it useful.
Derick Rethans [Tue, 7 Jun 2005 09:57:44 +0000 (09:57 +0000)]
- Fixed bug #32685, #29423 (Segfault when using assignment by reference within
function).
Ilia Alshanetsky [Mon, 6 Jun 2005 16:31:08 +0000 (16:31 +0000)]
MFH: Better storage size for output length.
Ilia Alshanetsky [Mon, 6 Jun 2005 12:50:57 +0000 (12:50 +0000)]
MFH: Fixed strval to not print notices on strval(array()).
Derick Rethans [Mon, 6 Jun 2005 12:42:51 +0000 (12:42 +0000)]
- MFH: Fixed bug #33242 (Mangled error message when stream fails).
Derick Rethans [Mon, 6 Jun 2005 11:24:16 +0000 (11:24 +0000)]
- We've man pages just fine
Derick Rethans [Mon, 6 Jun 2005 11:07:55 +0000 (11:07 +0000)]
- Update NEWS with the bz fix
Uwe Schindler [Mon, 6 Jun 2005 11:06:22 +0000 (11:06 +0000)]
MFH: Fix bug #33166 for other branches and new bug #33255, no man pages for 4.4
Derick Rethans [Mon, 6 Jun 2005 10:59:47 +0000 (10:59 +0000)]
- Merge back changes which where in 4.3 but somehow didn't make it into the new
branch.
Edin Kadribasic [Mon, 6 Jun 2005 09:38:53 +0000 (09:38 +0000)]
Sync with recent config.m4 changes
Derick Rethans [Mon, 6 Jun 2005 09:30:09 +0000 (09:30 +0000)]
- Commit the reference problem bug fix.
Derick Rethans [Mon, 6 Jun 2005 09:23:58 +0000 (09:23 +0000)]
- Rename version.
SVN Migration [Thu, 2 Jun 2005 21:32:50 +0000 (21:32 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_4'.
foobar [Thu, 2 Jun 2005 21:32:49 +0000 (21:32 +0000)]
MFH: - Fixed bug #28605 (Need to use -[m]ieee option for Alpha CPUs)
Antony Dovgal [Thu, 2 Jun 2005 21:05:06 +0000 (21:05 +0000)]
MFH: fix bug #33222 (segfault when CURL handle is closed in a callback).
Antony Dovgal [Thu, 2 Jun 2005 15:42:58 +0000 (15:42 +0000)]
MFH: fix bug #33214 (odbc_next_result does not signal SQL errors with 2-statement SQL batches).
Path by rich at kastle dot com.
Derick Rethans [Thu, 2 Jun 2005 08:50:52 +0000 (08:50 +0000)]
- That should have been removed, not commented out.
Derick Rethans [Thu, 2 Jun 2005 08:31:38 +0000 (08:31 +0000)]
- MFH: Fixed memory corruption in stristr().
Ilia Alshanetsky [Wed, 1 Jun 2005 22:29:20 +0000 (22:29 +0000)]
MFH: Fixed bug #33210 (relax jpeg recursive loop protection).
foobar [Tue, 31 May 2005 12:56:00 +0000 (12:56 +0000)]
MFH: - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' modifier misbehave)
foobar [Tue, 31 May 2005 12:22:27 +0000 (12:22 +0000)]
MFH
Andrei Zmievski [Fri, 27 May 2005 18:12:43 +0000 (18:12 +0000)]
Upgrade PCRE library to 5.0.
Andrei Zmievski [Thu, 26 May 2005 21:49:04 +0000 (21:49 +0000)]
MFH
Ilia Alshanetsky [Thu, 26 May 2005 03:56:45 +0000 (03:56 +0000)]
MFH: Added scheme validation for parse_url().
Andrei Zmievski [Tue, 24 May 2005 21:12:16 +0000 (21:12 +0000)]
MFH (pcre cache flush)
Antony Dovgal [Tue, 24 May 2005 10:14:16 +0000 (10:14 +0000)]
MFH: make it compile on Win32
Ilia Alshanetsky [Mon, 23 May 2005 21:51:00 +0000 (21:51 +0000)]
MFH: Fixed bug #32810 (temporary files not using plain file wrapper).
Antony Dovgal [Mon, 23 May 2005 15:37:29 +0000 (15:37 +0000)]
revert by Wez's request
Antony Dovgal [Mon, 23 May 2005 11:52:44 +0000 (11:52 +0000)]
MFH: fix bug #32810 (fread after tmpfile() reads only 8192 bytes)
Antony Dovgal [Mon, 23 May 2005 11:39:05 +0000 (11:39 +0000)]
MFH: fix test
foobar [Mon, 23 May 2005 09:46:32 +0000 (09:46 +0000)]
MFH: Upgrade bundled shtool to 2.0.1
foobar [Mon, 23 May 2005 09:43:59 +0000 (09:43 +0000)]
MFH: - Fixed bug #33017 ("make distclean" gives an error with VPATH build).
Ilia Alshanetsky [Sun, 22 May 2005 16:45:41 +0000 (16:45 +0000)]
MFH: Fixed bug #29338 (unencoded spaces get ignored after certain tags).
Antony Dovgal [Sun, 22 May 2005 12:59:29 +0000 (12:59 +0000)]
MFH: fix compile warning