]> granicus.if.org Git - php/log
php
20 years agoFix #25939 for good this time.
Wez Furlong [Thu, 27 May 2004 13:04:14 +0000 (13:04 +0000)]
Fix #25939 for good this time.
# How could I miss this??

20 years agoPut similar items next to eachother
Derick Rethans [Thu, 27 May 2004 12:28:41 +0000 (12:28 +0000)]
Put similar items next to eachother

20 years ago- More news
Andi Gutmans [Thu, 27 May 2004 12:01:14 +0000 (12:01 +0000)]
- More news

20 years ago- Fix problem with exceptions returning from include(). (Dmitry)
Andi Gutmans [Thu, 27 May 2004 11:59:58 +0000 (11:59 +0000)]
- Fix problem with exceptions returning from include(). (Dmitry)

20 years ago- RC3RC1
Andi Gutmans [Thu, 27 May 2004 11:39:35 +0000 (11:39 +0000)]
- RC3RC1

20 years agonamespace/tagname validation fixes (Adam Trachtenberg)
Rob Richards [Thu, 27 May 2004 11:15:45 +0000 (11:15 +0000)]
namespace/tagname validation fixes (Adam Trachtenberg)
added new test

20 years ago- NEWS
Andi Gutmans [Thu, 27 May 2004 08:30:14 +0000 (08:30 +0000)]
- NEWS

20 years agoMemory leaks were fixed
Dmitry Stogov [Thu, 27 May 2004 08:19:29 +0000 (08:19 +0000)]
Memory leaks were fixed

20 years agoBUGFIX: Prevent crash on error in send_http_soap_request()
Dmitry Stogov [Thu, 27 May 2004 07:58:22 +0000 (07:58 +0000)]
BUGFIX: Prevent crash on error in send_http_soap_request()

20 years agoChangeLog update
<changelog@php.net> [Thu, 27 May 2004 00:32:10 +0000 (00:32 +0000)]
ChangeLog update

20 years agoFix leak on systems where alloca isn't really alloca.
Wez Furlong [Wed, 26 May 2004 22:19:44 +0000 (22:19 +0000)]
Fix leak on systems where alloca isn't really alloca.

20 years agoFix silly mistake.
Wez Furlong [Wed, 26 May 2004 21:19:21 +0000 (21:19 +0000)]
Fix silly mistake.
Thanks Antony :)

20 years agoAvoid unnecessary and silly copying of constant name when registering.
Andrei Zmievski [Wed, 26 May 2004 21:01:37 +0000 (21:01 +0000)]
Avoid unnecessary and silly copying of constant name when registering.

20 years ago- Fix memory manager problem
Andi Gutmans [Wed, 26 May 2004 20:55:16 +0000 (20:55 +0000)]
- Fix memory manager problem

20 years agoPrepare for 0.2 release.
Ilia Alshanetsky [Wed, 26 May 2004 20:25:58 +0000 (20:25 +0000)]
Prepare for 0.2 release.

20 years agoTurn off session.auto_start to prevent test failures.
Ilia Alshanetsky [Wed, 26 May 2004 18:23:21 +0000 (18:23 +0000)]
Turn off session.auto_start to prevent test failures.

20 years agoPrevent test failure when fi_FI locale is not available.
Ilia Alshanetsky [Wed, 26 May 2004 18:18:14 +0000 (18:18 +0000)]
Prevent test failure when fi_FI locale is not available.

20 years ago- Remove this test, it still segfaults anyway (less noise in tests :) )
Pierre Joye [Wed, 26 May 2004 18:12:43 +0000 (18:12 +0000)]
- Remove this test, it still segfaults anyway (less noise in tests :) )
  Already removed in PHP_4_3 branch

20 years ago- Use FREE_HASHTABLE instead of efree()
Andi Gutmans [Wed, 26 May 2004 18:00:27 +0000 (18:00 +0000)]
- Use FREE_HASHTABLE instead of efree()

20 years agoPQfreemem() is only available in 7.4
Edin Kadribasic [Wed, 26 May 2004 17:45:03 +0000 (17:45 +0000)]
PQfreemem() is only available in 7.4

20 years agoApparently it is better to specify 500 here for unix98 bits and pieces.
Wez Furlong [Wed, 26 May 2004 14:55:32 +0000 (14:55 +0000)]
Apparently it is better to specify 500 here for unix98 bits and pieces.

