]> granicus.if.org Git - php/log
php
22 years ago- tabs
Pierre Joye [Wed, 2 Jul 2003 11:36:17 +0000 (11:36 +0000)]
- tabs

22 years ago- Fix #23808
Pierre Joye [Wed, 2 Jul 2003 11:23:56 +0000 (11:23 +0000)]
- Fix #23808

22 years ago- MFH
Pierre Joye [Wed, 2 Jul 2003 10:08:17 +0000 (10:08 +0000)]
- MFH

22 years agoFinally fix property cloning and fix the tests accordingly.
Marcus Boerger [Wed, 2 Jul 2003 07:24:11 +0000 (07:24 +0000)]
Finally fix property cloning and fix the tests accordingly.

# The default behaviour is to copy all properties with all current values
# from the old object. But if __clone is overwritten then only the default
# properties are cloned with their correct default values. So we keep
# the type system intact and also allow real __clone overwriting now.

22 years agoFix test name
Marcus Boerger [Wed, 2 Jul 2003 06:40:34 +0000 (06:40 +0000)]
Fix test name

22 years agofix this test when using a save_handler other than files...
Sterling Hughes [Wed, 2 Jul 2003 04:34:18 +0000 (04:34 +0000)]
fix this test when using a save_handler other than files...

22 years agoFix bug #24445
Sterling Hughes [Wed, 2 Jul 2003 04:31:33 +0000 (04:31 +0000)]
Fix bug #24445

22 years agoadd a test for get_parent_class() bug
Sterling Hughes [Wed, 2 Jul 2003 04:30:45 +0000 (04:30 +0000)]
add a test for get_parent_class() bug

22 years agofurther improve the performance and clean up
Sterling Hughes [Wed, 2 Jul 2003 03:12:06 +0000 (03:12 +0000)]
further improve the performance and clean up

22 years agoMFB PHP_CHECK_LIBRARY fix
Sascha Schumann [Wed, 2 Jul 2003 03:04:35 +0000 (03:04 +0000)]
MFB PHP_CHECK_LIBRARY fix

22 years ago*** empty log message ***
foobar [Wed, 2 Jul 2003 02:38:47 +0000 (02:38 +0000)]
*** empty log message ***

22 years agoFixed a crash when text is added before a font is specified.
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.

22 years agosocklen_t needs this.
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...

22 years agoFix install-sapi dependency - it should depend on OVERALL_TARGET, of course.
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.

