]> granicus.if.org Git - php/log
php
20 years agoQuoting here leads to problems with databases that really support bound parameters.
Wez Furlong [Tue, 18 May 2004 08:45:28 +0000 (08:45 +0000)]
Quoting here leads to problems with databases that really support bound parameters.
We should do this conditionally based on the emulate_prepare flag.

20 years agoonly rewrite tmp if quoter returns true
George Schlossnagle [Tue, 18 May 2004 05:34:52 +0000 (05:34 +0000)]
only rewrite tmp if quoter returns true

20 years agoauto-quote values before binding them in at execute time
George Schlossnagle [Tue, 18 May 2004 05:31:01 +0000 (05:31 +0000)]
auto-quote values before binding them in at execute time

20 years agouse new prototype
George Schlossnagle [Tue, 18 May 2004 05:01:16 +0000 (05:01 +0000)]
use new prototype

20 years agowe need the source string length for binary safe string handling
George Schlossnagle [Tue, 18 May 2004 05:00:52 +0000 (05:00 +0000)]
we need the source string length for binary safe string handling

20 years agopackage.xml
Wez Furlong [Tue, 18 May 2004 00:45:58 +0000 (00:45 +0000)]
package.xml

20 years agoSkeleton package file
Wez Furlong [Tue, 18 May 2004 00:40:01 +0000 (00:40 +0000)]
Skeleton package file

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

20 years agoBugfix#28404 When type is double we need to access dval, not lval
Sara Golemon [Tue, 18 May 2004 00:04:22 +0000 (00:04 +0000)]
Bugfix#28404 When type is double we need to access dval, not lval

20 years agoLet is build under unix.
Wez Furlong [Mon, 17 May 2004 22:20:11 +0000 (22:20 +0000)]
Let is build under unix.
Tested against IBM DB2 and unixODBC.
Could work with others.

20 years agoinclude guard
George Schlossnagle [Mon, 17 May 2004 21:12:30 +0000 (21:12 +0000)]
include guard

20 years agoCorrect output.
Ilia Alshanetsky [Mon, 17 May 2004 20:58:57 +0000 (20:58 +0000)]
Correct output.

20 years agoBugFix# 27982: Provide error message when trying to overwrite an existant file withou...
Sara Golemon [Mon, 17 May 2004 20:31:59 +0000 (20:31 +0000)]
BugFix# 27982: Provide error message when trying to overwrite an existant file without overwrite context option.

20 years agoRevert the .ini vars patch. Will have to try again next Christmas
Andrei Zmievski [Mon, 17 May 2004 20:09:37 +0000 (20:09 +0000)]
Revert the .ini vars patch. Will have to try again next Christmas
apparently.

20 years agoAllow PDO OCI to build under unix.
Wez Furlong [Mon, 17 May 2004 18:17:39 +0000 (18:17 +0000)]
Allow PDO OCI to build under unix.
Don't build by default under win32.

20 years agoAllow PDO to build as a self-contained extension.
Wez Furlong [Mon, 17 May 2004 18:13:03 +0000 (18:13 +0000)]
Allow PDO to build as a self-contained extension.
Install headers so that other self-contained extensions may them.

20 years agoFix the apparent bug (; at the end of parse rule block).
Andrei Zmievski [Mon, 17 May 2004 17:12:07 +0000 (17:12 +0000)]
Fix the apparent bug (; at the end of parse rule block).

20 years agoSome pedantic fixes for gcc.
Wez Furlong [Mon, 17 May 2004 17:00:35 +0000 (17:00 +0000)]
Some pedantic fixes for gcc.

20 years ago- Document the smtp_port setting in php.ini
Derick Rethans [Mon, 17 May 2004 16:30:22 +0000 (16:30 +0000)]
- Document the smtp_port setting in php.ini

20 years agoODBC (v3 ish) driver for PDO.
Wez Furlong [Mon, 17 May 2004 15:43:01 +0000 (15:43 +0000)]
ODBC (v3 ish) driver for PDO.
Will not build under unix yet.

20 years agoOCI driver for PDO, supporting bound input and output parameters.
Wez Furlong [Mon, 17 May 2004 15:42:33 +0000 (15:42 +0000)]
OCI driver for PDO, supporting bound input and output parameters.
Will not build under unix yet.

