]> granicus.if.org Git - php/log
php
23 years agorestore shane to list of members of php group (got lost somewhere along the way)
jim winstead [Tue, 23 Jul 2002 23:46:54 +0000 (23:46 +0000)]
restore shane to list of members of php group (got lost somewhere along the way)

23 years ago- Fix WS.
Andi Gutmans [Tue, 23 Jul 2002 19:29:02 +0000 (19:29 +0000)]
- Fix WS.

23 years agoRemoved some outdated lines from init_request_info().
Holger Zimmermann [Tue, 23 Jul 2002 17:12:54 +0000 (17:12 +0000)]
Removed some outdated lines from init_request_info().

23 years agoAdd autom4te.cache
Sascha Schumann [Tue, 23 Jul 2002 13:50:04 +0000 (13:50 +0000)]
Add autom4te.cache

23 years agoRemove \r
Sascha Schumann [Tue, 23 Jul 2002 13:45:49 +0000 (13:45 +0000)]
Remove \r

23 years agoMFB (patch by Troels Arvin <troels@arvin.dk>).
Edin Kadribasic [Tue, 23 Jul 2002 13:07:29 +0000 (13:07 +0000)]
MFB (patch by Troels Arvin <troels@arvin.dk>).
Added pcre include path to global list of includes in order to allow
use of external pcre libs.

23 years agoFix bug: #18308. (uname -a sometimes has extra linefeeds)
foobar [Tue, 23 Jul 2002 01:58:52 +0000 (01:58 +0000)]
Fix bug: #18308. (uname -a sometimes has extra linefeeds)

23 years agoThis should fix those solaris+gcc bugs when --enable-libgcc is not used
foobar [Tue, 23 Jul 2002 01:58:02 +0000 (01:58 +0000)]
This should fix those solaris+gcc bugs when --enable-libgcc is not used

23 years agoFix bug: #18479. Better error message what was not found.
foobar [Tue, 23 Jul 2002 01:11:16 +0000 (01:11 +0000)]
Fix bug: #18479. Better error message what was not found.

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

23 years ago<insert funny comment here>
foobar [Tue, 23 Jul 2002 00:08:29 +0000 (00:08 +0000)]
<insert funny comment here>

23 years agoAdded news item about bug 13866 in response to bug 14752
James Moore [Mon, 22 Jul 2002 19:06:49 +0000 (19:06 +0000)]
Added news item about bug 13866 in response to bug 14752

23 years agoSwitch streams socket abstraction to use a timeval structure instead of an
Jason Greene [Mon, 22 Jul 2002 18:46:26 +0000 (18:46 +0000)]
Switch streams socket abstraction to use a timeval structure instead of an
integer to allow subsecond timeouts.

This supports the previous behavior of fsockopen()
Fixes bug #16261

23 years agoadded some more tags from WinXP
Marcus Boerger [Mon, 22 Jul 2002 15:07:12 +0000 (15:07 +0000)]
added some more tags from WinXP
changed conersion for TAG_FMT_SBYTE & BYTE
#second change fixes unnecessary conversion timeout
#found by Johan Hultgren <johan@6thgear.se>

23 years agoBy the moment trust that the dependencies are good
Tomas V.V.Cox [Mon, 22 Jul 2002 12:03:43 +0000 (12:03 +0000)]
By the moment trust that the dependencies are good
# Will change the installer when finish the dependecy stuff

23 years agoadded EXIF Version 2.2 Tags
Marcus Boerger [Mon, 22 Jul 2002 11:36:17 +0000 (11:36 +0000)]
added EXIF Version 2.2 Tags

23 years agoBundle Net_socket, needed for Net_SMTP
Tomas V.V.Cox [Mon, 22 Jul 2002 11:29:05 +0000 (11:29 +0000)]
Bundle Net_socket, needed for Net_SMTP

23 years agoFix typo..
foobar [Mon, 22 Jul 2002 08:58:21 +0000 (08:58 +0000)]
Fix typo..

23 years agonew mysql-functions for PHP 4.3.0
Georg Richter [Mon, 22 Jul 2002 07:50:51 +0000 (07:50 +0000)]
new mysql-functions for PHP 4.3.0

23 years agoCopy empty_string, fixed crash.
Yasuo Ohgaki [Mon, 22 Jul 2002 06:38:36 +0000 (06:38 +0000)]
Copy empty_string, fixed crash.
# I thought efree() won't free empty_string...

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

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

23 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

23 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()"

23 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

23 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.

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

23 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

23 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.

23 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.

23 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

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

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

23 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)

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

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

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

23 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

23 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)

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

23 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

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

23 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.

23 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)

23 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?

23 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.

23 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.

23 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()

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

23 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.

23 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

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

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

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

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

23 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

23 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.

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

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

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

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

23 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.

23 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

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

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

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

23 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

23 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

23 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)

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

23 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.

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

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

23 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

23 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.

23 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() :(

23 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.

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

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

23 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.

23 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)

23 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)

23 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.

23 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 :)

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

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

23 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.

23 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.

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

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

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

23 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.

23 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;
}

?>

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

23 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

23 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";
}
;
;
;
;
}
?>

23 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"

23 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"

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

23 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