#
7537b5b6 |
| 27-Jul-2008 |
Derick Rethans |
- MFH: Fixed DateTime::setTimestamp() and added a test for it. |
#
0dc603c8 |
| 27-Jul-2008 |
Christopher Jones |
Add OCI8 changes |
#
f5f8cba8 |
| 26-Jul-2008 |
Dmitry Stogov |
Fixed bug #44660 (Indexed and reference assignment to propery of non-object don't trigger warning) |
#
478acfd8 |
| 26-Jul-2008 |
Dmitry Stogov |
. Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt) . Improved syntax highlighting and consistency for variables in double-quoted strin
. Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt) . Improved syntax highlighting and consistency for variables in double-quoted strings and literal text in HEREDOCs and backticks. (Matt) . Optimized interpolated strings to use one less opcode. (Matt)
show more ...
|
#
77baec3f |
| 26-Jul-2008 |
Arnaud Le Blanc |
MFH: Fix bug #45622 (isset($arrayObject->p) misbehaves with ArrayObject::ARRAY_AS_PROPS set) |
#
15da8367 |
| 25-Jul-2008 |
Michael Wallner |
- Changed HTTP stream wrapper to accept any code between and including 200 to 399 as successful. (patch by Noah Fontes) |
#
ed2d3e4c |
| 25-Jul-2008 |
Dmitry Stogov |
Substitute persistent constants by their values at compile time. (Matt) |
#
f9ef6c87 |
| 24-Jul-2008 |
Arnaud Le Blanc |
MFH: Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st private prop of wrapped object) |
#
236b0398 |
| 24-Jul-2008 |
Arnaud Le Blanc |
Fixed #42663 (gzinflate() try to allocate all memory with truncated data), not present in HEAD. |
#
2cca3d0d |
| 24-Jul-2008 |
Dmitry Stogov |
Optimized ZEND_SIGNED_MULTIPLY_LONG() (Matt) |
#
e29684a2 |
| 24-Jul-2008 |
Moriyoshi Koizumi |
- MFH: Added "mbstring.http_output_conv_mimetypes" INI directive. |
#
aa31988e |
| 24-Jul-2008 |
Arnaud Le Blanc |
MFH: Allow filters to work on INPUT_SERVER in CLI (bug #44779) |
#
d1cc28ca |
| 23-Jul-2008 |
Jani Taskinen |
80 chars per line.. |
#
11f9cd84 |
| 23-Jul-2008 |
Derick Rethans |
- MFH: Fixed bug #43452 (strings containing a weekday, or a number plus weekday behaved incorrect of the current day-of-week was the same as the one in the phrase). |
#
9f677316 |
| 23-Jul-2008 |
Andrey Hristov |
NEWS!: |
#
ae8ef6c1 |
| 22-Jul-2008 |
Marcus Boerger |
- MFH Add MultipleIterator (Arnaud, Marcus) |
Revision tags: php-4.4.9RC1 |
|
#
39ae2484 |
| 22-Jul-2008 |
Pierre Joye |
- MFH: Segfault when an exception is thrown on persistent connections |
#
86a493f4 |
| 21-Jul-2008 |
Pierre Joye |
- SAB: #41996, Problem accessing Oracle ROWID (Martin Jansen) |
#
be0793d2 |
| 21-Jul-2008 |
Johannes Schlüter |
MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, pecl#12794, pecl#12401 # Running the tests: # (Note: Doesn't work currnetly on HEAD, see: # http://
MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, pecl#12794, pecl#12401 # Running the tests: # (Note: Doesn't work currnetly on HEAD, see: # http://news.php.net/php.qa/64378) # # PDO_MYSQL_TEST_DSN - DSN # For example: mysql:dbname=test;host=localhost;port=3306 # # PDO_MYSQL_TEST_HOST - database host # PDO_MYSQL_TEST_DB - database (schema) name # PDO_MYSQL_TEST_SOCKET - database server socket # PDO_MYSQL_TEST_ENGINE - storage engine to use # PDO_MYSQL_TEST_USER - database user # PDO_MYSQL_TEST_PASS - database user password # PDO_MYSQL_TEST_CHARSET - database charset # # NOTE: if any of PDO_MYSQL_TEST_[HOST|DB|SOCKET|ENGINE|CHARSET] is # part of PDO_MYSQL_TEST_DSN, the values must match. That is, for example, # for PDO_MYSQL_TEST_DSN = mysql:dbname=test you MUST set PDO_MYSQL_TEST_DB=test.
show more ...
|
#
c6c238c7 |
| 21-Jul-2008 |
Andrey Hristov |
Pure, old-fashion CVS grown, bug fix. |
#
d619b57e |
| 21-Jul-2008 |
Hannes Magnusson |
MFH: Add E_USER_DEPRECATED (patch by Lars Strojny) |
#
c9be725f |
| 20-Jul-2008 |
Kalle Sommer Nielsen |
MFH + NEWS entry |
#
a30add1b |
| 20-Jul-2008 |
Felipe Pena |
- BFN: #45571 |
#
e537b793 |
| 19-Jul-2008 |
Marcus Boerger |
- MFH Added RecursiveTreeIterator |
#
46ed694c |
| 18-Jul-2008 |
Felipe Pena |
- Added: Deprecated ticks support. |