]> granicus.if.org Git - php/log
php
22 years ago- No C++ comments
Derick Rethans [Mon, 1 Jul 2002 18:52:30 +0000 (18:52 +0000)]
- No C++ comments

22 years agoIn Darwin we have this thing called two-level namespace
Marko Karppinen [Mon, 1 Jul 2002 18:19:27 +0000 (18:19 +0000)]
In Darwin we have this thing called two-level namespace

22 years ago- Fix bug when acccessing $this not in class scope.
Andi Gutmans [Mon, 1 Jul 2002 15:13:39 +0000 (15:13 +0000)]
- Fix bug when acccessing $this not in class scope.

22 years agooutcomment everything related to domxml_elem_set_attribute_node(). This
Christian Stocker [Mon, 1 Jul 2002 14:48:38 +0000 (14:48 +0000)]
outcomment everything related to domxml_elem_set_attribute_node(). This
function is not implemented and shouldn't show up at all for the time
being

22 years agoFix win32 build.
foobar [Mon, 1 Jul 2002 09:00:00 +0000 (09:00 +0000)]
Fix win32 build.

22 years ago- Export zend_object_get_address()
Andi Gutmans [Mon, 1 Jul 2002 04:21:40 +0000 (04:21 +0000)]
- Export zend_object_get_address()

22 years ago"-" is not acceptable in a #define (i have since discovered). converting all - to...
James Cox [Mon, 1 Jul 2002 01:01:06 +0000 (01:01 +0000)]
"-" is not acceptable in a #define (i have since discovered). converting all - to _ is the right thing to do.

# should we issue a warning here too?

22 years agoChangeLog update
<changelog@php.net> [Mon, 1 Jul 2002 00:24:52 +0000 (00:24 +0000)]
ChangeLog update

22 years ago- Remember to document autoload when I have time.
Andi Gutmans [Sun, 30 Jun 2002 19:55:50 +0000 (19:55 +0000)]
- Remember to document autoload when I have time.

22 years agoMain script should not be parsed when (include|require)_once()'ed, #17720
Sander Roobol [Sun, 30 Jun 2002 13:38:16 +0000 (13:38 +0000)]
Main script should not be parsed when (include|require)_once()'ed, #17720
# Derick, MFH?

22 years ago- MFZE1
Derick Rethans [Sun, 30 Jun 2002 11:18:43 +0000 (11:18 +0000)]
- MFZE1

22 years ago- More error messages cleanup
Derick Rethans [Sun, 30 Jun 2002 11:14:27 +0000 (11:14 +0000)]
- More error messages cleanup

22 years agoFix bug: #16252
foobar [Sun, 30 Jun 2002 05:10:40 +0000 (05:10 +0000)]
Fix bug: #16252

22 years agoThis does not work with AIX find..
foobar [Sun, 30 Jun 2002 04:26:05 +0000 (04:26 +0000)]
This does not work with AIX find..

22 years agoChangeLog update
<changelog@php.net> [Sun, 30 Jun 2002 00:22:49 +0000 (00:22 +0000)]
ChangeLog update

22 years ago- Upgrade bundled libtool to 1.4.2. Following stuff mentioned at:
foobar [Sat, 29 Jun 2002 23:24:48 +0000 (23:24 +0000)]
- Upgrade bundled libtool to 1.4.2. Following stuff mentioned at:
  http://www.gnu.org/software/libtool/news.html

  * Diagnose and warn about not-quite-working combinations of gcc and ld on Solaris.
  * Improved OpenBSD support.
  * Improved cygwin support.
  * Bugfixes.

22 years ago- Get ready for alpha2
Andi Gutmans [Sat, 29 Jun 2002 19:37:10 +0000 (19:37 +0000)]
- Get ready for alpha2

22 years agoFix some 8bit issues with IRCG nickname encoding and
Sascha Schumann [Sat, 29 Jun 2002 18:46:49 +0000 (18:46 +0000)]
Fix some 8bit issues with IRCG nickname encoding and
Change the underlying interface of smart_str to accept unsigned char.

22 years agoUnify error messages part 1
Derick Rethans [Sat, 29 Jun 2002 17:40:28 +0000 (17:40 +0000)]
Unify error messages part 1