20 years agoFix build...
Wez Furlong [Wed, 26 May 2004 10:11:20 +0000 (10:11 +0000)]
Fix build...

20 years agoUpdate Reflection API class names. Whitespace fixes.
Sebastian Bergmann [Wed, 26 May 2004 07:00:39 +0000 (07:00 +0000)]
Update Reflection API class names. Whitespace fixes.

20 years ago- Fixed bug #28523 (Typo in ext/sockets/sockets.c)
Derick Rethans [Wed, 26 May 2004 06:53:04 +0000 (06:53 +0000)]
- Fixed bug #28523 (Typo in ext/sockets/sockets.c)

20 years agoChangeLog update
<changelog@php.net> [Wed, 26 May 2004 00:33:37 +0000 (00:33 +0000)]
ChangeLog update

20 years agobreak is better
Stefan Esser [Tue, 25 May 2004 22:12:40 +0000 (22:12 +0000)]
break is better

20 years agoAllow use of scrollable cursor for ODBC
Wez Furlong [Tue, 25 May 2004 18:57:50 +0000 (18:57 +0000)]
Allow use of scrollable cursor for ODBC

20 years agoUse the correct label for the error message
Wez Furlong [Tue, 25 May 2004 18:34:46 +0000 (18:34 +0000)]
Use the correct label for the error message

20 years agoAllow setting the cursor name for ODBC statements, so that:
Wez Furlong [Tue, 25 May 2004 18:33:51 +0000 (18:33 +0000)]
Allow setting the cursor name for ODBC statements, so that:

UPDATE foo set .... WHERE CURRENT OF <NAME>

statements will work.

20 years agoget/set attributes for statements
Wez Furlong [Tue, 25 May 2004 18:32:48 +0000 (18:32 +0000)]
get/set attributes for statements

20 years agoAdd flag to control the use of the ODBC cursor emulation library.
Wez Furlong [Tue, 25 May 2004 17:44:36 +0000 (17:44 +0000)]
Add flag to control the use of the ODBC cursor emulation library.
The default (which should be safe) is to use the cursor library if it is needed.
If for some reason either the driver or the emulation is broken, you may
override this from your script.

20 years agoSome definitions for cursors.
Wez Furlong [Tue, 25 May 2004 17:43:24 +0000 (17:43 +0000)]
Some definitions for cursors.
Define a mechanism for driver-specific attributes.
Use a refcount for the stmt structure.

20 years agoWhitespace: editor in the wrong mode ;)
Edin Kadribasic [Tue, 25 May 2004 17:38:58 +0000 (17:38 +0000)]
Whitespace: editor in the wrong mode ;)

20 years agoAdd transaction support
Edin Kadribasic [Tue, 25 May 2004 17:36:22 +0000 (17:36 +0000)]
Add transaction support

20 years agoPHP_SETUP_OPENSSL is NOT SNMP_SHARED_LIBADD, it's MCVE_SHARED_LIBADD
Brad House [Tue, 25 May 2004 17:08:42 +0000 (17:08 +0000)]
PHP_SETUP_OPENSSL is NOT SNMP_SHARED_LIBADD, it's MCVE_SHARED_LIBADD
requires AC_PROG_EGREP when you phpize

20 years agoCleanup.
Ilia Alshanetsky [Tue, 25 May 2004 16:49:32 +0000 (16:49 +0000)]
Cleanup.

20 years agoOne more leak down.
Ilia Alshanetsky [Tue, 25 May 2004 16:40:54 +0000 (16:40 +0000)]
One more leak down.

20 years agoMore leak fixes.
Ilia Alshanetsky [Tue, 25 May 2004 16:38:28 +0000 (16:38 +0000)]
More leak fixes.

20 years agoUse binary safe function for quoting
Edin Kadribasic [Tue, 25 May 2004 16:24:29 +0000 (16:24 +0000)]
Use binary safe function for quoting

20 years agofix couple of memory leaks
Antony Dovgal [Tue, 25 May 2004 14:57:56 +0000 (14:57 +0000)]
fix couple of memory leaks

