]> granicus.if.org Git - php/log
php
14 years agoFixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c).
Ilia Alshanetsky [Mon, 22 Nov 2010 13:12:28 +0000 (13:12 +0000)]
Fixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c).

14 years ago- Fix tests for \0 patch in PHP 5.3.
Gustavo André dos Santos Lopes [Mon, 22 Nov 2010 05:10:14 +0000 (05:10 +0000)]
- Fix tests for \0 patch in PHP 5.3.
- Fix constants_error_004.phpt (closes bug #51901)

14 years ago- Fixed ZTS build
Felipe Pena [Sun, 21 Nov 2010 17:41:33 +0000 (17:41 +0000)]
- Fixed ZTS build

14 years ago- Improve test
Johannes Schlüter [Sun, 21 Nov 2010 12:28:10 +0000 (12:28 +0000)]
- Improve test

14 years ago- Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes without...
Johannes Schlüter [Sun, 21 Nov 2010 12:24:09 +0000 (12:24 +0000)]
- Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes without constructors

14 years ago- Fixed bug #53366 (Reflection doesnt get dynamic property value from getProperty())
Felipe Pena [Sat, 20 Nov 2010 22:53:55 +0000 (22:53 +0000)]
- Fixed bug #53366 (Reflection doesnt get dynamic property value from getProperty())

14 years agoAdded second fix from #50987 that wasn't apart of Ilia's commit
Kalle Sommer Nielsen [Sat, 20 Nov 2010 20:59:28 +0000 (20:59 +0000)]
Added second fix from #50987 that wasn't apart of Ilia's commit

14 years agoFixed bug #50987 (unaligned memory access in phar.c)
Ilia Alshanetsky [Sat, 20 Nov 2010 19:27:31 +0000 (19:27 +0000)]
Fixed bug #50987 (unaligned memory access in phar.c)

14 years agoAdd support for DateTime in datefmt_format
Stanislav Malyshev [Sat, 20 Nov 2010 02:09:04 +0000 (02:09 +0000)]
Add support for DateTime in datefmt_format

14 years ago- Reverted unintended change.
Gustavo André dos Santos Lopes [Fri, 19 Nov 2010 23:42:44 +0000 (23:42 +0000)]
- Reverted unintended change.

14 years agoFix invalid args bugs by Maksymilian Arciemowicz
Stanislav Malyshev [Fri, 19 Nov 2010 23:22:55 +0000 (23:22 +0000)]
Fix invalid args bugs by Maksymilian Arciemowicz

14 years ago- Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE.
Felipe Pena [Fri, 19 Nov 2010 22:06:44 +0000 (22:06 +0000)]
- Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE.
  patch by: jorto at redhat dot com

14 years ago- Fixed bug #53362 (Segmentation fault when extending SplFixedArray)
Felipe Pena [Fri, 19 Nov 2010 20:07:32 +0000 (20:07 +0000)]
- Fixed bug #53362 (Segmentation fault when extending SplFixedArray)

14 years ago- commit missing upgrading note (sqlite removed)
Johannes Schlüter [Fri, 19 Nov 2010 17:22:05 +0000 (17:22 +0000)]
- commit missing upgrading note (sqlite removed)

14 years agoFixed bug #47168 (printf of floating point variable prints maximum of 40 decimal...
Ilia Alshanetsky [Fri, 19 Nov 2010 16:36:10 +0000 (16:36 +0000)]
Fixed bug #47168 (printf of floating point variable prints maximum of 40 decimal places).

14 years agoKill some more constness warnings in com_dotnet/phar/standard
Kalle Sommer Nielsen [Fri, 19 Nov 2010 16:03:00 +0000 (16:03 +0000)]
Kill some more constness warnings in com_dotnet/phar/standard

14 years agoKill warnings about constness
Kalle Sommer Nielsen [Fri, 19 Nov 2010 15:48:11 +0000 (15:48 +0000)]
Kill warnings about constness

14 years agoAdd entry for sqlite
Johannes Schlüter [Fri, 19 Nov 2010 10:00:10 +0000 (10:00 +0000)]
Add entry for sqlite

14 years ago- Move the old sqlite extension to PECL
Johannes Schlüter [Fri, 19 Nov 2010 09:55:48 +0000 (09:55 +0000)]
- Move the old sqlite extension to PECL
# discussed in http://www.mail-archive.com/internals@lists.php.net/msg47463.html

14 years agoFixed problem reported by Patrick ALLAERT. Trait method was not applied properly...
Stefan Marr [Thu, 18 Nov 2010 17:59:04 +0000 (17:59 +0000)]
Fixed problem reported by Patrick ALLAERT. Trait method was not applied properly when fully qualified.

14 years ago- One more fix for bug #53338 (when copying stuff from other macros, do it all the...
Jani Taskinen [Thu, 18 Nov 2010 16:02:37 +0000 (16:02 +0000)]
- One more fix for bug #53338 (when copying stuff from other macros, do it all the way.. :)

14 years ago- Added section for build system changes in UPGRADING.INTERNALS
Jani Taskinen [Thu, 18 Nov 2010 10:43:01 +0000 (10:43 +0000)]
- Added section for build system changes in UPGRADING.INTERNALS

14 years agoReviewing php.ini-* configurations files:
Patrick Allaert [Thu, 18 Nov 2010 10:13:58 +0000 (10:13 +0000)]
Reviewing php.ini-* configurations files:
* Making both files as similar as possible
* Removed trailing whitespaces
* Fixed some spelling mistakes
* Section [PostgresSQL] -> [PostgreSQL]
* Introducing missing mysqli.allow_{local_infile,persistent} entries in -development

14 years ago- Fixed DTrace support in MacOSX (bug #53338)
Jani Taskinen [Thu, 18 Nov 2010 10:11:36 +0000 (10:11 +0000)]
- Fixed DTrace support in MacOSX (bug #53338)

14 years ago- Fixed bug #53335 (pdo_firebird did not implement rowCount())
Felipe Pena [Thu, 18 Nov 2010 01:24:00 +0000 (01:24 +0000)]
- Fixed bug #53335 (pdo_firebird did not implement rowCount())
  patch by: preeves at ibphoenix dot com

14 years agoAdded tests to for static support of traits.
Stefan Marr [Wed, 17 Nov 2010 23:05:20 +0000 (23:05 +0000)]
Added tests to for static support of traits.
# This was not tested and documented yet.
# Updated documentation in the RFC http://wiki.php.net/rfc/horizontalreuse

14 years ago- Fixed bug #53306 (php crashes with segfault when DTrace "exception-thrown" probe...
Felipe Pena [Wed, 17 Nov 2010 21:41:30 +0000 (21:41 +0000)]
- Fixed bug #53306 (php crashes with segfault when DTrace "exception-thrown" probe fires)
  patch by: mike at harschsystems dot com

14 years agoSome grammar tweaks
Christopher Jones [Wed, 17 Nov 2010 17:59:41 +0000 (17:59 +0000)]
Some grammar tweaks

14 years agoRemove unused variables
Pierrick Charron [Wed, 17 Nov 2010 17:55:18 +0000 (17:55 +0000)]
Remove unused variables

14 years ago- test for NULL deref fix
Pierre Joye [Wed, 17 Nov 2010 17:26:33 +0000 (17:26 +0000)]
- test for NULL deref fix

14 years ago- NEWS cleanup, please do not mess it anymore :)
Jani Taskinen [Wed, 17 Nov 2010 16:56:21 +0000 (16:56 +0000)]
- NEWS cleanup, please do not mess it anymore :)

14 years ago- NULL deref fix, patch by Gustavo
Pierre Joye [Wed, 17 Nov 2010 16:46:19 +0000 (16:46 +0000)]
- NULL deref fix, patch by Gustavo

14 years ago- Fix test: register_globals is gone
Jani Taskinen [Wed, 17 Nov 2010 15:00:51 +0000 (15:00 +0000)]
- Fix test: register_globals is gone

14 years ago- Fix test
Jani Taskinen [Wed, 17 Nov 2010 14:54:37 +0000 (14:54 +0000)]
- Fix test

14 years ago- Fixed typo (reported by eyal.t at zend dot com)
Felipe Pena [Wed, 17 Nov 2010 14:49:26 +0000 (14:49 +0000)]
- Fixed typo (reported by eyal.t at zend dot com)

14 years ago- Fix possible crashes in 64bit builds caused by usage of int instead of size_t
Jani Taskinen [Wed, 17 Nov 2010 14:09:46 +0000 (14:09 +0000)]
- Fix possible crashes in 64bit builds caused by usage of int instead of size_t

14 years agotypo
Jani Taskinen [Wed, 17 Nov 2010 14:08:39 +0000 (14:08 +0000)]
typo

14 years ago- Added comment about binary SAPIs
Jani Taskinen [Wed, 17 Nov 2010 14:07:54 +0000 (14:07 +0000)]
- Added comment about binary SAPIs

14 years ago- Fix building SAPI module
Jani Taskinen [Wed, 17 Nov 2010 13:01:53 +0000 (13:01 +0000)]
- Fix building SAPI module

14 years ago- Fixed wrong type causing crash (in php-cgi -i and phpinfo(); when doing HTML output)
Jani Taskinen [Wed, 17 Nov 2010 11:56:48 +0000 (11:56 +0000)]
- Fixed wrong type causing crash (in php-cgi -i and phpinfo(); when doing HTML output)

14 years ago- Cleanup
Jani Taskinen [Wed, 17 Nov 2010 11:55:37 +0000 (11:55 +0000)]
- Cleanup

14 years ago- Updated QA and User note maintainers credits
Felipe Pena [Tue, 16 Nov 2010 23:02:00 +0000 (23:02 +0000)]
- Updated QA and User note maintainers credits

14 years ago- fix (log with level < WARNING before daemonizing were not written to /dev/stderr)
Jérôme Loyet [Tue, 16 Nov 2010 22:53:47 +0000 (22:53 +0000)]
- fix (log with level < WARNING before daemonizing were not written to /dev/stderr)

14 years ago- Fixed bug #53319 (strip_tags() may strip '<br />' incorrectly)
Felipe Pena [Tue, 16 Nov 2010 22:16:44 +0000 (22:16 +0000)]
- Fixed bug #53319 (strip_tags() may strip '<br />' incorrectly)

14 years ago- Fixed #53310 (sparc < v9 won't is not supported)
Jérôme Loyet [Tue, 16 Nov 2010 22:02:36 +0000 (22:02 +0000)]
- Fixed #53310 (sparc < v9 won't is not supported)

14 years ago- Fixed bug #53323 (pdo_firebird getAttribute() crash)
Felipe Pena [Tue, 16 Nov 2010 21:02:14 +0000 (21:02 +0000)]
- Fixed bug #53323 (pdo_firebird getAttribute() crash)
  patch by: preeves at ibphoenix dot com

14 years agoImprove test cross- DB version portability
Christopher Jones [Tue, 16 Nov 2010 20:50:29 +0000 (20:50 +0000)]
Improve test cross- DB version portability

14 years agoProtect against null bytes in LOB filenames (rasmus)
Christopher Jones [Tue, 16 Nov 2010 19:33:31 +0000 (19:33 +0000)]
Protect against null bytes in LOB filenames (rasmus)

14 years ago-fix build
Pierre Joye [Mon, 15 Nov 2010 23:53:13 +0000 (23:53 +0000)]
-fix build

14 years ago- Fix wrong argument to read_property call
Felipe Pena [Mon, 15 Nov 2010 18:48:48 +0000 (18:48 +0000)]
- Fix wrong argument to read_property call

14 years ago- Added missing test
Felipe Pena [Mon, 15 Nov 2010 18:46:59 +0000 (18:46 +0000)]
- Added missing test

14 years ago- Fixed bug #52820 (writes to fopencookie FILE* not commited when seeking the
Gustavo André dos Santos Lopes [Mon, 15 Nov 2010 18:22:52 +0000 (18:22 +0000)]
- Fixed bug #52820 (writes to fopencookie FILE* not commited when seeking the
  stream).

