]>
granicus.if.org Git - php/log
foobar [Tue, 8 Mar 2005 06:38:58 +0000 (06:38 +0000)]
reorder
<changelog@php.net> [Tue, 8 Mar 2005 01:42:09 +0000 (01:42 +0000)]
ChangeLog update
Marcus Boerger [Tue, 8 Mar 2005 00:42:49 +0000 (00:42 +0000)]
- Add/Correct parameter info and protos
Marcus Boerger [Mon, 7 Mar 2005 22:43:27 +0000 (22:43 +0000)]
- Add new tests
Marcus Boerger [Mon, 7 Mar 2005 22:36:12 +0000 (22:36 +0000)]
- Add new tests
Marcus Boerger [Mon, 7 Mar 2005 22:27:29 +0000 (22:27 +0000)]
- Update signature
Marcus Boerger [Mon, 7 Mar 2005 22:26:53 +0000 (22:26 +0000)]
- Add some more news
Marcus Boerger [Mon, 7 Mar 2005 22:24:18 +0000 (22:24 +0000)]
- Add test
Marcus Boerger [Mon, 7 Mar 2005 22:23:14 +0000 (22:23 +0000)]
- New Interface Serializeable
- Change signature of unserialize() callback to ease inheritance and
support code reuse of handlers
Marcus Boerger [Mon, 7 Mar 2005 22:18:40 +0000 (22:18 +0000)]
- Add more methods
- Avoid exceptions in iterator access
- Do not read in rewind8) or next() instead read in iteration if neccessary
- Correctly count line numer on reading
Marcus Boerger [Mon, 7 Mar 2005 22:10:08 +0000 (22:10 +0000)]
- Fix proto
- Do not try to write zero bytes
Marcus Boerger [Mon, 7 Mar 2005 21:54:08 +0000 (21:54 +0000)]
- Length needs to be positive
Marcus Boerger [Mon, 7 Mar 2005 21:52:34 +0000 (21:52 +0000)]
- Make maic qutes runtime work if length is specified too
Marcus Boerger [Mon, 7 Mar 2005 21:28:38 +0000 (21:28 +0000)]
- Delay memory allocation, speeds up faiure case
Ilia Alshanetsky [Mon, 7 Mar 2005 19:37:27 +0000 (19:37 +0000)]
Added htmlspecialchars_decode() function for fast conversion from
htmlspecialchars() generated entities back to characters.
Marcus Boerger [Mon, 7 Mar 2005 19:31:44 +0000 (19:31 +0000)]
- Add updated description
Marcus Boerger [Mon, 7 Mar 2005 19:28:10 +0000 (19:28 +0000)]
- Fix #32226
Zeev Suraski [Mon, 7 Mar 2005 16:48:49 +0000 (16:48 +0000)]
Revert // </script> patch
Ilia Alshanetsky [Mon, 7 Mar 2005 16:17:12 +0000 (16:17 +0000)]
Fixed bug #32210 (proc_get_status() sets "running" always to true).
Magnus M��tt� [Mon, 7 Mar 2005 15:52:58 +0000 (15:52 +0000)]
Add test 017.
Marcus Boerger [Mon, 7 Mar 2005 08:04:47 +0000 (08:04 +0000)]
- Fix problem with some plain c pedantic compilers
Marcus Boerger [Mon, 7 Mar 2005 01:43:02 +0000 (01:43 +0000)]
- Add new test
Marcus Boerger [Mon, 7 Mar 2005 01:39:12 +0000 (01:39 +0000)]
- Add new tests
<changelog@php.net> [Mon, 7 Mar 2005 01:33:24 +0000 (01:33 +0000)]
ChangeLog update
Marcus Boerger [Mon, 7 Mar 2005 01:00:29 +0000 (01:00 +0000)]
- In File::fgetcsv() use max length from object
Marcus Boerger [Mon, 7 Mar 2005 00:40:57 +0000 (00:40 +0000)]
- Add File object
Marcus Boerger [Mon, 7 Mar 2005 00:16:18 +0000 (00:16 +0000)]
- Allow length 0 as default (e.g. skip param)
foobar [Sun, 6 Mar 2005 23:16:44 +0000 (23:16 +0000)]
MFB: Fix VPATH build
Marcus Boerger [Sun, 6 Mar 2005 23:09:21 +0000 (23:09 +0000)]
- Use new objects
Marcus Boerger [Sun, 6 Mar 2005 23:07:43 +0000 (23:07 +0000)]
- Fix problem with exception in other methods, too
Marcus Boerger [Sun, 6 Mar 2005 22:57:45 +0000 (22:57 +0000)]
- Add intefaces from zend_interface.h as macros
Marcus Boerger [Sun, 6 Mar 2005 22:57:05 +0000 (22:57 +0000)]
- Fix problem with exceptions in hasChildren calls
Marcus Boerger [Sun, 6 Mar 2005 22:18:09 +0000 (22:18 +0000)]
- Actuall the comments were correct
Marcus Boerger [Sun, 6 Mar 2005 22:15:35 +0000 (22:15 +0000)]
- Fix by Tim
Marcus Boerger [Sun, 6 Mar 2005 21:40:01 +0000 (21:40 +0000)]
- Bugfix #28840 __destruct of a class that extends mysqli not called
Ilia Alshanetsky [Sun, 6 Mar 2005 19:36:51 +0000 (19:36 +0000)]
Make html_entity_decode() 15-20% faster by avoiding pointless string
duplication.
foobar [Sun, 6 Mar 2005 19:24:21 +0000 (19:24 +0000)]
- Moved ext/fam and ext/mnogosearch to PECL
Ilia Alshanetsky [Sun, 6 Mar 2005 17:03:43 +0000 (17:03 +0000)]
Fixed bug #29424 (width and height inverted for JPEG2000 files).
foobar [Sun, 6 Mar 2005 16:22:02 +0000 (16:22 +0000)]
Fixed compile warning (bug #32046)
foobar [Sun, 6 Mar 2005 15:55:41 +0000 (15:55 +0000)]
Fix compile warning (bug #32047)
<changelog@php.net> [Sun, 6 Mar 2005 01:46:24 +0000 (01:46 +0000)]
ChangeLog update
Dan Scott [Sat, 5 Mar 2005 21:52:04 +0000 (21:52 +0000)]
Usually a good idea to have .cvsignore around.
Dan Scott [Sat, 5 Mar 2005 21:03:12 +0000 (21:03 +0000)]
Test PDO::beginTransaction and PDO::rollBack.
John Coggeshall [Sat, 5 Mar 2005 17:55:45 +0000 (17:55 +0000)]
Opps.
Moriyoshi Koizumi [Sat, 5 Mar 2005 16:41:13 +0000 (16:41 +0000)]
- Fixed bug #32109 ($_POST is not populated in multithreaded environment).
Dan Scott [Sat, 5 Mar 2005 15:48:54 +0000 (15:48 +0000)]
Missed this one...
Dmitry Stogov [Sat, 5 Mar 2005 13:27:13 +0000 (13:27 +0000)]
Fixed bug #32115 (dateTime encoding of timezone incorrect)
Marcus Boerger [Sat, 5 Mar 2005 11:35:13 +0000 (11:35 +0000)]
- Negative seeking is not supported
<changelog@php.net> [Sat, 5 Mar 2005 01:34:31 +0000 (01:34 +0000)]
ChangeLog update
John Coggeshall [Sat, 5 Mar 2005 01:13:10 +0000 (01:13 +0000)]
Starting tests....
Andrei Zmievski [Sat, 5 Mar 2005 00:45:47 +0000 (00:45 +0000)]
Check that object can actually return a class entry. I need this for a
class-entry-less helper objects that should not be present in the class
table.
Rob Richards [Fri, 4 Mar 2005 15:41:33 +0000 (15:41 +0000)]
use php streams for uri I/O under PHP 4
foobar [Fri, 4 Mar 2005 15:15:26 +0000 (15:15 +0000)]
Merge from sapi/apache/config.m4 and cleanup
foobar [Fri, 4 Mar 2005 15:14:47 +0000 (15:14 +0000)]
Do not set apache stuff if not building apache
foobar [Fri, 4 Mar 2005 15:13:03 +0000 (15:13 +0000)]
This did not work for some reason, better revert it
foobar [Fri, 4 Mar 2005 14:34:24 +0000 (14:34 +0000)]
Add missing subst
<changelog@php.net> [Fri, 4 Mar 2005 01:35:53 +0000 (01:35 +0000)]
ChangeLog update
Marcus Boerger [Fri, 4 Mar 2005 01:29:27 +0000 (01:29 +0000)]
- Add tests
- Fix testname
- Drop unnecessary include line (was wrong anyway)
Dan Scott [Thu, 3 Mar 2005 20:30:38 +0000 (20:30 +0000)]
One more PDO_ODBC test (tested with DB2 V8.2).
Dan Scott [Thu, 3 Mar 2005 20:23:29 +0000 (20:23 +0000)]
Next three tests for PDO_ODBC (tested with DB2 V8.2).
Dan Scott [Thu, 3 Mar 2005 13:53:55 +0000 (13:53 +0000)]
Next batch of tests for PDO_ODBC (tested against DB2 V8.2).
Dan Scott [Thu, 3 Mar 2005 11:49:35 +0000 (11:49 +0000)]
Begin porting standard PDO tests to PDO_ODBC, testing against DB2.
Marcus Boerger [Thu, 3 Mar 2005 10:48:02 +0000 (10:48 +0000)]
- Rename test 14 to 16 (which is a new one) and MFB 14 again
Marcus Boerger [Thu, 3 Mar 2005 10:35:34 +0000 (10:35 +0000)]
- Fix bug #32134
Zeev Suraski [Thu, 3 Mar 2005 09:55:10 +0000 (09:55 +0000)]
New egg
Ilia Alshanetsky [Thu, 3 Mar 2005 03:29:23 +0000 (03:29 +0000)]
Fixed bug #32160 (file truncation in copy() when source & destination are
the same).
<changelog@php.net> [Thu, 3 Mar 2005 01:36:08 +0000 (01:36 +0000)]
ChangeLog update
Marcus Boerger [Thu, 3 Mar 2005 00:20:57 +0000 (00:20 +0000)]
- Finish work on spl_autoload*()
Marcus Boerger [Wed, 2 Mar 2005 20:59:06 +0000 (20:59 +0000)]
- Let spl_autoload_extensions() always return what's registered
Moriyoshi Koizumi [Wed, 2 Mar 2005 19:27:37 +0000 (19:27 +0000)]
- Add testcases for bug #32001
Rob Richards [Wed, 2 Mar 2005 18:28:31 +0000 (18:28 +0000)]
BFN
Rob Richards [Wed, 2 Mar 2005 18:27:25 +0000 (18:27 +0000)]
Fixed bug #31033 (php:function(string, nodeset) with xsl:key crashes PHP)
- only in 5.1 branch for now due to significance of change
Stefan Esser [Wed, 2 Mar 2005 18:21:45 +0000 (18:21 +0000)]
Fixed possible bufferoverflow
Rob Richards [Wed, 2 Mar 2005 18:13:34 +0000 (18:13 +0000)]
Fixed bug #32001 (xml_parse_into_struct() exceeds maximum execution time)
<changelog@php.net> [Wed, 2 Mar 2005 01:35:54 +0000 (01:35 +0000)]
ChangeLog update
Marcus Boerger [Wed, 2 Mar 2005 01:15:54 +0000 (01:15 +0000)]
- Update .cvsignore
Marcus Boerger [Wed, 2 Mar 2005 01:14:41 +0000 (01:14 +0000)]
- Add new functions
Marcus Boerger [Tue, 1 Mar 2005 23:44:05 +0000 (23:44 +0000)]
- Update docu
Marcus Boerger [Tue, 1 Mar 2005 23:41:49 +0000 (23:41 +0000)]
- Support statuc methods/functions
Ilia Alshanetsky [Tue, 1 Mar 2005 21:32:25 +0000 (21:32 +0000)]
Fixed bug #31792 (getrusage() does not provide ru_nswap value).
Magnus M��tt� [Tue, 1 Mar 2005 21:09:12 +0000 (21:09 +0000)]
Add Oracle tests for PDO.
Andrei Zmievski [Tue, 1 Mar 2005 18:19:12 +0000 (18:19 +0000)]
Allow = sign in long option argument.
Fixes PEAR bug #1831.
Anantha Kesari H Y [Tue, 1 Mar 2005 14:59:37 +0000 (14:59 +0000)]
NetWare allows directory seperator as \ and /
Stefan Esser [Tue, 1 Mar 2005 13:53:02 +0000 (13:53 +0000)]
Handle last or broken JP2 boxes correctly.
Antony Dovgal [Tue, 1 Mar 2005 13:09:33 +0000 (13:09 +0000)]
fix SIGFPE in gmp_powm(), gmp_sqrt() & gmp_sqrtrem() when using negative values
do not allow negative value to be passed to gmp_fact()
Marcus Boerger [Tue, 1 Mar 2005 10:14:18 +0000 (10:14 +0000)]
- MFB
Marcus Boerger [Tue, 1 Mar 2005 10:06:11 +0000 (10:06 +0000)]
- Fix #32130 (ArrayIterator::seek() does not throw an Exception on invalid index)
Marcus Boerger [Tue, 1 Mar 2005 10:05:12 +0000 (10:05 +0000)]
- Need to store class entry
foobar [Tue, 1 Mar 2005 09:26:28 +0000 (09:26 +0000)]
update
foobar [Tue, 1 Mar 2005 09:25:36 +0000 (09:25 +0000)]
ws
foobar [Tue, 1 Mar 2005 02:17:41 +0000 (02:17 +0000)]
Fix the fix for one line comments with <script..> </script> tags
foobar [Tue, 1 Mar 2005 01:45:34 +0000 (01:45 +0000)]
touch
<changelog@php.net> [Tue, 1 Mar 2005 01:41:19 +0000 (01:41 +0000)]
ChangeLog update
Johannes Schlüter [Tue, 1 Mar 2005 00:23:31 +0000 (00:23 +0000)]
- Change comment: Syntax highlighter uses <span> instead of <font>
Marcus Boerger [Mon, 28 Feb 2005 22:37:13 +0000 (22:37 +0000)]
- Reserve some bits for flags
Ilia Alshanetsky [Mon, 28 Feb 2005 22:09:22 +0000 (22:09 +0000)]
Added notes about ignore_user_abort to php.ini*
Marcus Boerger [Mon, 28 Feb 2005 19:23:56 +0000 (19:23 +0000)]
- Need to drop ce until engine gets fixed
Marcus Boerger [Mon, 28 Feb 2005 18:53:33 +0000 (18:53 +0000)]
- Add support for methods dynamically added through object handlers
Marcus Boerger [Mon, 28 Feb 2005 18:44:14 +0000 (18:44 +0000)]
- Fix warning
Marcus Boerger [Mon, 28 Feb 2005 18:40:02 +0000 (18:40 +0000)]
- Changing handler table definitively results in SEGVs