]> granicus.if.org Git - php/log
php
23 years agoE_ALL fixes
Tomas V.V.Cox [Tue, 6 Nov 2001 01:05:28 +0000 (01:05 +0000)]
E_ALL fixes

23 years agoE_ALL fixes
Tomas V.V.Cox [Tue, 6 Nov 2001 00:22:18 +0000 (00:22 +0000)]
E_ALL fixes

23 years ago@- Added Udm_Check_Charset function (gluke)
Sergey Kartashoff [Mon, 5 Nov 2001 19:07:25 +0000 (19:07 +0000)]
@- Added Udm_Check_Charset function (gluke)
- Added Udm_Check_Charset function (gluke)

23 years agoNew SAPI module for the WebJames server on RISC OS
Alex Waugh [Mon, 5 Nov 2001 12:07:49 +0000 (12:07 +0000)]
New SAPI module for the WebJames server on RISC OS
@- New SAPI module for the WebJames server on RISC OS (Alex Waugh)

23 years agoFixed seg fault when using ldap_add (or modify) with value array not
Stig Venaas [Mon, 5 Nov 2001 11:50:52 +0000 (11:50 +0000)]
Fixed seg fault when using ldap_add (or modify) with value array not
indexed as 0, 1, ... In some cases it didn't give seg fault, but used
previously added value. Now gives warning.
@- Made ldap_add (and modify) give warning with illegal value arrays.
@  Previously seg faulted or added wrong value (Stig Venaas)

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

23 years agoadd newline at end of file to avoid warnings
Stig S. Bakken [Mon, 5 Nov 2001 00:17:28 +0000 (00:17 +0000)]
add newline at end of file to avoid warnings

23 years agonon-zts compile fix
Stig S. Bakken [Mon, 5 Nov 2001 00:16:33 +0000 (00:16 +0000)]
non-zts compile fix

23 years ago- Support instantiation of nested class. The following script now should
Andi Gutmans [Sun, 4 Nov 2001 19:30:49 +0000 (19:30 +0000)]
- Support instantiation of nested class. The following script now should
- work:
-<?php
- class foo
- {
- function bar()
- {
- print "bar() in class bar\n";
- }
-
- class barbara
- {
- function bar()
- {
- print "bar() in class foo::barbara\n";
- }
- }
- }
-
- $obj = new foo();
- $obj->bar();
-
- $obj = new foo::barbara();
- $obj->bar();
-

23 years agoConvert PATH_TRANSLATED for RISC OS
Alex Waugh [Sun, 4 Nov 2001 12:46:30 +0000 (12:46 +0000)]
Convert PATH_TRANSLATED for RISC OS

23 years agoUndefine AF_UNIX when compiled for RISC OS
Alex Waugh [Sun, 4 Nov 2001 12:40:45 +0000 (12:40 +0000)]
Undefine AF_UNIX when compiled for RISC OS

23 years agoMake sure uint et al are undefined before typedefing them
Alex Waugh [Sun, 4 Nov 2001 12:38:33 +0000 (12:38 +0000)]
Make sure uint et al are undefined before typedefing them

23 years agoIncluded header files needed by RISC OS
Alex Waugh [Sun, 4 Nov 2001 12:35:49 +0000 (12:35 +0000)]
Included header files needed by RISC OS

23 years ago* expectError() now accepts "*" as a catch-all
Stig Bakken [Sun, 4 Nov 2001 09:07:17 +0000 (09:07 +0000)]
* expectError() now accepts "*" as a catch-all
* updated tests

23 years ago# more mnoGoSearch example fixes
Sergey Kartashoff [Sun, 4 Nov 2001 09:02:25 +0000 (09:02 +0000)]
# more mnoGoSearch example fixes

23 years ago- mnoGoSearch extension example updated to support words hilighting (gluke)
Sergey Kartashoff [Sun, 4 Nov 2001 08:46:55 +0000 (08:46 +0000)]
- mnoGoSearch extension example updated to support words hilighting (gluke)

23 years agows fix
foobar [Sun, 4 Nov 2001 02:09:55 +0000 (02:09 +0000)]
ws fix

23 years agomissing cvsignore
foobar [Sun, 4 Nov 2001 01:54:26 +0000 (01:54 +0000)]
missing cvsignore

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

23 years agoNEWS update
<changelog@php.net> [Sun, 4 Nov 2001 01:10:15 +0000 (01:10 +0000)]
NEWS update

23 years ago@- mnoGoSearch module example updates for 3.2.x compatibility
Sergey Kartashoff [Sat, 3 Nov 2001 22:37:50 +0000 (22:37 +0000)]
@- mnoGoSearch module example updates for 3.2.x compatibility
- mnoGoSearch module example updates for 3.2.x compatibility