14 years ago- Moved leak_variable() to zend_builtin_functions.c (Gustavo)
Felipe Pena [Mon, 15 Nov 2010 17:06:27 +0000 (17:06 +0000)]
- Moved leak_variable() to zend_builtin_functions.c (Gustavo)

14 years ago- Added test relative to the fix in rev #305346.
Gustavo André dos Santos Lopes [Mon, 15 Nov 2010 14:51:26 +0000 (14:51 +0000)]
- Added test relative to the fix in rev #305346.

14 years ago- Fixed incorrection in UPGRADING.INTERNALS.
Gustavo André dos Santos Lopes [Mon, 15 Nov 2010 03:22:26 +0000 (03:22 +0000)]
- Fixed incorrection in UPGRADING.INTERNALS.

14 years ago- Added leak_variable() function.
Gustavo André dos Santos Lopes [Mon, 15 Nov 2010 03:05:32 +0000 (03:05 +0000)]
- Added leak_variable() function.
- Added mechanism to force outer streams to be closed before their inner ones.
- Fixed temp:// streams only handling correctly (through an ad hoc mechanism)  reverse closing order
  when the  inner stream is of type memory.

14 years ago- Altered htmlentities19.phpt (now htmlentities24.phpt) to reflect new default encoding
Gustavo André dos Santos Lopes [Mon, 15 Nov 2010 01:57:16 +0000 (01:57 +0000)]
- Altered htmlentities19.phpt (now htmlentities24.phpt) to reflect new default encoding
  being UTF-8.
