]> granicus.if.org Git - php/log
php
22 years agoUse DIRECTORY_SEPARATOR instead of hardcoded '/'
Tomas V.V.Cox [Fri, 26 Jul 2002 10:32:01 +0000 (10:32 +0000)]
Use DIRECTORY_SEPARATOR instead of hardcoded '/'

22 years agoWorkarround to the empty $_ENV
Tomas V.V.Cox [Fri, 26 Jul 2002 10:18:28 +0000 (10:18 +0000)]
Workarround to the empty $_ENV

22 years agouse $GLOBALS['HTTP_SERVER_VARS'] instead
Tomas V.V.Cox [Fri, 26 Jul 2002 10:11:01 +0000 (10:11 +0000)]
use $GLOBALS['HTTP_SERVER_VARS'] instead

22 years agoSilence NOTICE
Tomas V.V.Cox [Fri, 26 Jul 2002 10:01:28 +0000 (10:01 +0000)]
Silence NOTICE

22 years agoall functions based on php_stat are now safe mode aware...
Stefan Esser [Fri, 26 Jul 2002 08:04:42 +0000 (08:04 +0000)]
all functions based on php_stat are now safe mode aware...

22 years agoWhen Britney learns to sing, I will quit this..
foobar [Fri, 26 Jul 2002 01:14:20 +0000 (01:14 +0000)]
When Britney learns to sing, I will quit this..

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

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

22 years agoFixed 3 major failures in this test:
foobar [Thu, 25 Jul 2002 23:55:06 +0000 (23:55 +0000)]
Fixed 3 major failures in this test:

  1. Tests work better when they are actually run..
  2. When file is opened, it should be closed sometime too.
  3. AC_TRY_RUN cleans after itself (rm -f conftest.*), so it's
     good idea to read the values while the file still exists.

#
# James, TEST BEFORE YOU COMMIT!!!!!!!
#
# Andi, I get these results (in Linux/i386):
#
#  ZEND_MM_ALIGNMENT      4
#  ZEND_MM_ALIGNMENT_LOG2 2
#
# Weren't these supposed to be 8 and 3 ?
#

22 years ago- Fixed bug: #18560, the macro was not defined always.
foobar [Thu, 25 Jul 2002 18:37:16 +0000 (18:37 +0000)]
- Fixed bug: #18560, the macro was not defined always.

22 years agoAllow setting post_max_size and upload_max_filesize in .htaccess files too
foobar [Thu, 25 Jul 2002 17:31:34 +0000 (17:31 +0000)]
Allow setting post_max_size and upload_max_filesize in .htaccess files too

22 years agoFixed bug: #18561.
foobar [Thu, 25 Jul 2002 11:33:21 +0000 (11:33 +0000)]
Fixed bug: #18561.

22 years ago- Added parameter to print_r which returns the variable representation
Derick Rethans [Thu, 25 Jul 2002 11:22:20 +0000 (11:22 +0000)]
- Added parameter to print_r which returns the variable representation
  instead of echoing it.
@- Added parameter to print_r which returns the variable representation
@  instead of echoing it. (Derick)

22 years agodo not dtor empty elements
Stefan Esser [Thu, 25 Jul 2002 09:33:26 +0000 (09:33 +0000)]
do not dtor empty elements

22 years ago-handling of thumbnails in sub IFDs (the Photoshopway for TIFF)
Marcus Boerger [Thu, 25 Jul 2002 00:52:30 +0000 (00:52 +0000)]
-handling of thumbnails in sub IFDs (the Photoshopway for TIFF)
-Some Photoshop specific tags
#after the last patches this finally fixes all warnings and errors in bug #18405

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

22 years ago- Fix some compile problems with the new configure checks.
Andi Gutmans [Wed, 24 Jul 2002 18:53:19 +0000 (18:53 +0000)]
- Fix some compile problems with the new configure checks.

22 years agomove testing for the alignment values into configure.
James Cox [Wed, 24 Jul 2002 17:04:11 +0000 (17:04 +0000)]
move testing for the alignment values into configure.

22 years agobreak out if there is no data to work on.
Stefan Esser [Wed, 24 Jul 2002 11:25:36 +0000 (11:25 +0000)]
break out if there is no data to work on.

22 years agois_object() returns FALSE if object is a "incomplete object".
Yasuo Ohgaki [Wed, 24 Jul 2002 09:55:11 +0000 (09:55 +0000)]
is_object() returns FALSE if object is a "incomplete object".
Raise E_NOTICE, instead of E_ERROR, for setting/getting properties
to/from a "incomplete object".

22 years ago- removed unused variable
Uwe Steinmann [Wed, 24 Jul 2002 05:59:04 +0000 (05:59 +0000)]
- removed unused variable

22 years agows fixes.
James Cox [Wed, 24 Jul 2002 00:50:04 +0000 (00:50 +0000)]
ws fixes.

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

22 years ago-naming convention
Marcus Boerger [Wed, 24 Jul 2002 00:05:41 +0000 (00:05 +0000)]
-naming convention
-better notices
-(D)WORD are unsigned datatypes
-started to split tygs into different arrays that would allow to handle vendor specific tags after detection of their markers
#BUT simply i do not have any vendor specific image tags...

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

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

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

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

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

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

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

22 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

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

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

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

22 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

22 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

22 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>

22 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

22 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

22 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

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

22 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

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

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

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