]> granicus.if.org Git - php/log
php
16 years agoImporoved compile-time constant substitution (Matt)
Dmitry Stogov [Fri, 29 Aug 2008 10:17:08 +0000 (10:17 +0000)]
Imporoved compile-time constant substitution (Matt)

16 years agofix ZTS build
Antony Dovgal [Fri, 29 Aug 2008 10:12:29 +0000 (10:12 +0000)]
fix ZTS build

16 years agoTest for fileinfo to check mime types.
Scott MacVicar [Fri, 29 Aug 2008 09:52:13 +0000 (09:52 +0000)]
Test for fileinfo to check mime types.

16 years agoReplace ereg code with pcre, fix duplicate macro names and segfault. Patch by Mikko
Scott MacVicar [Fri, 29 Aug 2008 09:49:01 +0000 (09:49 +0000)]
Replace ereg code with pcre, fix duplicate macro names and segfault. Patch by Mikko

16 years agoMFH:
Felipe Pena [Fri, 29 Aug 2008 03:05:43 +0000 (03:05 +0000)]
MFH:
- Removed the undocumented object support in the leftover array functions [DOC]
  (natcasesort, natsort, array_walk, array_walk_recursive, array_unique, array_key_exists)
- Changed HASH_OF() to Z_ARRVAL_P()
- Fixed bug #45937 (array_walk and array_walk_recursive can alter private/protected object variable)

16 years agoMFH: Bug #45888 (Refcounting in ZTS mode)
Christopher Jones [Thu, 28 Aug 2008 06:33:24 +0000 (06:33 +0000)]
MFH: Bug #45888 (Refcounting in ZTS mode)

16 years agoAdd #45458
Christopher Jones [Thu, 28 Aug 2008 06:22:49 +0000 (06:22 +0000)]
Add #45458

16 years agoMFH: Bug #45458 (OCI8: Numeric keys for associative arrays are not handled properly)
Christopher Jones [Thu, 28 Aug 2008 06:19:45 +0000 (06:19 +0000)]
MFH: Bug #45458 (OCI8: Numeric keys for associative arrays are not handled properly)

16 years agoMHF: Test initialization cleanup
Christopher Jones [Thu, 28 Aug 2008 05:35:26 +0000 (05:35 +0000)]
MHF: Test initialization cleanup

16 years agoMFH: Update Oracle DLL examples to match build changes
Christopher Jones [Thu, 28 Aug 2008 05:31:31 +0000 (05:31 +0000)]
MFH: Update Oracle DLL examples to match build changes

16 years agoAlready in 5.2
David Soria Parra [Wed, 27 Aug 2008 07:49:43 +0000 (07:49 +0000)]
Already in 5.2

16 years agofix file check and avoid segfault
Antony Dovgal [Wed, 27 Aug 2008 07:40:44 +0000 (07:40 +0000)]
fix file check and avoid segfault

16 years ago- MFH: Fixed check for empty file name
Felipe Pena [Wed, 27 Aug 2008 01:04:23 +0000 (01:04 +0000)]
- MFH: Fixed check for empty file name

16 years ago- MFH: Fixed crash in file_error_core()
Felipe Pena [Wed, 27 Aug 2008 00:17:27 +0000 (00:17 +0000)]
- MFH: Fixed crash in file_error_core()

16 years agoMFH
Jani Taskinen [Tue, 26 Aug 2008 23:26:07 +0000 (23:26 +0000)]
MFH

16 years agoignore signal SIGXFSZ
George Wang [Tue, 26 Aug 2008 22:05:17 +0000 (22:05 +0000)]
ignore signal SIGXFSZ

16 years agoswitch to the new parameter-parse API
Alexey Zakhlestin [Tue, 26 Aug 2008 17:34:16 +0000 (17:34 +0000)]
switch to the new parameter-parse API

16 years agothis test depends on session.hash_bits_per_character, but it was not explicitly set
Alexey Zakhlestin [Tue, 26 Aug 2008 16:46:26 +0000 (16:46 +0000)]
this test depends on session.hash_bits_per_character, but it was not explicitly set

