| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFH: | Kalle Sommer Nielsen | 2009-04-01 | 1 | -0/+7 |
| | | | | | | | | Fixed a few warnings from copy(): * If $item is empty then skip to next entry, this fixes the "The first argument cannot be a directory" warnings * If file does not exist then dont try to copy it | ||||
| * | - silent warning | Pierre Joye | 2009-03-31 | 1 | -1/+3 |
| | | |||||
| * | - remove last test for MAX_INT, did not work on x64 and this case is | Pierre Joye | 2009-03-31 | 1 | -4/+0 |
| | | | | | | covered by bug47745.phpt | ||||
| * | BFN | Scott MacVicar | 2009-03-31 | 1 | -0/+1 |
| | | |||||
| * | MFH Update libsqlite to 3.6.12 | Scott MacVicar | 2009-03-31 | 2 | -6566/+5025 |
| | | |||||
| * | - MFH: Removed unused LONG_SIGN_MASK definition, and a stray \ | Matt Wilmas | 2009-03-31 | 1 | -4/+2 |
| | | | | | | - Changed sign flag to int (it's no longer being used in a calculation) | ||||
| * | Fixed bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer) | Dmitry Stogov | 2009-03-31 | 3 | -13/+31 |
| | | |||||
| * | Changed order by Wez's request | Ilia Alshanetsky | 2009-03-30 | 1 | -1/+1 |
| | | |||||
| * | - MFB: better test case, it crashes on more architecture | Pierre Joye | 2009-03-30 | 1 | -3/+28 |
| | | |||||
| * | - MFH: Removed UG(unicode) checks | Felipe Pena | 2009-03-30 | 8 | -121/+93 |
| | | |||||
| * | MFH: | Kalle Sommer Nielsen | 2009-03-30 | 2 | -2/+4 |
| | | | | | | | * Bypass the date/timezone warning by forcing UTC when running mkdist.php * Don't run the copy list for PECL if theres no PECL extensions to copy (fixes a few copy() warnings) | ||||
| * | Nuke unused variable (only in this branch) | Kalle Sommer Nielsen | 2009-03-30 | 1 | -1/+0 |
| | | |||||
| * | MFH: Fixed compiler warning | Kalle Sommer Nielsen | 2009-03-30 | 1 | -1/+1 |
| | | |||||
| * | Reorder NEWS entries | Johannes Schlüter | 2009-03-30 | 1 | -1/+1 |
| | | |||||
| * | MFH Fix #47819 (Getting pdo_mysql.so: undefined symbol: mysqlnd_debug_init at | Johannes Schlüter | 2009-03-30 | 3 | -2/+4 |
| | | | | | | startup) | ||||
| * | Fix date tests which started failing after change to BST | andy wharmby | 2009-03-30 | 2 | -2/+2 |
| | | |||||
| * | MFH Add test for bug #47828 | Scott MacVicar | 2009-03-30 | 1 | -0/+15 |
| | | |||||
| * | MFH Fix test, -2147483648 is a valid unsigned int where -2147483649 isn't. | Scott MacVicar | 2009-03-30 | 1 | -1/+1 |
| | | |||||
| * | MFH Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error ↵ | Scott MacVicar | 2009-03-29 | 1 | -2/+4 |
| | | | | | codes and avoid segfault. | ||||
| * | MFH Fix bug #47826 - Building with system sqlite3 can miss a symbol. | Scott MacVicar | 2009-03-29 | 1 | -2/+3 |
| | | |||||
| * | MFH: | Matteo Beccati | 2009-03-29 | 1 | -1/+1 |
| | | | | | | | - Fixed pcntl test for platforms not accepting a very large timeout in sigtimedwait() # It isn't really necessary for the child to wait for PHP_INT_MAX seconds | ||||
| * | - check in the libpng dir as well | Pierre Joye | 2009-03-29 | 1 | -0/+1 |
| | | |||||
| * | MFH: | Matteo Beccati | 2009-03-28 | 2 | -0/+9 |
| | | | | | | | - Fixed bug #47816 (pcntl tests failing on NetBSD) # Tests will still fail until a few kernel bugs are fixed | ||||
| * | MFH: | Matteo Beccati | 2009-03-28 | 2 | -2/+2 |
| | | | | | | - Reverting: pcntl_signal() returning NULL when passing wrong parameters | ||||
| * | - Fixed bug #44861 (scrollable cursor don't work with pgsql) | Matteo Beccati | 2009-03-28 | 4 | -16/+115 |
| | | |||||
| * | MFH: | Matteo Beccati | 2009-03-28 | 1 | -0/+5 |
| | | | | | | - Added missing #undefs, fixing compile warnings | ||||
| * | MFH: | Matteo Beccati | 2009-03-28 | 2 | -2/+2 |
| | | | | | | - Fixed pcntl_signal() returning NULL when passing wrong parameters | ||||
| * | Fix UPGRADING and NEWS for ticks undeprecation | Arnaud Le Blanc | 2009-03-28 | 2 | -3/+2 |
| | | |||||
| * | MFH: Fix protos | Hannes Magnusson | 2009-03-27 | 1 | -8/+8 |
| | | |||||
| * | - Merged into 5_2 | Felipe Pena | 2009-03-27 | 1 | -1/+0 |
| | | |||||
| * | MFH: fix skip-if | Arnaud Le Blanc | 2009-03-27 | 1 | -0/+3 |
| | | |||||
| * | MFH: Fixed initialization of tick functions list in ZTS | Arnaud Le Blanc | 2009-03-27 | 1 | -6/+6 |
| | | |||||
| * | Removed deprecation warning for ticks | Arnaud Le Blanc | 2009-03-27 | 7 | -13/+0 |
| | | |||||
| * | - update extension= | Pierre Joye | 2009-03-26 | 2 | -14/+0 |
| | | |||||
| * | Fixed bug #47596 (Bus error on parsing file) | Dmitry Stogov | 2009-03-26 | 3 | -1/+70 |
| | | |||||
| * | - Fix typo | Felipe Pena | 2009-03-26 | 1 | -1/+1 |
| | | |||||
| * | MFH: - Fixed bug #47769 (Strange extends PDO) | Felipe Pena | 2009-03-26 | 3 | -11/+34 |
| | | |||||
| * | Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in ↵ | Dmitry Stogov | 2009-03-26 | 6 | -141/+187 |
| | | | | | double quote) | ||||
| * | Fixed bug #47714 (autoloading classes inside exception_handler leads to crashes) | Dmitry Stogov | 2009-03-26 | 3 | -3/+31 |
| | | |||||
| * | Fixed bug #47771 (Exception during object construction from arg call calls ↵ | Dmitry Stogov | 2009-03-26 | 4 | -4/+46 |
| | | | | | object's destructor) | ||||
| * | Corrected missing comment. | Eric Stewart | 2009-03-26 | 2 | -2/+2 |
| | | |||||
| * | - Missing changes related to #47757 for this branch | Felipe Pena | 2009-03-26 | 1 | -2/+2 |
| | | |||||
| * | - Fixed memory leak in ob_get_clean/ob_get_flush. | Christian Seiler | 2009-03-25 | 1 | -0/+4 |
| | | | | | | | # Not necessary in HEAD because output buffering was completely rewritten # there. | ||||
| * | MFH: Fix build on FreeBSD <7 (fixes #47777) | Arnaud Le Blanc | 2009-03-25 | 2 | -0/+71 |
| | | |||||
| * | MFH: | Felipe Pena | 2009-03-25 | 3 | -5/+38 |
| | | | | | | | - Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK constants). Patch by: mbeccati at php.net | ||||
| * | Add missing proto | Hannes Magnusson | 2009-03-25 | 1 | -0/+5 |
| | | |||||
| * | Fixed bug #47772 (FILTER_VALIDATE_EMAIL allows foo@bar. addresses) | Ilia Alshanetsky | 2009-03-25 | 1 | -1/+1 |
| | | |||||
| * | MFH: fix test to follow #47757 | Takeshi Abe | 2009-03-25 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #47038 (Memory leak in include) | Dmitry Stogov | 2009-03-25 | 6 | -420/+400 |
| | | |||||
| * | Fixed bug #47699 (autoload and late static binding) | Dmitry Stogov | 2009-03-25 | 3 | -1/+28 |
| | | |||||