20 years agoMore possible leak fixes (Thanks Tony).
Ilia Alshanetsky [Tue, 25 May 2004 14:47:22 +0000 (14:47 +0000)]
More possible leak fixes (Thanks Tony).

20 years agoFixed memory leak.
Ilia Alshanetsky [Tue, 25 May 2004 14:39:26 +0000 (14:39 +0000)]
Fixed memory leak.

20 years agoOne more memory leak.
Ilia Alshanetsky [Tue, 25 May 2004 14:35:49 +0000 (14:35 +0000)]
One more memory leak.

20 years agoMore leak fixes.
Ilia Alshanetsky [Tue, 25 May 2004 14:30:07 +0000 (14:30 +0000)]
More leak fixes.

20 years ago- Nuke unused decleration
Andi Gutmans [Tue, 25 May 2004 14:19:19 +0000 (14:19 +0000)]
- Nuke unused decleration

20 years agoFixed memory leak.
Ilia Alshanetsky [Tue, 25 May 2004 14:12:15 +0000 (14:12 +0000)]
Fixed memory leak.

20 years agoKill unused var.
Ilia Alshanetsky [Tue, 25 May 2004 13:51:00 +0000 (13:51 +0000)]
Kill unused var.

20 years agoMerge that nicer error message here too
Wez Furlong [Tue, 25 May 2004 13:25:22 +0000 (13:25 +0000)]
Merge that nicer error message here too

20 years ago*sigh*, obviously, we need this to be able to use sapi_module.name
Wez Furlong [Tue, 25 May 2004 13:23:20 +0000 (13:23 +0000)]
*sigh*, obviously, we need this to be able to use sapi_module.name

20 years agoDEBUG -> PHP_DEBUG
Wez Furlong [Tue, 25 May 2004 13:17:01 +0000 (13:17 +0000)]
DEBUG -> PHP_DEBUG

20 years agoAllow sqlite to build as a shared ext under win32
Wez Furlong [Tue, 25 May 2004 13:01:05 +0000 (13:01 +0000)]
Allow sqlite to build as a shared ext under win32

20 years agocheck if it matches... not if it doesn't...
Wez Furlong [Tue, 25 May 2004 13:00:25 +0000 (13:00 +0000)]
check if it matches... not if it doesn't...

20 years agoIn debug mode, under CLI don't close stderr.
Wez Furlong [Tue, 25 May 2004 12:59:15 +0000 (12:59 +0000)]
In debug mode, under CLI don't close stderr.
This is so that we can see any error reports.

# for extra paranoia, could limit this check to happen only after the script is
# finished running.

20 years agoadd "clean-pecl" rule for nuking pecl objects
Wez Furlong [Tue, 25 May 2004 12:57:45 +0000 (12:57 +0000)]
add "clean-pecl" rule for nuking pecl objects

20 years agoTidy this up a little bit for win32.
Wez Furlong [Tue, 25 May 2004 12:44:35 +0000 (12:44 +0000)]
Tidy this up a little bit for win32.

20 years agoThrow exception during ctor
Wez Furlong [Tue, 25 May 2004 12:03:41 +0000 (12:03 +0000)]
Throw exception during ctor

20 years ago- More fixes
Andi Gutmans [Tue, 25 May 2004 10:09:46 +0000 (10:09 +0000)]
- More fixes

20 years ago- Make fix compile.
Andi Gutmans [Tue, 25 May 2004 09:25:22 +0000 (09:25 +0000)]
- Make fix compile.

20 years ago- Fix memory leak in mem cache in conjunction with Zend MM. How come no one
Andi Gutmans [Tue, 25 May 2004 08:33:11 +0000 (08:33 +0000)]
- Fix memory leak in mem cache in conjunction with Zend MM. How come no one
- noticed this? :)

20 years agoChangeLog update
<changelog@php.net> [Tue, 25 May 2004 00:32:04 +0000 (00:32 +0000)]
ChangeLog update

20 years ago- Fix #28506, negative angle returns "random arcs"
Pierre Joye [Mon, 24 May 2004 19:52:28 +0000 (19:52 +0000)]
- Fix #28506, negative angle returns "random arcs"
  while (angle < 0) angle += 2*M_PI is used now

20 years agoFixed bug #28508 (Do not make hypot() available if not supported by libc).
Ilia Alshanetsky [Mon, 24 May 2004 17:02:12 +0000 (17:02 +0000)]
Fixed bug #28508 (Do not make hypot() available if not supported by libc).

