]> granicus.if.org Git - php/log
php
17 years agofix 2 tests, add phar.readonly checks to rmdir/mkdir
Greg Beaver [Tue, 22 Jan 2008 20:24:52 +0000 (20:24 +0000)]
fix 2 tests, add phar.readonly checks to rmdir/mkdir

17 years agoNews: already in 5_3
Etienne Kneuss [Tue, 22 Jan 2008 19:51:11 +0000 (19:51 +0000)]
News: already in 5_3
Typos (Dan Scott)
ctor inside the structure. dtor/ctor used on push/pop for better potential interoperability

17 years agonew test by Lars Strojny
Antony Dovgal [Tue, 22 Jan 2008 15:42:12 +0000 (15:42 +0000)]
new test by Lars Strojny

17 years agoAdded garbage collector
Dmitry Stogov [Tue, 22 Jan 2008 09:29:29 +0000 (09:29 +0000)]
Added garbage collector

17 years agofix tests to match CVS
Greg Beaver [Tue, 22 Jan 2008 05:26:38 +0000 (05:26 +0000)]
fix tests to match CVS

17 years agoChangeLog update
<changelog@php.net> [Tue, 22 Jan 2008 01:31:33 +0000 (01:31 +0000)]
ChangeLog update

17 years agoAdd doxygen docs for SplDoublyLinkedList, SplStack, SplQueue
Etienne Kneuss [Mon, 21 Jan 2008 21:54:00 +0000 (21:54 +0000)]
Add doxygen docs for SplDoublyLinkedList, SplStack, SplQueue

17 years agoChanged exception handling. Now each op_array doesn't contain ZEND_HANDLE_EXCEPTION...
Dmitry Stogov [Mon, 21 Jan 2008 19:41:41 +0000 (19:41 +0000)]
Changed exception handling. Now each op_array doesn't contain ZEND_HANDLE_EXCEPTION opcode in the end

17 years agoFixed compilation warning
Dmitry Stogov [Mon, 21 Jan 2008 19:11:22 +0000 (19:11 +0000)]
Fixed compilation warning

17 years agoYet another comparison optimisation for usual cases
Dmitry Stogov [Mon, 21 Jan 2008 19:10:51 +0000 (19:10 +0000)]
Yet another comparison optimisation for usual cases

17 years agofix #42861 (strtr() crashes in Unicode mode when $from argument is empty)
Antony Dovgal [Mon, 21 Jan 2008 14:37:19 +0000 (14:37 +0000)]
fix #42861 (strtr() crashes in Unicode mode when $from argument is empty)

17 years agoEliminate unnecessary checks for INC/DEC IS_CV
Dmitry Stogov [Mon, 21 Jan 2008 14:26:47 +0000 (14:26 +0000)]
Eliminate unnecessary checks for INC/DEC IS_CV

17 years agofix newly added segfault
Antony Dovgal [Mon, 21 Jan 2008 09:08:12 +0000 (09:08 +0000)]
fix newly added segfault

17 years agoUnicode migration for ext/ctype
Sara Golemon [Mon, 21 Jan 2008 08:10:21 +0000 (08:10 +0000)]
Unicode migration for ext/ctype

17 years agoSome unicode upgrades...
Sara Golemon [Mon, 21 Jan 2008 07:30:49 +0000 (07:30 +0000)]
Some unicode upgrades...

17 years agoFlag safe func
Sara Golemon [Mon, 21 Jan 2008 06:36:58 +0000 (06:36 +0000)]
Flag safe func

17 years agoFlag additional unicode safe funcs
Sara Golemon [Mon, 21 Jan 2008 06:36:02 +0000 (06:36 +0000)]
Flag additional unicode safe funcs

17 years agoMake unicode ready
Sara Golemon [Mon, 21 Jan 2008 06:08:03 +0000 (06:08 +0000)]
Make unicode ready

17 years agofix problems found while documenting. Throw consistent exceptions, chmod is not...
Greg Beaver [Mon, 21 Jan 2008 05:28:09 +0000 (05:28 +0000)]
fix problems found while documenting.  Throw consistent exceptions, chmod is not allowed on
temporary directories, but is allowed on regular ones
allow uncompressAllFiles() to decompress a gzip/bzipped tar archive
fix some protos