- Moved ext/standard/tests/file/htmlentities19.phpt and htmlspecialchars.phpt to the
  proper directory (tests/strings instead of tests/file). htmlentities19.phpt had to
  be renamed in order not to clash with an existing file.

14 years ago- allow firebird header to be in the normal deps directory and restore firebird suppo...
Pierre Joye [Sun, 14 Nov 2010 22:40:30 +0000 (22:40 +0000)]
- allow firebird header to be in the normal deps directory and restore firebird support on win (5.3.4+)

14 years ago- extend the 'i-t' fpm argument to dump configuration file when called twice (-tt)
Jérôme Loyet [Sun, 14 Nov 2010 22:22:07 +0000 (22:22 +0000)]
- extend the 'i-t' fpm argument to dump configuration file when called twice (-tt)

14 years ago- Fixed #52691 (allow multiple instance of FPM using a custom prefix)
Jérôme Loyet [Sun, 14 Nov 2010 22:01:34 +0000 (22:01 +0000)]
- Fixed #52691 (allow multiple instance of FPM using a custom prefix)

14 years ago- Added missing void arg checks
Felipe Pena [Sun, 14 Nov 2010 18:40:08 +0000 (18:40 +0000)]
- Added missing void arg checks

14 years ago- Add missing check
Felipe Pena [Sun, 14 Nov 2010 01:38:52 +0000 (01:38 +0000)]
- Add missing check