20 years agoHello PDO.
Wez Furlong [Mon, 17 May 2004 15:41:51 +0000 (15:41 +0000)]
Hello PDO.

Still more to come.  Give it a couple of days before starting to write drivers
for the other databases; a few things might change, so I'd like to coordinate
that, but in a couple of days.

20 years agoAs discussed with Andi, add this helper API for setting the object pointer from
Wez Furlong [Mon, 17 May 2004 11:27:16 +0000 (11:27 +0000)]
As discussed with Andi, add this helper API for setting the object pointer from
within the constructor.

Please read the comment for notes about how to use it; in general, you don't
need it, so don't use it.

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

20 years ago- T_WHITESPACE for the 1st test...
Pierre Joye [Sun, 16 May 2004 21:00:24 +0000 (21:00 +0000)]
- T_WHITESPACE for the 1st test...

20 years ago- PHP allows spaces before :: (parent :: foo(); )
Pierre Joye [Sun, 16 May 2004 20:55:29 +0000 (20:55 +0000)]
- PHP allows spaces before :: (parent :: foo(); )
  Nota bene, requires another change to really check the syntax:
  loop back to the first non white space element and valid it (parent,
  string or var)

20 years ago- Fixed test for LONG_MIN / LONG_MAX for 64-bit platforms
Timm Friebe [Sun, 16 May 2004 20:33:44 +0000 (20:33 +0000)]
- Fixed test for LONG_MIN / LONG_MAX for 64-bit platforms

20 years ago- Fixed auto-conversion from long to double when LONG_MAX /
Timm Friebe [Sun, 16 May 2004 20:30:35 +0000 (20:30 +0000)]
- Fixed auto-conversion from long to double when LONG_MAX /
  LONG_MIN where overflown

20 years ago- Initial release
Timm Friebe [Sun, 16 May 2004 20:28:31 +0000 (20:28 +0000)]
- Initial release

20 years ago- Fix #1329, closedir on exit (kameshj at fastmail dot fm)
Pierre Joye [Sun, 16 May 2004 15:43:30 +0000 (15:43 +0000)]
- Fix #1329, closedir on exit (kameshj at fastmail dot fm)

20 years ago- Fix #1330, unused variable
Pierre Joye [Sun, 16 May 2004 15:39:07 +0000 (15:39 +0000)]
- Fix #1330, unused variable

20 years ago- Fix #1249 (wrong print out the wrong state with force option)
Pierre Joye [Sun, 16 May 2004 15:37:13 +0000 (15:37 +0000)]
- Fix #1249 (wrong print out the wrong state with force option)
- some NL issues, sorry, commit now too

20 years agoDo not allocate error buffer at the start of every request.
Ilia Alshanetsky [Sun, 16 May 2004 15:34:53 +0000 (15:34 +0000)]
Do not allocate error buffer at the start of every request.

20 years ago- Add new test
Marcus Boerger [Sun, 16 May 2004 14:48:45 +0000 (14:48 +0000)]
- Add new test

20 years agoAdded missing safe_mode & open_basedir checks.
Ilia Alshanetsky [Sun, 16 May 2004 14:38:19 +0000 (14:38 +0000)]
Added missing safe_mode & open_basedir checks.

20 years ago- Fix printf with floats
Marcus Boerger [Sun, 16 May 2004 14:01:45 +0000 (14:01 +0000)]
- Fix printf with floats

20 years ago;
Wez Furlong [Sun, 16 May 2004 12:10:35 +0000 (12:10 +0000)]
;

20 years agoAdd config.w32 template to ext_skel
Wez Furlong [Sun, 16 May 2004 11:49:35 +0000 (11:49 +0000)]
Add config.w32 template to ext_skel

20 years agoconstructors throw DOMException
Rob Richards [Sun, 16 May 2004 10:30:16 +0000 (10:30 +0000)]
constructors throw DOMException
add DOM_PHP_ERR DomException code
validate tagnames in constructors
use C style comments
update TODO

20 years agoupdate config.m4 for libmonetra 4.0 compatability.
Brad House [Sun, 16 May 2004 02:59:34 +0000 (02:59 +0000)]
update config.m4 for libmonetra 4.0 compatability.
Library no longer has MCVE_ symbols, the header file has #define\'s to
convert MCVE_ -> M_ to reflect the Monetra name change from MCVE.
More updates to follow.

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