17 years agoChangeLog update
<changelog@php.net> [Mon, 21 Jan 2008 01:31:31 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: Optimize wddx boolean encoding
Ilia Alshanetsky [Sun, 20 Jan 2008 15:33:42 +0000 (15:33 +0000)]
MFB: Optimize wddx boolean encoding

17 years agoFixed bug#43875 (Two error messages returned for $new and $flag argument in mysql_con...
Hannes Magnusson [Sun, 20 Jan 2008 14:10:16 +0000 (14:10 +0000)]
Fixed bug#43875 (Two error messages returned for $new and $flag argument in mysql_connect())

17 years agoFix mem errors
Etienne Kneuss [Sun, 20 Jan 2008 12:51:33 +0000 (12:51 +0000)]
Fix mem errors

17 years agoChangeLog update
<changelog@php.net> [Sun, 20 Jan 2008 01:31:35 +0000 (01:31 +0000)]
ChangeLog update

17 years agoadd web-based support for default stub, now phars written with webPhar() will work
Greg Beaver [Sun, 20 Jan 2008 00:49:45 +0000 (00:49 +0000)]
add web-based support for default stub, now phars written with webPhar() will work
out of the box regardless of server configuration with phar file format
split up stub.h strings into 2046 byte chunks because MS VC 6 is friggin stupid

17 years agos/1.3.0/2.0.0/
Greg Beaver [Sat, 19 Jan 2008 20:13:31 +0000 (20:13 +0000)]
s/1.3.0/2.0.0/

17 years agobump 1.3.0 to 2.0.0, this is a big feature addition release
Greg Beaver [Sat, 19 Jan 2008 19:51:14 +0000 (19:51 +0000)]
bump 1.3.0 to 2.0.0, this is a big feature addition release

17 years ago- Wrong icu call, now using u_strToLower correctly
David Coallier [Sat, 19 Jan 2008 19:47:41 +0000 (19:47 +0000)]
- Wrong icu call, now using u_strToLower correctly

17 years ago- Added lcfirst() function. The sister function of ucfirst()
David Coallier [Sat, 19 Jan 2008 19:23:25 +0000 (19:23 +0000)]
- Added lcfirst() function. The sister function of ucfirst()
- Test #1 for lcfirst()

17 years agoFix build issue
Andrey Hristov [Sat, 19 Jan 2008 18:56:19 +0000 (18:56 +0000)]
Fix build issue

17 years agoupdate package.xml
Greg Beaver [Sat, 19 Jan 2008 18:39:49 +0000 (18:39 +0000)]
update package.xml

17 years agobump API version if the created phar has directories in it, so that it won't load...
Greg Beaver [Sat, 19 Jan 2008 18:30:30 +0000 (18:30 +0000)]
bump API version if the created phar has directories in it, so that it won't load with older phar versions

17 years agoadd Phar::createDefaultStub(), which can take as an argument the filename
Greg Beaver [Sat, 19 Jan 2008 04:26:22 +0000 (04:26 +0000)]
add Phar::createDefaultStub(), which can take as an argument the filename
that should be loaded as a "bootstrap" for the phar archive

17 years agoChangeLog update
<changelog@php.net> [Sat, 19 Jan 2008 01:31:40 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix gcov build
Nuno Lopes [Fri, 18 Jan 2008 20:12:45 +0000 (20:12 +0000)]
fix gcov build

17 years agoAdd ifdef
Christopher Jones [Fri, 18 Jan 2008 16:03:23 +0000 (16:03 +0000)]
Add ifdef

17 years agofix test
Antony Dovgal [Fri, 18 Jan 2008 12:48:22 +0000 (12:48 +0000)]
fix test
the library vresion is actually exposed by ext/mysqli, not ext/mysql

17 years agomajor improvement:
Greg Beaver [Fri, 18 Jan 2008 05:42:16 +0000 (05:42 +0000)]
major improvement:
the new default stub allows creation of phars that run identically
1) with Phar extension
2) without Phar extension
3) extracted to disk from the phar
this makes the default phar format quite interesting as it eliminates the only drawback of the extension

17 years agoremove .cvsignore
Greg Beaver [Fri, 18 Jan 2008 03:15:36 +0000 (03:15 +0000)]
remove .cvsignore

