]> granicus.if.org Git - php/log
php
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

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

19 years agoMFH: Fixed bug #32160 (copying a file into itself leads to data loss).
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).

19 years ago*** empty log message ***
Andrei Zmievski [Wed, 20 Jul 2005 01:45:03 +0000 (01:45 +0000)]
*** empty log message ***

19 years agoMFH: revert
Ilia Alshanetsky [Mon, 18 Jul 2005 19:18:29 +0000 (19:18 +0000)]
MFH: revert

19 years agoMFH
foobar [Mon, 18 Jul 2005 18:39:12 +0000 (18:39 +0000)]
MFH

19 years agoUse HAVE_REGEX_T_RE_MAGIC to fix compilation problem on systems where
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.

19 years agoMFH: Fixed handling of HTTP requests with multiple Cookie headers.
Ilia Alshanetsky [Mon, 18 Jul 2005 04:04:43 +0000 (04:04 +0000)]
MFH: Fixed handling of HTTP requests with multiple Cookie headers.

19 years agoMFH
foobar [Thu, 14 Jul 2005 00:16:43 +0000 (00:16 +0000)]
MFH

19 years agoMFH: Fixed bug #33673 (Added detection for partially uploaded files).
Ilia Alshanetsky [Wed, 13 Jul 2005 20:47:56 +0000 (20:47 +0000)]
MFH: Fixed bug #33673 (Added detection for partially uploaded files).

19 years agoMFH
foobar [Wed, 13 Jul 2005 15:04:30 +0000 (15:04 +0000)]
MFH

19 years agoFixed bug #33156 (cygwin version of setitimer doesn't accept ITIMER_PROF). (Nuno)
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)

19 years agoFixed bug #31158 (array_splice on $GLOBALS crashes)
Dmitry Stogov [Mon, 11 Jul 2005 16:25:46 +0000 (16:25 +0000)]
Fixed bug #31158 (array_splice on $GLOBALS crashes)

19 years ago- Back to -dev.
Derick Rethans [Mon, 11 Jul 2005 08:09:51 +0000 (08:09 +0000)]
- Back to -dev.

19 years ago- Go with 4.4.0.
Derick Rethans [Mon, 11 Jul 2005 07:45:14 +0000 (07:45 +0000)]
- Go with 4.4.0.

19 years ago- MFH: Fixed memory corruption in pg_copy_from() in case the as_null parameter
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)

19 years agoBFN: now in the correct place :)
Edin Kadribasic [Sat, 2 Jul 2005 23:07:50 +0000 (23:07 +0000)]
BFN: now in the correct place :)

19 years agoBFN
Edin Kadribasic [Sat, 2 Jul 2005 23:05:37 +0000 (23:05 +0000)]
BFN

19 years agoMFH
Edin Kadribasic [Sat, 2 Jul 2005 22:53:11 +0000 (22:53 +0000)]
MFH

19 years ago- Back to -dev
Derick Rethans [Fri, 1 Jul 2005 10:05:42 +0000 (10:05 +0000)]
- Back to -dev

19 years ago- GO with RC2.
Derick Rethans [Fri, 1 Jul 2005 09:54:01 +0000 (09:54 +0000)]
- GO with RC2.

19 years ago- really remove xmp-rpc 1.2.2
Pierre Joye [Fri, 1 Jul 2005 09:48:53 +0000 (09:48 +0000)]
- really remove xmp-rpc 1.2.2