16 years ago- MFH: Improved fix
Felipe Pena [Tue, 26 Aug 2008 16:22:27 +0000 (16:22 +0000)]
- MFH: Improved fix

16 years agoMFH: Fixed bug #43782 (feof() does not detect timeout on socket)
David Soria Parra [Tue, 26 Aug 2008 16:06:36 +0000 (16:06 +0000)]
MFH: Fixed bug #43782 (feof() does not detect timeout on socket)

16 years agoRemove stray folding tag here
Rasmus Lerdorf [Tue, 26 Aug 2008 15:37:01 +0000 (15:37 +0000)]
Remove stray folding tag here

16 years ago- MFH: Added check for empty file name
Felipe Pena [Tue, 26 Aug 2008 15:06:28 +0000 (15:06 +0000)]
- MFH: Added check for empty file name

16 years agoUpgraded the lib to use PHP memory allocation routines.
Ilia Alshanetsky [Tue, 26 Aug 2008 12:23:29 +0000 (12:23 +0000)]
Upgraded the lib to use PHP memory allocation routines.
Fixed a crash caused by analysis of DEADJOE files
A little bit of CS inside libmagic

16 years agocleanup garbage
Antony Dovgal [Tue, 26 Aug 2008 11:06:09 +0000 (11:06 +0000)]
cleanup garbage

16 years agofix typo
Antony Dovgal [Tue, 26 Aug 2008 10:59:10 +0000 (10:59 +0000)]
fix typo

16 years agoFixed bug #45786 (FastCGI process exited unexpectedly)
Dmitry Stogov [Tue, 26 Aug 2008 09:56:08 +0000 (09:56 +0000)]
Fixed bug #45786 (FastCGI process exited unexpectedly)

16 years ago- support for copy of ICU DLLS for all ICU versions
Pierre Joye [Tue, 26 Aug 2008 09:10:39 +0000 (09:10 +0000)]
- support for copy of ICU DLLS for all ICU versions

16 years agoFixed bug #45910 (Cannot declare self-referencing constant)
Dmitry Stogov [Tue, 26 Aug 2008 08:38:26 +0000 (08:38 +0000)]
Fixed bug #45910 (Cannot declare self-referencing constant)

16 years agoMFH: fix warning
Rob Richards [Mon, 25 Aug 2008 21:04:30 +0000 (21:04 +0000)]
MFH: fix warning

16 years ago- New test
Felipe Pena [Mon, 25 Aug 2008 19:55:54 +0000 (19:55 +0000)]
- New test

16 years ago- New test
Felipe Pena [Mon, 25 Aug 2008 19:38:37 +0000 (19:38 +0000)]
- New test

16 years agono zstr in 5_3
Rob Richards [Mon, 25 Aug 2008 19:38:04 +0000 (19:38 +0000)]
no zstr in 5_3

16 years ago- New tests
Felipe Pena [Mon, 25 Aug 2008 19:36:01 +0000 (19:36 +0000)]
- New tests

16 years agoMFH
Jani Taskinen [Mon, 25 Aug 2008 19:07:20 +0000 (19:07 +0000)]
MFH

16 years agoMFH: Fix #45826 (Custom serialization)
Etienne Kneuss [Mon, 25 Aug 2008 18:40:44 +0000 (18:40 +0000)]
MFH: Fix #45826 (Custom serialization)

16 years ago- and the last part of the fix, inline on win
Pierre Joye [Mon, 25 Aug 2008 14:37:07 +0000 (14:37 +0000)]
- and the last part of the fix, inline on win

16 years agoMFH: fix build on win32
Jani Taskinen [Mon, 25 Aug 2008 14:10:38 +0000 (14:10 +0000)]
MFH: fix build on win32

16 years agoMFH
Jani Taskinen [Mon, 25 Aug 2008 13:42:55 +0000 (13:42 +0000)]
MFH

16 years agoMFH
Jani Taskinen [Mon, 25 Aug 2008 12:15:05 +0000 (12:15 +0000)]
MFH

16 years ago- fixed in 5.2 branch
Jani Taskinen [Mon, 25 Aug 2008 08:37:10 +0000 (08:37 +0000)]
- fixed in 5.2 branch

