]> granicus.if.org Git - php/log
php
22 years agoforgot to move imeageellipse out of #ifdef HAVE_LIBGD20
Marcus Boerger [Sun, 28 Jul 2002 10:00:37 +0000 (10:00 +0000)]
forgot to move imeageellipse out of #ifdef HAVE_LIBGD20

22 years agoFixed query string handling. Now some.php?a&b=1;c works.
Yasuo Ohgaki [Sun, 28 Jul 2002 09:42:15 +0000 (09:42 +0000)]
Fixed query string handling. Now some.php?a&b=1;c works.
# arg_separator.output can be multile chars

22 years agopear -V now shows pear version, php version and ZE version.
Tal Peer [Sun, 28 Jul 2002 09:09:03 +0000 (09:09 +0000)]
pear -V now shows pear version, php version and ZE version.

22 years ago* feature/fixed bug
Stig Bakken [Sun, 28 Jul 2002 08:56:32 +0000 (08:56 +0000)]
* feature/fixed bug

22 years ago* added "upgrade-all" command
Stig Bakken [Sun, 28 Jul 2002 08:52:55 +0000 (08:52 +0000)]
* added "upgrade-all" command

22 years ago* don't abort install if errors are found in the package, display
Stig Bakken [Sun, 28 Jul 2002 08:52:29 +0000 (08:52 +0000)]
* don't abort install if errors are found in the package, display
  a warning instead

22 years agoFixed some.php?a&b&c does not initilize $_GET['a'], $_GET['b'], $_GET['c']
Yasuo Ohgaki [Sun, 28 Jul 2002 04:18:40 +0000 (04:18 +0000)]
Fixed some.php?a&b&c does not initilize $_GET['a'], $_GET['b'], $_GET['c']
when mbstr-enc-trans is disabled.
# There is a bug in php_mbstr_encoding_handler() alo, I'll fix it later.

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

22 years ago- Make sure classes are first looked for in the current scope.
Andi Gutmans [Sat, 27 Jul 2002 15:53:14 +0000 (15:53 +0000)]
- Make sure classes are first looked for in the current scope.
- Make sure that during inheritance the global scope is searched if the
- current one doesn't work.

22 years agofixed: output encoding translation by mb_output_handler() in ext/mbstring was not...
Rui Hirokawa [Sat, 27 Jul 2002 13:58:16 +0000 (13:58 +0000)]
fixed: output encoding translation by mb_output_handler() in ext/mbstring was not usable when Content-Type is set by header().

22 years agoDo not leak data connection.
Stefan Esser [Sat, 27 Jul 2002 09:18:51 +0000 (09:18 +0000)]
Do not leak data connection.

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

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

22 years ago- Fix bug: #18509, e.g. setting CURLOPT_BINARYTRANSFER succeeds always.
foobar [Fri, 26 Jul 2002 22:57:14 +0000 (22:57 +0000)]
- Fix bug: #18509, e.g. setting CURLOPT_BINARYTRANSFER succeeds always.
- Also set the binary mode ONLY if the passed value is true..

22 years agoFizing ZTS build
Frank M. Kromann [Fri, 26 Jul 2002 22:14:55 +0000 (22:14 +0000)]
Fizing ZTS build

22 years ago[EXPERIMENTAL] Added functions for asynchronous FTP transfers
Stefan Esser [Fri, 26 Jul 2002 22:00:25 +0000 (22:00 +0000)]
[EXPERIMENTAL] Added functions for asynchronous FTP transfers

22 years agoMissing Photoshop tags
Marcus Boerger [Fri, 26 Jul 2002 17:09:02 +0000 (17:09 +0000)]
Missing Photoshop tags

22 years agoforgot to make the same change to imap_get_quota...
Dan Kalowsky [Fri, 26 Jul 2002 17:08:05 +0000 (17:08 +0000)]
forgot to make the same change to imap_get_quota...

22 years agoMinor memory fix suggested by Zeev
Dan Kalowsky [Fri, 26 Jul 2002 16:59:11 +0000 (16:59 +0000)]
Minor memory fix suggested by Zeev