19 years ago- remove xml_rpc 1.2.2 (step #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)

19 years ago- update xmp_rpc to 1.3.1 (step #1/3)
Pierre Joye [Fri, 1 Jul 2005 09:41:04 +0000 (09:41 +0000)]
- update xmp_rpc to 1.3.1 (step #1/3)

19 years ago- Added missing .cvsignore.
Derick Rethans [Fri, 1 Jul 2005 09:35:18 +0000 (09:35 +0000)]
- Added missing .cvsignore.

19 years ago- Backport config.m4 from HEAD so that pg_config can be used.
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.

19 years agoMFH: Also check FTP password
Stefan Esser [Mon, 27 Jun 2005 08:27:23 +0000 (08:27 +0000)]
MFH: Also check FTP password

19 years agoReplaced PCHAR by CHAR * (not defined in pi3web_sapi header)
Holger Zimmermann [Sun, 26 Jun 2005 09:17:40 +0000 (09:17 +0000)]
Replaced PCHAR by CHAR * (not defined in pi3web_sapi header)

19 years agoFixed bug #28377 (debug_backtrace is intermittently passing args)
Dmitry Stogov [Thu, 23 Jun 2005 12:21:01 +0000 (12:21 +0000)]
Fixed bug #28377 (debug_backtrace is intermittently passing args)

19 years agoMFH
foobar [Tue, 21 Jun 2005 13:07:40 +0000 (13:07 +0000)]
MFH

19 years agoFixed bug #31213 (Sideeffects caused by fix of bug #29493)
Dmitry Stogov [Tue, 21 Jun 2005 12:11:19 +0000 (12:11 +0000)]
Fixed bug #31213 (Sideeffects caused by fix of bug #29493)

19 years agoMFH: reorder and prevent memleak: bailout after free()
Antony Dovgal [Mon, 20 Jun 2005 19:59:43 +0000 (19:59 +0000)]
MFH: reorder and prevent memleak: bailout after free()

19 years agofix VPATH testing (partial MFH)
foobar [Sat, 18 Jun 2005 22:54:07 +0000 (22:54 +0000)]
fix VPATH testing (partial MFH)

19 years agoBFN
foobar [Sat, 18 Jun 2005 18:58:55 +0000 (18:58 +0000)]
BFN

19 years agoMFH
foobar [Sat, 18 Jun 2005 18:55:12 +0000 (18:55 +0000)]
MFH

19 years agoMFH
foobar [Fri, 17 Jun 2005 16:23:04 +0000 (16:23 +0000)]
MFH

19 years agoFixed bug #31402 (unserialize creates a field containing a reference when it should...
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)

19 years agoMFH
foobar [Wed, 15 Jun 2005 17:13:52 +0000 (17:13 +0000)]
MFH

19 years agoMSVC++ 6.0 doesn't support long long type
Edin Kadribasic [Mon, 13 Jun 2005 19:32:15 +0000 (19:32 +0000)]
MSVC++ 6.0 doesn't support long long type

19 years ago- Back to dev
Derick Rethans [Mon, 13 Jun 2005 14:34:26 +0000 (14:34 +0000)]
- Back to dev

19 years ago- Go with 4.4.0RC1.
Derick Rethans [Mon, 13 Jun 2005 14:23:34 +0000 (14:23 +0000)]
- Go with 4.4.0RC1.

19 years agotouch
foobar [Mon, 13 Jun 2005 14:14:39 +0000 (14:14 +0000)]
touch

19 years ago- MFH: Fixed bug with unserialize() with "exotic" letters in class names
Derick Rethans [Mon, 13 Jun 2005 14:13:11 +0000 (14:13 +0000)]
- MFH: Fixed bug with unserialize() with "exotic" letters in class names

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

19 years agoMFH
foobar [Sun, 12 Jun 2005 01:15:43 +0000 (01:15 +0000)]
MFH

19 years agoRevert. re2c 0.9.7 obviously does not work properly (or our .re files are buggy)
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)

19 years agoregenerated with re2c 0.9.7
foobar [Sat, 11 Jun 2005 20:21:50 +0000 (20:21 +0000)]
regenerated with re2c 0.9.7

19 years agoMFH
foobar [Fri, 10 Jun 2005 12:35:00 +0000 (12:35 +0000)]
MFH

19 years agoMFH: Fixed compiler warning.
Ilia Alshanetsky [Thu, 9 Jun 2005 16:13:34 +0000 (16:13 +0000)]
MFH: Fixed compiler warning.

19 years agoFixed bug #25922 (In error handler, modifying 5th arg (errcontext) may result in...
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)