16 years agoMFH:
Felipe Pena [Sun, 24 Aug 2008 20:50:41 +0000 (20:50 +0000)]
MFH:
- New parameter parsing API
- CS

16 years agoMFH:
Etienne Kneuss [Sun, 24 Aug 2008 18:22:33 +0000 (18:22 +0000)]
MFH:
- Copy custom callback to the child class if any
- Prevent overwriting valid parent callbacks when implementing Serializable
- Export zend_user_(un)serialize to be available for custom callbacks

16 years ago- MFH Fix issue with destruction of overloaded objects
Marcus Boerger [Sun, 24 Aug 2008 16:49:19 +0000 (16:49 +0000)]
- MFH Fix issue with destruction of overloaded objects

16 years ago- Add new test
Marcus Boerger [Sun, 24 Aug 2008 16:46:30 +0000 (16:46 +0000)]
- Add new test

16 years ago- fix zlib detection and enable features available in 7.18.1
Pierre Joye [Sun, 24 Aug 2008 15:16:39 +0000 (15:16 +0000)]
- fix zlib detection and enable features available in 7.18.1

16 years ago- MFH: CS
Felipe Pena [Sun, 24 Aug 2008 04:02:49 +0000 (04:02 +0000)]
- MFH: CS

16 years ago- Removed unnecessary variable
Felipe Pena [Sun, 24 Aug 2008 02:13:23 +0000 (02:13 +0000)]
- Removed unnecessary variable

16 years ago- MFH: WS, Comestics
Felipe Pena [Sun, 24 Aug 2008 00:47:22 +0000 (00:47 +0000)]
- MFH: WS, Comestics
- Folding

16 years ago- MFH: fix build
Pierre Joye [Sat, 23 Aug 2008 21:08:09 +0000 (21:08 +0000)]
- MFH: fix build

16 years ago- MFB: fix build (common inline definition will be done later)
Pierre Joye [Sat, 23 Aug 2008 20:42:18 +0000 (20:42 +0000)]
- MFB: fix build (common inline definition will be done later)

16 years ago- keep inet_aton declaration on non windows (what inet_aton has to do with flock?)
Pierre Joye [Sat, 23 Aug 2008 20:21:08 +0000 (20:21 +0000)]
- keep inet_aton declaration on non windows (what inet_aton has to do with flock?)

16 years ago- MFH:
Pierre Joye [Sat, 23 Aug 2008 19:22:10 +0000 (19:22 +0000)]
- MFH:
 - drop bindlib usage on windows
 - inet_pton, inet_ntop and inet_aton are always available (VC9 uses the CRT implementation, VC6 our own)

16 years agofix proto
Hannes Magnusson [Sat, 23 Aug 2008 18:06:59 +0000 (18:06 +0000)]
fix proto

16 years ago- MFH: expose MAXPATHLEN (PHP_MAXPATHLEN)
Pierre Joye [Sat, 23 Aug 2008 17:55:50 +0000 (17:55 +0000)]
- MFH: expose MAXPATHLEN (PHP_MAXPATHLEN)

16 years agoMFH:
Felipe Pena [Sat, 23 Aug 2008 16:32:04 +0000 (16:32 +0000)]
MFH:
- WS, Cosmetics
- Removed unnecessary variables

16 years agoMFH: Fix build on solaris
Arnaud Le Blanc [Sat, 23 Aug 2008 13:57:19 +0000 (13:57 +0000)]
MFH: Fix build on solaris

16 years ago- MFH: Removed unused arguments
Felipe Pena [Fri, 22 Aug 2008 15:54:21 +0000 (15:54 +0000)]
- MFH: Removed unused arguments

16 years agoRemoved redundant code
Dmitry Stogov [Fri, 22 Aug 2008 15:28:29 +0000 (15:28 +0000)]
Removed redundant code