20 years ago.ini variables patch notice
Andrei Zmievski [Fri, 14 May 2004 21:10:02 +0000 (21:10 +0000)]
.ini variables patch notice

20 years agoAdding ability to refer to existing .ini variables from within .ini
Andrei Zmievski [Fri, 14 May 2004 20:58:15 +0000 (20:58 +0000)]
Adding ability to refer to existing .ini variables from within .ini
files. Example:

open_basedir = ${open_basedir} ":/new/dir"

20 years agoFixed possible memory leak inside popen().
Ilia Alshanetsky [Fri, 14 May 2004 16:12:03 +0000 (16:12 +0000)]
Fixed possible memory leak inside popen().

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

20 years agoFixed bug #28386 (wordwrap() wraps lines 1 character too soon).
Ilia Alshanetsky [Thu, 13 May 2004 17:44:23 +0000 (17:44 +0000)]
Fixed bug #28386 (wordwrap() wraps lines 1 character too soon).

20 years agoMake isapi more compatible with apache sapis as far as the creation
Ilia Alshanetsky [Thu, 13 May 2004 17:21:39 +0000 (17:21 +0000)]
Make isapi more compatible with apache sapis as far as the creation
$_COOKIE super-global and various $_SERVER values.

20 years agoadd sqlite_exec()
Stanislav Malyshev [Thu, 13 May 2004 14:19:10 +0000 (14:19 +0000)]
add sqlite_exec()

20 years agoSkip session tests if session.save_path is not writable.
Ilia Alshanetsky [Thu, 13 May 2004 12:53:47 +0000 (12:53 +0000)]
Skip session tests if session.save_path is not writable.

20 years agoAdd --enable-memory-limit configure option (defaults to off)
Wez Furlong [Thu, 13 May 2004 12:14:56 +0000 (12:14 +0000)]
Add --enable-memory-limit configure option (defaults to off)

20 years ago- Once ts_free_id() will be used, we cannot call ctors for deleted ids
Marcus Boerger [Thu, 13 May 2004 06:53:21 +0000 (06:53 +0000)]
- Once ts_free_id() will be used, we cannot call ctors for deleted ids
  when creating new threads.

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

20 years ago- Centralize register and hash operations for startup/register_module
Marcus Boerger [Wed, 12 May 2004 23:05:28 +0000 (23:05 +0000)]
- Centralize register and hash operations for startup/register_module
  in new zend_register_module_ex().

20 years ago- Revert to 1.249
Marcus Boerger [Wed, 12 May 2004 23:03:38 +0000 (23:03 +0000)]
- Revert to 1.249

20 years ago- More work on ts_free_id() but still keep it out
Marcus Boerger [Wed, 12 May 2004 22:28:28 +0000 (22:28 +0000)]
- More work on ts_free_id() but still keep it out

20 years agoifdef out the ts_free_id until php 5.1 and until it is complete
Marcus Boerger [Wed, 12 May 2004 22:17:01 +0000 (22:17 +0000)]
ifdef out the ts_free_id until php 5.1 and until it is complete

20 years agoFixed various possible memory leaks.
Ilia Alshanetsky [Wed, 12 May 2004 20:17:19 +0000 (20:17 +0000)]
Fixed various possible memory leaks.

20 years agoFixed bug #28374 (Possible unterminated loop inside
Ilia Alshanetsky [Wed, 12 May 2004 16:49:47 +0000 (16:49 +0000)]
Fixed bug #28374 (Possible unterminated loop inside
_php_pgsql_trim_message()).

20 years agoFixed a couple of inconsistencies in param binding
Ard Biesheuvel [Wed, 12 May 2004 15:16:51 +0000 (15:16 +0000)]
Fixed a couple of inconsistencies in param binding
# Previously, empty strings were either rejected (for scaled integers)
# or silently converted to 0 (unscaled integers & floats). Also, in some
# cases, null zvals were converted to empty strings, which were
# consequently rejected as unconvertible values.
# In the new situation, empty strings will be handled as NULLs for
# fields that cannot distinguish between the two (numeric/date/time).
# Additionally, all range and value checking is now carried out by the
# database, so there is a consistent interface for error handling.