23 years ago@- Some mnogosearch-3.2.x compilation bugs fixes.
Sergey Kartashoff [Sat, 3 Nov 2001 21:45:50 +0000 (21:45 +0000)]
@- Some mnogosearch-3.2.x compilation bugs fixes.
@  Make crosswords and weight sections work with mnogosearch-3.2.x
@  UDM_PARAM_HLBEG, UDM_PARAM_HLEND mnoGoSearch Agent parameters
@  has been added (gluke)
- Some mnogosearch-3.2.x compilation bugs fixes.
Make crosswords and weight sections work with mnogosearch-3.2.x
UDM_PARAM_HLBEG, UDM_PARAM_HLEND mnoGoSearch Agent parameters
has been added (gluke)

23 years ago- Fix for bug #13918
Derick Rethans [Sat, 3 Nov 2001 20:27:09 +0000 (20:27 +0000)]
- Fix for bug #13918

23 years ago- RISC OS patch by Alex Waugh
Andi Gutmans [Sat, 3 Nov 2001 13:35:14 +0000 (13:35 +0000)]
- RISC OS patch by Alex Waugh

23 years ago- RISC OS patches by Alex Waugh
Andi Gutmans [Sat, 3 Nov 2001 13:33:21 +0000 (13:33 +0000)]
- RISC OS patches by Alex Waugh

23 years ago@ - Fix bug 13885 (gmdate timezone handling on windows) (jmoore)
James Moore [Sat, 3 Nov 2001 12:42:41 +0000 (12:42 +0000)]
@ - Fix bug 13885 (gmdate timezone handling on windows) (jmoore)
 - relying on timezone and tzname isnt OK for gmdate etc, the only behaviour
   that might not be right is the handling of T formatter under gmdate
   should it return the machines timezone or GMT Standard Time??

23 years ago- Add some initializations
Andi Gutmans [Sat, 3 Nov 2001 12:19:52 +0000 (12:19 +0000)]
- Add some initializations

23 years ago- Add constructor to the zend_class_entry instead of looking it up each
Andi Gutmans [Sat, 3 Nov 2001 11:59:14 +0000 (11:59 +0000)]
- Add constructor to the zend_class_entry instead of looking it up each
- time by name.
- This will allow the next patch of being able to instantiate nested
- classes such as new foo::bar::barbara();

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

23 years agoNEWS update
<changelog@php.net> [Sat, 3 Nov 2001 01:10:25 +0000 (01:10 +0000)]
NEWS update

23 years agoadded private_no_expire mode on session patched by Yasuo Ohgaki.
Rui Hirokawa [Fri, 2 Nov 2001 22:27:07 +0000 (22:27 +0000)]
added private_no_expire mode on session patched by Yasuo Ohgaki.

23 years agoWS fix
James Moore [Fri, 2 Nov 2001 19:31:57 +0000 (19:31 +0000)]
WS fix

23 years ago@- Fix behaviour of strtok. Bug 13866 (jmoore)
James Moore [Fri, 2 Nov 2001 19:19:24 +0000 (19:19 +0000)]
@- Fix behaviour of strtok. Bug 13866 (jmoore)
# I have brought the behaviour of strtok into line with how the
# libc strtok's behave. currently given
# <string1><token><string2><token><token>string>
# three recursive calls to strtok returns <string1>. <string2>, <token><string3>
# it now returns <string1>, <string2>, <string3>. (there was some
# debate in #php.bugs if it should return <string1>, <string2>, false, <string3>
# but php's strtok now behaves the same way as the libc version.

23 years agotypo
Christian Stocker [Fri, 2 Nov 2001 17:57:17 +0000 (17:57 +0000)]
typo

23 years agoMissing entry
foobar [Fri, 2 Nov 2001 14:34:11 +0000 (14:34 +0000)]
Missing entry

23 years agoThis was conditionally included if HAVE_MYSQL_REAL_CONNECT was defined.
foobar [Fri, 2 Nov 2001 07:08:48 +0000 (07:08 +0000)]
This was conditionally included if HAVE_MYSQL_REAL_CONNECT was defined.

23 years agoMake the extension work with MySQL 4.0
foobar [Fri, 2 Nov 2001 06:42:12 +0000 (06:42 +0000)]
Make the extension work with MySQL 4.0

23 years agoThis propably fixes couple of problems with compiling with external libs.
foobar [Fri, 2 Nov 2001 01:32:33 +0000 (01:32 +0000)]
This propably fixes couple of problems with compiling with external libs.

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

23 years agouse feautres property instead of options
Tomas V.V.Cox [Fri, 2 Nov 2001 00:38:23 +0000 (00:38 +0000)]
use feautres property instead of options

23 years agoRemove prototype warnings under linux.
Markus Fischer [Thu, 1 Nov 2001 22:40:43 +0000 (22:40 +0000)]
Remove prototype warnings under linux.

23 years agono message
Harald Radi [Thu, 1 Nov 2001 20:53:41 +0000 (20:53 +0000)]
no message

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