Marcus Boerger
|
afd8f0b608
|
- MFH Fix naming inconsistency (providing old name as alias)
|
2006-02-18 18:14:45 +00:00 |
|
Marcus Boerger
|
78516c7905
|
- Fixed bug #36436 (DBA problem with Berkeley DB4).
|
2006-02-18 17:11:06 +00:00 |
|
Michael Wallner
|
92ac0940d3
|
- fix misleading proto (confused out and in charset)
|
2006-02-18 16:02:43 +00:00 |
|
Rasmus Lerdorf
|
bab48a0906
|
Rename getloadavg to sys_getloadavg
|
2006-02-18 05:41:59 +00:00 |
|
Andrei Zmievski
|
f10bab6f97
|
MFH.
|
2006-02-17 21:18:09 +00:00 |
|
Wez Furlong
|
a8be85ce7e
|
add getloadavg() function that has been running in production on rs1.php.net
for a couple of years.
|
2006-02-16 22:49:13 +00:00 |
|
Antony Dovgal
|
1e8aad5075
|
MFH: add checks and fix possible reincarnations of bug #36420
|
2006-02-16 20:58:59 +00:00 |
|
Ilia Alshanetsky
|
ce9dfedc69
|
Fixed bug #36420 (segfault when access result->num_rows after calling
result->close())
|
2006-02-16 16:03:27 +00:00 |
|
Antony Dovgal
|
2108714a2b
|
MFH: improve usleep(): use new param parsing API, check for negative values
(related to #36410)
|
2006-02-16 10:13:52 +00:00 |
|
Antony Dovgal
|
f2ac3274d7
|
fix typo
|
2006-02-16 06:29:40 +00:00 |
|
Ilia Alshanetsky
|
96843fe434
|
Use 5.1 functions
|
2006-02-16 03:15:52 +00:00 |
|
Sara Golemon
|
a790d6ed3d
|
Fix copy/paste problems for instantclient
|
2006-02-16 02:03:13 +00:00 |
|
Antony Dovgal
|
716d22a8f6
|
MFH: fix #36403 (oci_execute() no longer supports OCI_DESCRIBE_ONLY)
|
2006-02-15 20:44:55 +00:00 |
|
Antony Dovgal
|
82b6ccbc30
|
fix memory leak and possible invalid reads
|
2006-02-15 11:15:32 +00:00 |
|
Antony Dovgal
|
8068342483
|
MFH: fix #36400 (Custom 5xx error does not return correct HTTP response error code)
|
2006-02-15 11:09:05 +00:00 |
|
Antony Dovgal
|
d43d090362
|
fix leak in zend_strtod() on big doubles
add new test
|
2006-02-14 22:10:55 +00:00 |
|
Ilia Alshanetsky
|
3608dd4c11
|
Fixed bug #36345 (PDO/MySQL problem loading BLOB over 1MB).
|
2006-02-14 14:26:11 +00:00 |
|
Antony Dovgal
|
c65d61a301
|
add test for bug #36337
|
2006-02-14 09:46:16 +00:00 |
|
Derick Rethans
|
1a170a3de2
|
- Fixed bug #36382 (PDO/PgSQL's getColumnMeta() crashes).
|
2006-02-13 15:53:36 +00:00 |
|
Ilia Alshanetsky
|
1e05eec591
|
Fixed bug #36337 (ReflectionProperty fails to return correct visibility).
|
2006-02-13 14:49:26 +00:00 |
|
Dmitry Stogov
|
11187a40e0
|
Fixed bug #36205 (Memory leaks on duplicate cookies)
|
2006-02-13 12:18:16 +00:00 |
|
Marcus Boerger
|
9c614f8f8f
|
- Synch
|
2006-02-12 18:51:12 +00:00 |
|
Marcus Boerger
|
4b2b9461d4
|
- MFH No more old parameter api usage
|
2006-02-12 16:44:36 +00:00 |
|
Ilia Alshanetsky
|
535a2e6092
|
Fixed bug #36351 (parse_url() does not parse numeric paths properly).
|
2006-02-12 16:39:44 +00:00 |
|
foobar
|
5fb8810c76
|
fix news
|
2006-02-11 11:23:57 +00:00 |
|
Rui Hirokawa
|
e8d38828cd
|
MFH
|
2006-02-11 02:26:07 +00:00 |
|
Antony Dovgal
|
08c4c9c202
|
MFH: fix #36359 (splFileObject::fwrite() doesn't write when no data length specified)
|
2006-02-10 16:57:56 +00:00 |
|
Rasmus Lerdorf
|
6cc9f92d16
|
(Missing patch from the PHP 4 tree that got lost in the shuffle)
See: http://cvs.php.net/viewcvs.cgi/php-src/ext/session/session.c?r1=1.336.2.39&r2=1.336.2.40
- fix logic. if the client already sent us the cookie, we don't
need to send it again. if the id has been changed, we need to
update the client side.
|
2006-02-10 07:39:13 +00:00 |
|
Pierre Joye
|
8fe545aab7
|
- fix order
|
2006-02-09 22:26:43 +00:00 |
|
Ilia Alshanetsky
|
044d24a23c
|
Added test for bug #36308
|
2006-02-09 18:18:18 +00:00 |
|
Pierre Joye
|
c09237ffce
|
- protos
|
2006-02-09 15:48:46 +00:00 |
|
Pierre Joye
|
8600417c79
|
- revert last fix
- ensure that we are in 32bit
- do not try to compare the decimal values but hex, php does not have
unsigned integer
|
2006-02-09 15:33:53 +00:00 |
|
Ilia Alshanetsky
|
f541b63e1f
|
Fixed bug #36334 (Added missing documentation about realpath cache INI
settings).
|
2006-02-08 23:43:48 +00:00 |
|
Johannes Schlüter
|
b0f0192f0c
|
- MFH: Fix charset
|
2006-02-08 21:09:18 +00:00 |
|
Johannes Schlüter
|
991c753bc5
|
- MFH: It's 2006 and PHP 5
|
2006-02-08 21:03:36 +00:00 |
|
Antony Dovgal
|
1f8b320679
|
MFH: move function definition from .h to .c, where it should be
|
2006-02-08 20:50:03 +00:00 |
|
Greg Beaver
|
39a4a46ae4
|
MFB fix Bug #36001: make install fails when --enable-memory-limit used
|
2006-02-08 01:12:12 +00:00 |
|
Ilia Alshanetsky
|
0a6b074034
|
Fixed bug #36308 (ReflectionProperty::getDocComment() does not reflect
extended class commentary).
|
2006-02-08 00:36:57 +00:00 |
|
Andrei Zmievski
|
7deff63e3c
|
Move array globals declarations back to the header file.
|
2006-02-07 17:54:24 +00:00 |
|
Antony Dovgal
|
3bafa8cead
|
don't use deprecated call-time by reference
|
2006-02-07 14:11:31 +00:00 |
|
Dmitry Stogov
|
9167991f69
|
Compression level shouldn't be greatr then 9.
|
2006-02-07 12:57:28 +00:00 |
|
Dmitry Stogov
|
73605400e8
|
Fixed bug #36083 (SoapClient waits for responses on one-way operations)
|
2006-02-07 12:49:10 +00:00 |
|
Rob Richards
|
7831900882
|
fix mem leak with iterators
fix object casting for edge case
|
2006-02-07 11:50:54 +00:00 |
|
Pierre Joye
|
5f83d7ce90
|
- forgot the original credits
|
2006-02-07 00:38:15 +00:00 |
|
Andrei Zmievski
|
da30791861
|
MFH.
|
2006-02-07 00:33:13 +00:00 |
|
Pierre Joye
|
0473a11ca2
|
- entry for #36306
|
2006-02-07 00:27:04 +00:00 |
|
Pierre Joye
|
f3e11a705c
|
- #36306, crc32() function result differs on 32-bit and 64-bit platforms
|
2006-02-07 00:23:55 +00:00 |
|
Antony Dovgal
|
a3b941642c
|
init variables
|
2006-02-06 20:37:11 +00:00 |
|
Michael Wallner
|
beea63529c
|
MFH: fix ReflectionClass::getInterfaces()
|
2006-02-06 20:12:48 +00:00 |
|
Andrei Zmievski
|
6c180238fd
|
TODO
|
2006-02-06 19:02:53 +00:00 |
|