]>
granicus.if.org Git - php/log
Marcus Boerger [Sat, 27 Mar 2004 00:39:07 +0000 (00:39 +0000)]
Commit the header, too.
Marcus Boerger [Sat, 27 Mar 2004 00:38:35 +0000 (00:38 +0000)]
Follow ming_xy naming convention
Frank M. Kromann [Fri, 26 Mar 2004 21:56:31 +0000 (21:56 +0000)]
Fix complation errors after convertion to new macro's
Marcus Boerger [Fri, 26 Mar 2004 21:16:50 +0000 (21:16 +0000)]
Change to studlyCaps convention
# Hopefully discussed enough this time
Marcus Boerger [Fri, 26 Mar 2004 21:10:17 +0000 (21:10 +0000)]
Use studlyCaps and new macros (that should be it)
Marcus Boerger [Fri, 26 Mar 2004 20:05:35 +0000 (20:05 +0000)]
Force destructors to have empty signatures
Marcus Boerger [Fri, 26 Mar 2004 19:53:07 +0000 (19:53 +0000)]
Correct that name
Ilia Alshanetsky [Fri, 26 Mar 2004 19:47:19 +0000 (19:47 +0000)]
Fixed bug #27664 (--disable-cli doesn't force --without-pear).
Marcus Boerger [Fri, 26 Mar 2004 19:45:09 +0000 (19:45 +0000)]
let inf be generated by INF constant (thanks to Wez)
Rasmus Lerdorf [Fri, 26 Mar 2004 19:32:49 +0000 (19:32 +0000)]
MFB: The 2am offset was a bad choice as this hour doesn't necessarily exist
on a DST switch. So use 4am instead. Fixes bug #27719
Sara Golemon [Fri, 26 Mar 2004 19:23:42 +0000 (19:23 +0000)]
BugFix 27675 and add regression test.
<changelog@php.net> [Fri, 26 Mar 2004 01:34:48 +0000 (01:34 +0000)]
ChangeLog update
Andi Gutmans [Fri, 26 Mar 2004 00:26:19 +0000 (00:26 +0000)]
- Fix build (thanks to Timm)
Marcus Boerger [Thu, 25 Mar 2004 22:40:25 +0000 (22:40 +0000)]
Pending touch
Marcus Boerger [Thu, 25 Mar 2004 22:36:36 +0000 (22:36 +0000)]
-Make NAN and INF more portable (atof() doesn't work on MSVC.6 for example)
-Change test to use constants without prior conversion
Marcus Boerger [Thu, 25 Mar 2004 22:06:36 +0000 (22:06 +0000)]
Really use studlyCaps here
Derick Rethans [Thu, 25 Mar 2004 21:27:23 +0000 (21:27 +0000)]
- Stopped file uploads from throwing E_WARNINGs and E_NOTICEs which can not be
hidden from within scripts (and a result value in the $_FILES global can be
used to see the real failure anyway).
Derick Rethans [Thu, 25 Mar 2004 21:11:57 +0000 (21:11 +0000)]
- Remove old and deprecated <?php_track_vars?> scanner token.
Ilia Alshanetsky [Thu, 25 Mar 2004 20:01:18 +0000 (20:01 +0000)]
Corrected package file.
Hartmut Holzgraefe [Thu, 25 Mar 2004 19:51:54 +0000 (19:51 +0000)]
another package description
Andi Gutmans [Thu, 25 Mar 2004 18:04:08 +0000 (18:04 +0000)]
- Update NEWS
Andi Gutmans [Thu, 25 Mar 2004 18:00:50 +0000 (18:00 +0000)]
- If __construct() is defined then it will always take precedence over
- old style constructors.
Stanislav Malyshev [Thu, 25 Mar 2004 14:03:34 +0000 (14:03 +0000)]
no need to use result for RECV's - as in PHP4
Stanislav Malyshev [Thu, 25 Mar 2004 13:03:04 +0000 (13:03 +0000)]
Use get/set handlers for increment.decrement ops on objects
Andi Gutmans [Thu, 25 Mar 2004 11:30:02 +0000 (11:30 +0000)]
/* The compiler is not-reentrant. Make sure we __autoload() only during run-time
* (doesn't impact fuctionality of __autoload()
*/
Marcus Boerger [Thu, 25 Mar 2004 08:42:00 +0000 (08:42 +0000)]
Fixed bug #27687 (Bug Adding Default Charset to 'text/*' Content-Type Header
Dmitry Stogov [Thu, 25 Mar 2004 08:14:33 +0000 (08:14 +0000)]
Using ALLOC_HASHTABLE/FREE_HASHTABLE instead of emalloc/free.
<changelog@php.net> [Thu, 25 Mar 2004 01:35:42 +0000 (01:35 +0000)]
ChangeLog update
Hartmut Holzgraefe [Wed, 24 Mar 2004 18:43:23 +0000 (18:43 +0000)]
more visa to sibira ;)
George Schlossnagle [Wed, 24 Mar 2004 15:20:32 +0000 (15:20 +0000)]
added test for property_exists checks.
Dmitry Stogov [Wed, 24 Mar 2004 14:30:59 +0000 (14:30 +0000)]
New autoload protection schema was implemented (Using HashTable instead of boolean flag)
Derick Rethans [Wed, 24 Mar 2004 14:28:41 +0000 (14:28 +0000)]
- Revert bogus commit
Dmitry Stogov [Wed, 24 Mar 2004 14:14:16 +0000 (14:14 +0000)]
Fixed (strict warning was added to expected output)
Stanislav Malyshev [Wed, 24 Mar 2004 13:33:26 +0000 (13:33 +0000)]
and set module startup flag on startup
Stanislav Malyshev [Wed, 24 Mar 2004 13:31:34 +0000 (13:31 +0000)]
reset module shutdown flag on startup
Derick Rethans [Wed, 24 Mar 2004 13:31:20 +0000 (13:31 +0000)]
- Fixed NEWS
#- Can we *please* keep this in order?
Dmitry Stogov [Wed, 24 Mar 2004 13:16:07 +0000 (13:16 +0000)]
Fixed bug #27641 (Object cloning in ze1_compatibility_mode was reimplemented)
Dmitry Stogov [Wed, 24 Mar 2004 10:55:04 +0000 (10:55 +0000)]
Object cloning in ze1 compatibility mode (zend.ze1_compatibility_mode) was reimplemented (Dmitry, Andi)
Antony Dovgal [Wed, 24 Mar 2004 07:46:18 +0000 (07:46 +0000)]
add account names & emails
George Schlossnagle [Wed, 24 Mar 2004 05:04:26 +0000 (05:04 +0000)]
fixed non-existent elements check
ref: http://news.php.net/article.php?group=php.internals&article=8660
<changelog@php.net> [Wed, 24 Mar 2004 01:33:50 +0000 (01:33 +0000)]
ChangeLog update
Marcus Boerger [Tue, 23 Mar 2004 23:30:56 +0000 (23:30 +0000)]
Revert studlyCaps change for now
# until we reach a point where the majority knows what they want
Ilia Alshanetsky [Tue, 23 Mar 2004 23:12:50 +0000 (23:12 +0000)]
Fixed bug #27661 (snmpget() does not close the socket in some cases).
Marcus Boerger [Tue, 23 Mar 2004 22:33:29 +0000 (22:33 +0000)]
Update .c output after .re
Marcus Boerger [Tue, 23 Mar 2004 22:30:25 +0000 (22:30 +0000)]
- Allow negative infinity
- Register missing constants, they work anyway but cause an E_NOTICE
# generation by atof() should be portable enough (afaik)
Marcus Boerger [Tue, 23 Mar 2004 21:19:53 +0000 (21:19 +0000)]
BFN
Marcus Boerger [Tue, 23 Mar 2004 20:54:00 +0000 (20:54 +0000)]
Bugfix #27646: Cannot serialize/unserialize non-finite numeric values
Hartmut Holzgraefe [Tue, 23 Mar 2004 19:53:16 +0000 (19:53 +0000)]
make sure that all extensions ignore build system helper files
(both autotools and VisualStudio) and common editor backup files
(especially usefull in combination with 'cvsclean')
Hartmut Holzgraefe [Tue, 23 Mar 2004 19:46:10 +0000 (19:46 +0000)]
"The Visa to Sibiria" (work in progress)
Adding a package.xml to a bundled extension does not only
ease the transition to PECL whereever suitable but also
allows to build and install an extension as "shared" using
the PEAR installer without having to deal with phpize and
friends by hand
Marcus Boerger [Tue, 23 Mar 2004 08:48:36 +0000 (08:48 +0000)]
Consitency rules
Marcus Boerger [Tue, 23 Mar 2004 08:03:11 +0000 (08:03 +0000)]
Changed sqlite's OO API to studlyCaps.
<changelog@php.net> [Tue, 23 Mar 2004 01:32:21 +0000 (01:32 +0000)]
ChangeLog update
Wez Furlong [Mon, 22 Mar 2004 23:07:55 +0000 (23:07 +0000)]
export libtidy symbols
Wez Furlong [Mon, 22 Mar 2004 22:47:05 +0000 (22:47 +0000)]
update for read handler api change
Ilia Alshanetsky [Mon, 22 Mar 2004 18:42:03 +0000 (18:42 +0000)]
Fixes to allow curl extension to compile against libcurl 7.11.1
Ilia Alshanetsky [Mon, 22 Mar 2004 17:26:03 +0000 (17:26 +0000)]
Revert patch to imagefillborder.
Andi Gutmans [Mon, 22 Mar 2004 15:51:07 +0000 (15:51 +0000)]
- Fix bug
Andi Gutmans [Mon, 22 Mar 2004 11:16:24 +0000 (11:16 +0000)]
- Remove whitespace
<changelog@php.net> [Mon, 22 Mar 2004 01:33:55 +0000 (01:33 +0000)]
ChangeLog update
Greg Beaver [Sun, 21 Mar 2004 23:06:20 +0000 (23:06 +0000)]
update naming of tests - forgot to rename files before committing,
but this is not a big deal, as the name 'Error_Stack' still makes sense
Greg Beaver [Sun, 21 Mar 2004 23:02:29 +0000 (23:02 +0000)]
added in wrong directory, move to tests/
Greg Beaver [Sun, 21 Mar 2004 23:00:54 +0000 (23:00 +0000)]
small changes
Use '' instead of ""
allow subclasses to easily change the exception class used just by
overriding the _exceptionClass property
Greg Beaver [Sun, 21 Mar 2004 22:57:33 +0000 (22:57 +0000)]
new package.xml to be used for installing tests, to make it easy to collect all tests in the same location for all PEAR packages
Stig Bakken [Sun, 21 Mar 2004 22:11:18 +0000 (22:11 +0000)]
* fit copyright header on 80 columns
Andi Gutmans [Sun, 21 Mar 2004 21:29:17 +0000 (21:29 +0000)]
- Improve consistency
Georg Richter [Sun, 21 Mar 2004 20:45:57 +0000 (20:45 +0000)]
ups - changed alias instead of method before
Georg Richter [Sun, 21 Mar 2004 20:43:44 +0000 (20:43 +0000)]
renamed get_metadata method to get_result_metadata.
(We have to differentiate between result_metadata and param_metdata.
mysql_stmt_param_metadata will be added in libmysql 4.1.3)
Stanislav Malyshev [Sun, 21 Mar 2004 18:28:38 +0000 (18:28 +0000)]
Update for new read_property API
Stanislav Malyshev [Sun, 21 Mar 2004 18:27:58 +0000 (18:27 +0000)]
return zval *, to make it useful for read_property
Stanislav Malyshev [Sun, 21 Mar 2004 18:21:46 +0000 (18:21 +0000)]
update to new API
Stanislav Malyshev [Sun, 21 Mar 2004 18:07:27 +0000 (18:07 +0000)]
API change for read_property:
instead of bool silent it now gets fetch type
This can be used for creating proxy objects for write contexts
Ilia Alshanetsky [Sun, 21 Mar 2004 18:02:19 +0000 (18:02 +0000)]
Fixed a possible crash inside libgd's gdImageFillToBorder() due to a stack
overflow.
Andi Gutmans [Sun, 21 Mar 2004 17:48:51 +0000 (17:48 +0000)]
- Nuke unused code
<changelog@php.net> [Sun, 21 Mar 2004 01:33:32 +0000 (01:33 +0000)]
ChangeLog update
Marcus Boerger [Sat, 20 Mar 2004 16:13:37 +0000 (16:13 +0000)]
Fix test
Marcus Boerger [Sat, 20 Mar 2004 16:09:42 +0000 (16:09 +0000)]
Fix return value to match std array func behavior
Marcus Boerger [Sat, 20 Mar 2004 12:30:57 +0000 (12:30 +0000)]
Fix test
<changelog@php.net> [Sat, 20 Mar 2004 01:32:55 +0000 (01:32 +0000)]
ChangeLog update
Sara Golemon [Fri, 19 Mar 2004 22:21:53 +0000 (22:21 +0000)]
Cleanup, minor refactor, and CS
Sara Golemon [Fri, 19 Mar 2004 21:42:29 +0000 (21:42 +0000)]
Bug Fix #27657: TXT records longer than MAXHOSTNAMELEN cause segfaults.
Marcus Boerger [Fri, 19 Mar 2004 20:05:39 +0000 (20:05 +0000)]
Fix test
# removing string conversion was a stupid idea
Marcus Boerger [Fri, 19 Mar 2004 20:00:18 +0000 (20:00 +0000)]
Fix test
Marcus Boerger [Fri, 19 Mar 2004 19:56:31 +0000 (19:56 +0000)]
Make test work when user has memory limit setting
Frank M. Kromann [Fri, 19 Mar 2004 18:45:07 +0000 (18:45 +0000)]
Fix for #26589. Crash when selecting many columns of type Money
Ilia Alshanetsky [Fri, 19 Mar 2004 15:41:26 +0000 (15:41 +0000)]
MFH: Fixed bug #27628 (Simplify the process of making a POST request via
stream context).
Greg Beaver [Fri, 19 Mar 2004 03:16:12 +0000 (03:16 +0000)]
update to 1.3.1dev
<changelog@php.net> [Fri, 19 Mar 2004 01:32:25 +0000 (01:32 +0000)]
ChangeLog update
Greg Beaver [Fri, 19 Mar 2004 00:48:39 +0000 (00:48 +0000)]
phpunit tests for PEAR_ErrorStack
Greg Beaver [Fri, 19 Mar 2004 00:48:18 +0000 (00:48 +0000)]
new Error Stack for PEAR, EXPERIMENTAL until proven solid and stable
Pierre Joye [Thu, 18 Mar 2004 18:41:32 +0000 (18:41 +0000)]
- Fix the test description and $Id$
Derick Rethans [Thu, 18 Mar 2004 18:25:22 +0000 (18:25 +0000)]
- Fixed layout
Dmitry Stogov [Thu, 18 Mar 2004 17:34:57 +0000 (17:34 +0000)]
*** empty log message ***
Ilia Alshanetsky [Thu, 18 Mar 2004 17:12:07 +0000 (17:12 +0000)]
Fixed bug #27633 (Incorrect EOL translation by ftp_get() in ASCII mode).
Dmitry Stogov [Thu, 18 Mar 2004 17:01:46 +0000 (17:01 +0000)]
*** empty log message ***
Dmitry Stogov [Thu, 18 Mar 2004 16:54:36 +0000 (16:54 +0000)]
BUG #27469 was fixed (serialize() objects of incomplete class)
Andi Gutmans [Thu, 18 Mar 2004 15:27:28 +0000 (15:27 +0000)]
- Back to RC2-dev
Pierre Joye [Thu, 18 Mar 2004 15:14:02 +0000 (15:14 +0000)]
- Test for possible data corruption with __set
Zeev Suraski [Thu, 18 Mar 2004 14:14:26 +0000 (14:14 +0000)]
Add missing bug updates
Zeev Suraski [Thu, 18 Mar 2004 14:12:27 +0000 (14:12 +0000)]
Prepare to roll RC1
Zeev Suraski [Thu, 18 Mar 2004 14:03:58 +0000 (14:03 +0000)]
Fix possible data corruption with __set()