summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.re **/*.y **/*.lSebastian Bergmann2010-01-032-2/+2
|
* Fixed bug #44827 (define() allows :: in constant names).Ilia Alshanetsky2009-12-302-26/+4
|
* - Sync with HEADJani Taskinen2009-12-291-11/+13
|
* - WS + CS + folding tagsJani Taskinen2009-12-291-150/+121
|
* Add a test for tidyNode::__construct()Pierrick Charron2009-12-291-0/+12
|
* Fixed bug #48190 (Content-type parameter "boundary" is not case-insensitive ↵Ilia Alshanetsky2009-12-292-0/+17
| | | | in HTTP uploads).
* Set the tidyNode constructor privatePierrick Charron2009-12-282-1/+2
|
* - Updated to version 2009.21 (2009u)Derick Rethans2009-12-281-340/+374
|
* move network creation to the init hookAndrey Hristov2009-12-282-5/+21
|
* - Fixed ZTS buildFelipe Pena2009-12-271-0/+1
|
* Share the php_sockets.h headerMikko Koppanen2009-12-273-1/+4
| | | | | Share php_sockets_le_socket_name
* spprintf the dbnameMikko Koppanen2009-12-271-7/+7
| | | | | use VCWD_ACCESS instead of access
* Along with the valid char set, also add a length check to the Rasmus Lerdorf2009-12-261-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 Koppanen2009-12-2618-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 Charron2009-12-254-22/+11
|
* Removed spurious high-ascii char from previous commmitMatteo Beccati2009-12-251-1/+1
|
* - Updated ext/pgsql tests to work w/ PostgreSQL 8.5Matteo Beccati2009-12-2511-6/+195
| | | | | # tested w/ 8.5alpha3
* remove automatic file unlocking on shutdown and/or stream closeAntony Dovgal2009-12-252-3/+3
| | | | | | (make it win32-specific for 5_2, as discussed with Ilia)
* - Updated pdo_pgsql tests to be 8.5+ friendlyMatteo Beccati2009-12-253-5/+9
|
* Fixed bug #50519 (segfault in garbage collection when using ↵Dmitry Stogov2009-12-252-0/+5
| | | | set_error_handler and DomDocument)
* Fixed bug #50558 (Broken object model when extending tidy)Pierrick Charron2009-12-253-15/+29
|
* Added missing host validation for HTTP urls inside FILTER_VALIDATE_URL.Ilia Alshanetsky2009-12-242-0/+26
|
* Changed stream_resolve_include_path to use zend_resolve_pathMikko Koppanen2009-12-245-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 #47409Antony Dovgal2009-12-241-1/+1
| | | | | use correct comparison and add missing scope checks to trunk
* - Update tests to reflect current behavior after fix for bug #50185Sriram Natarajan2009-12-242-2/+8
|
* fix flags handling in zend_parse_method_parameters_exStanislav Malyshev2009-12-241-1/+1
|
* cleanup some code, improve error handlingStanislav Malyshev2009-12-2310-41/+74
|
* - wsJani Taskinen2009-12-231-11/+9
|
* I really like the extra space.Jani Taskinen2009-12-231-0/+2
|
* Fixed bug #47409 (extract() problem with array containing word "this").Ilia Alshanetsky2009-12-232-0/+5
|
* Unify. The typedef-ed structs in mysqlnd are always capitalized.Andrey Hristov2009-12-234-14/+14
|
* fix minor leak in CGI sapi (happened once per child) Antony Dovgal2009-12-231-0/+3
|
* Where using svn now, use svn pathsJohannes Schlüter2009-12-221-3/+3
| | | | | # This file doesn't exist in 5.2!?
* PHP 5.3.2RC1Johannes Schlüter2009-12-223-4/+6
|
* Wrap at 80 charsJohannes Schlüter2009-12-221-1/+2
|
* install mysqlnd headers to allow shared build of extensionsJohannes Schlüter2009-12-221-0/+1
|
* Fix double calls to free_contents if the connection cannot beAndrey Hristov2009-12-221-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 moreAndrey Hristov2009-12-221-2/+2
| | | | | in mysqlnd::connect
* - fix build and warning (introduced by my last commit)Pierre Joye2009-12-221-6/+5
|
* - Fixed bug #50517 (EXTRA_LDFLAGS polluted by wrong entries)Jani Taskinen2009-12-221-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 characterMoriyoshi Koizumi2009-12-224-19/+842
| | | | | entity references)
* Fixed bug #45599 (strip_tags() truncates rest of string with invalid attribute).Ilia Alshanetsky2009-12-222-1/+3
|
* - Updated to version 2009.20 (2009t)Derick Rethans2009-12-211-1/+1
|
* Fixed bug #50540 (Crash within ldap_first_reference function)Sriram Natarajan2009-12-212-0/+4
|
* clean up normalizer codeStanislav Malyshev2009-12-212-13/+0
|
* Move this function to MYSQLND_NET as it works on theAndrey Hristov2009-12-215-54/+53
| | | | | php stream
* magic numbers to macrosAndrey Hristov2009-12-211-18/+20
|
* Move compression and decompression code to separate functionsAndrey Hristov2009-12-212-19/+49
| | | | | which can be overloaded on purpose.
* - Sync (and KEEP it synced!)Jani Taskinen2009-12-211-10/+48
|
* - Tune the fix for bug #50508 and make it work with MacOSX, bug #50541.Jani Taskinen2009-12-211-0/+3
|