22 years ago- Invalid -> Undefined
Andi Gutmans [Sat, 29 Jun 2002 16:01:40 +0000 (16:01 +0000)]
- Invalid -> Undefined

22 years ago- Fix GD build with GD 1.8.3
Derick Rethans [Sat, 29 Jun 2002 15:54:02 +0000 (15:54 +0000)]
- Fix GD build with GD 1.8.3

22 years ago- Fix for bug #17654
Derick Rethans [Sat, 29 Jun 2002 15:39:41 +0000 (15:39 +0000)]
- Fix for bug #17654

22 years ago- Add missing semi-colon.
Andi Gutmans [Sat, 29 Jun 2002 15:38:40 +0000 (15:38 +0000)]
- Add missing semi-colon.

22 years ago- Improve some error messages.
Andi Gutmans [Sat, 29 Jun 2002 15:30:27 +0000 (15:30 +0000)]
- Improve some error messages.

22 years ago- Revert previous fix.
Andi Gutmans [Sat, 29 Jun 2002 11:24:11 +0000 (11:24 +0000)]
- Revert previous fix.

22 years agofix leak
Thies C. Arntzen [Sat, 29 Jun 2002 11:13:03 +0000 (11:13 +0000)]
fix leak

22 years agoSearch example (which demonstrates using of mnogosearch API) is updated.
Sergey Kartashoff [Sat, 29 Jun 2002 10:42:54 +0000 (10:42 +0000)]
Search example (which demonstrates using of mnogosearch API) is updated.

22 years ago- Change E_ERROR -> E_COMPILE_ERROR where needed.
Andi Gutmans [Sat, 29 Jun 2002 08:42:17 +0000 (08:42 +0000)]
- Change E_ERROR -> E_COMPILE_ERROR where needed.

22 years ago- Fix for bug #17882. We complain if the same method is declared twice.
Andi Gutmans [Sat, 29 Jun 2002 08:38:24 +0000 (08:38 +0000)]
- Fix for bug #17882. We complain if the same method is declared twice.

22 years ago- Fix bug 15037
Andi Gutmans [Sat, 29 Jun 2002 07:35:41 +0000 (07:35 +0000)]
- Fix bug 15037
- Bump version to alpha2-dev

22 years agofixes extensions with "-"
James Cox [Sat, 29 Jun 2002 02:34:36 +0000 (02:34 +0000)]
fixes extensions with "-"

 # thanks Rasmus for pointing out.

22 years agoFix some build error on win32 (snapshot build)
foobar [Sat, 29 Jun 2002 02:12:42 +0000 (02:12 +0000)]
Fix some build error on win32 (snapshot build)

22 years agomake this build too.
James Cox [Sat, 29 Jun 2002 02:03:36 +0000 (02:03 +0000)]
make this build too.

22 years agoremoved these files from build.
James Cox [Sat, 29 Jun 2002 02:01:32 +0000 (02:01 +0000)]
removed these files from build.

22 years agoreally fix it.
James Cox [Sat, 29 Jun 2002 01:58:07 +0000 (01:58 +0000)]
really fix it.

# can anyone recommend an optician?

22 years agoThis is not done anymore. (should fix win32 snapshot build too)
foobar [Sat, 29 Jun 2002 01:55:36 +0000 (01:55 +0000)]
This is not done anymore. (should fix win32 snapshot build too)

22 years agofixes bug #17453
James Cox [Sat, 29 Jun 2002 01:41:03 +0000 (01:41 +0000)]
fixes bug #17453

