Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.re **/*.y **/*.l | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | Add a test for tidyNode::__construct() | Pierrick Charron | 2009-12-29 | 1 | -0/+12 |
| | |||||
* | Set the tidyNode constructor private | Pierrick Charron | 2009-12-28 | 2 | -1/+2 |
| | |||||
* | - Updated to version 2009.21 (2009u) | Derick Rethans | 2009-12-28 | 1 | -340/+374 |
| | |||||
* | move network creation to the init hook | Andrey Hristov | 2009-12-28 | 2 | -5/+21 |
| | |||||
* | - Fixed ZTS build | Felipe Pena | 2009-12-27 | 1 | -0/+1 |
| | |||||
* | Share the php_sockets.h header | Mikko Koppanen | 2009-12-27 | 3 | -1/+4 |
| | | | | | Share php_sockets_le_socket_name | ||||
* | spprintf the dbname | Mikko Koppanen | 2009-12-27 | 1 | -7/+7 |
| | | | | | use VCWD_ACCESS instead of access | ||||
* | Along with the valid char set, also add a length check to the | Rasmus Lerdorf | 2009-12-26 | 1 | -2/+4 |
| | | | | | | | | | session id here to avoid a lower-level error on the open() later on in case we exceed MAX_PATH. The lower level open() error includes the session dir path in it, so this is a very low-priority security fix. People should not be running production systems with display_errors turned on. | ||||
* | Upgrade bundled libmagic to 5.03 (fixes CDF parsing related issues) | Mikko Koppanen | 2009-12-26 | 17 | -126/+170 |
| | | | | | | Clean up / remove whitespace differences to make next merge easier Removed unnecessary files from trunk | ||||
* | Changed tidyNode class to disallow manual node creation. | Pierrick Charron | 2009-12-25 | 3 | -22/+10 |
| | |||||
* | Removed spurious high-ascii char from previous commmit | Matteo Beccati | 2009-12-25 | 1 | -1/+1 |
| | |||||
* | - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 | Matteo Beccati | 2009-12-25 | 11 | -6/+195 |
| | | | | | # tested w/ 8.5alpha3 | ||||
* | - Updated pdo_pgsql tests to be 8.5+ friendly | Matteo Beccati | 2009-12-25 | 3 | -5/+9 |
| | |||||
* | Fixed bug #50558 (Broken object model when extending tidy) | Pierrick Charron | 2009-12-25 | 2 | -15/+28 |
| | |||||
* | Added missing host validation for HTTP urls inside FILTER_VALIDATE_URL. | Ilia Alshanetsky | 2009-12-24 | 1 | -0/+23 |
| | |||||
* | Changed stream_resolve_include_path to use zend_resolve_path | Mikko Koppanen | 2009-12-24 | 4 | -0/+63 |
| | | | | | | backported stream_resolve_include_path to PHP 5.3 backported stream_resolve_include_path test to PHP 5.3 | ||||
* | fix the fix for #47409 | Antony Dovgal | 2009-12-24 | 1 | -1/+1 |
| | | | | | use correct comparison and add missing scope checks to trunk | ||||
* | - Update tests to reflect current behavior after fix for bug #50185 | Sriram Natarajan | 2009-12-24 | 2 | -2/+8 |
| | |||||
* | cleanup some code, improve error handling | Stanislav Malyshev | 2009-12-23 | 10 | -41/+74 |
| | |||||
* | - ws | Jani Taskinen | 2009-12-23 | 1 | -11/+9 |
| | |||||
* | Fixed bug #47409 (extract() problem with array containing word "this"). | Ilia Alshanetsky | 2009-12-23 | 1 | -0/+3 |
| | |||||
* | Unify. The typedef-ed structs in mysqlnd are always capitalized. | Andrey Hristov | 2009-12-23 | 4 | -14/+14 |
| | |||||
* | install mysqlnd headers to allow shared build of extensions | Johannes Schlüter | 2009-12-22 | 1 | -0/+1 |
| | |||||
* | Fix double calls to free_contents if the connection cannot be | Andrey Hristov | 2009-12-22 | 1 | -2/+3 |
| | | | | | | opened. mysqlnd have no probs, external code should not have too. In any case, double call is not needed. | ||||
* | move state setting to the right place, in mysqlnd_init, no more | Andrey Hristov | 2009-12-22 | 1 | -2/+2 |
| | | | | | in mysqlnd::connect | ||||
* | - fix build and warning (introduced by my last commit) | Pierre Joye | 2009-12-22 | 1 | -6/+5 |
| | |||||
* | - Fix bug #46478 (htmlentities() uses obsolete mapping table for character | Moriyoshi Koizumi | 2009-12-22 | 3 | -19/+840 |
| | | | | | entity references) | ||||
* | Fixed bug #45599 (strip_tags() truncates rest of string with invalid attribute). | Ilia Alshanetsky | 2009-12-22 | 1 | -1/+1 |
| | |||||
* | - Updated to version 2009.20 (2009t) | Derick Rethans | 2009-12-21 | 1 | -1/+1 |
| | |||||
* | Fixed bug #50540 (Crash within ldap_first_reference function) | Sriram Natarajan | 2009-12-21 | 1 | -0/+2 |
| | |||||
* | clean up normalizer code | Stanislav Malyshev | 2009-12-21 | 2 | -13/+0 |
| | |||||
* | Move this function to MYSQLND_NET as it works on the | Andrey Hristov | 2009-12-21 | 5 | -54/+53 |
| | | | | | php stream | ||||
* | magic numbers to macros | Andrey Hristov | 2009-12-21 | 1 | -18/+20 |
| | |||||
* | Move compression and decompression code to separate functions | Andrey Hristov | 2009-12-21 | 2 | -19/+49 |
| | | | | | which can be overloaded on purpose. | ||||
* | - Tune the fix for bug #50508 and make it work with MacOSX, bug #50541. | Jani Taskinen | 2009-12-21 | 1 | -0/+3 |
| | |||||
* | - Fixed bug #50508 (compile fails: Conflicting HEADER type declarations) | Jani Taskinen | 2009-12-18 | 1 | -3/+0 |
| | | | | | # NEVER ever include nameser_compat.h, it's included in various ways in different OSes by nameser.h if needed | ||||
* | - [DOC] add INTERNALDATE to imap_append (will merge to trunk later) | Pierre Joye | 2009-12-17 | 1 | -5/+30 |
| | |||||
* | Test for what Andrey has found with 16M packets | Ulf Wendel | 2009-12-17 | 1 | -0/+93 |
| | |||||
* | refactoring : move more network related functions to | Andrey Hristov | 2009-12-17 | 4 | -364/+365 |
| | | | | | | | mysqlnd_net.c . Now communication is split on two levels: - logical (functions send and receive) - physical (functions network_read and network_write) | ||||
* | During refactoring of the function mysqlnd_stream_write_w_header() it was | Andrey Hristov | 2009-12-17 | 1 | -91/+47 |
| | | | | | | | | | | found that there is a bug in the way the data is sent, although a very rare one which will only affect very large queries which have length 16777214. The communication will hang. A way to test it is to execute the following: ./php -r '$c=mysqli_connect("127.0.0.1","root","root","test"); $q="insert into test.tblob values(\"".str_repeat("a",256*256*256-1-34)."\")"; $c->query($q);' | ||||
* | call free_contents in every case, in case something is not freed | Andrey Hristov | 2009-12-16 | 1 | -0/+1 |
| | | | | | by the calling code | ||||
* | Remove unneeded dereferences | Andrey Hristov | 2009-12-16 | 1 | -14/+6 |
| | | | | | | (oops, committed the trunk changes from a wrong directory, which splitted this commit). | ||||
* | move MYSQLND_NET code to a separate file. | Andrey Hristov | 2009-12-16 | 7 | -285/+352 |
| | | | | | | mysqlnd_wireprotocol is about the protocol not the transport layer | ||||
* | - add a test case and update the skip clause | Pierre Joye | 2009-12-16 | 1 | -1/+6 |
| | |||||
* | remove duplicated code | Andrey Hristov | 2009-12-15 | 1 | -8/+2 |
| | |||||
* | Move code out of mysqlnd_conn::connect to mysqlnd_net::connect. | Andrey Hristov | 2009-12-15 | 3 | -76/+96 |
| | | | | | | Thus mysqlnd_conn::connect() does less of what it should not do - think about the transport level. | ||||
* | remove C++ comments | Andrey Hristov | 2009-12-15 | 1 | -2/+2 |
| | |||||
* | export this function | Andrey Hristov | 2009-12-15 | 2 | -2/+2 |
| | |||||
* | refactor: move code that belongs to MYSQLND_NET out of MYSQLND | Andrey Hristov | 2009-12-15 | 3 | -98/+152 |
| |