]> granicus.if.org Git - php/log
php
23 years agonuke remaining warnings
Daniel Beulshausen [Thu, 1 Nov 2001 20:10:17 +0000 (20:10 +0000)]
nuke remaining warnings

23 years agomake this function static
Daniel Beulshausen [Thu, 1 Nov 2001 17:25:56 +0000 (17:25 +0000)]
make this function static

23 years ago- convert to use new zend_parse_parameters API
Daniel Beulshausen [Thu, 1 Nov 2001 16:51:59 +0000 (16:51 +0000)]
- convert to use new zend_parse_parameters API
- unify errormessages + add socket_last_error()
- fix linklibrary under windows
- some streamlining

23 years ago- Added row limit support for fetchInto and fetchRow
Tomas V.V.Cox [Thu, 1 Nov 2001 15:14:17 +0000 (15:14 +0000)]
- Added row limit support for fetchInto and fetchRow
- Added getRowCounter method for DB_result to get the row number
  you are fetching in limited queries

23 years ago- Applied patch by Yasuo Ohgaki <yasuo_ohgaki@yahoo.com>
Derick Rethans [Thu, 1 Nov 2001 10:57:49 +0000 (10:57 +0000)]
- Applied patch by Yasuo Ohgaki <yasuo_ohgaki@yahoo.com>

23 years agoChangeLog update
<changelog@php.net> [Thu, 1 Nov 2001 01:10:04 +0000 (01:10 +0000)]
ChangeLog update

23 years agoSynch with persistant -> persistent changes to ext/fbsql.
Sebastian Bergmann [Wed, 31 Oct 2001 18:09:17 +0000 (18:09 +0000)]
Synch with persistant -> persistent changes to ext/fbsql.

23 years agoFix.
Andrei Zmievski [Wed, 31 Oct 2001 14:19:30 +0000 (14:19 +0000)]
Fix.

23 years ago* pearweb xmlrpc layer now handles PEAR errors
Stig Bakken [Wed, 31 Oct 2001 06:21:11 +0000 (06:21 +0000)]
* pearweb xmlrpc layer now handles PEAR errors

23 years ago* update tests
Stig Bakken [Wed, 31 Oct 2001 05:52:41 +0000 (05:52 +0000)]
* update tests

23 years ago* removed error_prepend and error_append properties
Stig Bakken [Wed, 31 Oct 2001 05:48:16 +0000 (05:48 +0000)]
* removed error_prepend and error_append properties

23 years agorenamed "debuginfo" property declaration to "userinfo"
Stig Bakken [Wed, 31 Oct 2001 05:44:19 +0000 (05:44 +0000)]
renamed "debuginfo" property declaration to "userinfo"

23 years ago* added "pear info" and "pear show-config" commands
Stig Bakken [Wed, 31 Oct 2001 05:39:11 +0000 (05:39 +0000)]
* added "pear info" and "pear show-config" commands
* "pear install" now using the package registry

