]> granicus.if.org Git - php/log
php
22 years agoChangeLog update
<changelog@php.net> [Mon, 22 Jul 2002 00:19:47 +0000 (00:19 +0000)]
ChangeLog update

22 years agounify error messages & notices
Marcus Boerger [Sun, 21 Jul 2002 22:38:23 +0000 (22:38 +0000)]
unify error messages & notices
# this fixes exif again since it was broken by message unify

22 years agoremoved changes for mysql_select_db (optional parameter)
Georg Richter [Sun, 21 Jul 2002 21:36:10 +0000 (21:36 +0000)]
removed changes for mysql_select_db (optional parameter)

Why:
1) Its not the common way to add additionally functionality for functions or
features which are already implemented in SQL. Therefore also a lot of
mysql functions are marked as deprecated (and will be removed in near future)

2) The implemented workaround works only when mysql_select_db was called
before (fetching the databasename from mysql->conn.db). It returns invalid
or inconsistent results e.g.:

- when "USE databasename" via mysql_query was used
- when database was dropped or grant privileges had changed.

In conjunction with persistent connection, there are also some inconsistencies,
cause mysql_select_db returns the databasename from an old connection.

To determine the database name just use the SQL command "SELECT DATABASE()"

22 years agofixed bug in mysql_real_escape_string:
Georg Richter [Sun, 21 Jul 2002 20:16:03 +0000 (20:16 +0000)]
fixed bug in mysql_real_escape_string:
allocated 1 more byte for '\0' terminating character

22 years ago- Fix bug reported by Sebastian where old constructors didn't work in
Andi Gutmans [Sun, 21 Jul 2002 18:50:10 +0000 (18:50 +0000)]
- Fix bug reported by Sebastian where old constructors didn't work in
- nested classes.

22 years ago* yeah yeah
Stig Bakken [Sun, 21 Jul 2002 16:17:18 +0000 (16:17 +0000)]
* yeah yeah

22 years ago* split #3 into two paragraphs again, like the Apache license we once
Stig Bakken [Sun, 21 Jul 2002 16:16:36 +0000 (16:16 +0000)]
* split #3 into two paragraphs again, like the Apache license we once
  borrowed it from

22 years agoMade PHP_ADD_LIBPATH use the $ld_runpath_switch and changed the Darwin
Marko Karppinen [Sun, 21 Jul 2002 14:42:01 +0000 (14:42 +0000)]
Made PHP_ADD_LIBPATH use the $ld_runpath_switch and changed the Darwin
link lines in sapi/cli and sapi/cgi to use $NATIVE_RPATHS.
This is a tentative fix for #18450.

22 years agoMove autoconf-2.13 check into buildcheck.sh where we already have
Sascha Schumann [Sun, 21 Jul 2002 13:09:07 +0000 (13:09 +0000)]
Move autoconf-2.13 check into buildcheck.sh where we already have
version parsing code and (more importantly) proper error checking
for missing autoconf.

22 years agoOne should not ignore
Sascha Schumann [Sun, 21 Jul 2002 12:54:06 +0000 (12:54 +0000)]
One should not ignore

AC_PROG_CPP was called before AC_PROG_CC

because this error caused the Solaris issue

22 years ago* bundle these releases
Stig Bakken [Sun, 21 Jul 2002 07:40:18 +0000 (07:40 +0000)]
* bundle these releases

22 years ago* moved to /pear cvs
Stig Bakken [Sun, 21 Jul 2002 07:38:15 +0000 (07:38 +0000)]
* moved to /pear cvs

22 years agoAdded pg_fetch_all() that fetch all rows in result.
Yasuo Ohgaki [Sun, 21 Jul 2002 07:25:10 +0000 (07:25 +0000)]
Added pg_fetch_all() that fetch all rows in result.
Useful and faster when there is enough memory.
@Added pg_fetch_all() that fetch all rows in result. (Yasuo)

22 years ago* already moved to /pear
Stig Bakken [Sun, 21 Jul 2002 07:19:11 +0000 (07:19 +0000)]
* already moved to /pear

22 years ago* support "zend" dependency type
Stig Bakken [Sun, 21 Jul 2002 07:18:49 +0000 (07:18 +0000)]
* support "zend" dependency type

22 years ago* moved to /pear cvs
Stig Bakken [Sun, 21 Jul 2002 07:15:31 +0000 (07:15 +0000)]
* moved to /pear cvs

22 years ago* added missing license element
Stig Bakken [Sun, 21 Jul 2002 07:06:56 +0000 (07:06 +0000)]
* added missing license element
* added "zend" dependency type