22 years agonot necessary, already assumed binary safe (it has to be under the current
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

22 years agoThis file has moved for your years ago into TSRM. Delete it.
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.

22 years agows fix
Sterling Hughes [Wed, 2 Jul 2003 00:45:15 +0000 (00:45 +0000)]
ws fix

22 years agoset synching to off
Sterling Hughes [Wed, 2 Jul 2003 00:43:00 +0000 (00:43 +0000)]
set synching to off
cleanup some silly code

22 years agoChangeLog update
<changelog@php.net> [Wed, 2 Jul 2003 00:30:25 +0000 (00:30 +0000)]
ChangeLog update

22 years agono c++ style comments
Sterling Hughes [Wed, 2 Jul 2003 00:04:58 +0000 (00:04 +0000)]
no c++ style comments

22 years agoSync PHP_CHECK_LIBRARY change
Sascha Schumann [Wed, 2 Jul 2003 00:04:12 +0000 (00:04 +0000)]
Sync PHP_CHECK_LIBRARY change

22 years agomake this actually work.
Sterling Hughes [Wed, 2 Jul 2003 00:03:41 +0000 (00:03 +0000)]
make this actually work.

22 years agoAdd more clone testing
Marcus Boerger [Tue, 1 Jul 2003 23:57:27 +0000 (23:57 +0000)]
Add more clone testing

22 years agoCheck handling of private class members
Marcus Boerger [Tue, 1 Jul 2003 23:50:01 +0000 (23:50 +0000)]
Check handling of private class members

22 years agoFix __clone().
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.

22 years agoups (2nd)
Marcus Boerger [Tue, 1 Jul 2003 23:20:48 +0000 (23:20 +0000)]
ups (2nd)

22 years agoUse both destructor and shutdown
Marcus Boerger [Tue, 1 Jul 2003 23:06:40 +0000 (23:06 +0000)]
Use both destructor and shutdown

22 years agosmall bugfix
Marcus Boerger [Tue, 1 Jul 2003 22:47:41 +0000 (22:47 +0000)]
small bugfix

22 years agoRename test to correct extension
Marcus Boerger [Tue, 1 Jul 2003 21:59:46 +0000 (21:59 +0000)]
Rename  test to correct  extension

22 years ago__clone might not be defined
Marcus Boerger [Tue, 1 Jul 2003 21:30:21 +0000 (21:30 +0000)]
__clone might not be defined

22 years agoups
Marcus Boerger [Tue, 1 Jul 2003 21:28:15 +0000 (21:28 +0000)]
ups

22 years agoAdd more clone testing
Marcus Boerger [Tue, 1 Jul 2003 21:27:59 +0000 (21:27 +0000)]
Add more clone testing

22 years agoFix test (damn copy'n'paste)
Marcus Boerger [Tue, 1 Jul 2003 21:05:02 +0000 (21:05 +0000)]
Fix test (damn copy'n'paste)

22 years agoFix __clone visibility
Marcus Boerger [Tue, 1 Jul 2003 20:02:27 +0000 (20:02 +0000)]
Fix __clone visibility

22 years agoAdd tests for __clone visibility
Marcus Boerger [Tue, 1 Jul 2003 19:59:50 +0000 (19:59 +0000)]
Add tests for __clone visibility

22 years agosize_t -> socklen_t
Wez Furlong [Tue, 1 Jul 2003 19:51:06 +0000 (19:51 +0000)]
size_t -> socklen_t
fixes warnings under macosx

22 years agofix load() and loadxml() when used with uninstantiated object
Rob Richards [Tue, 1 Jul 2003 19:28:30 +0000 (19:28 +0000)]
fix load() and loadxml() when used with uninstantiated object

22 years agoFix destructor visibility
Marcus Boerger [Tue, 1 Jul 2003 19:13:50 +0000 (19:13 +0000)]
Fix destructor visibility

22 years ago- Added test for bug #24436
Derick Rethans [Tue, 1 Jul 2003 19:12:56 +0000 (19:12 +0000)]
- Added test for bug #24436

22 years agoAdd tests for static members
Marcus Boerger [Tue, 1 Jul 2003 19:12:23 +0000 (19:12 +0000)]
Add tests for static members

22 years ago- Fixing this test, this is the correct behavior
Derick Rethans [Tue, 1 Jul 2003 19:06:04 +0000 (19:06 +0000)]
- Fixing this test, this is the correct behavior

22 years agoTimm Friebe's patches for code celanup and additional functions.
George Schlossnagle [Tue, 1 Jul 2003 18:41:42 +0000 (18:41 +0000)]
Timm Friebe's patches for code celanup and additional functions.

22 years agoAdd tests for static members
Marcus Boerger [Tue, 1 Jul 2003 18:34:42 +0000 (18:34 +0000)]
Add tests for static members

22 years agoFix warnings and allow builds without ext/session
Marcus Boerger [Tue, 1 Jul 2003 17:55:32 +0000 (17:55 +0000)]
Fix warnings and allow builds without ext/session

22 years ago- Separate CGI build from regular SAPI build
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.. :)

22 years agoFix previous commit. (never do 2 things same time :)
foobar [Tue, 1 Jul 2003 16:20:32 +0000 (16:20 +0000)]
Fix previous commit. (never do 2 things same time :)

22 years agoMissing .cvsignore, broken test, renamed zend2.php -> zend2.php.txt
foobar [Tue, 1 Jul 2003 15:56:07 +0000 (15:56 +0000)]
Missing .cvsignore, broken test, renamed zend2.php -> zend2.php.txt

22 years agoAdded --help to phpize
foobar [Tue, 1 Jul 2003 15:55:09 +0000 (15:55 +0000)]
Added --help to phpize

22 years agoAdd .cvsignore here too.
foobar [Tue, 1 Jul 2003 13:42:03 +0000 (13:42 +0000)]
Add .cvsignore here too.

22 years agows fix
foobar [Tue, 1 Jul 2003 13:31:14 +0000 (13:31 +0000)]
ws fix

