summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-01-101-0/+0
|\ | | | | | | | | * PHP-5.4: Fix test after fix for bug #63943 (Bad warning text from strpos() on empty needle) See commit c05ee74e7ff28b49018bf3e8f452bfd5386d1b68
| * Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2013-01-101-0/+0
| |\ | | | | | | | | | | | | * PHP-5.3: Fix test after fix for bug #63943 (Bad warning text from strpos() on empty needle) See commit c05ee74e7ff28b49018bf3e8f452bfd5386d1b68
| | * Fix test after fix for bug #63943 (Bad warning text from strpos() on empty ↵Remi Collet2013-01-101-0/+0
| | | | | | | | | | | | | | | | | | needle) See commit c05ee74e7ff28b49018bf3e8f452bfd5386d1b68
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-01-092-1/+9
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-01-092-1/+9
| |\ \ | | |/
| | * Fixed bug #63943 (Bad warning text from strpos() on empty needle)Xinchen Hui2013-01-092-1/+9
| | |
| | * Happy New Year~Xinchen Hui2013-01-01120-120/+120
| | |
| * | Happy New YearXinchen Hui2013-01-01121-177/+178
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Pierre Joye2013-01-071-1/+2
|\ \ \ | | | | | | | | | | | | | | | | * PHP-5.4: - fix the fix for bug #50524
| * \ \ Merge branch 'PHP-5.3' into PHP-5.4Pierre Joye2013-01-071-1/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * PHP-5.3: - fix the fix for bug #50524
| | * | | - fix the fix for bug #50524Pierre Joye2013-01-071-1/+2
| | | | |
* | | | | fix windows buildAnatoliy Belsky2013-01-061-1/+2
| | | | |
* | | | | Add unit test for mail.log ini setting.Martin Jansen2013-01-061-0/+48
| | | | |
* | | | | Add a timestamp to the mail log.Martin Jansen2013-01-061-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch is loosely based on the one in bug #52126 but instead of using a UNIX timestamp it uses the date format also being used by error_log et al.
* | | | | Bug #23955: allow specifiy max age for setcookie()Lars Strojny2013-01-062-7/+82
| | | | |
* | | | | Happy New YearXinchen Hui2013-01-01123-123/+123
| | | | |
* | | | | Fixed bug #63874 (Segfaul if php_strip_whitespace has heredoc)Pierrick Charron2012-12-291-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | T_END_HEREDOC don't carry a token value anymore since commit 4cf90e06c Bugfix by Nikita for bug #60097
* | | | | Merge branch 'PHP-5.4' into PHP-5.5Pierrick Charron2012-12-211-8/+8
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | * PHP-5.4: Fix test to work on every libcurl version - Fixed typo on "SKIPIF" (causing make test to abort on some systems)
| * | | | Merge branch 'PHP-5.3' into PHP-5.4Pierrick Charron2012-12-211-8/+8
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: Fix test to work on every libcurl version - Fixed typo on "SKIPIF" (causing make test to abort on some systems) Conflicts: tests/output/bug63377.phpt
| | * | | Fix test to work on every libcurl versionPierrick Charron2012-12-211-4/+4
| | | | |
* | | | | Fixed Bug #63738 unpack: back result with Z formatRemi Collet2012-12-112-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix result for empty string. Same output as perl perl -e 'print unpack("Z2","\0\0");' => "" perl -e 'print unpack("Z2","A\0");' => "A" perl -e 'print unpack("Z2","AB\0");' => "AB" perl -e 'print unpack("Z2","ABC\0");'=> "AB"
* | | | | Invoke re2c with --no-generation-date to prevent unintentional / unnecessary ↵Sebastian Bergmann2012-12-063-4/+4
| | | | | | | | | | | | | | | | | | | | changes in generated files.
* | | | | Merge branch 'PHP-5.4' into PHP-5.5Anatoliy Belsky2012-11-271-1/+6
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * PHP-5.4: This test isn't supposed to pass on windows
| * | | | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-11-271-1/+6
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * PHP-5.3: This test isn't supposed to pass on windows
| | * | | This test isn't supposed to pass on windowsAnatoliy Belsky2012-11-271-1/+6
| | | | |
* | | | | Add myself to QADavid Soria Parra2012-11-211-1/+1
| | | | |
* | | | | Update credits for 5.5Xinchen Hui2012-11-212-5/+5
| | | | |
* | | | | Merge branch 'PHP-5.4' into PHP-5.5Pierrick Charron2012-11-162-1/+34
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * PHP-5.4: Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value
| * | | | Merge branch 'PHP-5.3' into PHP-5.4Pierrick Charron2012-11-162-1/+34
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * PHP-5.3: Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value
| | * | | Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from valuePierrick Charron2012-11-162-1/+34
| | | | | | | | | | | | | | | | | | | | Restore the old behavior but keep bug 51094 fixed
| * | | | fix bug #63369Antony Dovgal2012-10-261-0/+5
| | | | | | | | | | | | | | | | | | | | (un)serialize() leaves dangling pointers, causes crashes
* | | | | fix bug #63369Antony Dovgal2012-10-261-0/+5
| | | | | | | | | | | | | | | | | | | | (un)serialize() leaves dangling pointers, causes crashes
* | | | | Merging in Password Hashing API into masterAnthony Ferrara2012-10-1617-97/+930
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | This implements the accepted RFC password_hash https://wiki.php.net/rfc/password_hash
| * | | | | Refactor to using a stack based zval instead of dynamic allocationAnthony Ferrara2012-10-071-21/+18
| | | | | |
| * | | | | Clean up unreported memory leak by switching to zval_ptr_dtorAnthony Ferrara2012-10-071-4/+4
| | | | | |
| * | | | | fix allocation and copy issueAnthony Ferrara2012-10-061-3/+3
| | | | | |
| * | | | | Really fix leaks, add test cases to prove it...Anthony Ferrara2012-10-064-22/+54
| | | | | |
| * | | | | Fix issue with possible memory leakAnthony Ferrara2012-10-051-7/+15
| | | | | |
| * | | | | Fix some double free issues, and more cleanup workAnthony Ferrara2012-10-051-14/+17
| | | | | |
| * | | | | Refactor slightly to enable cleaner readabilityAnthony Ferrara2012-09-171-5/+5
| | | | | |
| * | | | | Fix arg info for required params passed to needs_rehashAnthony Ferrara2012-09-171-1/+1
| | | | | |
| * | | | | Fix ucwords error casingAnthony Ferrara2012-09-171-2/+2
| | | | | |
| * | | | | A bunch of naming convention fixes. No functionality changesAnthony Ferrara2012-09-172-23/+25
| | | | | |
| * | | | | Switch to using an ENUM for algorithms instead of a constantAnthony Ferrara2012-09-132-19/+27
| | | | | |
| * | | | | Fix incorrect arg info required param count for password_hashAnthony Ferrara2012-09-121-1/+1
| | | | | |
| * | | | | Merge remote branch 'upstream/master' into hash_passwordAnthony Ferrara2012-09-122-4/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: Generators & UPGRADING Capitalize the warning message Rearrange the codes, remove empty lines Provide a specific error message if date.timezone value is invalid. regenerate patch, and save a strlen Fix the wrong use of snprintf which is introduced in 1d2f61904987133d542c68cd349cf313d0bef1c8 Fixed unintendent clearance of PHP_OUTPUT_ACTIVATED flag Fix doc bug #63032 (Number of release in documentation). fixed test for bug #52944 also for darwin -enable VC11 (vc2012) - Fixed bug #61767 (Shutdown functions not called in certain error situation) - Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function) year++ correct PHP version & year++ Correct PHP version year++ - fix build, there was no tsrm context there, doing a fetch but this is horribly slow, this fix needs improvement (or simply add a TSRM context in the signature in master - fix build, declarations must be 1st in a contextgit checkout -f master Fixed bug #62907 (Double free when use traits) Fixed bug #62991 (Segfault with generator and closure)
| * | | | | | Expose PASSWORD_BCRYPT_DEFAULT_COST constant and update test to use itAnthony Ferrara2012-09-122-3/+5
| | | | | | |
| * | | | | | Switch test to using strict comparison for crypt fallbackAnthony Ferrara2012-09-121-1/+1
| | | | | | |
| * | | | | | Add tests for password_get_info and password_needs_rehashAnthony Ferrara2012-09-124-0/+147
| | | | | | |
| * | | | | | Refactoring to use size_t instead of int most placesAnthony Ferrara2012-09-042-63/+90
| | | | | | |