22 years ago* always enable track_errors
Stig Bakken [Sun, 21 Jul 2002 07:04:45 +0000 (07:04 +0000)]
* always enable track_errors
* added throwError method (simpler version of raiseError)

22 years ago* license out of "alpha"
Stig Bakken [Sun, 21 Jul 2002 06:53:17 +0000 (06:53 +0000)]
* license out of "alpha"

22 years ago* fixed some errors in package.xml
Stig Bakken [Sun, 21 Jul 2002 06:35:55 +0000 (06:35 +0000)]
* fixed some errors in package.xml

22 years agoChangeLog update
<changelog@php.net> [Sun, 21 Jul 2002 00:19:29 +0000 (00:19 +0000)]
ChangeLog update

22 years agoproper patch to cvsclean for bad autoconf.
James Cox [Sat, 20 Jul 2002 16:40:14 +0000 (16:40 +0000)]
proper patch to cvsclean for bad autoconf.

22 years agoI love rock'n'roll...laalalaa (britney sucks)
foobar [Sat, 20 Jul 2002 15:17:51 +0000 (15:17 +0000)]
I love rock'n'roll...laalalaa (britney sucks)

22 years agoreverse bad patch
Sascha Schumann [Sat, 20 Jul 2002 14:33:09 +0000 (14:33 +0000)]
reverse bad patch

james, when you send me email about your patch which does not work,
why don't you wait for a reply first before committing the non-working
stuff?

22 years agoFixed php_pgsql_convert's bool type handling.
Yasuo Ohgaki [Sat, 20 Jul 2002 07:45:01 +0000 (07:45 +0000)]
Fixed php_pgsql_convert's bool type handling.

22 years agoHmm. My PostgreSQL returns "bool" for boolean now.
Yasuo Ohgaki [Sat, 20 Jul 2002 07:24:15 +0000 (07:24 +0000)]
Hmm. My PostgreSQL returns "bool" for boolean now.

22 years agoFixed convetion when null string is passed to php_pgsql_convert()
Yasuo Ohgaki [Sat, 20 Jul 2002 07:08:17 +0000 (07:08 +0000)]
Fixed convetion when null string is passed to php_pgsql_convert()

22 years agoFixed crash.
Yasuo Ohgaki [Sat, 20 Jul 2002 06:45:35 +0000 (06:45 +0000)]
Fixed crash.

22 years agomore work for buildconf. forces a cvsclean if using a bad am. more ZE/zE2 tests.
James Cox [Sat, 20 Jul 2002 04:02:44 +0000 (04:02 +0000)]
more work for buildconf. forces a cvsclean if using a bad am. more ZE/zE2 tests.

22 years agoImprove/fix handling of --disable-rpath
Sascha Schumann [Sat, 20 Jul 2002 01:28:56 +0000 (01:28 +0000)]
Improve/fix handling of --disable-rpath

Might or might not fix #18374

22 years agoNEWS update
<changelog@php.net> [Sat, 20 Jul 2002 00:19:08 +0000 (00:19 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Sat, 20 Jul 2002 00:18:04 +0000 (00:18 +0000)]
ChangeLog update

22 years agoFix feof() on win32
Jason Greene [Fri, 19 Jul 2002 20:34:35 +0000 (20:34 +0000)]
Fix feof() on win32
Bug #18436

22 years agows fix
foobar [Fri, 19 Jul 2002 16:22:36 +0000 (16:22 +0000)]
ws fix

22 years ago- added a skeleton for new layers
Harald Radi [Fri, 19 Jul 2002 16:19:00 +0000 (16:19 +0000)]
- added a skeleton for new layers
- a bit cleanup

22 years agoThis option should be left enabled by default by mistake.
Yasuo Ohgaki [Fri, 19 Jul 2002 09:45:07 +0000 (09:45 +0000)]
This option should be left enabled by default by mistake.
--enable-trans-sid option is removed and this option should
be disabled by default in php.ini.

1) It's insecure by nature
2) It may not work well always
3) It wasn't enabled by default used be
4) It risks security and user should enable it after realizing
   it's security risks.

22 years agoUnify error messages
Derick Rethans [Fri, 19 Jul 2002 09:21:29 +0000 (09:21 +0000)]
Unify error messages

22 years agoUnify error messages
Derick Rethans [Fri, 19 Jul 2002 08:36:43 +0000 (08:36 +0000)]
Unify error messages

22 years agoUnify error messages
Derick Rethans [Fri, 19 Jul 2002 07:18:16 +0000 (07:18 +0000)]
Unify error messages