23 years agoChangeLog update
<changelog@php.net> [Wed, 31 Oct 2001 01:11:06 +0000 (01:11 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Wed, 31 Oct 2001 01:11:02 +0000 (01:11 +0000)]
NEWS update

23 years agoWorks now with phpize
foobar [Wed, 31 Oct 2001 00:20:34 +0000 (00:20 +0000)]
Works now with phpize

23 years agows fix
foobar [Tue, 30 Oct 2001 23:27:27 +0000 (23:27 +0000)]
ws fix

23 years agoInstalling into non-existing dir is not very good idea..
foobar [Tue, 30 Oct 2001 23:22:10 +0000 (23:22 +0000)]
Installing into non-existing dir is not very good idea..

23 years agoCocoon/lib -> xml-cocoon2/lib
Sebastian Bergmann [Tue, 30 Oct 2001 16:55:56 +0000 (16:55 +0000)]
Cocoon/lib -> xml-cocoon2/lib

23 years ago* disable case-folding in the xml parser (for consistency now that the
Stig Bakken [Tue, 30 Oct 2001 12:29:55 +0000 (12:29 +0000)]
* disable case-folding in the xml parser (for consistency now that the
  DTD is all lowercase)

23 years ago* improved error reporting in PEAR_Remote::call
Stig Bakken [Tue, 30 Oct 2001 12:28:39 +0000 (12:28 +0000)]
* improved error reporting in PEAR_Remote::call

23 years ago* added getKeys method
Stig Bakken [Tue, 30 Oct 2001 12:27:58 +0000 (12:27 +0000)]
* added getKeys method

23 years agows
Stig Bakken [Tue, 30 Oct 2001 12:19:36 +0000 (12:19 +0000)]
ws

23 years ago* moved <filelist> from <package> to <release>
Stig Bakken [Tue, 30 Oct 2001 12:08:07 +0000 (12:08 +0000)]
* moved <filelist> from <package> to <release>
* added <state> element

23 years agoFix possible leak.
Markus Fischer [Tue, 30 Oct 2001 06:40:06 +0000 (06:40 +0000)]
Fix possible leak.

23 years agopatches to sync with sourceforge project, version 0.50. primary change: adds support...
Dan Libby [Tue, 30 Oct 2001 02:33:13 +0000 (02:33 +0000)]
patches to sync with sourceforge project, version 0.50.  primary change: adds support for SOAP v 1.1

23 years agoChangeLog update
<changelog@php.net> [Tue, 30 Oct 2001 01:09:58 +0000 (01:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Tue, 30 Oct 2001 01:09:55 +0000 (01:09 +0000)]
NEWS update

23 years agoReset the error (or message) from the server when calling fetch_row functions.
Frank M. Kromann [Mon, 29 Oct 2001 23:41:15 +0000 (23:41 +0000)]
Reset the error (or message) from the server when calling fetch_row functions.
If the user conected and changed the database the message from the change was reported
when the user checked the error function after a failed fetch.
This cased problems in PEAR/DB.
If the fetch fails for other resons than a fetch after the last row, the message from the server will still be reported.

23 years agoAdding nextResult() function allowing batches of sql statements to be
Frank M. Kromann [Mon, 29 Oct 2001 23:37:27 +0000 (23:37 +0000)]
Adding nextResult() function allowing batches of sql statements to be
executed with one call to the query function.

23 years agoA more acurate fix to the fbsql_num_rows function returning
Frank M. Kromann [Mon, 29 Oct 2001 21:40:48 +0000 (21:40 +0000)]
A more acurate fix to the fbsql_num_rows function returning
x7fffffff when the server is unable to tell the number of rows.

23 years agoFixing spelling of persistent
Frank M. Kromann [Mon, 29 Oct 2001 21:27:31 +0000 (21:27 +0000)]
Fixing spelling of persistent

23 years agoAdding fbsql.php to PEAR install
Frank M. Kromann [Mon, 29 Oct 2001 19:28:22 +0000 (19:28 +0000)]
Adding fbsql.php to PEAR install

23 years agoAfter discussing with Rasmus, this line should be enough. Speak up if it is not.
foobar [Mon, 29 Oct 2001 19:12:43 +0000 (19:12 +0000)]
After discussing with Rasmus, this line should be enough. Speak up if it is not.

23 years ago- Added myself to authors.
foobar [Mon, 29 Oct 2001 18:58:15 +0000 (18:58 +0000)]
- Added myself to authors.
- Modified the clause about Apache to say what exactly was borrowed.

  Should there be the Apache license included in this file?

23 years agoFixing wrong count on fbsql_num_rows.
Frank M. Kromann [Mon, 29 Oct 2001 18:53:52 +0000 (18:53 +0000)]
Fixing wrong count on fbsql_num_rows.
@fbsql_num_rows now return the correct value on all select statements

23 years ago- Fix internal classes
Andi Gutmans [Mon, 29 Oct 2001 18:10:36 +0000 (18:10 +0000)]
- Fix internal classes

23 years ago- Initial support for nested class definitions
Andi Gutmans [Mon, 29 Oct 2001 17:19:02 +0000 (17:19 +0000)]
- Initial support for nested class definitions

23 years ago* started working on "pear list" command
Stig Bakken [Mon, 29 Oct 2001 14:15:43 +0000 (14:15 +0000)]
* started working on "pear list" command

23 years ago* PEAR_Registry: renamed "upgradePackage" to "updatePackage"
Stig Bakken [Mon, 29 Oct 2001 12:17:37 +0000 (12:17 +0000)]
* PEAR_Registry: renamed "upgradePackage" to "updatePackage"
* added tests for PEAR_Config and PEAR_Registry

23 years ago* moved System.php out of Experimental/
Stig Bakken [Mon, 29 Oct 2001 12:15:53 +0000 (12:15 +0000)]
* moved System.php out of Experimental/

23 years agomore ws
Zeev Suraski [Mon, 29 Oct 2001 09:45:47 +0000 (09:45 +0000)]
more ws

23 years ago* typo
Stig Bakken [Mon, 29 Oct 2001 07:21:08 +0000 (07:21 +0000)]
* typo

23 years agoFixing parsing of list's returned by extract database, extract license and other...
Frank M. Kromann [Mon, 29 Oct 2001 01:51:08 +0000 (01:51 +0000)]
Fixing parsing of list's returned by extract database, extract license and other extract commands

23 years agoFix pointer mess
Zeev Suraski [Mon, 29 Oct 2001 01:18:10 +0000 (01:18 +0000)]
Fix pointer mess

23 years agoChangeLog update
<changelog@php.net> [Mon, 29 Oct 2001 01:10:07 +0000 (01:10 +0000)]
ChangeLog update

23 years agoLeftover.
Sebastian Bergmann [Sun, 28 Oct 2001 23:49:59 +0000 (23:49 +0000)]
Leftover.

23 years agoWhitespace changes.
Sebastian Bergmann [Sun, 28 Oct 2001 23:49:03 +0000 (23:49 +0000)]
Whitespace changes.

23 years ago* added listPackages
Stig Bakken [Sun, 28 Oct 2001 23:35:10 +0000 (23:35 +0000)]
* added listPackages
* made packageInfo param optional, if not specified returns info for
  all packages

23 years ago* nuked PEAR_Packlist class and added PEAR_Registry instead
Stig Bakken [Sun, 28 Oct 2001 23:22:17 +0000 (23:22 +0000)]
* nuked PEAR_Packlist class and added PEAR_Registry instead

23 years agoWhitespace fixes
Zeev Suraski [Sun, 28 Oct 2001 22:51:58 +0000 (22:51 +0000)]
Whitespace fixes

Don't Adafy the code, Jani :)

23 years agoRefinements.
Sebastian Bergmann [Sun, 28 Oct 2001 17:38:37 +0000 (17:38 +0000)]
Refinements.

23 years agoMore work on the README.
Sebastian Bergmann [Sun, 28 Oct 2001 15:22:50 +0000 (15:22 +0000)]
More work on the README.

23 years agojavac 1.3 could not find reflect.class before. Also use -O flag when compiling a...
Sebastian Bergmann [Sun, 28 Oct 2001 09:59:00 +0000 (09:59 +0000)]
javac 1.3 could not find reflect.class before. Also use -O flag when compiling a Release build.

23 years agoAdd missing footnotes.
Sebastian Bergmann [Sun, 28 Oct 2001 09:07:37 +0000 (09:07 +0000)]
Add missing footnotes.

23 years agoMore work on the sapi/servlet documentation. This is still a work in progress.
Sebastian Bergmann [Sun, 28 Oct 2001 09:01:58 +0000 (09:01 +0000)]
More work on the sapi/servlet documentation. This is still a work in progress.

23 years agoChangeLog update
<changelog@php.net> [Sun, 28 Oct 2001 00:11:47 +0000 (00:11 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sun, 28 Oct 2001 00:11:41 +0000 (00:11 +0000)]
NEWS update

23 years agoAnother fix for Tomcat 4.
Sebastian Bergmann [Sat, 27 Oct 2001 23:17:19 +0000 (23:17 +0000)]
Another fix for Tomcat 4.

23 years agoFix for Tomcat 4.
Sebastian Bergmann [Sat, 27 Oct 2001 23:14:49 +0000 (23:14 +0000)]
Fix for Tomcat 4.

23 years ago- fix crash bug
Derick Rethans [Sat, 27 Oct 2001 18:22:56 +0000 (18:22 +0000)]
- fix crash bug

23 years ago- Fix for bugs #9640 and #13789
Derick Rethans [Sat, 27 Oct 2001 17:50:26 +0000 (17:50 +0000)]
- Fix for bugs #9640 and #13789

23 years agoThese were supposed to match
Rasmus Lerdorf [Sat, 27 Oct 2001 12:22:22 +0000 (12:22 +0000)]
These were supposed to match

23 years agoGet rid of post_off-hack which was only suitable for POST data
Sascha Schumann [Sat, 27 Oct 2001 12:08:10 +0000 (12:08 +0000)]
Get rid of post_off-hack which was only suitable for POST data
which fit into the small thttpd read buffer.  Do a small recv
after content-length bytes have been read to accomodate non-conforming
user-agents.

23 years agoImproved handling of posts
Sascha Schumann [Sat, 27 Oct 2001 11:27:39 +0000 (11:27 +0000)]
Improved handling of posts

23 years agoModified the error message a bit. Happy now Andi? :)
foobar [Sat, 27 Oct 2001 10:14:14 +0000 (10:14 +0000)]
Modified the error message a bit. Happy now Andi? :)

23 years agoMFTGZE1
Zeev Suraski [Sat, 27 Oct 2001 09:43:38 +0000 (09:43 +0000)]
MFTGZE1

23 years ago* actually implement -s/-S options :-)
Stig Bakken [Sat, 27 Oct 2001 07:52:12 +0000 (07:52 +0000)]
* actually implement -s/-S options :-)