20 years agoMoved pdflib extension to PECL
Wez Furlong [Mon, 24 May 2004 16:41:41 +0000 (16:41 +0000)]
Moved pdflib extension to PECL

20 years agoChangeLog update
<changelog@php.net> [Mon, 24 May 2004 00:32:46 +0000 (00:32 +0000)]
ChangeLog update

20 years ago- Fix problem with object being destroyed more than once
Andi Gutmans [Sun, 23 May 2004 20:33:09 +0000 (20:33 +0000)]
- Fix problem with object being destroyed more than once

20 years ago- Fix the following script (it crashed):
Andi Gutmans [Sun, 23 May 2004 20:27:32 +0000 (20:27 +0000)]
- Fix the following script (it crashed):
<?php
   class ErrorHandler {
     function __construct() {
       set_error_handler(array(&$this, 'handle'));
     }

     function __destruct() {
       restore_error_handler();
     }

     function handle($code, $msg, $file, $line, $locals) {
     }
   }

   new ErrorHandler();
?>

20 years agoFixed leaks on fatal errors in tidy.
Ilia Alshanetsky [Sun, 23 May 2004 17:22:21 +0000 (17:22 +0000)]
Fixed leaks on fatal errors in tidy.

20 years ago- NEWS
Andi Gutmans [Sun, 23 May 2004 16:24:21 +0000 (16:24 +0000)]
- NEWS

20 years ago- Fix typo although it isn't being built
Andi Gutmans [Sun, 23 May 2004 16:05:09 +0000 (16:05 +0000)]
- Fix typo although it isn't being built

20 years ago- Fixed bug #27640 memory leak of registered_zend_ini_directives (Dmitry)
Andi Gutmans [Sun, 23 May 2004 16:02:36 +0000 (16:02 +0000)]
- Fixed bug #27640 memory leak of registered_zend_ini_directives  (Dmitry)

20 years agoadding this
Andrey Hristov [Sun, 23 May 2004 15:26:55 +0000 (15:26 +0000)]
adding this

20 years agoAnsrei reverted this
Andrey Hristov [Sun, 23 May 2004 15:21:38 +0000 (15:21 +0000)]
Ansrei reverted this

20 years agoFinally a fix for #23220: IIS does not cleanly close SSL connections.
Wez Furlong [Sun, 23 May 2004 10:36:08 +0000 (10:36 +0000)]
Finally a fix for #23220: IIS does not cleanly close SSL connections.
Also enable the safe and recommended bug work around options in the SSL
context.

20 years agoThis is more correct.
Stefan Esser [Sun, 23 May 2004 10:00:59 +0000 (10:00 +0000)]
This is more correct.

20 years agoFix #1395: PEAR_ErrorStack::staticCallback needs to instantiate the stack
Greg Beaver [Sun, 23 May 2004 06:06:10 +0000 (06:06 +0000)]
Fix #1395: PEAR_ErrorStack::staticCallback needs to instantiate the stack
Fix up default callback, so that it can be set for each package as well as for all packages.

Callbacks now have 3 levels of control, which may be a bit too complex, default callbacks might have to go for debugging reasons.  Either that or some kind of origination information should be appended to the error array describing which callbacks were called, so debugging is at least possible

20 years agoin preparation for testing all remote functionality, use a mock object for a function...
Greg Beaver [Sun, 23 May 2004 05:33:25 +0000 (05:33 +0000)]
in preparation for testing all remote functionality, use a mock object for a functioning pearweb server

20 years agoChangeLog update
<changelog@php.net> [Sun, 23 May 2004 00:33:49 +0000 (00:33 +0000)]
ChangeLog update

20 years agoprep for release
Wez Furlong [Sat, 22 May 2004 20:58:36 +0000 (20:58 +0000)]
prep for release

20 years agoUse dummy status vector in ibase_connect()
Ard Biesheuvel [Sat, 22 May 2004 18:50:58 +0000 (18:50 +0000)]
Use dummy status vector in ibase_connect()
Added fbird_ aliases for all ibase_ functions
# See comment in code for more info
# Please let me know if there are any namespace issues involved