22 years agoChangeLog update
<changelog@php.net> [Fri, 19 Jul 2002 00:18:47 +0000 (00:18 +0000)]
ChangeLog update

22 years agoext/rpc/com should work now, but there's still lots of work left.
Harald Radi [Thu, 18 Jul 2002 18:31:37 +0000 (18:31 +0000)]
ext/rpc/com should work now, but there's still lots of work left.

22 years ago- MFZE1 - MacOSX fixes by Marko Karppinen
Derick Rethans [Thu, 18 Jul 2002 11:16:34 +0000 (11:16 +0000)]
- MFZE1 - MacOSX fixes by Marko Karppinen

22 years agoMove down open_basedir description.
Yasuo Ohgaki [Thu, 18 Jul 2002 01:36:17 +0000 (01:36 +0000)]
Move down open_basedir description.

22 years agoNEWS update
<changelog@php.net> [Thu, 18 Jul 2002 00:20:49 +0000 (00:20 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Thu, 18 Jul 2002 00:19:37 +0000 (00:19 +0000)]
ChangeLog update

22 years agoremoving tclink extension so it can be moved to pear/pecl
Dan Helfman [Wed, 17 Jul 2002 22:53:43 +0000 (22:53 +0000)]
removing tclink extension so it can be moved to pear/pecl

22 years agonew credit card processing module for TrustCommerce
Dan Helfman [Wed, 17 Jul 2002 22:07:05 +0000 (22:07 +0000)]
new credit card processing module for TrustCommerce
http://trustcommerce.com/tclink.html

22 years agoWe have a macro for checking -R, etc. switches. (exactly same code)
foobar [Wed, 17 Jul 2002 21:56:40 +0000 (21:56 +0000)]
We have a macro for checking -R, etc. switches. (exactly same code)

22 years agoFix DL entry point.
Andrei Zmievski [Wed, 17 Jul 2002 19:27:36 +0000 (19:27 +0000)]
Fix DL entry point.

22 years ago- Remove code which wasn't supposed to go into the patch.
Andi Gutmans [Wed, 17 Jul 2002 18:39:26 +0000 (18:39 +0000)]
- Remove code which wasn't supposed to go into the patch.

22 years ago- Rejuggle some code.
Andi Gutmans [Wed, 17 Jul 2002 18:36:29 +0000 (18:36 +0000)]
- Rejuggle some code.

22 years agoRemove evil quotes
foobar [Wed, 17 Jul 2002 17:28:57 +0000 (17:28 +0000)]
Remove evil quotes

22 years agoeven more items on the TODO list
Christian Stocker [Wed, 17 Jul 2002 08:59:05 +0000 (08:59 +0000)]
even more items on the TODO list

22 years agonodename is not always set, check if it really is.
Christian Stocker [Wed, 17 Jul 2002 08:57:29 +0000 (08:57 +0000)]
nodename is not always set, check if it really is.

22 years agoZend Engine behaviour is affected by setlocale() due to use of
Hartmut Holzgraefe [Wed, 17 Jul 2002 08:49:26 +0000 (08:49 +0000)]
Zend Engine behaviour is affected by setlocale() due to use of
locale aware functions like strtod(), atof(), tolower(), toupper() :(

22 years ago- set_time_limit() now returns whether it succeeded in changing the time
Derick Rethans [Wed, 17 Jul 2002 08:06:43 +0000 (08:06 +0000)]
- set_time_limit() now returns whether it succeeded in changing the time
  limit.

22 years agoFixed build.
Yasuo Ohgaki [Wed, 17 Jul 2002 07:50:32 +0000 (07:50 +0000)]
Fixed build.

22 years agounbreak the shared build..again
foobar [Wed, 17 Jul 2002 06:01:37 +0000 (06:01 +0000)]
unbreak the shared build..again

22 years agoAccoding to safe_mode.h, php_checkuid() has six modes.
Yasuo Ohgaki [Wed, 17 Jul 2002 05:15:17 +0000 (05:15 +0000)]
Accoding to safe_mode.h, php_checkuid() has six modes.

22 years agoAdded safe_mode & open_basedir checks for pg_lo_export()
Yasuo Ohgaki [Wed, 17 Jul 2002 05:01:58 +0000 (05:01 +0000)]
Added safe_mode & open_basedir checks for pg_lo_export()
@Added safe_mode & open_basedir checks for pg_lo_export() (Yasuo)

22 years agoAdded open_basedir check.
Yasuo Ohgaki [Wed, 17 Jul 2002 04:58:58 +0000 (04:58 +0000)]
Added open_basedir check.
@ Added open_basedir check for pg_lo_import() (Yasuo)

22 years agoFixed open_basedir note - thanks to Sander. I also notice I have to modify pg_lo_impo...
Yasuo Ohgaki [Wed, 17 Jul 2002 04:20:37 +0000 (04:20 +0000)]
Fixed open_basedir note - thanks to Sander. I also notice I have to modify pg_lo_import(), etc. It does not check open_basedir at all. It checks UID/GID, though. We are better to note how we should treat files in coding standard.

22 years agoThis was mentioned already above (with an example too :)
foobar [Wed, 17 Jul 2002 03:46:55 +0000 (03:46 +0000)]
This was mentioned already above (with an example too :)

22 years agoNEWS update
<changelog@php.net> [Wed, 17 Jul 2002 00:20:24 +0000 (00:20 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Wed, 17 Jul 2002 00:19:37 +0000 (00:19 +0000)]
ChangeLog update

22 years agoChanged configure option order to make it clear option dependecy to users.
Yasuo Ohgaki [Wed, 17 Jul 2002 00:17:43 +0000 (00:17 +0000)]
Changed configure option order to make it clear option dependecy to users.

22 years agoDisable input encoding tranlation by default.
Yasuo Ohgaki [Wed, 17 Jul 2002 00:11:32 +0000 (00:11 +0000)]
Disable input encoding tranlation by default.

22 years agoAdded note for open_basedir
Yasuo Ohgaki [Wed, 17 Jul 2002 00:09:09 +0000 (00:09 +0000)]
Added note for open_basedir

22 years agoThis is the real world..
foobar [Tue, 16 Jul 2002 19:47:51 +0000 (19:47 +0000)]
This is the real world..

22 years agofix protos
foobar [Tue, 16 Jul 2002 19:26:23 +0000 (19:26 +0000)]
fix protos

22 years ago- Before I forget to list it, this was also added.
Andi Gutmans [Tue, 16 Jul 2002 19:16:53 +0000 (19:16 +0000)]
- Before I forget to list it, this was also added.

22 years ago- Syntactic sugar - Add "public" as a synonym for "var".
Andi Gutmans [Tue, 16 Jul 2002 19:11:14 +0000 (19:11 +0000)]
- Syntactic sugar - Add "public" as a synonym for "var".
- Now we have the three P's.
You can do:

<?
class MyClass {
public $a;
private $b;
protected $c;
}

?>

22 years agorefine
Sascha Schumann [Tue, 16 Jul 2002 16:24:15 +0000 (16:24 +0000)]
refine

22 years agoadded mysql changes:
Georg Richter [Tue, 16 Jul 2002 14:31:55 +0000 (14:31 +0000)]
added mysql changes:
- php.ini option mysql.connect_timeout
- optional parameter client_flags (mysql_connect, mysql_pconnect)
- automatic rollback for non commited transactions

22 years ago@Fixed infinite recursion crash bug in ticks (Jason)
Jason Greene [Tue, 16 Jul 2002 14:14:22 +0000 (14:14 +0000)]
@Fixed infinite recursion crash bug in ticks (Jason)
Prevent reenterant calls to a user tick function by flagging the function
entry during call.

This prevents code like the following from infinitely recursing until a
crash occurs:
<?php

register_tick_function(a);

declare(ticks=1) {
function a() {
print "blah\n";
}
;
;
;
;
}
?>

22 years agoAdded support for php.ini parameter "mysql.connect_timeout"
Georg Richter [Tue, 16 Jul 2002 13:53:54 +0000 (13:53 +0000)]
Added support for php.ini parameter "mysql.connect_timeout"

22 years agoAdded php.ini option "mysql_connection.timeout"
Georg Richter [Tue, 16 Jul 2002 13:52:23 +0000 (13:52 +0000)]
Added php.ini option "mysql_connection.timeout"

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

22 years ago- MFH of the crap removal
Derick Rethans [Mon, 15 Jul 2002 18:11:04 +0000 (18:11 +0000)]
- MFH of the crap removal

22 years ago- Commit patch to support protected member variables (by Timm Friebe w/
Andi Gutmans [Mon, 15 Jul 2002 18:09:56 +0000 (18:09 +0000)]
- Commit patch to support protected member variables (by Timm Friebe w/
- some fixes by me).
- You can't access protected variables from outside the object. If you want
- to see a protected member from your ancestors you need to declare the
- member as protected in the class you want to use it in. You can't
- redeclare a protected variable as private nor the other way around.

22 years agoFix bug #16985 (wrong count of GET/POST variables).
Edin Kadribasic [Mon, 15 Jul 2002 17:48:54 +0000 (17:48 +0000)]
Fix bug #16985 (wrong count of GET/POST variables).

22 years agouse Zend API to access llist count
Stefan Esser [Mon, 15 Jul 2002 16:37:15 +0000 (16:37 +0000)]
use Zend API to access llist count

22 years agomysql_create_db and mysql_drop_db disabled for NetWare
Anantha Kesari H Y [Mon, 15 Jul 2002 11:14:18 +0000 (11:14 +0000)]
mysql_create_db and mysql_drop_db disabled for NetWare

22 years agoClean up code a little (Remove a use of magic number)
Yasuo Ohgaki [Mon, 15 Jul 2002 10:04:01 +0000 (10:04 +0000)]
Clean up code a little (Remove a use of magic number)
Change/add appropriate comments.

22 years ago- Really implement bool increment/decrement as flip-flop.
Andi Gutmans [Mon, 15 Jul 2002 04:11:13 +0000 (04:11 +0000)]
- Really implement bool increment/decrement as flip-flop.

22 years agoFixed news
Yasuo Ohgaki [Mon, 15 Jul 2002 00:37:53 +0000 (00:37 +0000)]
Fixed news

22 years agoheader sounds like http header. header -> header file
Yasuo Ohgaki [Mon, 15 Jul 2002 00:35:46 +0000 (00:35 +0000)]
header sounds like http header. header -> header file

22 years agoNEWS update
<changelog@php.net> [Mon, 15 Jul 2002 00:22:42 +0000 (00:22 +0000)]
NEWS update

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

22 years agomake this work with wsdl also
Shane Caraveo [Sun, 14 Jul 2002 22:57:53 +0000 (22:57 +0000)]
make this work with wsdl also

22 years agoFix Bug #18341.
Andrei Zmievski [Sun, 14 Jul 2002 22:36:47 +0000 (22:36 +0000)]
Fix Bug #18341.
@- Fixed cases where preg_split() incorrectly terminated final element if
@  it contained null byte. (Andrei)

22 years agoa few fixes
Shane Caraveo [Sun, 14 Jul 2002 22:16:21 +0000 (22:16 +0000)]
a few fixes
fix __isfault
fix decimal encoding
fix a couple crashers in release builds by initializing variables
set http to 1.0 since 1.1 features are not really supported

22 years agoA start towards porting interop tests to php-soap
Shane Caraveo [Sun, 14 Jul 2002 22:14:38 +0000 (22:14 +0000)]
A start towards porting interop tests to php-soap

22 years ago- Nuke delete(). It was a big mistake to introduce it and I finally
Andi Gutmans [Sun, 14 Jul 2002 19:23:18 +0000 (19:23 +0000)]
- Nuke delete(). It was a big mistake to introduce it and I finally
- understand why Java didn't do so.
- If you still want to control destruction of your object then either make
- sure you kill all references or create a destruction method which you
- call yourself.

22 years agoit is not really cold though
Sascha Schumann [Sun, 14 Jul 2002 18:30:11 +0000 (18:30 +0000)]
it is not really cold though

22 years ago- Nuke some unused code
Andi Gutmans [Sun, 14 Jul 2002 18:17:07 +0000 (18:17 +0000)]
- Nuke some unused code

22 years agothe sun was shining a few days ago
Sascha Schumann [Sun, 14 Jul 2002 18:15:08 +0000 (18:15 +0000)]
the sun was shining a few days ago

22 years agointegrate the public keep-alive patch
Sascha Schumann [Sun, 14 Jul 2002 18:01:08 +0000 (18:01 +0000)]
integrate the public keep-alive patch

the patch did not handle pipeling at all, so that some code had to be added
from Premium thttpd

persistent connections are supported, if a script sets the Content-Length
header

22 years agoFix a couple of protos
Rasmus Lerdorf [Sun, 14 Jul 2002 15:45:33 +0000 (15:45 +0000)]
Fix a couple of protos

22 years agothttpd blocks in rare circumstances where it cannot write out a small HTTP
Sascha Schumann [Sun, 14 Jul 2002 13:48:46 +0000 (13:48 +0000)]
thttpd blocks in rare circumstances where it cannot write out a small HTTP
response (happened at customer sites).  The response is now written out
using the standard state machine.

the buffer which is handed to thttpd by php is now simply dealt with as if
it were a thttpd generated response (avoids code duplication).