]>
granicus.if.org Git - php/log
Wez Furlong [Tue, 18 May 2004 00:40:01 +0000 (00:40 +0000)]
Skeleton package file
<changelog@php.net> [Tue, 18 May 2004 00:35:47 +0000 (00:35 +0000)]
ChangeLog update
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
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.
George Schlossnagle [Mon, 17 May 2004 21:12:30 +0000 (21:12 +0000)]
include guard
Ilia Alshanetsky [Mon, 17 May 2004 20:58:57 +0000 (20:58 +0000)]
Correct output.
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.
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.
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.
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.
Andrei Zmievski [Mon, 17 May 2004 17:12:07 +0000 (17:12 +0000)]
Fix the apparent bug (; at the end of parse rule block).
Wez Furlong [Mon, 17 May 2004 17:00:35 +0000 (17:00 +0000)]
Some pedantic fixes for gcc.
Derick Rethans [Mon, 17 May 2004 16:30:22 +0000 (16:30 +0000)]
- Document the smtp_port setting in php.ini
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.
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.
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.
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.
<changelog@php.net> [Mon, 17 May 2004 00:33:01 +0000 (00:33 +0000)]
ChangeLog update
Pierre Joye [Sun, 16 May 2004 21:00:24 +0000 (21:00 +0000)]
- T_WHITESPACE for the 1st test...
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)
Timm Friebe [Sun, 16 May 2004 20:33:44 +0000 (20:33 +0000)]
- Fixed test for LONG_MIN / LONG_MAX for 64-bit platforms
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
Timm Friebe [Sun, 16 May 2004 20:28:31 +0000 (20:28 +0000)]
- Initial release
Pierre Joye [Sun, 16 May 2004 15:43:30 +0000 (15:43 +0000)]
- Fix #1329, closedir on exit (kameshj at fastmail dot fm)
Pierre Joye [Sun, 16 May 2004 15:39:07 +0000 (15:39 +0000)]
- Fix #1330, unused variable
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
Ilia Alshanetsky [Sun, 16 May 2004 15:34:53 +0000 (15:34 +0000)]
Do not allocate error buffer at the start of every request.
Marcus Boerger [Sun, 16 May 2004 14:48:45 +0000 (14:48 +0000)]
- Add new test
Ilia Alshanetsky [Sun, 16 May 2004 14:38:19 +0000 (14:38 +0000)]
Added missing safe_mode & open_basedir checks.
Marcus Boerger [Sun, 16 May 2004 14:01:45 +0000 (14:01 +0000)]
- Fix printf with floats
Wez Furlong [Sun, 16 May 2004 12:10:35 +0000 (12:10 +0000)]
;
Wez Furlong [Sun, 16 May 2004 11:49:35 +0000 (11:49 +0000)]
Add config.w32 template to ext_skel
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
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.
<changelog@php.net> [Sat, 15 May 2004 00:36:05 +0000 (00:36 +0000)]
ChangeLog update
Andrei Zmievski [Fri, 14 May 2004 21:10:02 +0000 (21:10 +0000)]
.ini variables patch notice
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"
Ilia Alshanetsky [Fri, 14 May 2004 16:12:03 +0000 (16:12 +0000)]
Fixed possible memory leak inside popen().
<changelog@php.net> [Fri, 14 May 2004 00:32:50 +0000 (00:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 13 May 2004 17:44:23 +0000 (17:44 +0000)]
Fixed bug #28386 (wordwrap() wraps lines 1 character too soon).
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.
Stanislav Malyshev [Thu, 13 May 2004 14:19:10 +0000 (14:19 +0000)]
add sqlite_exec()
Ilia Alshanetsky [Thu, 13 May 2004 12:53:47 +0000 (12:53 +0000)]
Skip session tests if session.save_path is not writable.
Wez Furlong [Thu, 13 May 2004 12:14:56 +0000 (12:14 +0000)]
Add --enable-memory-limit configure option (defaults to off)
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.
<changelog@php.net> [Thu, 13 May 2004 00:59:25 +0000 (00:59 +0000)]
ChangeLog update
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().
Marcus Boerger [Wed, 12 May 2004 23:03:38 +0000 (23:03 +0000)]
- Revert to 1.249
Marcus Boerger [Wed, 12 May 2004 22:28:28 +0000 (22:28 +0000)]
- More work on ts_free_id() but still keep it out
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
Ilia Alshanetsky [Wed, 12 May 2004 20:17:19 +0000 (20:17 +0000)]
Fixed various possible memory leaks.
Ilia Alshanetsky [Wed, 12 May 2004 16:49:47 +0000 (16:49 +0000)]
Fixed bug #28374 (Possible unterminated loop inside
_php_pgsql_trim_message()).
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.
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
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()
Ard Biesheuvel [Wed, 12 May 2004 13:07:35 +0000 (13:07 +0000)]
Made ibase_gen_id() bail out on incorrect args
Marcus Boerger [Wed, 12 May 2004 10:30:46 +0000 (10:30 +0000)]
- Implement ts_free_id()
Marcus Boerger [Wed, 12 May 2004 10:19:06 +0000 (10:19 +0000)]
- Touch
Marcus Boerger [Wed, 12 May 2004 10:17:12 +0000 (10:17 +0000)]
- Move hash table destruction to proper location
Marcus Boerger [Wed, 12 May 2004 10:15:48 +0000 (10:15 +0000)]
- Added missing UNREGISTER_INI_ENTRIES
<changelog@php.net> [Wed, 12 May 2004 00:33:00 +0000 (00:33 +0000)]
ChangeLog update
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.
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.
Derick Rethans [Tue, 11 May 2004 15:30:54 +0000 (15:30 +0000)]
- Fixed defines
Andi Gutmans [Tue, 11 May 2004 14:28:40 +0000 (14:28 +0000)]
- Don't allow passing NULL to type hinted parameter.
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).
<changelog@php.net> [Tue, 11 May 2004 00:32:24 +0000 (00:32 +0000)]
ChangeLog update
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.
Rob Richards [Mon, 10 May 2004 20:46:32 +0000 (20:46 +0000)]
add chregu as maintainer
prep for next release
Christian Stocker [Mon, 10 May 2004 20:39:04 +0000 (20:39 +0000)]
Adding next() method
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
Zeev Suraski [Mon, 10 May 2004 14:56:21 +0000 (14:56 +0000)]
- Fix comparison of objects
- Clarify convert_object_to_type()
Rob Richards [Mon, 10 May 2004 14:38:32 +0000 (14:38 +0000)]
check for dom support
remove comment
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: ----------------------------------------------------------------------
Stefan Esser [Mon, 10 May 2004 12:17:25 +0000 (12:17 +0000)]
Checking MEMORY_LIMIT before doing emalloc/erealloc solves several ugly problems.
Zeev Suraski [Mon, 10 May 2004 12:06:09 +0000 (12:06 +0000)]
Fix Win32 build
Marcus Boerger [Mon, 10 May 2004 07:23:38 +0000 (07:23 +0000)]
- Decouple NAN and INF
Ilia Alshanetsky [Mon, 10 May 2004 02:18:49 +0000 (02:18 +0000)]
Missing part of the upgrade patch.
Marcus Boerger [Mon, 10 May 2004 01:42:43 +0000 (01:42 +0000)]
- Fix problems with c mode
<changelog@php.net> [Mon, 10 May 2004 00:32:12 +0000 (00:32 +0000)]
ChangeLog update
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).
Ilia Alshanetsky [Sun, 9 May 2004 18:26:40 +0000 (18:26 +0000)]
GD bug fixing news.
Ilia Alshanetsky [Sun, 9 May 2004 18:25:33 +0000 (18:25 +0000)]
Fixed bug #28304 (Missing bounds check inside imagefilter()).
Ilia Alshanetsky [Sun, 9 May 2004 17:47:31 +0000 (17:47 +0000)]
Fixed bug #28311 (Transparency detection code is off by 1).
Ilia Alshanetsky [Sun, 9 May 2004 17:39:20 +0000 (17:39 +0000)]
Fixed bug #28267 (php_image_filter_contrast calls gdImageBrightness).
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).
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).
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.
Derick Rethans [Sun, 9 May 2004 14:22:02 +0000 (14:22 +0000)]
- Fixed news
John Coggeshall [Sun, 9 May 2004 14:00:30 +0000 (14:00 +0000)]
Tell ppl about it.
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.
Stanislav Malyshev [Sun, 9 May 2004 11:08:04 +0000 (11:08 +0000)]
Add __EXTENSIONS__ define - otherwise it won't compile on Solaris
<changelog@php.net> [Sun, 9 May 2004 00:35:06 +0000 (00:35 +0000)]
ChangeLog update
Ilia Alshanetsky [Sat, 8 May 2004 17:37:28 +0000 (17:37 +0000)]
Fixed typo.
Derick Rethans [Sat, 8 May 2004 17:34:07 +0000 (17:34 +0000)]
- Fixed type which prevented this extension from being loaded as shared
extension.
Marcus Boerger [Sat, 8 May 2004 12:35:21 +0000 (12:35 +0000)]
- Docu updates
- Add missing example file
- Fix aggregation of inner iterators in examples
Marcus Boerger [Sat, 8 May 2004 12:26:28 +0000 (12:26 +0000)]
- Update docu
Marcus Boerger [Sat, 8 May 2004 12:24:15 +0000 (12:24 +0000)]
- Update examples
- Update documentation
- Move classes/interfaces already implemented in c to new subdir internal
Sergey Kartashoff [Sat, 8 May 2004 11:50:40 +0000 (11:50 +0000)]
- mnoGoSearch extension was updated to support CachedCopies of
mnogosearch-3.2.16 or later. Udm_Get_Agent_Param and
Udm_Store_Doc_Cgi functions were added. MnoGoSearch-3.2.3 stored API
was removed.
Sara Golemon [Sat, 8 May 2004 05:58:18 +0000 (05:58 +0000)]
if statement logic would never eval to false.