16 years agoMFH: fix zend_register_functions() not displaying duplicate functions (reported by...
Antony Dovgal [Fri, 22 Aug 2008 14:51:30 +0000 (14:51 +0000)]
MFH: fix zend_register_functions() not displaying duplicate functions (reported by Gopal)

16 years ago- New tests
Felipe Pena [Fri, 22 Aug 2008 13:40:09 +0000 (13:40 +0000)]
- New tests

16 years ago- MFH Cleanup exports and allow to overwrite ext registration
Marcus Boerger [Fri, 22 Aug 2008 12:59:46 +0000 (12:59 +0000)]
- MFH Cleanup exports and allow to overwrite ext registration

16 years agoMFH:
Felipe Pena [Fri, 22 Aug 2008 00:59:39 +0000 (00:59 +0000)]
MFH:
- Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and 'private' variables)
- Added some tests

16 years ago- MFH: use date.timezone ini setting
Pierre Joye [Thu, 21 Aug 2008 18:36:56 +0000 (18:36 +0000)]
- MFH: use date.timezone ini setting

16 years ago- MFH: use date.timezone ini setting instead of ENV
Pierre Joye [Thu, 21 Aug 2008 18:33:21 +0000 (18:33 +0000)]
- MFH: use date.timezone ini setting instead of ENV

16 years ago- MFH: fix test on windows
Pierre Joye [Thu, 21 Aug 2008 18:25:13 +0000 (18:25 +0000)]
- MFH: fix test on windows

16 years ago- MFH Fix 64bit issue
Marcus Boerger [Thu, 21 Aug 2008 16:55:45 +0000 (16:55 +0000)]
- MFH Fix 64bit issue

16 years agoFixed destruction of dl() loaded extensions
Dmitry Stogov [Thu, 21 Aug 2008 16:21:43 +0000 (16:21 +0000)]
Fixed destruction of dl() loaded extensions

16 years ago- MFH: different parser message on windows
Pierre Joye [Thu, 21 Aug 2008 13:05:10 +0000 (13:05 +0000)]
- MFH: different parser message on windows

16 years ago- MFH: "fix" crash on windows
Pierre Joye [Thu, 21 Aug 2008 12:38:47 +0000 (12:38 +0000)]
- MFH: "fix" crash on windows

16 years ago- new API
Pierre Joye [Thu, 21 Aug 2008 12:25:07 +0000 (12:25 +0000)]
- new API
- MFH: use 'C' on win

16 years ago- MFH: don't skip if windows matches
Pierre Joye [Thu, 21 Aug 2008 12:13:50 +0000 (12:13 +0000)]
- MFH: don't skip if windows matches

16 years ago- new params parsing API
Pierre Joye [Thu, 21 Aug 2008 12:05:30 +0000 (12:05 +0000)]
- new params parsing API
- use "C" instead of ""

16 years agoAdder error code into error message
Dmitry Stogov [Thu, 21 Aug 2008 11:27:57 +0000 (11:27 +0000)]
Adder error code into error message

