]>
granicus.if.org Git - php/log
Sterling Hughes [Wed, 2 Jul 2003 04:31:33 +0000 (04:31 +0000)]
Fix bug #24445
Sterling Hughes [Wed, 2 Jul 2003 04:30:45 +0000 (04:30 +0000)]
add a test for get_parent_class() bug
Sterling Hughes [Wed, 2 Jul 2003 03:12:06 +0000 (03:12 +0000)]
further improve the performance and clean up
Sascha Schumann [Wed, 2 Jul 2003 03:04:35 +0000 (03:04 +0000)]
MFB PHP_CHECK_LIBRARY fix
foobar [Wed, 2 Jul 2003 02:38:47 +0000 (02:38 +0000)]
*** empty log message ***
Ilia Alshanetsky [Wed, 2 Jul 2003 02:04:00 +0000 (02:04 +0000)]
Fixed a crash when text is added before a font is specified.
Wez Furlong [Wed, 2 Jul 2003 01:35:39 +0000 (01:35 +0000)]
socklen_t needs this.
We might need some more magic to ensure that socklen_t gets defined in
the correct places; lets see if any more problems arise...
Sascha Schumann [Wed, 2 Jul 2003 01:08:26 +0000 (01:08 +0000)]
Fix install-sapi dependency - it should depend on OVERALL_TARGET, of course.
Sterling Hughes [Wed, 2 Jul 2003 00:56:32 +0000 (00:56 +0000)]
not necessary, already assumed binary safe (it has to be under the current
session architecture), and anything else is fair play
Sascha Schumann [Wed, 2 Jul 2003 00:52:35 +0000 (00:52 +0000)]
This file has moved for your years ago into TSRM. Delete it.
Sterling Hughes [Wed, 2 Jul 2003 00:45:15 +0000 (00:45 +0000)]
ws fix
Sterling Hughes [Wed, 2 Jul 2003 00:43:00 +0000 (00:43 +0000)]
set synching to off
cleanup some silly code
<changelog@php.net> [Wed, 2 Jul 2003 00:30:25 +0000 (00:30 +0000)]
ChangeLog update
Sterling Hughes [Wed, 2 Jul 2003 00:04:58 +0000 (00:04 +0000)]
no c++ style comments
Sascha Schumann [Wed, 2 Jul 2003 00:04:12 +0000 (00:04 +0000)]
Sync PHP_CHECK_LIBRARY change
Sterling Hughes [Wed, 2 Jul 2003 00:03:41 +0000 (00:03 +0000)]
make this actually work.
Marcus Boerger [Tue, 1 Jul 2003 23:57:27 +0000 (23:57 +0000)]
Add more clone testing
Marcus Boerger [Tue, 1 Jul 2003 23:50:01 +0000 (23:50 +0000)]
Check handling of private class members
Marcus Boerger [Tue, 1 Jul 2003 23:29:36 +0000 (23:29 +0000)]
Fix __clone().
# This is somewhat discussable. I copied all properties from the old to the
# new object. But for type correctness we only need to copy the properties
# declared in the class and its parents.
#
# Also someone might want to take care about static and const members.
Marcus Boerger [Tue, 1 Jul 2003 23:20:48 +0000 (23:20 +0000)]
ups (2nd)
Marcus Boerger [Tue, 1 Jul 2003 23:06:40 +0000 (23:06 +0000)]
Use both destructor and shutdown
Marcus Boerger [Tue, 1 Jul 2003 22:47:41 +0000 (22:47 +0000)]
small bugfix
Marcus Boerger [Tue, 1 Jul 2003 21:59:46 +0000 (21:59 +0000)]
Rename test to correct extension
Marcus Boerger [Tue, 1 Jul 2003 21:30:21 +0000 (21:30 +0000)]
__clone might not be defined
Marcus Boerger [Tue, 1 Jul 2003 21:28:15 +0000 (21:28 +0000)]
ups
Marcus Boerger [Tue, 1 Jul 2003 21:27:59 +0000 (21:27 +0000)]
Add more clone testing
Marcus Boerger [Tue, 1 Jul 2003 21:05:02 +0000 (21:05 +0000)]
Fix test (damn copy'n'paste)
Marcus Boerger [Tue, 1 Jul 2003 20:02:27 +0000 (20:02 +0000)]
Fix __clone visibility
Marcus Boerger [Tue, 1 Jul 2003 19:59:50 +0000 (19:59 +0000)]
Add tests for __clone visibility
Wez Furlong [Tue, 1 Jul 2003 19:51:06 +0000 (19:51 +0000)]
size_t -> socklen_t
fixes warnings under macosx
Rob Richards [Tue, 1 Jul 2003 19:28:30 +0000 (19:28 +0000)]
fix load() and loadxml() when used with uninstantiated object
Marcus Boerger [Tue, 1 Jul 2003 19:13:50 +0000 (19:13 +0000)]
Fix destructor visibility
Derick Rethans [Tue, 1 Jul 2003 19:12:56 +0000 (19:12 +0000)]
- Added test for bug #24436
Marcus Boerger [Tue, 1 Jul 2003 19:12:23 +0000 (19:12 +0000)]
Add tests for static members
Derick Rethans [Tue, 1 Jul 2003 19:06:04 +0000 (19:06 +0000)]
- Fixing this test, this is the correct behavior
George Schlossnagle [Tue, 1 Jul 2003 18:41:42 +0000 (18:41 +0000)]
Timm Friebe's patches for code celanup and additional functions.
Marcus Boerger [Tue, 1 Jul 2003 18:34:42 +0000 (18:34 +0000)]
Add tests for static members
Marcus Boerger [Tue, 1 Jul 2003 17:55:32 +0000 (17:55 +0000)]
Fix warnings and allow builds without ext/session
foobar [Tue, 1 Jul 2003 17:01:21 +0000 (17:01 +0000)]
- Separate CGI build from regular SAPI build
# Creating the libphp5.a lib is not necessary for CGI build.
#
# btw. It would be quite easy to build CGI, CLI and for example Apache SAPI
# the same time.. :)
foobar [Tue, 1 Jul 2003 16:20:32 +0000 (16:20 +0000)]
Fix previous commit. (never do 2 things same time :)
foobar [Tue, 1 Jul 2003 15:56:07 +0000 (15:56 +0000)]
Missing .cvsignore, broken test, renamed zend2.php -> zend2.php.txt
foobar [Tue, 1 Jul 2003 15:55:09 +0000 (15:55 +0000)]
Added --help to phpize
foobar [Tue, 1 Jul 2003 13:42:03 +0000 (13:42 +0000)]
Add .cvsignore here too.
foobar [Tue, 1 Jul 2003 13:31:14 +0000 (13:31 +0000)]
ws fix
Corne' Cornelius [Tue, 1 Jul 2003 13:27:04 +0000 (13:27 +0000)]
- MFB: 1.69.2.18
Wez Furlong [Tue, 1 Jul 2003 13:26:49 +0000 (13:26 +0000)]
silence warning under win32
(maybe!)
Edin Kadribasic [Tue, 1 Jul 2003 13:26:02 +0000 (13:26 +0000)]
Add sqlite session handler to win32 build
Wez Furlong [Tue, 1 Jul 2003 13:09:57 +0000 (13:09 +0000)]
WS
Wez Furlong [Tue, 1 Jul 2003 13:07:37 +0000 (13:07 +0000)]
Add sqlite session handler.
Modified (quite a bit!) patch from John Coggeshall.
It compiles, but it otherwise untested.
session.save_path == path to actual database file for the session.
eg: session.save_path=/tmp/mysite-session.db
Corne' Cornelius [Tue, 1 Jul 2003 11:09:11 +0000 (11:09 +0000)]
- MFB: 1.69.2.17
Edin Kadribasic [Tue, 1 Jul 2003 09:44:14 +0000 (09:44 +0000)]
Fix shared win32 build
Edin Kadribasic [Tue, 1 Jul 2003 09:43:53 +0000 (09:43 +0000)]
Some more files to ignore
Zeev Suraski [Tue, 1 Jul 2003 08:19:11 +0000 (08:19 +0000)]
Add missing sqlite references
Sascha Schumann [Tue, 1 Jul 2003 05:29:17 +0000 (05:29 +0000)]
properly restart syscalls
Sebastian Bergmann [Tue, 1 Jul 2003 04:25:29 +0000 (04:25 +0000)]
ZTS fixes.
George Schlossnagle [Tue, 1 Jul 2003 04:10:57 +0000 (04:10 +0000)]
more incremental changes. add anything that needs a class factory.
Ilia Alshanetsky [Tue, 1 Jul 2003 03:11:09 +0000 (03:11 +0000)]
Fix up test
Jason Greene [Tue, 1 Jul 2003 03:08:16 +0000 (03:08 +0000)]
Prevent lines following the version output from confusing the version test
George Schlossnagle [Tue, 1 Jul 2003 02:31:21 +0000 (02:31 +0000)]
all the easy parts of Reflection_Class
Marcus Boerger [Tue, 1 Jul 2003 00:49:25 +0000 (00:49 +0000)]
Fix warnings
<changelog@php.net> [Tue, 1 Jul 2003 00:30:09 +0000 (00:30 +0000)]
ChangeLog update
foobar [Tue, 1 Jul 2003 00:16:23 +0000 (00:16 +0000)]
- Changed 'grep -E' back to 'egrep'.
#
# whatever some posix standard says, there's no use to change this in
# two places and possibly break stuff, like said in bug #22604.
#
# Grep for 'egrep' in autoconf 2.13 generated configure to find
# several hundred 'egrep's..
#
foobar [Tue, 1 Jul 2003 00:02:13 +0000 (00:02 +0000)]
Fixed bug #24025 (Can not build with shared ldap support)
Marcus Boerger [Mon, 30 Jun 2003 23:24:12 +0000 (23:24 +0000)]
Make --disable-spl work
Edin Kadribasic [Mon, 30 Jun 2003 20:36:38 +0000 (20:36 +0000)]
MySQL is back as a shared extension.
Shane Caraveo [Mon, 30 Jun 2003 20:33:02 +0000 (20:33 +0000)]
this fixes including this header in a c++ file (vs6)
Shane Caraveo [Mon, 30 Jun 2003 20:31:57 +0000 (20:31 +0000)]
fix a crash I run into on occasion
Derick Rethans [Mon, 30 Jun 2003 20:29:52 +0000 (20:29 +0000)]
- Fix win32 install instructions
Sterling Hughes [Mon, 30 Jun 2003 20:24:26 +0000 (20:24 +0000)]
nuke "main" as a reserved keyword
Andi Gutmans [Mon, 30 Jun 2003 20:22:35 +0000 (20:22 +0000)]
- ZE coding style requires if ( instead of if(
Sebastian Bergmann [Mon, 30 Jun 2003 20:17:01 +0000 (20:17 +0000)]
ZTS fixes. Remove unused local variables.
George Schlossnagle [Mon, 30 Jun 2003 20:04:39 +0000 (20:04 +0000)]
add support for end_reflection_api.c
George Schlossnagle [Mon, 30 Jun 2003 20:03:56 +0000 (20:03 +0000)]
added support for Reflection_Function, the first part of
the reflection api
Sterling Hughes [Mon, 30 Jun 2003 20:03:17 +0000 (20:03 +0000)]
set precision properly.. test passes here
Sterling Hughes [Mon, 30 Jun 2003 19:52:47 +0000 (19:52 +0000)]
move the check down a little so it catches all cases
Sterling Hughes [Mon, 30 Jun 2003 19:50:18 +0000 (19:50 +0000)]
this is the correct result
Sterling Hughes [Mon, 30 Jun 2003 19:40:48 +0000 (19:40 +0000)]
test for bug #24399, segfault in is_subclass_of()
Derick Rethans [Mon, 30 Jun 2003 19:16:41 +0000 (19:16 +0000)]
- Rename test and update title
Sterling Hughes [Mon, 30 Jun 2003 19:16:36 +0000 (19:16 +0000)]
its not a bug - its a feature. No longer allowed in ze2.
Sterling Hughes [Mon, 30 Jun 2003 19:11:01 +0000 (19:11 +0000)]
Fix bug #24399 from an excellent test case by edin
Rasmus Lerdorf [Mon, 30 Jun 2003 18:22:53 +0000 (18:22 +0000)]
Fix 3 tests that didn't adequately specify the .ini settings they rely on
Sterling Hughes [Mon, 30 Jun 2003 18:09:11 +0000 (18:09 +0000)]
add a test for shane's bug #24392
Marcus Boerger [Mon, 30 Jun 2003 18:00:30 +0000 (18:00 +0000)]
Do not test postgres settings
foobar [Mon, 30 Jun 2003 17:30:16 +0000 (17:30 +0000)]
Added test case for bug #24396
foobar [Mon, 30 Jun 2003 17:23:52 +0000 (17:23 +0000)]
- Cleanup, simplifying, etc.
Sergey Kartashoff [Mon, 30 Jun 2003 17:12:18 +0000 (17:12 +0000)]
- Memory leaks in UdmCatPath and UdmCatList functions have been fixed.
foobar [Mon, 30 Jun 2003 16:33:50 +0000 (16:33 +0000)]
- Moved the PEAR check after the extensions.
. added checks for the dependancies PEAR has.
- Moved PHP_REGEX checks to ext/standard/config.m4
# If someone knows the reason for PHP_REGEX macro being where it was,
# please tell..
Zeev Suraski [Mon, 30 Jun 2003 13:51:48 +0000 (13:51 +0000)]
Semantically it's a refcount increase, not a lock...
Zeev Suraski [Mon, 30 Jun 2003 13:47:12 +0000 (13:47 +0000)]
Fix 'global' implementation (fixes, at least, bug #24396
foobar [Mon, 30 Jun 2003 13:37:18 +0000 (13:37 +0000)]
no need to tell news twice
Andrei Zmievski [Mon, 30 Jun 2003 13:29:06 +0000 (13:29 +0000)]
*** empty log message ***
Tomas V.V.Cox [Mon, 30 Jun 2003 13:12:50 +0000 (13:12 +0000)]
Added local version installed in "list-upgrades"
(http://bugs.php.net/bug.php?id=24298)
Zeev Suraski [Mon, 30 Jun 2003 11:43:14 +0000 (11:43 +0000)]
Conform to the sqlite.dsp updates
Zeev Suraski [Mon, 30 Jun 2003 11:41:25 +0000 (11:41 +0000)]
Remove Release_TSinline (it's not necessary)
Add Release_TSDbg
Change directories to be consistent with our other modules...
Zeev Suraski [Mon, 30 Jun 2003 11:27:03 +0000 (11:27 +0000)]
Remove unnecessary elements, internationalize
Tomas V.V.Cox [Mon, 30 Jun 2003 10:43:57 +0000 (10:43 +0000)]
Added "\nRunning on: ".php_uname(); to pear -V
Tomas V.V.Cox [Mon, 30 Jun 2003 10:09:44 +0000 (10:09 +0000)]
Fix for http://bugs.php.net/bug.php?id=21994
Sterling Hughes [Mon, 30 Jun 2003 05:01:18 +0000 (05:01 +0000)]
fix by Elfyn, use = not ==
Sterling Hughes [Mon, 30 Jun 2003 03:11:03 +0000 (03:11 +0000)]
and my first user doesn't even like goto's. sniffle
Sterling Hughes [Mon, 30 Jun 2003 03:08:48 +0000 (03:08 +0000)]
satisfy my very first user :)