22 years ago- Fix the shared problem. (the previous patch really didn't fix anything)
foobar [Sat, 29 Jun 2002 01:19:35 +0000 (01:19 +0000)]
- Fix the shared problem. (the previous patch really didn't fix anything)

22 years agoMissing TSRMLS_* stuff
foobar [Sat, 29 Jun 2002 00:40:34 +0000 (00:40 +0000)]
Missing TSRMLS_* stuff

22 years agoBetter fix it here too..
foobar [Sat, 29 Jun 2002 00:33:02 +0000 (00:33 +0000)]
Better fix it here too..

22 years agoChangeLog update
<changelog@php.net> [Sat, 29 Jun 2002 00:30:30 +0000 (00:30 +0000)]
ChangeLog update

22 years agoOops, extra pipe snuck in
Rasmus Lerdorf [Sat, 29 Jun 2002 00:12:46 +0000 (00:12 +0000)]
Oops, extra pipe snuck in

22 years agoFix for bug #18055
Rasmus Lerdorf [Fri, 28 Jun 2002 23:57:15 +0000 (23:57 +0000)]
Fix for bug #18055

22 years agoremember the value of ext_shared passed into the --with-pdflib, since it
Anil Madhavapeddy [Fri, 28 Jun 2002 16:47:36 +0000 (16:47 +0000)]
remember the value of ext_shared passed into the --with-pdflib, since it
gets overwritten by future PHP_ARG_WITH checks in the same m4 fragment

from wilfried@openbsd.org

22 years ago- WS fix
Andi Gutmans [Fri, 28 Jun 2002 15:30:03 +0000 (15:30 +0000)]
- WS fix

22 years agoMention Apache 2.0.40.
Sebastian Bergmann [Fri, 28 Jun 2002 15:16:28 +0000 (15:16 +0000)]
Mention Apache 2.0.40.

22 years ago- More gotchas...
Derick Rethans [Fri, 28 Jun 2002 15:08:20 +0000 (15:08 +0000)]
- More gotchas...

22 years ago- Fix more TSRM gotchas
Derick Rethans [Fri, 28 Jun 2002 14:51:12 +0000 (14:51 +0000)]
- Fix more TSRM gotchas

22 years agoRequire 2.0.40
foobar [Fri, 28 Jun 2002 14:48:37 +0000 (14:48 +0000)]
Require 2.0.40

22 years ago- YAAC: I hope this is the last one!
Derick Rethans [Fri, 28 Jun 2002 14:45:10 +0000 (14:45 +0000)]
- YAAC: I hope this is the last one!

22 years ago- Fix TSRM gotcha
Derick Rethans [Fri, 28 Jun 2002 14:35:20 +0000 (14:35 +0000)]
- Fix TSRM gotcha

22 years agot1lib.h needs to be included here now.
foobar [Fri, 28 Jun 2002 12:46:07 +0000 (12:46 +0000)]
t1lib.h needs to be included here now.

22 years agoMoved all gd.h related stuff to gd.c
foobar [Fri, 28 Jun 2002 12:35:30 +0000 (12:35 +0000)]
Moved all gd.h related stuff to gd.c

22 years agoRemove unnecessary #include's
foobar [Fri, 28 Jun 2002 12:25:57 +0000 (12:25 +0000)]
Remove unnecessary #include's

22 years agoRemove unused files.
foobar [Fri, 28 Jun 2002 12:23:20 +0000 (12:23 +0000)]
Remove unused files.

22 years agoUnify error messages
Derick Rethans [Fri, 28 Jun 2002 10:52:11 +0000 (10:52 +0000)]
Unify error messages

22 years agoFix bug: #14735
foobar [Fri, 28 Jun 2002 09:53:25 +0000 (09:53 +0000)]
Fix bug: #14735

22 years agoFix bug: #17528, do not crash with empty string.
foobar [Fri, 28 Jun 2002 09:23:50 +0000 (09:23 +0000)]
Fix bug: #17528, do not crash with empty string.

22 years agoFixed bug: #17491 (honor INSTALL_ROOT)
foobar [Fri, 28 Jun 2002 09:01:56 +0000 (09:01 +0000)]
Fixed bug: #17491 (honor INSTALL_ROOT)

22 years ago- Fix annoying redefine warning..
foobar [Fri, 28 Jun 2002 08:34:34 +0000 (08:34 +0000)]
- Fix annoying redefine warning..
# ZAK! Heads up and fix this in Mysql CVS too.

22 years ago- Fix bug: #17671
foobar [Fri, 28 Jun 2002 07:47:19 +0000 (07:47 +0000)]
- Fix bug: #17671

22 years ago- Fix for bug #18039
Derick Rethans [Fri, 28 Jun 2002 07:12:32 +0000 (07:12 +0000)]
- Fix for bug #18039

22 years agoUnify error messages
Derick Rethans [Fri, 28 Jun 2002 06:43:17 +0000 (06:43 +0000)]
Unify error messages

22 years ago- Fixed bug: #17977, session build as shared works now with mm handler too.
foobar [Fri, 28 Jun 2002 02:27:02 +0000 (02:27 +0000)]
- Fixed bug: #17977, session build as shared works now with mm handler too.
- Added listing of save handlers into phpinfo() output

22 years agoChangeLog update
<changelog@php.net> [Fri, 28 Jun 2002 00:22:12 +0000 (00:22 +0000)]
ChangeLog update

22 years agoFix bug: #18008
foobar [Thu, 27 Jun 2002 23:56:27 +0000 (23:56 +0000)]
Fix bug: #18008

22 years agoConsistency fix.
foobar [Thu, 27 Jun 2002 23:05:11 +0000 (23:05 +0000)]
Consistency fix.

22 years ago- Fixed bug: #15595 (and possibly others too)
foobar [Thu, 27 Jun 2002 22:16:53 +0000 (22:16 +0000)]
- Fixed bug: #15595 (and possibly others too)

22 years agoUpdate configure line in phpinfo() after re-running configure without
Sander Roobol [Thu, 27 Jun 2002 10:01:06 +0000 (10:01 +0000)]
Update configure line in phpinfo() after re-running configure without
running make clean first, bug #18012.

22 years agoUnify error messages
Derick Rethans [Thu, 27 Jun 2002 06:54:51 +0000 (06:54 +0000)]
Unify error messages

22 years agoUnify error messages
Derick Rethans [Thu, 27 Jun 2002 06:49:02 +0000 (06:49 +0000)]
Unify error messages

22 years ago- Remove \n
Derick Rethans [Thu, 27 Jun 2002 06:24:26 +0000 (06:24 +0000)]
- Remove \n

22 years ago- Cleaning up the mess..these are NOT zvals.
foobar [Thu, 27 Jun 2002 01:47:36 +0000 (01:47 +0000)]
- Cleaning up the mess..these are NOT zvals.

22 years agoChangeLog update
<changelog@php.net> [Thu, 27 Jun 2002 00:22:58 +0000 (00:22 +0000)]
ChangeLog update

22 years ago- Fixed bug: #17999
foobar [Wed, 26 Jun 2002 23:28:31 +0000 (23:28 +0000)]
- Fixed bug: #17999
- The errors should always be stored, but they are not supposed to be
  shown at request shutdown unless E_NOTICES are allowed.

22 years agouse LIBNAME consistently. Useful on systems like OpenBSD where the curses
Anil Madhavapeddy [Wed, 26 Jun 2002 22:22:47 +0000 (22:22 +0000)]
use LIBNAME consistently.  Useful on systems like OpenBSD where the curses
library is called 'curses' and not 'ncurses'

22 years agothe ncurses_getch() is in the wrong place and never gets run
Anil Madhavapeddy [Wed, 26 Jun 2002 22:20:09 +0000 (22:20 +0000)]
the ncurses_getch() is in the wrong place and never gets run

22 years agoBetter not pollute the EXTRA_LIBS with libpaths.
foobar [Wed, 26 Jun 2002 21:44:58 +0000 (21:44 +0000)]
Better not pollute the EXTRA_LIBS with libpaths.

22 years ago-xbuf_resize does not need to have return value
Marcus Boerger [Wed, 26 Jun 2002 21:03:28 +0000 (21:03 +0000)]
-xbuf_resize does not need to have return value

22 years ago- Implement Andrei's request for disabling memory leak reporting in debug
Derick Rethans [Wed, 26 Jun 2002 19:43:46 +0000 (19:43 +0000)]
- Implement Andrei's request for disabling memory leak reporting in debug
  builds.
#- Andrei: I can show you the logs :)

22 years ago- And the SAPI too
Derick Rethans [Wed, 26 Jun 2002 18:58:49 +0000 (18:58 +0000)]
- And the SAPI too

22 years ago- Update credits
Derick Rethans [Wed, 26 Jun 2002 18:58:25 +0000 (18:58 +0000)]
- Update credits

22 years ago- Update TODO
Derick Rethans [Wed, 26 Jun 2002 18:49:42 +0000 (18:49 +0000)]
- Update TODO

22 years ago- Nuke some TSRMLS_FETCHes
Derick Rethans [Wed, 26 Jun 2002 18:49:08 +0000 (18:49 +0000)]
- Nuke some TSRMLS_FETCHes

22 years agosilence the warning when glibtool is not found..
foobar [Wed, 26 Jun 2002 18:42:50 +0000 (18:42 +0000)]
silence the warning when glibtool is not found..

22 years ago- Fix build
Derick Rethans [Wed, 26 Jun 2002 18:32:27 +0000 (18:32 +0000)]
- Fix build
#- Please test next time! This file is never installed with a default gd
#  install

22 years ago- Let make clean follow symlinks (tested on Linux, IRIX, Solaris, FreeBSD
Derick Rethans [Wed, 26 Jun 2002 18:19:34 +0000 (18:19 +0000)]
- Let make clean follow symlinks (tested on Linux, IRIX, Solaris, FreeBSD
  and Tru64)

22 years ago- Autoloading support based on patch from Ivan Ristic.
Andi Gutmans [Wed, 26 Jun 2002 15:13:14 +0000 (15:13 +0000)]
- Autoloading support based on patch from Ivan Ristic.
- Again I hope this feature ends up working well because if it doesn't we
- might need to nuke it. This only works for global scoped classes and it
- will never work for sub-classes so don't even ask!!!!!
- Just define an __autoload() function in the global scope and it will be
- called with the class name as the parameter if it doesn't manage to find
- the class.

22 years ago- Centralize global class fetch
Andi Gutmans [Wed, 26 Jun 2002 14:24:23 +0000 (14:24 +0000)]
- Centralize global class fetch

22 years ago- Fix typo
Derick Rethans [Wed, 26 Jun 2002 13:07:40 +0000 (13:07 +0000)]
- Fix typo

22 years ago- Fix problem with scope's not changing correctly during method calls.
Andi Gutmans [Wed, 26 Jun 2002 11:07:35 +0000 (11:07 +0000)]
- Fix problem with scope's not changing correctly during method calls.
- Reapply a tiny optimization to the allocator so that in non-debug mode
- we clean memory without detecting leaks.

22 years ago- Unify error messages
Derick Rethans [Wed, 26 Jun 2002 09:09:35 +0000 (09:09 +0000)]
- Unify error messages
#- This is the last one for today... can't really stand another
#  get_active_function_name(TSRMLS_C)  :)

22 years agoUnify error messages
Derick Rethans [Wed, 26 Jun 2002 08:57:18 +0000 (08:57 +0000)]
Unify error messages

22 years agoUnify error messages
Derick Rethans [Wed, 26 Jun 2002 08:48:55 +0000 (08:48 +0000)]
Unify error messages

22 years agoPrefer glibtool over libtool for Mac OS X compatibility
Sascha Schumann [Wed, 26 Jun 2002 08:39:55 +0000 (08:39 +0000)]
Prefer glibtool over libtool for Mac OS X compatibility

Submitted by: various people, including blakers@mac.com

22 years agoUnify error messages
Derick Rethans [Wed, 26 Jun 2002 08:39:52 +0000 (08:39 +0000)]
Unify error messages

22 years agoUnify error messages
Derick Rethans [Wed, 26 Jun 2002 08:32:25 +0000 (08:32 +0000)]
Unify error messages

22 years agoUnify error messages
Derick Rethans [Wed, 26 Jun 2002 08:07:59 +0000 (08:07 +0000)]
Unify error messages

22 years agoFix code which makes wrong assumptions about the return value of snprintf.
Sascha Schumann [Wed, 26 Jun 2002 07:54:50 +0000 (07:54 +0000)]
Fix code which makes wrong assumptions about the return value of snprintf.

The AOLserver module did not use the return value, so simply drop it.

22 years agoUnify error messages
Derick Rethans [Wed, 26 Jun 2002 07:54:00 +0000 (07:54 +0000)]
Unify error messages