#
240fa244 |
| 30-Jan-2008 |
Dmitry Stogov |
Improved PHP binary size and startup speed with GCC4 visibility control (Nuno) |
#
7932ccba |
| 28-Jan-2008 |
Andrey Hristov |
More optimizations - less MM calls Clearly separated fetching (physical reading) from decoding phases (data interpretation). Threaded fetching added but disabled as needs more work for Wi
More optimizations - less MM calls Clearly separated fetching (physical reading) from decoding phases (data interpretation). Threaded fetching added but disabled as needs more work for Windows. For Linux needs some touches to add pthreads if this is enabled, probably with a compile-time switch. The code reorganisation makes it easy to add also async API, similar to cURL's one.
show more ...
|
Revision tags: php-4.4.8 |
|
#
d1dded87 |
| 31-Dec-2007 |
Sebastian Bergmann |
MFH: Bump copyright year, 2 of 2. |
#
98f88d7a |
| 28-Dec-2007 |
Andrey Hristov |
Remove RPL functions. They were always experimental and lead to crashes. The underlying functions will be removed from libmysql as of MySQL 6.0, so it's right time to remove them. |
Revision tags: php-4.4.8RC1, RELEASE_1_2_3 |
|
#
6f63004f |
| 09-Nov-2007 |
Andrey Hristov |
Fix crash with pconnect |
Revision tags: php-5.2.5, php-5.2.5RC2, php-5.2.5RC1 |
|
#
eb02cb59 |
| 08-Oct-2007 |
Andrey Hristov |
Move declarations from the public header file. |
#
8b9b553a |
| 05-Oct-2007 |
Andrey Hristov |
Import mysqlnd Patch ext/mysql and ext/mysqli to support mysqlnd |