summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MFH:Kalle Sommer Nielsen2009-04-011-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 warningPierre Joye2009-03-311-1/+3
|
* - remove last test for MAX_INT, did not work on x64 and this case isPierre Joye2009-03-311-4/+0
| | | | | covered by bug47745.phpt
* BFNScott MacVicar2009-03-311-0/+1
|
* MFH Update libsqlite to 3.6.12Scott MacVicar2009-03-312-6566/+5025
|
* - MFH: Removed unused LONG_SIGN_MASK definition, and a stray \Matt Wilmas2009-03-311-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 Stogov2009-03-313-13/+31
|
* Changed order by Wez's requestIlia Alshanetsky2009-03-301-1/+1
|
* - MFB: better test case, it crashes on more architecturePierre Joye2009-03-301-3/+28
|
* - MFH: Removed UG(unicode) checksFelipe Pena2009-03-308-121/+93
|
* MFH:Kalle Sommer Nielsen2009-03-302-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 Nielsen2009-03-301-1/+0
|
* MFH: Fixed compiler warningKalle Sommer Nielsen2009-03-301-1/+1
|
* Reorder NEWS entriesJohannes Schlüter2009-03-301-1/+1
|
* MFH Fix #47819 (Getting pdo_mysql.so: undefined symbol: mysqlnd_debug_init atJohannes Schlüter2009-03-303-2/+4
| | | | | startup)
* Fix date tests which started failing after change to BSTandy wharmby2009-03-302-2/+2
|
* MFH Add test for bug #47828Scott MacVicar2009-03-301-0/+15
|
* MFH Fix test, -2147483648 is a valid unsigned int where -2147483649 isn't.Scott MacVicar2009-03-301-1/+1
|
* MFH Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error ↵Scott MacVicar2009-03-291-2/+4
| | | | codes and avoid segfault.
* MFH Fix bug #47826 - Building with system sqlite3 can miss a symbol.Scott MacVicar2009-03-291-2/+3
|
* MFH:Matteo Beccati2009-03-291-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 wellPierre Joye2009-03-291-0/+1
|
* MFH:Matteo Beccati2009-03-282-0/+9
| | | | | | - Fixed bug #47816 (pcntl tests failing on NetBSD) # Tests will still fail until a few kernel bugs are fixed
* MFH:Matteo Beccati2009-03-282-2/+2
| | | | | - Reverting: pcntl_signal() returning NULL when passing wrong parameters
* - Fixed bug #44861 (scrollable cursor don't work with pgsql)Matteo Beccati2009-03-284-16/+115
|
* MFH:Matteo Beccati2009-03-281-0/+5
| | | | | - Added missing #undefs, fixing compile warnings
* MFH:Matteo Beccati2009-03-282-2/+2
| | | | | - Fixed pcntl_signal() returning NULL when passing wrong parameters
* Fix UPGRADING and NEWS for ticks undeprecationArnaud Le Blanc2009-03-282-3/+2
|
* MFH: Fix protosHannes Magnusson2009-03-271-8/+8
|
* - Merged into 5_2Felipe Pena2009-03-271-1/+0
|
* MFH: fix skip-ifArnaud Le Blanc2009-03-271-0/+3
|
* MFH: Fixed initialization of tick functions list in ZTSArnaud Le Blanc2009-03-271-6/+6
|
* Removed deprecation warning for ticksArnaud Le Blanc2009-03-277-13/+0
|
* - update extension=Pierre Joye2009-03-262-14/+0
|
* Fixed bug #47596 (Bus error on parsing file)Dmitry Stogov2009-03-263-1/+70
|
* - Fix typoFelipe Pena2009-03-261-1/+1
|
* MFH: - Fixed bug #47769 (Strange extends PDO)Felipe Pena2009-03-263-11/+34
|
* Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in ↵Dmitry Stogov2009-03-266-141/+187
| | | | double quote)
* Fixed bug #47714 (autoloading classes inside exception_handler leads to crashes)Dmitry Stogov2009-03-263-3/+31
|
* Fixed bug #47771 (Exception during object construction from arg call calls ↵Dmitry Stogov2009-03-264-4/+46
| | | | object's destructor)
* Corrected missing comment.Eric Stewart2009-03-262-2/+2
|
* - Missing changes related to #47757 for this branchFelipe Pena2009-03-261-2/+2
|
* - Fixed memory leak in ob_get_clean/ob_get_flush.Christian Seiler2009-03-251-0/+4
| | | | | | # Not necessary in HEAD because output buffering was completely rewritten # there.
* MFH: Fix build on FreeBSD <7 (fixes #47777)Arnaud Le Blanc2009-03-252-0/+71
|
* MFH:Felipe Pena2009-03-253-5/+38
| | | | | | - Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK constants). Patch by: mbeccati at php.net
* Add missing protoHannes Magnusson2009-03-251-0/+5
|
* Fixed bug #47772 (FILTER_VALIDATE_EMAIL allows foo@bar. addresses)Ilia Alshanetsky2009-03-251-1/+1
|
* MFH: fix test to follow #47757Takeshi Abe2009-03-251-1/+1
|
* Fixed bug #47038 (Memory leak in include)Dmitry Stogov2009-03-256-420/+400
|
* Fixed bug #47699 (autoload and late static binding)Dmitry Stogov2009-03-253-1/+28
|