summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* preserve scalar types codeexperimental/with_scalar_typesStanislav Malyshev2011-05-150-0/+0
|
* MFB: Fixed two failing tests that were caused by arbitrarily chosenMartin Jansen2011-05-142-3/+3
| | | | | but apparently bogus upper resp. lower limits for mt_rand().
* - Fix svn commandJohannes Schlüter2011-05-141-1/+1
|
* en_US locale preferred output has AM/PM and also the timezoneRasmus Lerdorf2011-05-142-4/+4
|
* - cvs2svn changes for the RELEASE_PROCESSJohannes Schlüter2011-05-141-8/+12
|
* Fix the require in these testsRasmus Lerdorf2011-05-1412-12/+12
|
* - Fix testFelipe Pena2011-05-141-0/+2
|
* Make sure 'E' is included in the variables_order, otherwiseRasmus Lerdorf2011-05-131-0/+2
| | | | | this test won't work.
* Fixed a inconsitent condition for aliasing traits.Stefan Marr2011-05-133-8/+39
| | | | | | - missed a failing Traits test, but is now fixed, and the bug covered by a dedicated test # Should always comment conditions that go over more than two lines :-/
* Fix Windows build, this really should be in a patch file / README.Scott MacVicar2011-05-131-1/+3
| | | | | I'll fix this up later.
* Update bundled PCRE to 8.12Scott MacVicar2011-05-1322-71/+755
|
* Update bundled SQLite to 3.7.6.2Scott MacVicar2011-05-133-2536/+5729
|
* Fix use after free() in XMLReader::xml()Scott MacVicar2011-05-131-3/+11
|
* Fixed bug #54723 - getimagesize() doesn't check the full ico signature and ↵Scott MacVicar2011-05-131-2/+2
| | | | misreports mpg files
* Check headers first and let the CHECK_LIBRARY macroRasmus Lerdorf2011-05-121-10/+6
| | | | | | | | handle checking for the library. This makes it correctly handle non-standard system paths as long as gcc knows about them. Should fix the build on Ubuntu natty.
* Added missing date_default_timezone_set('UTC'); to the appropriate tests. A ↵Philip Olson2011-05-124-0/+7
| | | | few now pass by not showing the timezone warning.
* fixed typos in testsBoris Lytochkin2011-05-104-11/+19
| | | | | | ucd-snmp epoch is over, drop legacy memory allocation (non e*) tune 'buggy snmp_snprint_value' detection on some systems
* Turns out that more than 1% of users clocks are more than a year out of ↵Scott MacVicar2011-05-101-3/+2
| | | | | | | | date, this causes cookies to never get deleted since the date is in the future. I can only guess its due to batteries on the motherboard being dead.
* method renaming:Boris Lytochkin2011-05-102-15/+15
| | | | | | SNMP::get_errno() -> SNMP::getErrno() SNMP::get_error() -> SNMP::getError()
* Fix bug #54692 (SQLite3::open() Return Value) by correcting the SQLite3::open()Adam Harvey2011-05-101-1/+1
| | | | | prototype.
* Fix rangeAndrey Hristov2011-05-101-1/+1
| | | | | (thanks again nihen)
* remove method open, __construct is enoughBoris Lytochkin2011-05-091-5/+4
|
* Fix for bug 54674..typo in the check of SJISAndrey Hristov2011-05-092-4/+33
|
* - Fix bug #54644 (wrong pathes in php_pdo_mysql_int.h)Johannes Schlüter2011-05-091-1/+0
|
* * new option for SNMP::get: force keys of return array be as in request arrayBoris Lytochkin2011-05-084-17/+99
| | | | | * new option for SNMP::walk: use suffix of OID for keys in return array, not full OID
* fix error reporting on OID not increasingBoris Lytochkin2011-05-081-2/+3
| | | | | calling arguments markup
* - Fixed bug #54681 (addGlob() crashes on invalid flags)Felipe Pena2011-05-071-0/+32
|
* # Fix phptPierrick Charron2011-05-051-1/+1
|
* Fixed direct threaded executor (php zend_vm_gen.php --with-vm-kind=GOTO)Dmitry Stogov2011-05-052-6/+10
|
* add the BLOCK_LEAVE macro for non-gcc and non-winAndrey Hristov2011-05-041-3/+4
|
* reorganize the DBG_ macros, add DBG_BLOCK_XXXAndrey Hristov2011-05-041-16/+25
|
* fix valgrind warningAndrey Hristov2011-05-041-1/+2
|
* fix testsAntony Dovgal2011-05-043-2/+3
|
* fix testAntony Dovgal2011-05-041-1/+3
|
* fix CLI tests failing because of new OB APIAntony Dovgal2011-05-046-29/+29
|
* Fixed crash when passing invalid timestamp (negative integer on win32)Dmitry Stogov2011-05-041-0/+3
|
* fix testsAntony Dovgal2011-05-035-2/+20
|
* - Fixed ZTS buildFelipe Pena2011-05-011-2/+2
|
* - Fixed bug #54580 (get_browser() segmentation fault when the browscap iniGustavo André dos Santos Lopes2011-05-014-67/+218
| | | | | | | directive is set in activation time). This commit fixes this by adding a per request parsing of the browscap file that's when get_browser is called the first time and the directive is set on activation time.w
* - Fixed accidental change.Gustavo André dos Santos Lopes2011-05-011-1/+1
|
* - Fixed bug #54623 (Segfault when when writing to a persistent socket afterGustavo André dos Santos Lopes2011-05-012-3/+43
| | | | | closing a copy of the socket).
* - Updated to version 2011.7 (2011g)Derick Rethans2011-04-301-631/+596
|
* - Fixed build on Solaris.Gustavo André dos Santos Lopes2011-04-302-3/+17
|
* - Fixed SKIPIF section missing a semicolon.Gustavo André dos Santos Lopes2011-04-301-1/+1
|
* fix method name in JsonSerializable exception messagePeter Cowburn2011-04-301-1/+1
|
* #docIlia Alshanetsky2011-04-282-8/+40
| | | | | | Added 3rd parameter to filter_var_array() and filter_input_array() functions that allows disabling addition of empty elements
* Fix test by pointing this at a smaller file that is less likely to break the ↵Rasmus Lerdorf2011-04-271-2/+2
| | | | test
* Fix broken testRasmus Lerdorf2011-04-271-5/+2
|
* Regenerate from the doc sourcesHannes Magnusson2011-04-271-1348/+1361
|
* The project calls itself OpenSSL and not openSSL, so let's keep itMartin Jansen2011-04-252-5/+5
| | | | | that way in our code as well.