17 years agoChangeLog update
<changelog@php.net> [Fri, 18 Jan 2008 01:31:44 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- MFB: reflect the correct version
Pierre Joye [Fri, 18 Jan 2008 01:24:29 +0000 (01:24 +0000)]
- MFB: reflect the correct version

17 years agoMF5.3: install headers, use correct zip version
Greg Beaver [Fri, 18 Jan 2008 00:33:15 +0000 (00:33 +0000)]
MF5.3: install headers, use correct zip version

17 years agoadd needed define back into config.w32, make zip required mod on win32, remove lib...
Greg Beaver [Fri, 18 Jan 2008 00:11:37 +0000 (00:11 +0000)]
add needed define back into config.w32, make zip required mod on win32, remove lib/.cvsignore

17 years ago- Fixed bug #41599 (setTime() fails after modify() is used).
Derick Rethans [Thu, 17 Jan 2008 20:58:26 +0000 (20:58 +0000)]
- Fixed bug #41599 (setTime() fails after modify() is used).

17 years ago- Fixed bug #43075 (Support 2007-11-01T24:00:00+00:00).
Derick Rethans [Thu, 17 Jan 2008 20:43:58 +0000 (20:43 +0000)]
- Fixed bug #43075 (Support 2007-11-01T24:00:00+00:00).

17 years ago- Fixed bug #43808 (date_create never fails (even when it should)).
Derick Rethans [Thu, 17 Jan 2008 20:34:17 +0000 (20:34 +0000)]
- Fixed bug #43808 (date_create never fails (even when it should)).

17 years agoremove unneeded define, zip is required on windows
Greg Beaver [Thu, 17 Jan 2008 20:21:55 +0000 (20:21 +0000)]
remove unneeded define, zip is required on windows

17 years agoadd new test for opening a zip-based phar with no zip ext, update skipif for phar_con...
Greg Beaver [Thu, 17 Jan 2008 20:17:40 +0000 (20:17 +0000)]
add new test for opening a zip-based phar with no zip ext, update skipif for phar_convert test

17 years ago- Fixed bug #43003 (Invalid timezone reported for DateTime objects constructed
Derick Rethans [Thu, 17 Jan 2008 19:58:24 +0000 (19:58 +0000)]
- Fixed bug #43003 (Invalid timezone reported for DateTime objects constructed
  using a timestamp).

17 years ago- Added support for abbreviation and offset based timezone specifiers for
Derick Rethans [Thu, 17 Jan 2008 18:48:44 +0000 (18:48 +0000)]
- Added support for abbreviation and offset based timezone specifiers for
  DateTime::getOffset() and DateTime::getName().
- Fixed bug #43527 (DateTime created from a timestamp reports environment
  timezone).
- Fixed bug #42190 (Constructing DateTime with TimeZone Indicator invalidates
  DateTimeZone).

17 years ago- mention rfc 1855
Lukas Smith [Thu, 17 Jan 2008 14:37:58 +0000 (14:37 +0000)]
- mention rfc 1855

17 years agoMFB: Fixed bug #43871 (crash inside dns_get_record)
Ilia Alshanetsky [Thu, 17 Jan 2008 14:12:36 +0000 (14:12 +0000)]
MFB: Fixed bug #43871 (crash inside dns_get_record)

17 years agodo fancy-shmancy zip dependency validation because ZEND_MOD_OPTIONAL_EX doesn't do...
Greg Beaver [Thu, 17 Jan 2008 05:52:18 +0000 (05:52 +0000)]
do fancy-shmancy zip dependency validation because ZEND_MOD_OPTIONAL_EX doesn't do any version validation

17 years agoupdate package.xml
Greg Beaver [Thu, 17 Jan 2008 04:56:40 +0000 (04:56 +0000)]
update package.xml

17 years agorefine config.m4 to use the newly found zip headers
Greg Beaver [Thu, 17 Jan 2008 04:04:30 +0000 (04:04 +0000)]
refine config.m4 to use the newly found zip headers

17 years agoremove HAVE_ZIP defines just as we removed HAVE_BZ2 defines and for the same reason
Greg Beaver [Thu, 17 Jan 2008 03:59:07 +0000 (03:59 +0000)]
remove HAVE_ZIP defines just as we removed HAVE_BZ2 defines and for the same reason
update outdated description of phar in config.m4
make zip extension mandatory on windows for compiling purposes

17 years agono need to use conditional defines for bz2, we don't call it except indirectly throug...
Greg Beaver [Thu, 17 Jan 2008 03:48:29 +0000 (03:48 +0000)]
no need to use conditional defines for bz2, we don't call it except indirectly through stream wrappers.
After removing HAVE_BZ2 conditionals, phar works even if bz2 is not present on installation through pecl

17 years agogive up on gpg signing because of non-existent windows support for gpg signing lib
Greg Beaver [Thu, 17 Jan 2008 03:19:44 +0000 (03:19 +0000)]
give up on gpg signing because of non-existent windows support for gpg signing lib

