laruence Tue, 13 Sep 2011 12:44:13 +
Revision: http://svn.php.net/viewvc?view=revision&revision=316618
Log:
Fixed Bug #55674 (fgetcsv & str_getcsv skip empty fields in some tab-separated
records) which was introduced by r311543
Bug: https://bugs.php.net/55674
felipe Sun, 19 Jun 2011 14:50:44 +
Revision: http://svn.php.net/viewvc?view=revision&revision=312285
Log:
- Opss, restore old behavior
Changed paths:
U php/php-src/branches/PHP_5_3/ext/standard/file.c
U php/php-src/branches/PHP_5_4/ext/standard/f
felipe Sun, 19 Jun 2011 14:27:33 +
Revision: http://svn.php.net/viewvc?view=revision&revision=312284
Log:
- Added missing void param check in sys_get_temp_dir
- Fixed param check of umask()
Changed paths:
U php/php-src/branches/PHP_5_3/ext/standard/fil
cataphract Thu, 18 Nov 2010 12:10:17 +
Revision: http://svn.php.net/viewvc?view=revision&revision=305495
Log:
- Implemented alternative strategy for change in rev #304985 so as to
not to break binary compatibility in the 5.3 branch.
Bug: http://bugs.php.net/30
aharvey Fri, 10 Sep 2010 03:08:05 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303249
Log:
Fix bug #52802 (Out-of-date comment for
file_get_contents/php_stream_copy_to_mem) by updating the relevant comments.
Bug: http://bugs.php.net/52802 (Ass
felipe Sun, 02 May 2010 20:11:22 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298882
Log:
- Revert accidental changes
Changed paths:
U php/php-src/branches/PHP_5_3/ext/standard/file.c
Modified: php/php-src/branches/PHP_5_3/ext/standard
felipe Fri, 25 Sep 2009 01:46:58 +
Revision: http://svn.php.net/viewvc?view=revision&revision=288705
Log:
- Fixed mem leak
Changed paths:
U php/php-src/branches/PHP_5_3/ext/standard/file.c
U php/php-src/trunk/ext/standard/file.c
Modified: php/ph