Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3 |
|
#
f9cec029 |
| 04-Jun-2004 |
Ilia Alshanetsky |
Fixed bug #28632 (Prevent open_basedir bypass in MySQL's LOAD DATA LOCAL).
|
#
0e443166 |
| 04-Jun-2004 |
Ilia Alshanetsky |
Fixed bug #28627 (When multiple MySQL links are used default link is leaked). Patch by: gavin at ipalsoftware dot com
|
Revision tags: php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2 |
|
#
7a11fe48 |
| 23-Apr-2004 |
Ilia Alshanetsky |
Fixed bug #28087 (Do not force mysql.trace_mode to 0 on every request).
|
Revision tags: php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4 |
|
#
30171a75 |
| 12-Feb-2004 |
Zeev Suraski |
zend_default_classes.h -> zend_exceptions.h
|
Revision tags: php-5.0.0b4RC1, php-4.3.5RC2 |
|
#
463f5107 |
| 27-Jan-2004 |
Andrey Hristov |
message about that mysql_list_tables() is deprecated
|
Revision tags: RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1 |
|
#
3fb99f62 |
| 12-Jan-2004 |
Marcus Boerger |
Synch mysql_fetch_object with mysqli, sqlite and pgsql
|
#
dbeb4158 |
| 08-Jan-2004 |
Andi Gutmans |
- A belated happy holidays and PHP 5
|
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1 |
|
#
d9bf51b1 |
| 07-Nov-2003 |
Ilia Alshanetsky |
10-18% optimization of fetch_array(), when both number & string indexes are created. # Do we want to MFH the change (for ext/mysql) into 4.3.X?
|
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE |
|
#
763b39cc |
| 03-Oct-2003 |
Ilia Alshanetsky |
Fixed compile warnings.
|
Revision tags: RELEASE_1_3b2, php-4.3.4RC1 |
|
#
4aaa2bec |
| 22-Sep-2003 |
Ilia Alshanetsky |
String format stuff.
|
Revision tags: RELEASE_0_7 |
|
#
9d9727aa |
| 28-Aug-2003 |
Ilia Alshanetsky |
Fixed compiler warnings.
|
Revision tags: php-4.3.3, php-4.3.3RC4 |
|
#
93bcd55e |
| 12-Aug-2003 |
Ilia Alshanetsky |
emalloc -> safe_emalloc
|
#
5c6ee17a |
| 08-Aug-2003 |
Ilia Alshanetsky |
Fixed bug #24977 (Revert mysql_select_db optimization)
|
Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2 |
|
#
5fcff2d8 |
| 22-Jul-2003 |
Ilia Alshanetsky |
* Fixed bug #24535 (Crash when retrieving data from unbuffered result after the original connection has been changed). * Fixed a crash when trying to fetch an unbuffered result after mysq
* Fixed bug #24535 (Crash when retrieving data from unbuffered result after the original connection has been changed). * Fixed a crash when trying to fetch an unbuffered result after mysql_close() has been called. * Added a check to make sure no unbuffered results are inside the buffer when calling functions that internally execute a query. Affected functions are: mysql_select_db(), mysql_list_dbs(), mysql_list_tables(), mysql_list_processes(), mysql_list_fields(), mysql_stat() and mysql_ping(). * Do not re-select a database if the database to be selected is the same.
show more ...
|
Revision tags: php-5.0.0b1, php-4.3.3RC1 |
|
#
d860759d |
| 18-Jun-2003 |
Ilia Alshanetsky |
Make the default mysql connection timeout 60 seconds rather then unlimited.
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers.
|
#
3ae8d271 |
| 10-Jun-2003 |
Andrey Hristov |
proto fixes
|
#
287d5f27 |
| 01-Jun-2003 |
Sterling Hughes |
don't do this on startup, lazy initialize it. This takes up > 17% of load time in CGI mode
|
Revision tags: BEFORE_FD_REAPPLY |
|
#
209bba39 |
| 30-May-2003 |
Ilia Alshanetsky |
Fixed bug #23888 (Missing input validation for flags parameter)
|
#
8effacb1 |
| 28-May-2003 |
Rasmus Lerdorf |
MFB
|
Revision tags: php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT |
|
#
0596442e |
| 16-May-2003 |
Derick Rethans |
- MFB: Fixed bug #23661: mysql_fetch_array gives no warning on an invalid result_type
|
Revision tags: php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init |
|
#
a802e0d6 |
| 11-Apr-2003 |
Derick Rethans |
- Fixed protos
|
#
8a9ff734 |
| 10-Apr-2003 |
Ilia Alshanetsky |
Fixed a crash in the query tracer output due to buffer overflow. Fixed a crash in notice message for unbuffered query.
|
Revision tags: php-4.3.2RC1 |
|
#
3c9155e0 |
| 07-Mar-2003 |
foobar |
Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change.
|
Revision tags: php-4.3.1 |
|
#
0a18a9d7 |
| 16-Feb-2003 |
Wez Furlong |
A add much more useful select(2) implementation than is provided by windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file de
A add much more useful select(2) implementation than is provided by windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.
show more ...
|