16 years ago- MFH: skip 007 on non windows platform and add a win specific version (file not...
Pierre Joye [Thu, 21 Aug 2008 11:01:55 +0000 (11:01 +0000)]
- MFH: skip 007 on non windows platform and add a win specific version (file not found instead of filename too long)

16 years ago- MFH: make it portable and clean on in the clean section, session file may still...
Pierre Joye [Thu, 21 Aug 2008 10:30:49 +0000 (10:30 +0000)]
- MFH: make it portable and clean on in the clean section, session file may still be open (can't be deleted)

16 years ago- MFH: make it portable
Pierre Joye [Thu, 21 Aug 2008 09:43:51 +0000 (09:43 +0000)]
- MFH: make it portable

16 years agorevert for now
Antony Dovgal [Thu, 21 Aug 2008 08:37:19 +0000 (08:37 +0000)]
revert for now

16 years ago- +skip
Pierre Joye [Thu, 21 Aug 2008 08:30:51 +0000 (08:30 +0000)]
- +skip

16 years ago- skip on windows (setlocale can even crash on win+VC6...)
Pierre Joye [Thu, 21 Aug 2008 08:27:04 +0000 (08:27 +0000)]
- skip on windows (setlocale can even crash on win+VC6...)

16 years agofix build
Antony Dovgal [Thu, 21 Aug 2008 07:38:16 +0000 (07:38 +0000)]
fix build

16 years agofix bug #45792: bz2 compressed files in zip failure
Greg Beaver [Thu, 21 Aug 2008 05:17:28 +0000 (05:17 +0000)]
fix bug #45792: bz2 compressed files in zip failure

16 years ago- MFH: work around vc6 bug
Pierre Joye [Wed, 20 Aug 2008 22:23:16 +0000 (22:23 +0000)]
- MFH: work around vc6 bug

16 years agoReverting local change
Lars Strojny [Wed, 20 Aug 2008 21:26:04 +0000 (21:26 +0000)]
Reverting local change

16 years agoMFH: Allow mixed $initial (patch by Christian Seiler)
Lars Strojny [Wed, 20 Aug 2008 20:35:40 +0000 (20:35 +0000)]
MFH: Allow mixed $initial (patch by Christian Seiler)

16 years ago- quick fix for ICU dlls (better fix with n level deps will be done later)
Pierre Joye [Wed, 20 Aug 2008 20:09:13 +0000 (20:09 +0000)]
- quick fix for ICU dlls (better fix with n level deps will be done later)

16 years ago- strncpy returns the byte copied not error code or 0
Pierre Joye [Wed, 20 Aug 2008 13:27:10 +0000 (13:27 +0000)]
- strncpy returns the byte copied not error code or 0

16 years ago- new args parsing API and correct LOCALE definition (why utf-8 when only ascii is...
Pierre Joye [Wed, 20 Aug 2008 13:09:39 +0000 (13:09 +0000)]
- new args parsing API and correct LOCALE definition (why utf-8 when only ascii is tested)

16 years agofix warning
Antony Dovgal [Wed, 20 Aug 2008 09:01:24 +0000 (09:01 +0000)]
fix warning

16 years ago- Fixed in PHP_5_2
Jani Taskinen [Wed, 20 Aug 2008 01:34:51 +0000 (01:34 +0000)]
- Fixed in PHP_5_2

16 years ago- Removed entries merged into 5_2
Felipe Pena [Wed, 20 Aug 2008 01:32:56 +0000 (01:32 +0000)]
- Removed entries merged into 5_2

16 years agoMFH: fix memleak in browscap code (noticed by Gopal)
Antony Dovgal [Tue, 19 Aug 2008 15:16:33 +0000 (15:16 +0000)]
MFH: fix memleak in browscap code (noticed by Gopal)

16 years agoMFH: shutdown crypt correctly and fix memleak in ZTS mode
Antony Dovgal [Tue, 19 Aug 2008 15:14:46 +0000 (15:14 +0000)]
MFH: shutdown crypt correctly and fix memleak in ZTS mode

16 years agoFixed support for short windows file names
Dmitry Stogov [Tue, 19 Aug 2008 15:00:20 +0000 (15:00 +0000)]
Fixed support for short windows file names

16 years ago- Opss, I forgot add my name...
Felipe Pena [Tue, 19 Aug 2008 11:15:59 +0000 (11:15 +0000)]
- Opss, I forgot add my name...

16 years ago- Note about property_exists()
Felipe Pena [Tue, 19 Aug 2008 11:10:17 +0000 (11:10 +0000)]
- Note about property_exists()

16 years agoMFH: constify strings
Johannes Schlüter [Tue, 19 Aug 2008 10:42:11 +0000 (10:42 +0000)]
MFH: constify strings

16 years agoMFH: Fix empty error message when connecting to a bad server
Johannes Schlüter [Tue, 19 Aug 2008 10:16:12 +0000 (10:16 +0000)]
MFH: Fix empty error message when connecting to a bad server

16 years ago- don't use /tmp as tmpdir and avoid endless loop when fopen or tmpnam failed
Pierre Joye [Mon, 18 Aug 2008 21:24:52 +0000 (21:24 +0000)]
- don't use /tmp as tmpdir and avoid endless loop when fopen or tmpnam failed

16 years ago- Fixed test
Felipe Pena [Mon, 18 Aug 2008 19:49:33 +0000 (19:49 +0000)]
- Fixed test

16 years ago- MFH: new parameter API error
Pierre Joye [Mon, 18 Aug 2008 18:10:50 +0000 (18:10 +0000)]
- MFH: new parameter API error