20 years agoFix buglet in dbh closing.
Wez Furlong [Sat, 22 May 2004 15:04:26 +0000 (15:04 +0000)]
Fix buglet in dbh closing.

20 years agoEnable ODBC Connection Pooling.
Wez Furlong [Sat, 22 May 2004 14:51:26 +0000 (14:51 +0000)]
Enable ODBC Connection Pooling.

Theoretically better than PHP persistent connections, since ODBC itself takes
care of resetting the connections back to a "ground" state.

Connection pooling defaults to ON, since this is generally useful.
You can turn it off by using:

pdo_odbc.connection_pooling=off

in your php.ini file.

You may configure how ODBC matches connection details to existing connections
by setting this value to "strict" (the default) or "relaxed".  You are
encouraged to read the ODBC specs before changing this value.

20 years agook MSVC, why didn't you spot *that* one??
Wez Furlong [Sat, 22 May 2004 00:38:11 +0000 (00:38 +0000)]
ok MSVC, why didn't you spot *that* one??

20 years agoChangeLog update
<changelog@php.net> [Sat, 22 May 2004 00:32:18 +0000 (00:32 +0000)]
ChangeLog update

20 years agoFix doer()
Wez Furlong [Sat, 22 May 2004 00:30:00 +0000 (00:30 +0000)]
Fix doer()
Implement error handling for ODBC

20 years agoAdd self to credits.
Ilia Alshanetsky [Fri, 21 May 2004 22:45:27 +0000 (22:45 +0000)]
Add self to credits.

20 years agopierre's thingy
George Schlossnagle [Fri, 21 May 2004 22:36:52 +0000 (22:36 +0000)]
pierre's thingy

20 years ago/me learns to read
George Schlossnagle [Fri, 21 May 2004 22:30:58 +0000 (22:30 +0000)]
/me learns to read

20 years agoboth places
George Schlossnagle [Fri, 21 May 2004 22:27:30 +0000 (22:27 +0000)]
both places

20 years agodrop the dev
George Schlossnagle [Fri, 21 May 2004 22:27:02 +0000 (22:27 +0000)]
drop the dev

20 years agoBump the version number
Wez Furlong [Fri, 21 May 2004 22:26:45 +0000 (22:26 +0000)]
Bump the version number

20 years agook, apprently we _don't_ want to count the nulls.
George Schlossnagle [Fri, 21 May 2004 22:24:20 +0000 (22:24 +0000)]
ok, apprently we _don't_ want to count the nulls.

20 years agoremove debugging
George Schlossnagle [Fri, 21 May 2004 22:20:25 +0000 (22:20 +0000)]
remove debugging

20 years agofix fubar'd emulated bindings
George Schlossnagle [Fri, 21 May 2004 22:19:33 +0000 (22:19 +0000)]
fix fubar'd emulated bindings

20 years agoPrep for release
Wez Furlong [Fri, 21 May 2004 21:20:00 +0000 (21:20 +0000)]
Prep for release

20 years ago- Fixed expected return value from test #2
Timm Friebe [Fri, 21 May 2004 21:01:21 +0000 (21:01 +0000)]
- Fixed expected return value from test #2
  Invalid resources yield bool(false) in PHP5, NULL in PHP4

20 years ago- Removed currently leaking auto-cancel test
Timm Friebe [Fri, 21 May 2004 20:54:39 +0000 (20:54 +0000)]
- Removed currently leaking auto-cancel test
- Fixed expected return value from sybase_num_rows() when an
  invalid resource is passed (returns false instead of NULL)

20 years ago- Fixed expected return value from var_dump()
Timm Friebe [Fri, 21 May 2004 20:53:01 +0000 (20:53 +0000)]
- Fixed expected return value from var_dump()
- Cleaned up SQL statement
# This bug has been fixed, but this test should be kept anyways,
# just to make sure it does not reappear

20 years ago- Fixed bug #28354
Timm Friebe [Fri, 21 May 2004 20:29:38 +0000 (20:29 +0000)]
- Fixed bug #28354

20 years ago- Initial release
Timm Friebe [Fri, 21 May 2004 19:45:55 +0000 (19:45 +0000)]
- Initial release

20 years agoPrepare release
Edin Kadribasic [Fri, 21 May 2004 19:09:43 +0000 (19:09 +0000)]
Prepare release