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 |
| | |||||
* | Fixed bug #44827 (define() allows :: in constant names). | Ilia Alshanetsky | 2009-12-30 | 2 | -26/+4 |
| | |||||
* | - Sync with HEAD | Jani Taskinen | 2009-12-29 | 1 | -11/+13 |
| | |||||
* | - WS + CS + folding tags | Jani Taskinen | 2009-12-29 | 1 | -150/+121 |
| | |||||
* | Add a test for tidyNode::__construct() | Pierrick Charron | 2009-12-29 | 1 | -0/+12 |
| | |||||
* | Fixed bug #48190 (Content-type parameter "boundary" is not case-insensitive ↵ | Ilia Alshanetsky | 2009-12-29 | 2 | -0/+17 |
| | | | | in HTTP uploads). | ||||
* | 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 | 18 | -127/+173 |
| | | | | | | 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 | 4 | -22/+11 |
| | |||||
* | 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 | ||||
* | remove automatic file unlocking on shutdown and/or stream close | Antony Dovgal | 2009-12-25 | 2 | -3/+3 |
| | | | | | | (make it win32-specific for 5_2, as discussed with Ilia) | ||||
* | - Updated pdo_pgsql tests to be 8.5+ friendly | Matteo Beccati | 2009-12-25 | 3 | -5/+9 |
| | |||||
* | Fixed bug #50519 (segfault in garbage collection when using ↵ | Dmitry Stogov | 2009-12-25 | 2 | -0/+5 |
| | | | | set_error_handler and DomDocument) | ||||
* | Fixed bug #50558 (Broken object model when extending tidy) | Pierrick Charron | 2009-12-25 | 3 | -15/+29 |
| | |||||
* | Added missing host validation for HTTP urls inside FILTER_VALIDATE_URL. | Ilia Alshanetsky | 2009-12-24 | 2 | -0/+26 |
| | |||||
* | Changed stream_resolve_include_path to use zend_resolve_path | Mikko Koppanen | 2009-12-24 | 5 | -0/+64 |
| | | | | | | 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 |
| | |||||
* | fix flags handling in zend_parse_method_parameters_ex | Stanislav Malyshev | 2009-12-24 | 1 | -1/+1 |
| | |||||
* | cleanup some code, improve error handling | Stanislav Malyshev | 2009-12-23 | 10 | -41/+74 |
| | |||||
* | - ws | Jani Taskinen | 2009-12-23 | 1 | -11/+9 |
| | |||||
* | I really like the extra space. | Jani Taskinen | 2009-12-23 | 1 | -0/+2 |
| | |||||
* | Fixed bug #47409 (extract() problem with array containing word "this"). | Ilia Alshanetsky | 2009-12-23 | 2 | -0/+5 |
| | |||||
* | Unify. The typedef-ed structs in mysqlnd are always capitalized. | Andrey Hristov | 2009-12-23 | 4 | -14/+14 |
| | |||||
* | fix minor leak in CGI sapi (happened once per child) | Antony Dovgal | 2009-12-23 | 1 | -0/+3 |
| | |||||
* | Where using svn now, use svn paths | Johannes Schlüter | 2009-12-22 | 1 | -3/+3 |
| | | | | | # This file doesn't exist in 5.2!? | ||||
* | PHP 5.3.2RC1 | Johannes Schlüter | 2009-12-22 | 3 | -4/+6 |
| | |||||
* | Wrap at 80 chars | Johannes Schlüter | 2009-12-22 | 1 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | - Fixed bug #50517 (EXTRA_LDFLAGS polluted by wrong entries) | Jani Taskinen | 2009-12-22 | 1 | -1/+0 |
| | | | | | | | # Until someone shows me use case for LDFLAGS, this is gone. # This was wrong place to import it anyway. | ||||
* | - Fix bug #46478 (htmlentities() uses obsolete mapping table for character | Moriyoshi Koizumi | 2009-12-22 | 4 | -19/+842 |
| | | | | | entity references) | ||||
* | Fixed bug #45599 (strip_tags() truncates rest of string with invalid attribute). | Ilia Alshanetsky | 2009-12-22 | 2 | -1/+3 |
| | |||||
* | - 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 | 2 | -0/+4 |
| | |||||
* | 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. | ||||
* | - Sync (and KEEP it synced!) | Jani Taskinen | 2009-12-21 | 1 | -10/+48 |
| | |||||
* | - Tune the fix for bug #50508 and make it work with MacOSX, bug #50541. | Jani Taskinen | 2009-12-21 | 1 | -0/+3 |
| |