14 years ago- Implemented FR #53271, FR #52410 (Building multiple PHP binary SAPIs and one SAPI...
Jani Taskinen [Sat, 13 Nov 2010 23:13:07 +0000 (23:13 +0000)]
- Implemented FR #53271, FR #52410 (Building multiple PHP binary SAPIs and one SAPI module the same time)
# Bug #53271, Bug #52410

14 years ago- Simplified the DTrace configure macros, one is enough
Jani Taskinen [Sat, 13 Nov 2010 22:22:51 +0000 (22:22 +0000)]
- Simplified the DTrace configure macros, one is enough

14 years ago- Fix the constant detection
Felipe Pena [Sat, 13 Nov 2010 19:50:55 +0000 (19:50 +0000)]
- Fix the constant detection

14 years ago- Fixed bug #53305 (E_NOTICE when defining a constant starts with __COMPILER_HALT_OF...
Felipe Pena [Sat, 13 Nov 2010 18:46:11 +0000 (18:46 +0000)]
- Fixed bug #53305 (E_NOTICE when defining a constant starts with  __COMPILER_HALT_OFFSET__)
- Fixed a part of bug #53260 (the __COMPILER_HALT_OFFSET__ name is not shown in the E_NOTICE)

14 years ago- Copied test cases (that all fail?!) from 5.3 to trunk.
Derick Rethans [Sat, 13 Nov 2010 16:30:22 +0000 (16:30 +0000)]
- Copied test cases (that all fail?!) from 5.3 to trunk.

14 years ago- MFH: Added support for the ( and ) delimiters/separators to
Derick Rethans [Sat, 13 Nov 2010 15:01:48 +0000 (15:01 +0000)]
- MFH: Added support for the ( and ) delimiters/separators to
  DateTime::createFromFormat().
- Regenerated the parsers for HEAD and PHP_5_3.

14 years ago- Don't show timezone if it wasn't found while parsing.
Derick Rethans [Sat, 13 Nov 2010 14:57:47 +0000 (14:57 +0000)]
- Don't show timezone if it wasn't found while parsing.