19 years agoFixed memory allocation bugs in array_reduce() with initial value (#22463 & #24980)
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)

19 years agoMFH
foobar [Wed, 8 Jun 2005 10:34:41 +0000 (10:34 +0000)]
MFH

19 years agoMFH
foobar [Tue, 7 Jun 2005 21:57:13 +0000 (21:57 +0000)]
MFH

19 years agoMFH
foobar [Tue, 7 Jun 2005 21:40:36 +0000 (21:40 +0000)]
MFH

19 years agoMFH
foobar [Tue, 7 Jun 2005 17:23:12 +0000 (17:23 +0000)]
MFH

19 years ago- MFH: Added the --disable-zend-memory-manager switch to disable the Zend
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.

19 years ago- Fixed bug #32685, #29423 (Segfault when using assignment by reference within
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).

19 years agoMFH: Better storage size for output length.
Ilia Alshanetsky [Mon, 6 Jun 2005 16:31:08 +0000 (16:31 +0000)]
MFH: Better storage size for output length.

19 years agoMFH: Fixed strval to not print notices on strval(array()).
Ilia Alshanetsky [Mon, 6 Jun 2005 12:50:57 +0000 (12:50 +0000)]
MFH: Fixed strval to not print notices on strval(array()).

19 years ago- MFH: Fixed bug #33242 (Mangled error message when stream fails).
Derick Rethans [Mon, 6 Jun 2005 12:42:51 +0000 (12:42 +0000)]
- MFH: Fixed bug #33242 (Mangled error message when stream fails).

19 years ago- We've man pages just fine
Derick Rethans [Mon, 6 Jun 2005 11:24:16 +0000 (11:24 +0000)]
- We've man pages just fine

19 years ago- Update NEWS with the bz fix
Derick Rethans [Mon, 6 Jun 2005 11:07:55 +0000 (11:07 +0000)]
- Update NEWS with the bz fix

19 years agoMFH: Fix bug #33166 for other branches and new bug #33255, no man pages for 4.4
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

19 years ago- Merge back changes which where in 4.3 but somehow didn't make it into the new
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.

19 years agoSync with recent config.m4 changes
Edin Kadribasic [Mon, 6 Jun 2005 09:38:53 +0000 (09:38 +0000)]
Sync with recent config.m4 changes

19 years ago- Commit the reference problem bug fix.
Derick Rethans [Mon, 6 Jun 2005 09:30:09 +0000 (09:30 +0000)]
- Commit the reference problem bug fix.

19 years ago- Rename version.
Derick Rethans [Mon, 6 Jun 2005 09:23:58 +0000 (09:23 +0000)]
- Rename version.

19 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_4'.
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'.

19 years agoMFH: - Fixed bug #28605 (Need to use -[m]ieee option for Alpha CPUs)
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)

19 years agoMFH: fix bug #33222 (segfault when CURL handle is closed in a callback).
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).

19 years agoMFH: fix bug #33214 (odbc_next_result does not signal SQL errors with 2-statement...
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.

19 years ago- That should have been removed, not commented out.
Derick Rethans [Thu, 2 Jun 2005 08:50:52 +0000 (08:50 +0000)]
- That should have been removed, not commented out.

19 years ago- MFH: Fixed memory corruption in stristr().
Derick Rethans [Thu, 2 Jun 2005 08:31:38 +0000 (08:31 +0000)]
- MFH: Fixed memory corruption in stristr().

19 years agoMFH: Fixed bug #33210 (relax jpeg recursive loop protection).
Ilia Alshanetsky [Wed, 1 Jun 2005 22:29:20 +0000 (22:29 +0000)]
MFH:  Fixed bug #33210 (relax jpeg recursive loop protection).

19 years agoMFH: - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' modifier...
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)

19 years agoMFH
foobar [Tue, 31 May 2005 12:22:27 +0000 (12:22 +0000)]
MFH

19 years agoUpgrade PCRE library to 5.0.
Andrei Zmievski [Fri, 27 May 2005 18:12:43 +0000 (18:12 +0000)]
Upgrade PCRE library to 5.0.