22 years agoBugfix: #18532
Georg Richter [Fri, 26 Jul 2002 16:50:34 +0000 (16:50 +0000)]
Bugfix: #18532
Fixed week number calculation in accordance with ISO 8601

22 years agofixed cut & paste typo
Stefan Esser [Fri, 26 Jul 2002 16:26:55 +0000 (16:26 +0000)]
fixed cut & paste typo

22 years agoAdding initial support for PHP imap_get_quotaroot
Dan Kalowsky [Fri, 26 Jul 2002 16:26:01 +0000 (16:26 +0000)]
Adding initial support for PHP imap_get_quotaroot
# apparently c-client does not like Cyrus's GETQUOTAROOT return list this
# is still be worked out, but all functionality should be there
# Return array is still not very organized

22 years ago(PHP imap_get_quota) updated to properly reflect the RFC 2087 as per
Dan Kalowsky [Fri, 26 Jul 2002 16:22:43 +0000 (16:22 +0000)]
(PHP imap_get_quota) updated to properly reflect the RFC 2087 as per
 bug #14673
@- imap_get_quota now allows multiple resource values to be returned, as
   per RFC 2087, closes bug #14673 (kalowsky, Sander Steffann)

22 years agoFix segfault due to unchecked null pointer
Sascha Schumann [Fri, 26 Jul 2002 16:16:12 +0000 (16:16 +0000)]
Fix segfault due to unchecked null pointer

22 years agoIn theory this will fix a problem in Window trying to delete a not closed
Tomas V.V.Cox [Fri, 26 Jul 2002 15:39:16 +0000 (15:39 +0000)]
In theory this will fix a problem in Window trying to delete a not closed
file

#if so, other fixes like that may be needed

22 years agoreapply patch for imageellipse beeing wrappet to imagearc if missing
Marcus Boerger [Fri, 26 Jul 2002 13:24:45 +0000 (13:24 +0000)]
reapply patch for imageellipse beeing wrappet to imagearc if missing
# derick: the rest of the patch wasn't removed

22 years ago@- FTP extension does support (auto)resuming now.
Stefan Esser [Fri, 26 Jul 2002 13:03:08 +0000 (13:03 +0000)]
@- FTP extension does support (auto)resuming now.
Added (Auto)Resuming functionality to ftp_(f)get/(f)put via optional 5th parameter.

22 years agouse -d output_buffer=0 to workarround the PHP flush() problem
Tomas V.V.Cox [Fri, 26 Jul 2002 11:58:10 +0000 (11:58 +0000)]
use -d output_buffer=0 to workarround the PHP flush() problem

22 years agodownload package if force is set
Tomas V.V.Cox [Fri, 26 Jul 2002 11:48:55 +0000 (11:48 +0000)]
download package if force is set

22 years agorevert my change from PHP_BINDIR to bin_dir
Tomas V.V.Cox [Fri, 26 Jul 2002 11:12:44 +0000 (11:12 +0000)]
revert my change from PHP_BINDIR to bin_dir

22 years agoUse install-as attrib for pear.bat too, so it gets installed in @bin_dir@
Tomas V.V.Cox [Fri, 26 Jul 2002 11:02:41 +0000 (11:02 +0000)]
Use install-as attrib for pear.bat too, so it gets installed in @bin_dir@

22 years agoUse script arg separator '--'
Tomas V.V.Cox [Fri, 26 Jul 2002 10:48:20 +0000 (10:48 +0000)]
Use script arg separator '--'
Clean up unused stuff

22 years ago- Fix problem with debug_backtrace() reported by Stig. We weren't reporting
Andi Gutmans [Fri, 26 Jul 2002 10:38:25 +0000 (10:38 +0000)]
- Fix problem with debug_backtrace() reported by Stig. We weren't reporting
- global function information because it wasn't available. We have to do
- an additional assignment per-function call so that it'll be available.
- Also don't define the global scope as function name _main_ but leave it
- empty so that frameworks like Pear can decide what they want to do.

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.