17 years agoupdate m4 to make zip support always enabled so zip headers must be installed, add...
Greg Beaver [Thu, 17 Jan 2008 02:03:59 +0000 (02:03 +0000)]
update m4 to make zip support always enabled so zip headers must be installed, add dep to package.xml

17 years agoChangeLog update
<changelog@php.net> [Thu, 17 Jan 2008 01:31:31 +0000 (01:31 +0000)]
ChangeLog update

17 years agoadd optional whole-file compression to convertToTar/convertToPhar
Greg Beaver [Wed, 16 Jan 2008 21:09:32 +0000 (21:09 +0000)]
add optional whole-file compression to convertToTar/convertToPhar

17 years agofix build on windows
Greg Beaver [Wed, 16 Jan 2008 20:17:47 +0000 (20:17 +0000)]
fix build on windows

17 years agoMFB: Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1
Ilia Alshanetsky [Wed, 16 Jan 2008 15:50:53 +0000 (15:50 +0000)]
MFB: Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1
response)

17 years ago- Fixed Bug #37964 (Reflection shows private methods of parent class)
Marcus Boerger [Wed, 16 Jan 2008 14:19:07 +0000 (14:19 +0000)]
- Fixed Bug #37964 (Reflection shows private methods of parent class)
  (felipe@php.net)

17 years ago- run-tests.php -U
David Coallier [Wed, 16 Jan 2008 13:27:01 +0000 (13:27 +0000)]
- run-tests.php -U
- The unicode test's error messages are working

17 years ago- MFB
David Coallier [Wed, 16 Jan 2008 13:12:51 +0000 (13:12 +0000)]
- MFB
- Make sure to return the good error message with new parse parameters api
  of ucfirst()

17 years agofix #43863 (str_word_count() breaks on cyrillic "ya" in locale cp1251)
Antony Dovgal [Wed, 16 Jan 2008 08:34:06 +0000 (08:34 +0000)]
fix #43863 (str_word_count() breaks on cyrillic "ya" in locale cp1251)
patch by phprus at gmail dot com

17 years agoadd Phar::convertToTar(), Phar::convertToZip(), and Phar::convertToPhar()
Greg Beaver [Wed, 16 Jan 2008 07:24:39 +0000 (07:24 +0000)]
add Phar::convertToTar(), Phar::convertToZip(), and Phar::convertToPhar()

17 years agoFixed wrong type cast
Dmitry Stogov [Wed, 16 Jan 2008 06:15:19 +0000 (06:15 +0000)]
Fixed wrong type cast

17 years ago- Make sure ucfirst is using the new zend-parse-parameters api
David Coallier [Wed, 16 Jan 2008 03:09:01 +0000 (03:09 +0000)]
- Make sure ucfirst is using the new zend-parse-parameters api
- added php_ucfirst for non-unicode calls