22 years ago- MFB: 1.69.2.18
Corne' Cornelius [Tue, 1 Jul 2003 13:27:04 +0000 (13:27 +0000)]
- MFB: 1.69.2.18

22 years agosilence warning under win32
Wez Furlong [Tue, 1 Jul 2003 13:26:49 +0000 (13:26 +0000)]
silence warning under win32
(maybe!)

22 years agoAdd sqlite session handler to win32 build
Edin Kadribasic [Tue, 1 Jul 2003 13:26:02 +0000 (13:26 +0000)]
Add sqlite session handler to win32 build

22 years agoWS
Wez Furlong [Tue, 1 Jul 2003 13:09:57 +0000 (13:09 +0000)]
WS

22 years agoAdd sqlite session handler.
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

22 years ago- MFB: 1.69.2.17
Corne' Cornelius [Tue, 1 Jul 2003 11:09:11 +0000 (11:09 +0000)]
- MFB: 1.69.2.17

22 years agoFix shared win32 build
Edin Kadribasic [Tue, 1 Jul 2003 09:44:14 +0000 (09:44 +0000)]
Fix shared win32 build

22 years agoSome more files to ignore
Edin Kadribasic [Tue, 1 Jul 2003 09:43:53 +0000 (09:43 +0000)]
Some more files to ignore

22 years agoAdd missing sqlite references
Zeev Suraski [Tue, 1 Jul 2003 08:19:11 +0000 (08:19 +0000)]
Add missing sqlite references

22 years agoproperly restart syscalls
Sascha Schumann [Tue, 1 Jul 2003 05:29:17 +0000 (05:29 +0000)]
properly restart syscalls

22 years agoZTS fixes.
Sebastian Bergmann [Tue, 1 Jul 2003 04:25:29 +0000 (04:25 +0000)]
ZTS fixes.

22 years agomore incremental changes. add anything that needs a class factory.
George Schlossnagle [Tue, 1 Jul 2003 04:10:57 +0000 (04:10 +0000)]
more incremental changes.  add anything that needs a class factory.

22 years agoFix up test
Ilia Alshanetsky [Tue, 1 Jul 2003 03:11:09 +0000 (03:11 +0000)]
Fix up test

22 years agoPrevent lines following the version output from confusing the version 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

22 years agoall the easy parts of Reflection_Class
George Schlossnagle [Tue, 1 Jul 2003 02:31:21 +0000 (02:31 +0000)]
all the easy parts of Reflection_Class

22 years agoFix warnings
Marcus Boerger [Tue, 1 Jul 2003 00:49:25 +0000 (00:49 +0000)]
Fix warnings

22 years agoChangeLog update
<changelog@php.net> [Tue, 1 Jul 2003 00:30:09 +0000 (00:30 +0000)]
ChangeLog update

22 years ago- Changed 'grep -E' back to 'egrep'.
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..
#

22 years agoFixed bug #24025 (Can not build with shared ldap support)
foobar [Tue, 1 Jul 2003 00:02:13 +0000 (00:02 +0000)]
Fixed bug #24025 (Can not build with shared ldap support)

22 years agoMake --disable-spl work
Marcus Boerger [Mon, 30 Jun 2003 23:24:12 +0000 (23:24 +0000)]
Make --disable-spl work

22 years agoMySQL is back as a shared extension.
Edin Kadribasic [Mon, 30 Jun 2003 20:36:38 +0000 (20:36 +0000)]
MySQL is back as a shared extension.

22 years agothis fixes including this header in a c++ file (vs6)
Shane Caraveo [Mon, 30 Jun 2003 20:33:02 +0000 (20:33 +0000)]
this fixes including this header in a c++ file (vs6)

22 years agofix a crash I run into on occasion
Shane Caraveo [Mon, 30 Jun 2003 20:31:57 +0000 (20:31 +0000)]
fix a crash I run into on occasion

22 years ago- Fix win32 install instructions
Derick Rethans [Mon, 30 Jun 2003 20:29:52 +0000 (20:29 +0000)]
- Fix win32 install instructions

22 years agonuke "main" as a reserved keyword
Sterling Hughes [Mon, 30 Jun 2003 20:24:26 +0000 (20:24 +0000)]
nuke "main" as a reserved keyword