14 years ago- Added support for the ( and ) delimiters/separators to
Derick Rethans [Sat, 13 Nov 2010 12:56:21 +0000 (12:56 +0000)]
- Added support for the ( and ) delimiters/separators to
  DateTime::createFromFormat().
#- There are a few more things to come, once ready, I'll regenerate the .c file
#  and merge.

14 years ago- WS + cleanup
Jani Taskinen [Sat, 13 Nov 2010 11:12:07 +0000 (11:12 +0000)]
- WS + cleanup
# Note:
# Considering DTrace support: Why does it really need any configure time stuff?
# 3 macros for static stuff that could be made much cleaner with simple Makefile.dtrace
# addition. The only thing required in configure is that --enable flag part..
#

14 years ago- Fixed bug #53136 (Invalid read on openssl_csr_new())
Felipe Pena [Fri, 12 Nov 2010 23:34:03 +0000 (23:34 +0000)]
- Fixed bug #53136 (Invalid read on openssl_csr_new())

14 years ago- Fixed bug #53297 (gettimeofday implementation in php/win32/time.c can return
Gustavo André dos Santos Lopes [Fri, 12 Nov 2010 18:37:02 +0000 (18:37 +0000)]
- Fixed bug #53297 (gettimeofday implementation in php/win32/time.c can return
  1 million microsecs). (ped at 7gods dot org)
- Moved line out of order in NEWS.

14 years agoTesting for the two new statistics 'bytes_received_real_data_normal' and 'bytes_recei...
Ulf Wendel [Fri, 12 Nov 2010 12:21:35 +0000 (12:21 +0000)]
Testing for the two new statistics 'bytes_received_real_data_normal' and 'bytes_received_real_data_ps'

14 years ago- Fixed #52660 (custom process title for FPM)
Jérôme Loyet [Fri, 12 Nov 2010 00:30:35 +0000 (00:30 +0000)]
- Fixed #52660 (custom process title for FPM)

14 years ago- Fixed #52692 (Added '-t/--test' to php-fpm to check and validate FPM conf file)
Jérôme Loyet [Thu, 11 Nov 2010 23:27:15 +0000 (23:27 +0000)]
- Fixed #52692 (Added '-t/--test' to php-fpm to check and validate FPM conf file)

14 years ago- Fixed bug #52693 (configuration file errors are not logged to stderr)
Jérôme Loyet [Thu, 11 Nov 2010 22:48:46 +0000 (22:48 +0000)]
- Fixed bug #52693 (configuration file errors are not logged to stderr)

14 years ago- get rid of ZLOG_STUFF code redundancy
Jérôme Loyet [Thu, 11 Nov 2010 21:38:18 +0000 (21:38 +0000)]
- get rid of ZLOG_STUFF code redundancy

14 years ago- comment out fpm_php_set_fcgi_mgmt_vars to remove compilation warning
Jérôme Loyet [Thu, 11 Nov 2010 21:30:55 +0000 (21:30 +0000)]
- comment out fpm_php_set_fcgi_mgmt_vars to remove compilation warning

14 years ago- Fixed #52045 (FPM tries to open php.ini from the current dir)
Jérôme Loyet [Thu, 11 Nov 2010 17:24:27 +0000 (17:24 +0000)]
- Fixed #52045 (FPM tries to open php.ini from the current dir)
- Add php_ini_ignore_cwd to _sapi_module_struct

14 years ago- remove useless check
Jérôme Loyet [Thu, 11 Nov 2010 12:56:44 +0000 (12:56 +0000)]
- remove useless check

14 years ago- add missing timer* macros (for solaris)
Jérôme Loyet [Thu, 11 Nov 2010 12:55:05 +0000 (12:55 +0000)]
- add missing timer* macros (for solaris)
- ws

14 years ago- add "listen queue len" stat (thx to Andrei Nigmatulin)
Jérôme Loyet [Thu, 11 Nov 2010 02:34:47 +0000 (02:34 +0000)]
- add "listen queue len" stat (thx to Andrei Nigmatulin)