23 years agoFixed bug: #13844
foobar [Sat, 27 Oct 2001 06:26:02 +0000 (06:26 +0000)]
Fixed bug: #13844

23 years ago@- Fixed HTTP file upload support to handle big files better. (Jani)
foobar [Sat, 27 Oct 2001 05:26:24 +0000 (05:26 +0000)]
@- Fixed HTTP file upload support to handle big files better. (Jani)
# There are some minor memleaks still..I tried to eliminate them but
# without luck. I'd be glad if someone could check this code out.
# Also, this uses the Apache libapreq. So there might be need to add some
# license thingie there too?

23 years ago- Prevent PHP from starting if output_handler is set and
foobar [Sat, 27 Oct 2001 05:22:19 +0000 (05:22 +0000)]
- Prevent PHP from starting if output_handler is set and
  zlib.output_compression is on
- Added notes to the bundled php.ini files about this.

23 years ago@- Added array_chunk() function that splits an array into chunks of specified
Andrei Zmievski [Sat, 27 Oct 2001 05:11:15 +0000 (05:11 +0000)]
@- Added array_chunk() function that splits an array into chunks of specified
@  size. (Andrei)

23 years agoChangeLog update
<changelog@php.net> [Sat, 27 Oct 2001 00:10:14 +0000 (00:10 +0000)]
ChangeLog update