22 years ago- ZE coding style requires if ( instead of if(
Andi Gutmans [Mon, 30 Jun 2003 20:22:35 +0000 (20:22 +0000)]
- ZE coding style requires if ( instead of if(

22 years agoZTS fixes. Remove unused local variables.
Sebastian Bergmann [Mon, 30 Jun 2003 20:17:01 +0000 (20:17 +0000)]
ZTS fixes. Remove unused local variables.

22 years agoadd support for end_reflection_api.c
George Schlossnagle [Mon, 30 Jun 2003 20:04:39 +0000 (20:04 +0000)]
add support for end_reflection_api.c

22 years agoadded support for Reflection_Function, the first part of
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

22 years agoset precision properly.. test passes here
Sterling Hughes [Mon, 30 Jun 2003 20:03:17 +0000 (20:03 +0000)]
set precision properly.. test passes here

22 years agomove the check down a little so it catches all cases
Sterling Hughes [Mon, 30 Jun 2003 19:52:47 +0000 (19:52 +0000)]
move the check down a little so it catches all cases

22 years agothis is the correct result
Sterling Hughes [Mon, 30 Jun 2003 19:50:18 +0000 (19:50 +0000)]
this is the correct result

22 years agotest for bug #24399, segfault in is_subclass_of()
Sterling Hughes [Mon, 30 Jun 2003 19:40:48 +0000 (19:40 +0000)]
test for bug #24399, segfault in is_subclass_of()

22 years ago- Rename test and update title
Derick Rethans [Mon, 30 Jun 2003 19:16:41 +0000 (19:16 +0000)]
- Rename test and update title

22 years agoits not a bug - its a feature. No longer allowed in ze2.
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.

22 years agoFix bug #24399 from an excellent test case by edin
Sterling Hughes [Mon, 30 Jun 2003 19:11:01 +0000 (19:11 +0000)]
Fix bug #24399 from an excellent test case by edin

22 years agoFix 3 tests that didn't adequately specify the .ini settings they rely on
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

22 years agoadd a test for shane's bug #24392
Sterling Hughes [Mon, 30 Jun 2003 18:09:11 +0000 (18:09 +0000)]
add a test for shane's bug #24392

22 years agoDo not test postgres settings
Marcus Boerger [Mon, 30 Jun 2003 18:00:30 +0000 (18:00 +0000)]
Do not test postgres settings

22 years agoAdded test case for bug #24396
foobar [Mon, 30 Jun 2003 17:30:16 +0000 (17:30 +0000)]
Added test case for bug #24396

22 years ago- Cleanup, simplifying, etc.
foobar [Mon, 30 Jun 2003 17:23:52 +0000 (17:23 +0000)]
- Cleanup, simplifying, etc.

22 years ago- Memory leaks in UdmCatPath and UdmCatList functions have been fixed.
Sergey Kartashoff [Mon, 30 Jun 2003 17:12:18 +0000 (17:12 +0000)]
- Memory leaks in UdmCatPath and UdmCatList functions have been fixed.

22 years ago- Moved the PEAR check after the extensions.
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..

22 years agoSemantically it's a refcount increase, not a lock...
Zeev Suraski [Mon, 30 Jun 2003 13:51:48 +0000 (13:51 +0000)]
Semantically it's a refcount increase, not a lock...

22 years agoFix 'global' implementation (fixes, at least, bug #24396
Zeev Suraski [Mon, 30 Jun 2003 13:47:12 +0000 (13:47 +0000)]
Fix 'global' implementation (fixes, at least, bug #24396

22 years agono need to tell news twice
foobar [Mon, 30 Jun 2003 13:37:18 +0000 (13:37 +0000)]
no need to tell news twice

22 years ago*** empty log message ***
Andrei Zmievski [Mon, 30 Jun 2003 13:29:06 +0000 (13:29 +0000)]
*** empty log message ***

22 years agoAdded local version installed in "list-upgrades"
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)

22 years agoConform to the sqlite.dsp updates
Zeev Suraski [Mon, 30 Jun 2003 11:43:14 +0000 (11:43 +0000)]
Conform to the sqlite.dsp updates

22 years agoRemove Release_TSinline (it's not necessary)
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...