17 years agoChangeLog update
<changelog@php.net> [Wed, 16 Jan 2008 01:31:35 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix #41941 (oci8 extension not lib64 savvy)
Christopher Jones [Wed, 16 Jan 2008 00:33:26 +0000 (00:33 +0000)]
fix #41941 (oci8 extension not lib64 savvy)

17 years agoadd support for creation of gzipped and bzipped tar-based phars
Greg Beaver [Tue, 15 Jan 2008 23:41:44 +0000 (23:41 +0000)]
add support for creation of gzipped and bzipped tar-based phars

17 years agoTestcase for #43492 (nested cursors)
Christopher Jones [Tue, 15 Jan 2008 20:53:56 +0000 (20:53 +0000)]
Testcase for #43492 (nested cursors)

17 years agoMFB: fix #43497 (OCI8 XML/getClobVal aka temporary LOBs leak UGA memory)
Christopher Jones [Tue, 15 Jan 2008 20:47:50 +0000 (20:47 +0000)]
MFB: fix #43497 (OCI8 XML/getClobVal aka temporary LOBs leak UGA memory)

17 years agofix #43680 (OnUpdateUTF8String problems in PHP 6)
Antony Dovgal [Tue, 15 Jan 2008 17:10:25 +0000 (17:10 +0000)]
fix #43680 (OnUpdateUTF8String problems in PHP 6)
patch by Christopher Jones

17 years agofix win build
Rob Richards [Tue, 15 Jan 2008 15:45:44 +0000 (15:45 +0000)]
fix win build

17 years agofix memleak in sign and verify functions
Rob Richards [Tue, 15 Jan 2008 15:12:12 +0000 (15:12 +0000)]
fix memleak in sign and verify functions

17 years ago- Detect versions of valgrind that have an appendix to their verion number
Marcus Boerger [Tue, 15 Jan 2008 13:03:22 +0000 (13:03 +0000)]
- Detect versions of valgrind that have an appendix to their verion number
- Show whether valgrind is being used in test header

17 years agoFix ZTS build
Etienne Kneuss [Tue, 15 Jan 2008 12:17:09 +0000 (12:17 +0000)]
Fix ZTS build

17 years agoFixed bug #43851 (Memory corrution on reuse of assigned value)
Dmitry Stogov [Tue, 15 Jan 2008 11:53:13 +0000 (11:53 +0000)]
Fixed bug #43851 (Memory corrution on reuse of assigned value)

17 years ago- Fix the fix
Marcus Boerger [Tue, 15 Jan 2008 11:47:29 +0000 (11:47 +0000)]
- Fix the fix

17 years agoBump year
Etienne Kneuss [Tue, 15 Jan 2008 09:44:01 +0000 (09:44 +0000)]
Bump year

17 years agoImplement splDoublyLinkedList, splQueue, splStack classes in SPL
Etienne Kneuss [Tue, 15 Jan 2008 09:37:50 +0000 (09:37 +0000)]
Implement splDoublyLinkedList, splQueue, splStack classes in SPL

17 years agorename and export the macros
Antony Dovgal [Tue, 15 Jan 2008 09:35:50 +0000 (09:35 +0000)]
rename and export the macros
patch by colder

17 years agoChangeLog update
<changelog@php.net> [Tue, 15 Jan 2008 01:31:39 +0000 (01:31 +0000)]
ChangeLog update

17 years agoFix bug #42850 array_walk_recursive() leaves references, refix bug #34982
Brian Shire [Mon, 14 Jan 2008 22:08:00 +0000 (22:08 +0000)]
Fix bug #42850 array_walk_recursive() leaves references, refix bug #34982

17 years agoMFB: Missing patch bit from the FETCH_GROUP fix
Ilia Alshanetsky [Mon, 14 Jan 2008 18:41:48 +0000 (18:41 +0000)]
MFB: Missing patch bit from the FETCH_GROUP fix

17 years ago- Fix memleak (found by colder)
Marcus Boerger [Mon, 14 Jan 2008 18:14:00 +0000 (18:14 +0000)]
- Fix memleak (found by colder)

17 years ago- Add missing .cvsignore
Marcus Boerger [Mon, 14 Jan 2008 18:07:28 +0000 (18:07 +0000)]
- Add missing .cvsignore

17 years ago- cleanup and make build with HEAD
Marcus Boerger [Mon, 14 Jan 2008 18:06:05 +0000 (18:06 +0000)]
- cleanup and make build with HEAD

17 years agoforce tests to be run in CGI mode
Nuno Lopes [Mon, 14 Jan 2008 10:00:25 +0000 (10:00 +0000)]
force tests to be run in CGI mode

17 years agoMFB5.2: fix script for files with short names
Nuno Lopes [Mon, 14 Jan 2008 09:40:53 +0000 (09:40 +0000)]
MFB5.2: fix script for files with short names

17 years agoadd cvsignore
Nuno Lopes [Mon, 14 Jan 2008 09:32:32 +0000 (09:32 +0000)]
add cvsignore

17 years agofix build
Antony Dovgal [Mon, 14 Jan 2008 08:17:55 +0000 (08:17 +0000)]
fix build

17 years agofix test (make OS-agnostic)
Greg Beaver [Mon, 14 Jan 2008 06:25:22 +0000 (06:25 +0000)]
fix test (make OS-agnostic)

17 years agofix test to be OS-agnostic
Greg Beaver [Mon, 14 Jan 2008 06:23:10 +0000 (06:23 +0000)]
fix test to be OS-agnostic

# steph - this is a different test from the one I fixed earlier, I think that's the confusion :)

17 years agounixify path separators in tar-based phars, always use this value for duping alias
Greg Beaver [Mon, 14 Jan 2008 06:19:43 +0000 (06:19 +0000)]
unixify path separators in tar-based phars, always use this value for duping alias

# found by delete.phpt unit test.  I love unit tests

17 years agoadd missing skip sections in zip tests
Greg Beaver [Mon, 14 Jan 2008 05:25:11 +0000 (05:25 +0000)]
add missing skip sections in zip tests

17 years agofix test (make OS-agnostic)
Greg Beaver [Mon, 14 Jan 2008 05:19:23 +0000 (05:19 +0000)]
fix test (make OS-agnostic)