]>
granicus.if.org Git - php/log
Marcus Boerger [Wed, 30 Nov 2005 22:27:32 +0000 (22:27 +0000)]
- Make gcov targets work with debian (http://gcov.php.net)
Ilia Alshanetsky [Wed, 30 Nov 2005 18:13:17 +0000 (18:13 +0000)]
MFB51: Fixed bug #35410 (wddx_deserialize() doesn't handle large ints as keys
properly).
Pierre Joye [Wed, 30 Nov 2005 17:33:27 +0000 (17:33 +0000)]
- minor version is 0
Pierre Joye [Wed, 30 Nov 2005 15:59:07 +0000 (15:59 +0000)]
- use gdlib-config
- bump to 2.0.33 for now, most stable release and closer from the phpgd
this is only about config.m4, sources cleanup will follow the additions
of various tests.
foobar [Wed, 30 Nov 2005 15:01:22 +0000 (15:01 +0000)]
- Fix the ccache detection
Antony Dovgal [Wed, 30 Nov 2005 11:32:33 +0000 (11:32 +0000)]
fix possible crash in pdo_mysql_stmt_dtor()
Michael Wallner [Wed, 30 Nov 2005 11:11:52 +0000 (11:11 +0000)]
- fix PHP4 build
Dmitry Stogov [Wed, 30 Nov 2005 10:25:51 +0000 (10:25 +0000)]
Fixed bug #35373 (HP-UX "alias not allowed in this configuration")
Dmitry Stogov [Wed, 30 Nov 2005 10:10:32 +0000 (10:10 +0000)]
Fixed bug #35470 (Assigning global using variable name from array doesn't function)
Marcus Boerger [Wed, 30 Nov 2005 08:14:49 +0000 (08:14 +0000)]
- Fix tests
<changelog@php.net> [Wed, 30 Nov 2005 06:42:54 +0000 (06:42 +0000)]
ChangeLog update
foobar [Tue, 29 Nov 2005 23:23:32 +0000 (23:23 +0000)]
fn
Ilia Alshanetsky [Tue, 29 Nov 2005 23:10:48 +0000 (23:10 +0000)]
MFB51: fixed zts build
foobar [Tue, 29 Nov 2005 22:42:53 +0000 (22:42 +0000)]
MFB: automake dependancy was removed long time ago
foobar [Tue, 29 Nov 2005 22:38:32 +0000 (22:38 +0000)]
- Remove unnecessary libgcov entry (the gcc options handle it)
foobar [Tue, 29 Nov 2005 22:26:07 +0000 (22:26 +0000)]
- Remove unused lines
Antony Dovgal [Tue, 29 Nov 2005 21:45:53 +0000 (21:45 +0000)]
make use of $SED if possible
foobar [Tue, 29 Nov 2005 21:33:12 +0000 (21:33 +0000)]
MFB51: Update bundled libtool to version 1.5.20
foobar [Tue, 29 Nov 2005 21:31:35 +0000 (21:31 +0000)]
MFB51: Always use $SED instead of sed
Ilia Alshanetsky [Tue, 29 Nov 2005 20:48:44 +0000 (20:48 +0000)]
Added missing support for 'B' format identifier to date() function.
Ilia Alshanetsky [Tue, 29 Nov 2005 20:27:21 +0000 (20:27 +0000)]
MFB51: Fixed bug #35425 (idate() function ignores timezone settings).
Antony Dovgal [Tue, 29 Nov 2005 18:38:48 +0000 (18:38 +0000)]
MF51: change "-o" to "||" to support weird systems with broken `test`
Ilia Alshanetsky [Tue, 29 Nov 2005 16:25:39 +0000 (16:25 +0000)]
MFB51: fixed date tests
Ilia Alshanetsky [Tue, 29 Nov 2005 16:14:47 +0000 (16:14 +0000)]
MFB51: Fixed bug #35427 (str_word_count() handles '-' incorrectly).
foobar [Tue, 29 Nov 2005 08:13:18 +0000 (08:13 +0000)]
- Regenerated with working re2c and with proper options
<changelog@php.net> [Tue, 29 Nov 2005 06:49:28 +0000 (06:49 +0000)]
ChangeLog update
Marcus Boerger [Tue, 29 Nov 2005 02:46:19 +0000 (02:46 +0000)]
- Fix some memleaks
Marcus Boerger [Tue, 29 Nov 2005 02:41:54 +0000 (02:41 +0000)]
- Allow test to be used w/o run-tests.php
Ilia Alshanetsky [Tue, 29 Nov 2005 01:31:52 +0000 (01:31 +0000)]
MFB51:
Fixed bug #35422 (strtotime() does not parse times with UTC as timezone).
Fixed bug #35414 (strtotime() no longer works with ordinal suffix).
Ilia Alshanetsky [Mon, 28 Nov 2005 23:26:40 +0000 (23:26 +0000)]
MFB51: Fixed bug #35456 (+ 1 [time unit] format did not work).
foobar [Mon, 28 Nov 2005 23:03:49 +0000 (23:03 +0000)]
fix build with libedit
foobar [Mon, 28 Nov 2005 16:49:35 +0000 (16:49 +0000)]
- Fixed bug #35409 (undefined reference to 'rl_completion_matches')
Dmitry Stogov [Mon, 28 Nov 2005 14:33:44 +0000 (14:33 +0000)]
Fixed bug #35393 (changing static protected members from outside the class, one more reference issue)
Alan Knowles [Mon, 28 Nov 2005 10:28:17 +0000 (10:28 +0000)]
fix bug #35381 - ensure library is initialized before use
Dmitry Stogov [Mon, 28 Nov 2005 10:09:07 +0000 (10:09 +0000)]
Fixed bug #35399 (Since fix of bug #35273 SOAP decoding of soapenc:base64binary fails)
<changelog@php.net> [Mon, 28 Nov 2005 06:43:30 +0000 (06:43 +0000)]
ChangeLog update
Antony Dovgal [Sun, 27 Nov 2005 23:00:55 +0000 (23:00 +0000)]
MF51: use || instead of -o to support weird systems with old `test`
Antony Dovgal [Sun, 27 Nov 2005 20:56:46 +0000 (20:56 +0000)]
fix #35430 (PDO crashes on incorrect FETCH_FUNC use)
foobar [Sun, 27 Nov 2005 20:10:15 +0000 (20:10 +0000)]
MF51: improve open_basedir check
Antony Dovgal [Sun, 27 Nov 2005 18:35:35 +0000 (18:35 +0000)]
fix config.m4
Antony Dovgal [Sun, 27 Nov 2005 18:34:16 +0000 (18:34 +0000)]
plug memory leak
Marcus Boerger [Sun, 27 Nov 2005 13:07:18 +0000 (13:07 +0000)]
- Fix minor issues in RecursiveDirectoryIterator & provide new flag consts
Rob Richards [Sun, 27 Nov 2005 12:21:12 +0000 (12:21 +0000)]
Fixed bug #35316 (Application exception trying to create COM object)
Fix some handler signatures causing memory corruption
Various unicode fixes
Marcus Boerger [Sun, 27 Nov 2005 12:13:42 +0000 (12:13 +0000)]
- Fix editor blocks
<changelog@php.net> [Sun, 27 Nov 2005 06:48:53 +0000 (06:48 +0000)]
ChangeLog update
Marcus Boerger [Sat, 26 Nov 2005 18:07:49 +0000 (18:07 +0000)]
- Output modularization, 1st step
Antony Dovgal [Sat, 26 Nov 2005 17:34:35 +0000 (17:34 +0000)]
show OIC version in phpinfo(); if possible
fix build with older versions: SQLT_BDOUBLE & SQLT_BFLOAT first appeared in Oracle 10
Marcus Boerger [Sat, 26 Nov 2005 16:34:37 +0000 (16:34 +0000)]
- Really test the issue here
Marcus Boerger [Sat, 26 Nov 2005 16:33:08 +0000 (16:33 +0000)]
- Bug 35382 was nit fixed but the test system was not capable for this kind
of tests
Michael Wallner [Sat, 26 Nov 2005 14:17:09 +0000 (14:17 +0000)]
- ditch warnings
foobar [Sat, 26 Nov 2005 13:39:55 +0000 (13:39 +0000)]
fix test
Marcus Boerger [Sat, 26 Nov 2005 13:37:30 +0000 (13:37 +0000)]
- Scew short open tags
Marcus Boerger [Sat, 26 Nov 2005 13:22:46 +0000 (13:22 +0000)]
- Add new test
Michael Wallner [Sat, 26 Nov 2005 13:15:06 +0000 (13:15 +0000)]
- use php_hash_* types
# ok with everybody?
Marcus Boerger [Sat, 26 Nov 2005 13:09:28 +0000 (13:09 +0000)]
- Fix bug #35406 eval hangs when evall'ed code ends with comment w/o newline
Antony Dovgal [Sat, 26 Nov 2005 12:37:20 +0000 (12:37 +0000)]
MF51: add properties hashtable to Timezone class
Marcus Boerger [Sat, 26 Nov 2005 12:33:42 +0000 (12:33 +0000)]
- Oversight
Marcus Boerger [Sat, 26 Nov 2005 12:25:58 +0000 (12:25 +0000)]
- Synch with what we decided for 5 and what we are practicing since 5
Antony Dovgal [Sat, 26 Nov 2005 09:39:50 +0000 (09:39 +0000)]
fix #35402 (New date class causes crash in get_object_vars())
<changelog@php.net> [Sat, 26 Nov 2005 06:37:54 +0000 (06:37 +0000)]
ChangeLog update
Michael Wallner [Sat, 26 Nov 2005 00:15:03 +0000 (00:15 +0000)]
uhm...
Michael Wallner [Sat, 26 Nov 2005 00:08:06 +0000 (00:08 +0000)]
- add crc32
Michael Wallner [Fri, 25 Nov 2005 23:12:44 +0000 (23:12 +0000)]
- add adler32
Michael Wallner [Fri, 25 Nov 2005 18:24:34 +0000 (18:24 +0000)]
- ditch warnings
- add gost and snefru test
- CREDITS += mike
Michael Wallner [Fri, 25 Nov 2005 16:12:30 +0000 (16:12 +0000)]
- add gost algo
- declare tables static
Wez Furlong [Fri, 25 Nov 2005 15:44:40 +0000 (15:44 +0000)]
Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend extensions
foobar [Fri, 25 Nov 2005 15:40:14 +0000 (15:40 +0000)]
- Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend extensions
Antony Dovgal [Fri, 25 Nov 2005 12:54:18 +0000 (12:54 +0000)]
fix #35391 (pdo_mysql::exec does not return number of affected rows)
Antony Dovgal [Fri, 25 Nov 2005 12:25:22 +0000 (12:25 +0000)]
ICC doesn't support __attribute__ for pointers
Michael Wallner [Fri, 25 Nov 2005 12:21:28 +0000 (12:21 +0000)]
- add a simple benchmark
Michael Wallner [Fri, 25 Nov 2005 11:54:49 +0000 (11:54 +0000)]
- add snefru algo
- fix empty else in config.m4
Antony Dovgal [Fri, 25 Nov 2005 10:16:55 +0000 (10:16 +0000)]
change handles destruction order (based on the patch by Chris Jones) and fix typo
<changelog@php.net> [Fri, 25 Nov 2005 06:41:36 +0000 (06:41 +0000)]
ChangeLog update
Ilia Alshanetsky [Fri, 25 Nov 2005 00:07:57 +0000 (00:07 +0000)]
MFB51: Fixed bug #35170 (PHP_AUTH_DIGEST differs under Apache 1.x and 2.x)
Ilia Alshanetsky [Thu, 24 Nov 2005 23:24:53 +0000 (23:24 +0000)]
Fixed copy & paste error
Ilia Alshanetsky [Thu, 24 Nov 2005 23:12:38 +0000 (23:12 +0000)]
1.0.1 release
Marcus Boerger [Thu, 24 Nov 2005 20:27:27 +0000 (20:27 +0000)]
- Synch test name
Ilia Alshanetsky [Thu, 24 Nov 2005 16:22:27 +0000 (16:22 +0000)]
MFB51: Fixed bug #35358 (Incorrect error messages for PDO class constants).
Antony Dovgal [Thu, 24 Nov 2005 15:15:28 +0000 (15:15 +0000)]
fix #35322 (oci_connect() after oci_close() gives unknown resource)
Michael Wallner [Thu, 24 Nov 2005 14:28:34 +0000 (14:28 +0000)]
- fix tiger algo
Michael Wallner [Thu, 24 Nov 2005 14:07:24 +0000 (14:07 +0000)]
- fix segvs
# there's still somthing wrong though
Dmitry Stogov [Thu, 24 Nov 2005 11:32:44 +0000 (11:32 +0000)]
Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash)
Michael Wallner [Thu, 24 Nov 2005 08:59:54 +0000 (08:59 +0000)]
- add tiger algo
<changelog@php.net> [Thu, 24 Nov 2005 06:41:47 +0000 (06:41 +0000)]
ChangeLog update
Sara Golemon [Thu, 24 Nov 2005 04:37:04 +0000 (04:37 +0000)]
Sync tests with new defaults
Marcus Boerger [Thu, 24 Nov 2005 00:30:41 +0000 (00:30 +0000)]
- License for core extensions is PHP License
- Add Johannes to credits for his work here
Michael Wallner [Wed, 23 Nov 2005 21:15:41 +0000 (21:15 +0000)]
- add whirlpool algo
Johannes Schlüter [Wed, 23 Nov 2005 20:47:42 +0000 (20:47 +0000)]
Changed reflection constants to class constants
Dmitry Stogov [Wed, 23 Nov 2005 18:08:51 +0000 (18:08 +0000)]
Cleaned CGI code. Now FastCGI can not be disabled. See into sapi/cgi/CHANGES for more details.
Michael Wallner [Wed, 23 Nov 2005 17:18:56 +0000 (17:18 +0000)]
- add salsa implementation
# its not common and I've no reference output to compare against,
# thus it's not enabled; I'm also pretty unsure about the initialization
Michael Wallner [Wed, 23 Nov 2005 16:36:11 +0000 (16:36 +0000)]
- no trailing NULs
foobar [Wed, 23 Nov 2005 15:51:45 +0000 (15:51 +0000)]
- No need for extra strlen() call here
foobar [Wed, 23 Nov 2005 15:50:27 +0000 (15:50 +0000)]
fix leaks
Rui Hirokawa [Wed, 23 Nov 2005 15:16:39 +0000 (15:16 +0000)]
fixed 5307 unexpected header can be injected to mb_send_mail().
Dmitry Stogov [Wed, 23 Nov 2005 13:30:18 +0000 (13:30 +0000)]
Additional fix for fix #35536
Antony Dovgal [Wed, 23 Nov 2005 11:57:43 +0000 (11:57 +0000)]
forgotten part of the fix
Antony Dovgal [Wed, 23 Nov 2005 11:55:46 +0000 (11:55 +0000)]
MF51: fix #35336 (crash on PDO::FETCH_CLASS + __set())
Antony Dovgal [Wed, 23 Nov 2005 11:55:09 +0000 (11:55 +0000)]
add test for #35336
Rob Richards [Wed, 23 Nov 2005 11:23:39 +0000 (11:23 +0000)]
fix build under 5.0
fix crash when XMLWriter is instantiated but not used
Dmitry Stogov [Wed, 23 Nov 2005 09:27:01 +0000 (09:27 +0000)]
Bug #33732 (Wrong behavior of constants in class and interface extending)