23 years agoConvert to use new parameter parsing API.
Andrei Zmievski [Fri, 26 Oct 2001 21:07:59 +0000 (21:07 +0000)]
Convert to use new parameter parsing API.

23 years agoremoved
Stig Bakken [Fri, 26 Oct 2001 20:05:34 +0000 (20:05 +0000)]
removed

23 years agoTypo in constant naming.
Frank M. Kromann [Fri, 26 Oct 2001 18:42:46 +0000 (18:42 +0000)]
Typo in constant naming.

23 years agofix visual studio .net warning
Harald Radi [Fri, 26 Oct 2001 17:52:41 +0000 (17:52 +0000)]
fix visual studio .net warning

23 years agoRemoved unused code
Frank M. Kromann [Fri, 26 Oct 2001 17:50:33 +0000 (17:50 +0000)]
Removed unused code

23 years agoAdd Win32 generated files.
Sebastian Bergmann [Fri, 26 Oct 2001 14:54:46 +0000 (14:54 +0000)]
Add Win32 generated files.

23 years agoConvert to use new parameter parsing API.
Andrei Zmievski [Fri, 26 Oct 2001 14:50:58 +0000 (14:50 +0000)]
Convert to use new parameter parsing API.

23 years ago- Fix Zeev's MFZE1
Andi Gutmans [Fri, 26 Oct 2001 14:13:42 +0000 (14:13 +0000)]
- Fix Zeev's MFZE1

23 years agoZTS fixes
Thies C. Arntzen [Fri, 26 Oct 2001 12:54:55 +0000 (12:54 +0000)]
ZTS fixes