19 years agoMFH
Andrei Zmievski [Thu, 26 May 2005 21:49:04 +0000 (21:49 +0000)]
MFH

19 years agoMFH: Added scheme validation for parse_url().
Ilia Alshanetsky [Thu, 26 May 2005 03:56:45 +0000 (03:56 +0000)]
MFH: Added scheme validation for parse_url().

19 years agoMFH (pcre cache flush)
Andrei Zmievski [Tue, 24 May 2005 21:12:16 +0000 (21:12 +0000)]
MFH (pcre cache flush)

19 years agoMFH: make it compile on Win32
Antony Dovgal [Tue, 24 May 2005 10:14:16 +0000 (10:14 +0000)]
MFH: make it compile on Win32

19 years agoMFH: Fixed bug #32810 (temporary files not using plain file wrapper).
Ilia Alshanetsky [Mon, 23 May 2005 21:51:00 +0000 (21:51 +0000)]
MFH: Fixed bug #32810 (temporary files not using plain file wrapper).

19 years agorevert by Wez's request
Antony Dovgal [Mon, 23 May 2005 15:37:29 +0000 (15:37 +0000)]
revert by Wez's request

19 years agoMFH: fix bug #32810 (fread after tmpfile() reads only 8192 bytes)
Antony Dovgal [Mon, 23 May 2005 11:52:44 +0000 (11:52 +0000)]
MFH: fix bug #32810 (fread after tmpfile() reads only 8192 bytes)

19 years agoMFH: fix test
Antony Dovgal [Mon, 23 May 2005 11:39:05 +0000 (11:39 +0000)]
MFH: fix test

19 years agoMFH: Upgrade bundled shtool to 2.0.1
foobar [Mon, 23 May 2005 09:46:32 +0000 (09:46 +0000)]
MFH: Upgrade bundled shtool to 2.0.1

19 years agoMFH: - Fixed bug #33017 ("make distclean" gives an error with VPATH build).
foobar [Mon, 23 May 2005 09:43:59 +0000 (09:43 +0000)]
MFH: - Fixed bug #33017 ("make distclean" gives an error with VPATH build).

19 years agoMFH: Fixed bug #29338 (unencoded spaces get ignored after certain tags).
Ilia Alshanetsky [Sun, 22 May 2005 16:45:41 +0000 (16:45 +0000)]
MFH: Fixed bug #29338 (unencoded spaces get ignored after certain tags).

19 years agoMFH: fix compile warning
Antony Dovgal [Sun, 22 May 2005 12:59:29 +0000 (12:59 +0000)]
MFH: fix compile warning

19 years agoFixed bug #33072 - Add a safemode/open_basedir check for runtime save_path
Rasmus Lerdorf [Sat, 21 May 2005 19:46:34 +0000 (19:46 +0000)]
Fixed bug #33072 - Add a safemode/open_basedir check for runtime save_path
change

19 years ago- Fixed bug #30593 (--with-ingres option generates broken Makefile).
Grant Croker [Fri, 20 May 2005 15:57:13 +0000 (15:57 +0000)]
- Fixed bug #30593 (--with-ingres option generates broken Makefile).

19 years agoUpdate NEWS
Derick Rethans [Fri, 20 May 2005 11:15:33 +0000 (11:15 +0000)]
Update NEWS

19 years ago- Fixed bug #33013: "next month" was done wrong.
Derick Rethans [Fri, 20 May 2005 11:13:14 +0000 (11:13 +0000)]
- Fixed bug #33013: "next month" was done wrong.

19 years agoMFH: fix bug #32944 (Disabling session.use_cookies doesn't prevent reading session...
Antony Dovgal [Fri, 20 May 2005 10:28:35 +0000 (10:28 +0000)]
MFH: fix bug #32944 (Disabling session.use_cookies doesn't prevent reading session cookies)

19 years agoreorder
foobar [Fri, 20 May 2005 06:36:56 +0000 (06:36 +0000)]
reorder