20 years agoDropped support for ancient Interbase versions (< 6)
Ard Biesheuvel [Wed, 12 May 2004 14:29:42 +0000 (14:29 +0000)]
Dropped support for ancient Interbase versions (< 6)
# This has no consequences for Firebird, as its initial release was based on IB 6

20 years agoMade ibase_timefmt() check its args more thoroughly and nuked a pointless malloc()
Ard Biesheuvel [Wed, 12 May 2004 13:14:55 +0000 (13:14 +0000)]
Made ibase_timefmt() check its args more thoroughly and nuked a pointless malloc()

20 years agoMade ibase_gen_id() bail out on incorrect args
Ard Biesheuvel [Wed, 12 May 2004 13:07:35 +0000 (13:07 +0000)]
Made ibase_gen_id() bail out on incorrect args

20 years ago- Implement ts_free_id()
Marcus Boerger [Wed, 12 May 2004 10:30:46 +0000 (10:30 +0000)]
- Implement ts_free_id()

20 years ago- Touch
Marcus Boerger [Wed, 12 May 2004 10:19:06 +0000 (10:19 +0000)]
- Touch

20 years ago- Move hash table destruction to proper location
Marcus Boerger [Wed, 12 May 2004 10:17:12 +0000 (10:17 +0000)]
- Move hash table destruction to proper location

20 years ago- Added missing UNREGISTER_INI_ENTRIES
Marcus Boerger [Wed, 12 May 2004 10:15:48 +0000 (10:15 +0000)]
- Added missing UNREGISTER_INI_ENTRIES

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

20 years agoMake vprintf() and printf() return the length of the string printed.
Ilia Alshanetsky [Tue, 11 May 2004 19:51:46 +0000 (19:51 +0000)]
Make vprintf() and printf() return the length of the string printed.
Make fprintf() and vfprints() return the correct length of the string
printed.

20 years agoReset opt_name to NULL to ensure it's not re-used if numeric keys can be
Ilia Alshanetsky [Tue, 11 May 2004 15:59:07 +0000 (15:59 +0000)]
Reset opt_name to NULL to ensure it's not re-used if numeric keys can be
found inside the options array.

20 years ago- Fixed defines
Derick Rethans [Tue, 11 May 2004 15:30:54 +0000 (15:30 +0000)]
- Fixed defines

20 years ago- Don't allow passing NULL to type hinted parameter.
Andi Gutmans [Tue, 11 May 2004 14:28:40 +0000 (14:28 +0000)]
- Don't allow passing NULL to type hinted parameter.

20 years agoFixed bug #28355 (glob() does not return error on Linux when it does not
Ilia Alshanetsky [Tue, 11 May 2004 13:34:19 +0000 (13:34 +0000)]
Fixed bug #28355 (glob() does not return error on Linux when it does not
have permission to open the directory).

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

20 years agoFixed crash inside cpdf_place_inline_image() when working with truecolor
Ilia Alshanetsky [Mon, 10 May 2004 22:13:08 +0000 (22:13 +0000)]
Fixed crash inside cpdf_place_inline_image() when working with truecolor
images.

20 years agoadd chregu as maintainer
Rob Richards [Mon, 10 May 2004 20:46:32 +0000 (20:46 +0000)]
add chregu as maintainer
prep for next release

20 years agoAdding next() method
Christian Stocker [Mon, 10 May 2004 20:39:04 +0000 (20:39 +0000)]
Adding next() method

20 years ago- Documentation update
Marcus Boerger [Mon, 10 May 2004 17:26:03 +0000 (17:26 +0000)]
- Documentation update
- Checkin doxygen config file
# A patched version of doxygen is needed, hopefully 1.3.8 will contain it

20 years ago- Fix comparison of objects
Zeev Suraski [Mon, 10 May 2004 14:56:21 +0000 (14:56 +0000)]
- Fix comparison of objects
- Clarify convert_object_to_type()

20 years agocheck for dom support
Rob Richards [Mon, 10 May 2004 14:38:32 +0000 (14:38 +0000)]
check for dom support
remove comment