14 years agoAdded new constant; ZEND_MULTIBYTE to check whether PHP was compiled using --enable...
Kalle Sommer Nielsen [Thu, 11 Nov 2010 01:43:53 +0000 (01:43 +0000)]
Added new constant; ZEND_MULTIBYTE to check whether PHP was compiled using --enable-zend-multibyte or not instead of sniffing phpinfo() (FR #52348)

14 years ago- syntax and minor optimizations
Jérôme Loyet [Thu, 11 Nov 2010 01:01:56 +0000 (01:01 +0000)]
- syntax and minor optimizations

14 years ago- don't call shutdown functions after child ends softly, let the master process call...
Jérôme Loyet [Wed, 10 Nov 2010 23:54:14 +0000 (23:54 +0000)]
- don't call shutdown functions after child ends softly, let the master process call them

14 years agoPrepare for PECL OCI8 1.4.4
Christopher Jones [Wed, 10 Nov 2010 19:08:13 +0000 (19:08 +0000)]
Prepare for PECL OCI8 1.4.4

14 years agoImprove startup failure error messages
Christopher Jones [Wed, 10 Nov 2010 18:59:56 +0000 (18:59 +0000)]
Improve startup failure error messages

14 years agoFixed bug #53284 (Valgrind warnings in oci_set_* functions)
Christopher Jones [Wed, 10 Nov 2010 18:49:55 +0000 (18:49 +0000)]
Fixed bug #53284 (Valgrind warnings in oci_set_* functions)

14 years agoImprove test portability
Christopher Jones [Wed, 10 Nov 2010 18:46:05 +0000 (18:46 +0000)]
Improve test portability

14 years agoFix bad types, because zend_parse_xxx expect signed integers
Andrey Hristov [Wed, 10 Nov 2010 13:57:09 +0000 (13:57 +0000)]
Fix bad types, because zend_parse_xxx expect signed integers
for lengths, no matter how stupid this is :)

14 years agoImplemented FR #53264 (Add fputcsv method to SplFileObject).
Adam Harvey [Tue, 9 Nov 2010 15:07:50 +0000 (15:07 +0000)]
Implemented FR #53264 (Add fputcsv method to SplFileObject).

14 years agoFix bug #53279 (SplFileObject doesn't initialise default CSV escape character).
Adam Harvey [Tue, 9 Nov 2010 14:53:23 +0000 (14:53 +0000)]
Fix bug #53279 (SplFileObject doesn't initialise default CSV escape character).

14 years ago- Fix bug #53273 (mb_strcut() returns garbage with the excessive length parameter).
Moriyoshi Koizumi [Tue, 9 Nov 2010 03:23:04 +0000 (03:23 +0000)]
- Fix bug #53273 (mb_strcut() returns garbage with the excessive length parameter).

14 years ago- Fix the fix (wrong behavior)
Felipe Pena [Mon, 8 Nov 2010 20:26:14 +0000 (20:26 +0000)]
- Fix the fix (wrong behavior)

14 years agoFixed WSDL loading using https through proxy
Dmitry Stogov [Mon, 8 Nov 2010 11:34:32 +0000 (11:34 +0000)]
Fixed WSDL loading using https through proxy

14 years agoImplemented FR #53213 (Adler32 algorithm is very slow). Patch by zavasek at
Adam Harvey [Mon, 8 Nov 2010 09:35:33 +0000 (09:35 +0000)]
Implemented FR #53213 (Adler32 algorithm is very slow). Patch by zavasek at
yandex dot ru.

14 years ago- Fixed tests not passing under windows because of the directory separator
Patrick Allaert [Mon, 8 Nov 2010 09:29:15 +0000 (09:29 +0000)]
- Fixed tests not passing under windows because of the directory separator
difference (thanks Eyal Teutsch for reporting)

14 years agoUpdate the tests committed in r305098 (as part of the fix for bug #53226) to
Adam Harvey [Mon, 8 Nov 2010 09:14:48 +0000 (09:14 +0000)]
Update the tests committed in r305098 (as part of the fix for bug #53226) to
use the PHP_MAXPATHLEN constant, as recommended by Pierre.

14 years ago- Fixed the filter extension accepting IPv4 octets with a leading 0 as that
Gustavo André dos Santos Lopes [Mon, 8 Nov 2010 04:36:15 +0000 (04:36 +0000)]
- Fixed the filter extension accepting IPv4 octets with a leading 0 as that
  belongs to the unsupported "dotted octal" representation.
- Fixed bug #53236 (problems in the validation of IPv6 addresses with leading
  and trailing :: in the filter extension).
- Fixed bug #50117 (problems in the validation of IPv6 addresses with IPv4
  addresses and ::).