summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.3.7RC1php-5.3.7RC1Johannes Schlüter2011-06-160-0/+0
|
* 5.3.7RC1Johannes Schlüter2011-06-163-4/+4
|
* - fix nts buildPierre Joye2011-06-161-0/+6
|
* - init win32 rng context once per process Pierre Joye2011-06-163-11/+63
|
* - install extra headersPierre Joye2011-06-161-1/+1
|
* - Broken overlong (>80 chars) lines.Gustavo André dos Santos Lopes2011-06-141-9/+12
| | | | | - Added entry corresponding to r301991, as requested.
* Upgrade SQLite to 3.7.6.3Scott MacVicar2011-06-143-6/+16
|
* - Added CVE idFelipe Pena2011-06-131-1/+1
|
* - Fix build on WindowsFelipe Pena2011-06-131-6/+7
|
* - MFH suppression of compiler warning noted in bug #55009Timm Friebe2011-06-131-1/+1
|
* - Fixed bug #54624 (class_alias and type hint)Felipe Pena2011-06-123-4/+43
|
* - Fix test againFelipe Pena2011-06-121-1/+1
|
* - Added Bison 2.5 to bison_version_listFelipe Pena2011-06-121-1/+1
|
* - Fixed bug #54939 (File path injection vulnerability in RFC1867 File upload ↵Felipe Pena2011-06-122-2/+4
| | | | | | | filename) Reported by: kkotowicz at gmail dot com
* - Restore test (the change related to this test weren't committed to this ↵Felipe Pena2011-06-121-2/+1
| | | | branch)
* - Fixed bug #54680 (missing TRACK_VARS_SERVER check)Felipe Pena2011-06-121-1/+2
|
* - Avoid zend_do_ticks() call for each statement in parsingFelipe Pena2011-06-123-10/+9
|
* - Reverted r301991, which is a (partial) fix to bug #52550, addressing anGustavo André dos Santos Lopes2011-06-121-5/+17
| | | | | | overflow in a signed subtraction. This fixes the overflow without changing the algorithm.
* - Fix missing change from r303357 (related to bug #48831)Felipe Pena2011-06-111-1/+1
|
* - MFH Bugfix for bug #53540Timm Friebe2011-06-111-4/+27
|
* - Missing fix for bug #54347Felipe Pena2011-06-112-2/+11
|
* - missing entry for curl.cainfoPierre Joye2011-06-111-0/+1
|
* - Possible fix for bug #55022 (memory_limit exhausted when set charset in ↵Felipe Pena2011-06-111-1/+1
| | | | sybase_connect)
* Fix TSRMLS for Windows buildChristopher Jones2011-06-111-1/+1
|
* - Drop C++ style commentsFelipe Pena2011-06-101-2/+2
|
* - Fixed bug #55028 (// is abad comment)Felipe Pena2011-06-101-1/+1
|
* Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branchesChristopher Jones2011-06-10266-2177/+5576
|
* Add oci_client_version() returning the runtime Oracle client library version ↵Christopher Jones2011-06-106-0/+92
| | | | - predominantly useful for the test suite
* Missed trivial comment sync with PHP_5_4 and trunkChristopher Jones2011-06-101-1/+1
|
* - Fixed bug #54347 (reflection_extension does not lowercase module function ↵Felipe Pena2011-06-091-1/+6
| | | | | | | name) patch by: laruence at yahoo dot com dot cn
* Fixed test.Shein Alexey2011-06-091-1/+6
|
* Changed session.save_path to /tmp to make test run.Shein Alexey2011-06-091-4/+4
|
* Skip reason is now printed if session.save_path is not writable.Shein Alexey2011-06-091-1/+1
|
* Fixed session test breakage due to serialize precision issue.Shein Alexey2011-06-091-1/+1
|
* Fixed testIlia Alshanetsky2011-06-081-0/+4
|
* fix socket address parsing codeGeorge Wang2011-06-081-2/+2
|
* Fixed test to account for smaller default floating point # precisionIlia Alshanetsky2011-06-081-0/+0
|
* - Fixed bug #54992: Stream not closed and error not returned when SSL CN_matchGustavo André dos Santos Lopes2011-06-085-0/+138
| | | | | fails.
* Sync OCI8 branches. Allow 'pecl install' to work on both PHP 5.3 & 5.4Christopher Jones2011-06-074-11/+67
|
* - Fixed bug #55007 (compiler fail after previous fail)Felipe Pena2011-06-073-0/+25
|
* Fixed test 008Ilia Alshanetsky2011-06-071-2/+3
|
* - BFNFelipe Pena2011-06-071-0/+2
|
* - Restore fix for #39863 (do not accept paths with NULL in them)Felipe Pena2011-06-062-218/+258
| | | | | # This was removed by regenerating the VM months ago
* Fixed bug #51997 (SEEK_CUR with 0 value, returns a warning).Ilia Alshanetsky2011-06-053-1/+26
|
* Fixed bug#51819 (Case discrepancy in timezone names cause Uncaught exception ↵Hannes Magnusson2011-06-054-101/+140
| | | | and fatal error)
* Updated the note maintainers creditsPhilip Olson2011-06-051-1/+1
|
* - Possible fix for bug #54609 (Certain implementation(s) of SplFixedArray ↵Felipe Pena2011-06-051-4/+1
| | | | cause hard crash)
* - Fixed bug #54929 (Parse error with single quote in sql comment)Felipe Pena2011-06-044-62/+246
|
* Show ICU Data version inside phpinfo()Ilia Alshanetsky2011-06-031-0/+3
|
* Fix testsHannes Magnusson2011-06-031-1/+1
| | | | | #Note to self; do not rename tests just before committing