20 years ago- added expand support (see http://www.xmlsoft.org/xmlreader.html#Mixing for the...
Christian Stocker [Mon, 10 May 2004 13:31:14 +0000 (13:31 +0000)]
- added expand support (see http://www.xmlsoft.org/xmlreader.html#Mixing for the details behind
that)
 CVS: ----------------------------------------------------------------------

20 years agoChecking MEMORY_LIMIT before doing emalloc/erealloc solves several ugly problems.
Stefan Esser [Mon, 10 May 2004 12:17:25 +0000 (12:17 +0000)]
Checking MEMORY_LIMIT before doing emalloc/erealloc solves several ugly problems.

20 years agoFix Win32 build
Zeev Suraski [Mon, 10 May 2004 12:06:09 +0000 (12:06 +0000)]
Fix Win32 build

20 years ago- Decouple NAN and INF
Marcus Boerger [Mon, 10 May 2004 07:23:38 +0000 (07:23 +0000)]
- Decouple NAN and INF

20 years agoMissing part of the upgrade patch.
Ilia Alshanetsky [Mon, 10 May 2004 02:18:49 +0000 (02:18 +0000)]
Missing part of the upgrade patch.

20 years ago- Fix problems with c mode
Marcus Boerger [Mon, 10 May 2004 01:42:43 +0000 (01:42 +0000)]
- Fix problems with c mode

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

20 years agoFixed bug #28289 (incorrect resolving of relative paths by glob() in
Ilia Alshanetsky [Sun, 9 May 2004 19:01:13 +0000 (19:01 +0000)]
Fixed bug #28289 (incorrect resolving of relative paths by glob() in
windows).

20 years agoGD bug fixing news.
Ilia Alshanetsky [Sun, 9 May 2004 18:26:40 +0000 (18:26 +0000)]
GD bug fixing news.

20 years agoFixed bug #28304 (Missing bounds check inside imagefilter()).
Ilia Alshanetsky [Sun, 9 May 2004 18:25:33 +0000 (18:25 +0000)]
Fixed bug #28304 (Missing bounds check inside imagefilter()).

20 years agoFixed bug #28311 (Transparency detection code is off by 1).
Ilia Alshanetsky [Sun, 9 May 2004 17:47:31 +0000 (17:47 +0000)]
Fixed bug #28311 (Transparency detection code is off by 1).

20 years agoFixed bug #28267 (php_image_filter_contrast calls gdImageBrightness).
Ilia Alshanetsky [Sun, 9 May 2004 17:39:20 +0000 (17:39 +0000)]
Fixed bug #28267 (php_image_filter_contrast calls gdImageBrightness).

20 years agoUpgrade bundled GD library to 2.0.23.
Ilia Alshanetsky [Sun, 9 May 2004 17:33:50 +0000 (17:33 +0000)]
Upgrade bundled GD library to 2.0.23.
Fixed bug #28175 (build problem for people using FreeType 2.1.0-2.1.2).

20 years agoImplement com_get_active_object() and a helper object for working with
Wez Furlong [Sun, 9 May 2004 15:21:29 +0000 (15:21 +0000)]
Implement com_get_active_object() and a helper object for working with
persistent COM objects.
(That's the last of the stuff I want to sneak in before 5.0 is released).

20 years agoUrgh!
Wez Furlong [Sun, 9 May 2004 14:28:19 +0000 (14:28 +0000)]
Urgh!
Use the correct function to free messages from php_win_err(), otherwise
we say hello to Mr. S. Fault.

20 years ago- Fixed news
Derick Rethans [Sun, 9 May 2004 14:22:02 +0000 (14:22 +0000)]
- Fixed news

20 years agoTell ppl about it.
John Coggeshall [Sun, 9 May 2004 14:00:30 +0000 (14:00 +0000)]
Tell ppl about it.

20 years agoRenamed tidy_node to tidyNode, removed the tidy_exception class and updated
John Coggeshall [Sun, 9 May 2004 14:00:14 +0000 (14:00 +0000)]
Renamed tidy_node to tidyNode, removed the tidy_exception class and updated
the tests.

20 years agoAdd __EXTENSIONS__ define - otherwise it won't compile on Solaris
Stanislav Malyshev [Sun, 9 May 2004 11:08:04 +0000 (11:08 +0000)]
Add __EXTENSIONS__ define - otherwise it won't compile on Solaris

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

20 years agoFixed typo.
Ilia Alshanetsky [Sat, 8 May 2004 17:37:28 +0000 (17:37 +0000)]
Fixed typo.