summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.2.12RC4php-5.2.12RC4Ilia Alshanetsky2009-12-100-0/+0
|
* 5.2.12RC4Ilia Alshanetsky2009-12-103-4/+4
|
* Backported 5.3 tests to 5.2 and added more RecursiveIteratorIterator testsWilliam Martin2009-12-0819-0/+468
|
* - Forgotten patch for trunkDmitry Stogov2009-12-081-0/+1
| | | | | - Fixed stdin filename in error messages
* - Fix NEWS (48752 not relevant for 5.2 release)Sriram Natarajan2009-12-071-1/+0
|
* - Take account of surrogate pairs.Moriyoshi Koizumi2009-12-072-1/+11
|
* - Fix NEWSJani Taskinen2009-12-071-3/+3
|
* Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN even in the ↵Pierrick Charron2009-12-063-5/+99
| | | | middle of a string).
* Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN).Ilia Alshanetsky2009-12-062-1/+2
|
* - Fixed bug #50162 (Memory leak when fetching timestamp column from Oracle ↵Felipe Pena2009-12-062-14/+10
| | | | | | | database) - Fixed bug #34852 (Failure in odbc_exec() using oracle-supplied odbc driver) (patch by tim dot tassonis at trivadis dot com)
* BFNIlia Alshanetsky2009-12-041-1/+3
|
* - Fixed testsFelipe Pena2009-12-043-3/+3
|
* protect http_session_vars from interrupt corruptionStanislav Malyshev2009-12-041-2/+8
| | | | | improve save_path check
* bfnJani Taskinen2009-12-031-0/+1
|
* fix bug #47848 (importNode doesn't preserve attribute namespaces)Rob Richards2009-12-033-0/+38
| | | | add tests
* Fixed bug #45120 (PDOStatement->execute() returns true then false for same ↵Pierrick Charron2009-12-033-1/+51
| | | | statement).
* - Fixed bug #49472 (Constants defined in Interfaces can be overridden)Felipe Pena2009-12-034-6/+46
|
* - Fixed bug #50345 (nanosleep not detected properly on some solaris versions)Jani Taskinen2009-12-022-3/+6
|
* - Sync filesJani Taskinen2009-12-021-8/+6
|
* fixed typoIlia Alshanetsky2009-12-011-1/+1
|
* - Fixed bug #49660 (libxml 2.7.3+ limits text nodes to 10MB). (Felipe)Felipe Pena2009-12-013-0/+10
| | | | | | | | - Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a single text node when using libxml2.7.3+. (Kalle) [DOC]
* The old Darwin hack is BROKEN and INCORRECT. It works only for Darwin 9, not ↵Gwynne Raskind2009-11-301-24/+8
| | | | 10, and uses an ugly CFLAGS hack that messes with the entire build. This version sets one cached value to the correct result for Darwin 9 and 10. It's cleaner, has no side effects, has nothing to do with Autoconf versions, and works for everyone.
* - Fix tests assuming wrong ini options and extensions that might not be thereJani Taskinen2009-11-303-2/+12
|
* MFH: removed last test for MAX_INT, did not work on x64 and this case is ↵Jani Taskinen2009-11-301-4/+0
| | | | covered by bug47745.phpt
* bfnIlia Alshanetsky2009-11-301-1/+2
|
* Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to ↵Dmitry Stogov2009-11-302-10/+17
| | | | non-existant file)
* MF53: syncJani Taskinen2009-11-301-11/+12
|
* proper fix for bug #50006Stanislav Malyshev2009-11-293-22/+110
| | | | | add modify protection to all user array sorts
* Revert attempt at supporting both autoconf 2.13 andRasmus Lerdorf2009-11-299-41/+41
| | | | | | | | | | | modern versions in the same build chain. There are simply too many broken things in 2.13 to make it work. Cache handling is broken as well which is why I need to revert the pdo_inc_path cache fix as well. trunk is now 2.60+ only and I'll work on cleaning out all the legacy cruft from there.
* fix interrupt problem in serialize()Stanislav Malyshev2009-11-291-1/+1
|
* - Use correct revisionJani Taskinen2009-11-281-2/+1
|
* - Fixed bug #50266 (conflicting types for llabs)Jani Taskinen2009-11-283-7/+10
|
* - No dots hereJani Taskinen2009-11-281-2/+2
|
* - Fix bad merge (Sorry Ilia..)Jani Taskinen2009-11-281-2/+2
|
* Fix bug #50315Rasmus Lerdorf2009-11-271-5/+5
|
* back to devIlia Alshanetsky2009-11-273-3/+5
|
* 5.2.12RC3Ilia Alshanetsky2009-11-273-4/+5
|
* - Partially revert the autoconf 2.6x "fix" to make configure work with releaseJani Taskinen2009-11-274-9/+8
|
* - Re-fixed bug #47104 (Linking shared extensions fails with icc)Jani Taskinen2009-11-271-10/+24
|
* Back to devIlia Alshanetsky2009-11-273-3/+5
|
* 5.2.12RC2Ilia Alshanetsky2009-11-273-4/+4
|
* Revert gmp patches as they require a newer libIlia Alshanetsky2009-11-272-7/+5
|
* Fixe buildIlia Alshanetsky2009-11-271-1/+1
|
* Also allow base 62 for gmp_init as requested in (#50283)David Soria Parra2009-11-252-4/+7
|
* There is no ENT_IGNORE in 5.2Rasmus Lerdorf2009-11-251-10/+0
|
* Really use 62 as the upper boundary as requested and not 32.David Soria Parra2009-11-252-12/+16
|
* Missing _cv_ hereRasmus Lerdorf2009-11-251-4/+4
|
* Fixed bug #50195 (pg_copy_to() fails when table name contains schema).Ilia Alshanetsky2009-11-252-1/+6
|
* - Fixed bug #49677 (ini parser crashes with apache2 and using ${something} ↵Jani Taskinen2009-11-252-0/+6
| | | | ini variables)
* wsJani Taskinen2009-11-251-19/+20
|