23 years ago* implemented "pear list-packages", the first sub-command using xmlrpc
Stig Bakken [Fri, 26 Oct 2001 11:45:21 +0000 (11:45 +0000)]
* implemented "pear list-packages", the first sub-command using xmlrpc

23 years agono need to free these it seems
Sterling Hughes [Fri, 26 Oct 2001 11:17:34 +0000 (11:17 +0000)]
no need to free these it seems

23 years ago* PEAR_Config class to maintain system and per-user configuration for
Stig Bakken [Fri, 26 Oct 2001 10:07:43 +0000 (10:07 +0000)]
* PEAR_Config class to maintain system and per-user configuration for
  PEAR installations
* PEAR_Remote class to communicate with the backend server (xmlrpc)
* change pear script's option parsing to "-d foo=bar" style
* added -c/-C (user/system config file) and -s/-S (store user/system config)
  options

23 years agoChangeLog update
<changelog@php.net> [Fri, 26 Oct 2001 00:10:08 +0000 (00:10 +0000)]
ChangeLog update

23 years agomake it compile again and nuke most warnings
Thies C. Arntzen [Thu, 25 Oct 2001 06:51:13 +0000 (06:51 +0000)]
make it compile again and nuke most warnings

23 years agoChangeLog update
<changelog@php.net> [Thu, 25 Oct 2001 00:10:18 +0000 (00:10 +0000)]
ChangeLog update

23 years agoLet's suppress this warning if always_populate is enabled
Rasmus Lerdorf [Wed, 24 Oct 2001 20:10:30 +0000 (20:10 +0000)]
Let's suppress this warning if always_populate is enabled

23 years agoFixed logic bug introduced by me. Bug: #13796
foobar [Wed, 24 Oct 2001 10:42:31 +0000 (10:42 +0000)]
Fixed logic bug introduced by me. Bug: #13796

23 years agoC++ comment pollution removed.
foobar [Wed, 24 Oct 2001 09:06:33 +0000 (09:06 +0000)]
C++ comment pollution removed.

23 years ago- switched src and dest in memcpy. This caused a segm fault in hw_new_document_from_f...
Uwe Steinmann [Wed, 24 Oct 2001 08:33:09 +0000 (08:33 +0000)]
- switched src and dest in memcpy. This caused a segm fault in hw_new_document_from_file()

23 years ago- freeing memory wasn't always done right
Uwe Steinmann [Wed, 24 Oct 2001 08:31:54 +0000 (08:31 +0000)]
- freeing memory wasn't always done right

23 years agoChangeLog update
<changelog@php.net> [Wed, 24 Oct 2001 00:13:09 +0000 (00:13 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Wed, 24 Oct 2001 00:13:06 +0000 (00:13 +0000)]
NEWS update

23 years agoOk, now actually make it work - maybe...
Rasmus Lerdorf [Tue, 23 Oct 2001 20:48:30 +0000 (20:48 +0000)]
Ok, now actually make it work - maybe...

23 years agoMinor tweaks
Rasmus Lerdorf [Tue, 23 Oct 2001 19:57:45 +0000 (19:57 +0000)]
Minor tweaks

23 years ago@- $HTTP_RAW_POST_DATA was not populated on a missing content-type even when
Rasmus Lerdorf [Tue, 23 Oct 2001 19:34:29 +0000 (19:34 +0000)]
@- $HTTP_RAW_POST_DATA was not populated on a missing content-type even when
@  always_populate_raw_post_data was on - fixed. (Rasmus)
$HTTP_RAW_POST_DATA was not populated on a missing content-type even when
always_populate_raw_post_data was on - fixed. (Rasmus)

23 years agoAs suggested on php-dev, array_fill() is probably a better name for this
Rasmus Lerdorf [Tue, 23 Oct 2001 18:46:35 +0000 (18:46 +0000)]
As suggested on php-dev, array_fill() is probably a better name for this
function.

23 years agoPatch for correct handling of DATETIME values.
Frank M. Kromann [Tue, 23 Oct 2001 16:34:52 +0000 (16:34 +0000)]
Patch for correct handling of DATETIME values.
The patch is implemented with a parameter in php.ini controling if
datetime values are converted with the new or the old method.
Thanks to Michael Bretterklieber <mbretter@jawa.at>