]> granicus.if.org Git - php/log
php
12 years agoClean up unreported memory leak by switching to zval_ptr_dtor
Anthony Ferrara [Sun, 7 Oct 2012 09:12:02 +0000 (05:12 -0400)]
Clean up unreported memory leak by switching to zval_ptr_dtor

12 years agofix allocation and copy issue
Anthony Ferrara [Sat, 6 Oct 2012 16:33:48 +0000 (12:33 -0400)]
fix allocation and copy issue

12 years agoReally fix leaks, add test cases to prove it...
Anthony Ferrara [Sat, 6 Oct 2012 14:38:41 +0000 (10:38 -0400)]
Really fix leaks, add test cases to prove it...

12 years agoFix issue with possible memory leak
Anthony Ferrara [Fri, 5 Oct 2012 19:53:40 +0000 (15:53 -0400)]
Fix issue with possible memory leak

12 years agoFix some double free issues, and more cleanup work
Anthony Ferrara [Fri, 5 Oct 2012 19:31:58 +0000 (15:31 -0400)]
Fix some double free issues, and more cleanup work

12 years agoRefactor slightly to enable cleaner readability
Anthony Ferrara [Mon, 17 Sep 2012 15:43:47 +0000 (11:43 -0400)]
Refactor  slightly to enable cleaner readability

12 years agoFix arg info for required params passed to needs_rehash
Anthony Ferrara [Mon, 17 Sep 2012 15:10:59 +0000 (11:10 -0400)]
Fix arg info for required params passed to needs_rehash

12 years agoFix ucwords error casing
Anthony Ferrara [Mon, 17 Sep 2012 14:59:51 +0000 (10:59 -0400)]
Fix ucwords error casing

12 years agoA bunch of naming convention fixes. No functionality changes
Anthony Ferrara [Mon, 17 Sep 2012 14:52:07 +0000 (10:52 -0400)]
A bunch of naming convention fixes. No functionality changes

12 years agoSwitch to using an ENUM for algorithms instead of a constant
Anthony Ferrara [Thu, 13 Sep 2012 14:32:54 +0000 (10:32 -0400)]
Switch to using an ENUM for algorithms instead of a constant

12 years agoFix incorrect arg info required param count for password_hash
Anthony Ferrara [Wed, 12 Sep 2012 16:15:33 +0000 (12:15 -0400)]
Fix incorrect arg info required param count for password_hash

12 years agoAdd news entry for password API
Anthony Ferrara [Wed, 12 Sep 2012 15:56:12 +0000 (11:56 -0400)]
Add news entry for password API

12 years agoMerge remote branch 'upstream/master' into hash_password
Anthony Ferrara [Wed, 12 Sep 2012 15:48:45 +0000 (11:48 -0400)]
Merge remote branch 'upstream/master' into hash_password

* 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)

12 years agoExpose PASSWORD_BCRYPT_DEFAULT_COST constant and update test to use it
Anthony Ferrara [Wed, 12 Sep 2012 15:47:50 +0000 (11:47 -0400)]
Expose PASSWORD_BCRYPT_DEFAULT_COST constant and update test to use it

12 years agoRemove bcrypt_cost ini entry from declaration
Anthony Ferrara [Wed, 12 Sep 2012 15:44:03 +0000 (11:44 -0400)]
Remove bcrypt_cost ini entry from declaration

12 years agoSwitch test to using strict comparison for crypt fallback
Anthony Ferrara [Wed, 12 Sep 2012 15:37:56 +0000 (11:37 -0400)]
Switch test to using strict comparison for crypt fallback

12 years agoAdd tests for password_get_info and password_needs_rehash
Anthony Ferrara [Wed, 12 Sep 2012 15:21:08 +0000 (11:21 -0400)]
Add tests for password_get_info and password_needs_rehash

12 years agoGenerators & UPGRADING
Gustavo André dos Santos Lopes [Wed, 12 Sep 2012 08:05:28 +0000 (09:05 +0100)]
Generators & UPGRADING

12 years agoCapitalize the warning message
Xinchen Hui [Tue, 11 Sep 2012 10:09:47 +0000 (18:09 +0800)]
Capitalize the warning message

12 years agoRearrange the codes, remove empty lines
Xinchen Hui [Tue, 11 Sep 2012 10:02:19 +0000 (18:02 +0800)]
Rearrange the codes, remove empty lines

12 years agoMerge branch 'invalid-timezone' of https://github.com/simonwelsh/php-src
Xinchen Hui [Tue, 11 Sep 2012 09:58:20 +0000 (17:58 +0800)]
Merge branch 'invalid-timezone' of https://github.com/simonwelsh/php-src

12 years agoProvide a specific error message if date.timezone value is invalid.
Simon Welsh [Tue, 11 Sep 2012 09:14:51 +0000 (21:14 +1200)]
Provide a specific error message if date.timezone value is invalid.

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Tue, 11 Sep 2012 03:44:33 +0000 (11:44 +0800)]
Merge branch 'PHP-5.4'

12 years agoregenerate patch, and save a strlen
Xinchen Hui [Tue, 11 Sep 2012 03:43:47 +0000 (11:43 +0800)]
regenerate patch, and save a strlen

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Mon, 10 Sep 2012 15:11:28 +0000 (23:11 +0800)]
Merge branch 'PHP-5.4'

12 years agoFix the wrong use of snprintf which is introduced in 1d2f61904987133d542c68cd349cf313...
Xinchen Hui [Mon, 10 Sep 2012 15:08:54 +0000 (23:08 +0800)]
Fix the wrong use of snprintf which is introduced in 1d2f61904987133d542c68cd349cf313d0bef1c8

12 years agoMerge branch 'PHP-5.4'
Dmitry Stogov [Mon, 10 Sep 2012 10:57:45 +0000 (14:57 +0400)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fixed unintendent clearance of PHP_OUTPUT_ACTIVATED flag

12 years agoFixed unintendent clearance of PHP_OUTPUT_ACTIVATED flag
Dmitry Stogov [Mon, 10 Sep 2012 10:54:18 +0000 (14:54 +0400)]
Fixed unintendent clearance of PHP_OUTPUT_ACTIVATED flag

12 years agoMerge branch 'PHP-5.4'
Adam Harvey [Mon, 10 Sep 2012 02:06:23 +0000 (10:06 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Adam Harvey [Mon, 10 Sep 2012 02:06:10 +0000 (10:06 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFix doc bug #63032 (Number of release in documentation).
Adam Harvey [Mon, 10 Sep 2012 02:05:15 +0000 (10:05 +0800)]
Fix doc bug #63032 (Number of release in documentation).

Also add a bonus grammar fix.

12 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Sun, 9 Sep 2012 21:03:47 +0000 (23:03 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  fixed test for bug #52944 also for darwin

12 years agofixed test for bug #52944 also for darwin
Reeze Xia [Sun, 9 Sep 2012 21:02:50 +0000 (23:02 +0200)]
fixed test for bug #52944 also for darwin

12 years agoMerge branch 'PHP-5.4'
unknown [Sat, 8 Sep 2012 16:48:32 +0000 (18:48 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  -enable VC11 (vc2012)

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
unknown [Sat, 8 Sep 2012 16:47:32 +0000 (18:47 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  -enable VC11 (vc2012)

12 years ago-enable VC11 (vc2012)
unknown [Sat, 8 Sep 2012 16:46:33 +0000 (18:46 +0200)]
-enable VC11 (vc2012)

12 years agoMerge branch 'PHP-5.4'
Dmitry Stogov [Thu, 6 Sep 2012 10:03:22 +0000 (14:03 +0400)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  - Fixed bug #61767 (Shutdown functions not called in certain error situation) - Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function)

Conflicts:
NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Dmitry Stogov [Thu, 6 Sep 2012 08:14:29 +0000 (12:14 +0400)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  - Fixed bug #61767 (Shutdown functions not called in certain error situation) - Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function)

Conflicts:
NEWS
Zend/zend_object_handlers.c

12 years ago- Fixed bug #61767 (Shutdown functions not called in certain error situation)
Dmitry Stogov [Thu, 6 Sep 2012 07:26:40 +0000 (11:26 +0400)]
- Fixed bug #61767 (Shutdown functions not called in certain error situation)
- Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function)

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Wed, 5 Sep 2012 15:48:54 +0000 (23:48 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Wed, 5 Sep 2012 15:48:27 +0000 (23:48 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoyear++
Xinchen Hui [Wed, 5 Sep 2012 15:47:21 +0000 (23:47 +0800)]
year++

missed the .re files in 5.3

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Wed, 5 Sep 2012 15:44:41 +0000 (23:44 +0800)]
Merge branch 'PHP-5.4'

12 years agocorrect PHP version & year++
Xinchen Hui [Wed, 5 Sep 2012 15:43:59 +0000 (23:43 +0800)]
correct PHP version & year++

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Wed, 5 Sep 2012 15:42:45 +0000 (23:42 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoCorrect PHP version
Xinchen Hui [Wed, 5 Sep 2012 15:41:42 +0000 (23:41 +0800)]
Correct PHP version

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Wed, 5 Sep 2012 15:20:42 +0000 (23:20 +0800)]
Merge branch 'PHP-5.4'

Conflicts:
sapi/litespeed/lsapi_main.c

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Wed, 5 Sep 2012 15:11:19 +0000 (23:11 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

Conflicts:
ext/interbase/interbase.rc

12 years agoyear++
Xinchen Hui [Wed, 5 Sep 2012 15:08:05 +0000 (23:08 +0800)]
year++

12 years agoMerge branch 'PHP-5.4'
Pierre Joye [Wed, 5 Sep 2012 11:00:41 +0000 (13:00 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  - 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

12 years ago- fix build, there was no tsrm context there, doing a fetch but this is horribly...
Pierre Joye [Wed, 5 Sep 2012 11:00:04 +0000 (13:00 +0200)]
- 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

12 years ago- fix build, declarations must be 1st in a contextgit checkout -f master
Pierre Joye [Wed, 5 Sep 2012 10:53:29 +0000 (12:53 +0200)]
- fix build, declarations must be 1st in a contextgit checkout -f master

12 years agoMerge branch 'PHP-5.4'
Dmitry Stogov [Wed, 5 Sep 2012 06:01:04 +0000 (10:01 +0400)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fixed bug #62907 (Double free when use traits)

Conflicts:
NEWS

12 years agoFixed bug #62907 (Double free when use traits)
Dmitry Stogov [Wed, 5 Sep 2012 05:58:22 +0000 (09:58 +0400)]
Fixed bug #62907 (Double free when use traits)

12 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Wed, 5 Sep 2012 05:55:14 +0000 (09:55 +0400)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  forked two tests for windows

12 years agoFixed bug #62991 (Segfault with generator and closure)
Dmitry Stogov [Wed, 5 Sep 2012 05:50:55 +0000 (09:50 +0400)]
Fixed bug #62991 (Segfault with generator and closure)

12 years agoRefactoring to use size_t instead of int most places
Anthony Ferrara [Tue, 4 Sep 2012 15:34:00 +0000 (11:34 -0400)]
Refactoring to use size_t instead of int most places

12 years agoMerge remote branch 'upstream/master' into hash_password
Anthony Ferrara [Tue, 4 Sep 2012 14:29:22 +0000 (10:29 -0400)]
Merge remote branch 'upstream/master' into hash_password

* upstream/master: (393 commits)
  forked two tests for windows
  Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)
  Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
  Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
  Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)
  Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)
  Bug #49510: Boolean validation fails with FILTER_NULL_ON_FAILURE with empty string or false
  Implemented ReflectionFunction::isGenerator()
  Allow null as a default value for length in mb_substr() and mb_strcut()
  Allow null as a default value for length in mb_substr() and mb_strcut()
  folder
  Initializing optional argument description in assert()
  Initializing optional argument description in assert()
  Fix test failed due to new Token T_YIELD
  fix NEWS
  Fix leak when yielding array as key
  Drop obsolete test
  Remove extra blank in notice message, should act as same as vm
  Fixed bug #62987 (Assigning to ArrayObject[null][something] overrides all undefined variables)
  assert() user message
  ...

12 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Mon, 3 Sep 2012 11:48:02 +0000 (13:48 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  forked two tests for windows

12 years agoforked two tests for windows
Anatoliy Belsky [Mon, 3 Sep 2012 11:37:34 +0000 (13:37 +0200)]
forked two tests for windows

* bug55544.phpt - VT vs. EXT at the start of the data block,
but the data can still be decoded correctly
* bug_52944.phpt works with the corrupted data and has some
different out

Most likely the ASM optimization under windows is responsible
for this behaviour.

12 years agoMerge branch 'PHP-5.4'
Dmitry Stogov [Mon, 3 Sep 2012 08:00:19 +0000 (12:00 +0400)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).

12 years agoFixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)
Dmitry Stogov [Mon, 3 Sep 2012 07:52:42 +0000 (11:52 +0400)]
Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Dmitry Stogov [Mon, 3 Sep 2012 07:51:17 +0000 (11:51 +0400)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).

12 years agoFixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
Dmitry Stogov [Mon, 3 Sep 2012 07:51:08 +0000 (11:51 +0400)]
Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).

12 years agoFixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
Dmitry Stogov [Mon, 3 Sep 2012 07:49:58 +0000 (11:49 +0400)]
Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Dmitry Stogov [Mon, 3 Sep 2012 07:47:59 +0000 (11:47 +0400)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)

12 years agoFixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)
Dmitry Stogov [Mon, 3 Sep 2012 07:46:47 +0000 (11:46 +0400)]
Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)

12 years agoFixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)
Dmitry Stogov [Mon, 3 Sep 2012 07:38:08 +0000 (11:38 +0400)]
Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)

12 years agoMerge branch 'PHP-5.4'
Lars Strojny [Sun, 2 Sep 2012 20:11:47 +0000 (22:11 +0200)]
Merge branch 'PHP-5.4'

12 years agoBug #49510: Boolean validation fails with FILTER_NULL_ON_FAILURE with empty string...
Lars Strojny [Sun, 2 Sep 2012 20:10:23 +0000 (22:10 +0200)]
Bug #49510: Boolean validation fails with FILTER_NULL_ON_FAILURE with empty string or false

12 years agoMerge remote-tracking branch 'reeze/add-reflection-isGenerator'
Nikita Popov [Sun, 2 Sep 2012 15:40:23 +0000 (17:40 +0200)]
Merge remote-tracking branch 'reeze/add-reflection-isGenerator'

12 years agoImplemented ReflectionFunction::isGenerator()
Reeze Xia [Sun, 2 Sep 2012 15:29:56 +0000 (23:29 +0800)]
Implemented ReflectionFunction::isGenerator()

12 years agoAllow null as a default value for length in mb_substr() and mb_strcut()
Lars Strojny [Sun, 2 Sep 2012 12:52:05 +0000 (14:52 +0200)]
Allow null as a default value for length in mb_substr() and mb_strcut()

12 years agoMerge branch 'PHP-5.4' of git://github.com/php/php-src into PHP-5.4
Lars Strojny [Sun, 2 Sep 2012 12:53:52 +0000 (14:53 +0200)]
Merge branch 'PHP-5.4' of git://github.com/php/php-src into PHP-5.4

12 years agoAllow null as a default value for length in mb_substr() and mb_strcut()
Lars Strojny [Sun, 2 Sep 2012 12:52:05 +0000 (14:52 +0200)]
Allow null as a default value for length in mb_substr() and mb_strcut()

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Sun, 2 Sep 2012 08:53:31 +0000 (16:53 +0800)]
Merge branch 'PHP-5.4'

12 years agofolder
Xinchen Hui [Sun, 2 Sep 2012 08:52:53 +0000 (16:52 +0800)]
folder

12 years agoInitializing optional argument description in assert()
Lars Strojny [Sun, 2 Sep 2012 06:01:18 +0000 (08:01 +0200)]
Initializing optional argument description in assert()

12 years agoInitializing optional argument description in assert()
Lars Strojny [Sun, 2 Sep 2012 06:01:18 +0000 (08:01 +0200)]
Initializing optional argument description in assert()

12 years agoFix test failed due to new Token T_YIELD
Xinchen Hui [Sun, 2 Sep 2012 05:15:23 +0000 (13:15 +0800)]
Fix test failed due to new Token T_YIELD

12 years agoMerge branch 'PHP-5.4'
Stanislav Malyshev [Sun, 2 Sep 2012 00:00:01 +0000 (17:00 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  fix NEWS

12 years agofix NEWS
Stanislav Malyshev [Sat, 1 Sep 2012 23:55:51 +0000 (16:55 -0700)]
fix NEWS

12 years agoFix leak when yielding array as key
Nikita Popov [Sat, 1 Sep 2012 18:31:40 +0000 (20:31 +0200)]
Fix leak when yielding array as key

The code was copy-pasted and I forgot to change OP1 to OP2 in that one
place.

12 years agoDrop obsolete test
Nikita Popov [Sat, 1 Sep 2012 18:10:12 +0000 (20:10 +0200)]
Drop obsolete test

12 years agoMerge branch 'generators'
Gustavo Lopes [Sat, 1 Sep 2012 17:07:20 +0000 (19:07 +0200)]
Merge branch 'generators'

* generators: (70 commits)
  Fix typos
  Fix segfault when traversing a by-ref generator twice
  Make sure that exception is thrown on rewind() after closing too
  Remove implementation stubs for yield delegation
  Fix several issues and allow rewind only at/before first yield
  Run finally if generator is closed before finishing
  Finally with return now works in generators too
  Add dedicated opcode for returns from a generator
  Disallow serialization and unserialization
  Fix zts build (typo)
  Drop Generator::close() method
  Forgot to add test
  Support trivial finally in generators (no yield, no return)
  Fix implementation of Iterator interface
  Add T_YIELD in tokenizer_data.c
  Throw error also for return occuring before yield
  Fix throwing of exceptions within a generator
  Remove reference restrictions from foreach
  Require parenthesis around yield expressions
  Add some more tests
  ...

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Sat, 1 Sep 2012 06:38:33 +0000 (14:38 +0800)]
Merge branch 'PHP-5.4'

12 years agoRemove extra blank in notice message, should act as same as vm
Xinchen Hui [Sat, 1 Sep 2012 06:37:45 +0000 (14:37 +0800)]
Remove extra blank in notice message, should act as same as vm

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Sat, 1 Sep 2012 06:27:59 +0000 (14:27 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Sat, 1 Sep 2012 06:27:09 +0000 (14:27 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

Conflicts:
ext/spl/spl_array.c

12 years agoFixed bug #62987 (Assigning to ArrayObject[null][something] overrides all undefined...
Xinchen Hui [Sat, 1 Sep 2012 06:17:39 +0000 (14:17 +0800)]
Fixed bug #62987 (Assigning to ArrayObject[null][something] overrides all undefined variables)

The get_zval_ptr_ptr of spl_array handler should act as same as the vm's

12 years agoassert() user message
Lars Strojny [Fri, 31 Aug 2012 17:04:53 +0000 (19:04 +0200)]
assert() user message

Added 2nd, optional, param to assert. When passed in it will be added
to the printed warnings and passed as a 4th param to a callback. PR 150
by Lonny Kapelushnik

12 years agoTests for the previous assert() with user message
Lars Strojny [Fri, 31 Aug 2012 17:01:57 +0000 (19:01 +0200)]
Tests for the previous assert() with user message

12 years agoassert() user message
Lars Strojny [Fri, 31 Aug 2012 16:55:43 +0000 (18:55 +0200)]
assert() user message

Added 2nd, optional, param to assert. When passed in it will be added
to the printed warnings and passed as a 4th param to a callback. PR 150
by Lonny Kapelushnik

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Fri, 31 Aug 2012 03:25:21 +0000 (11:25 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Fri, 31 Aug 2012 03:23:33 +0000 (11:23 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFixed bug #62976 (Notice: could not be converted to int when comparing some builtin...
Xinchen Hui [Fri, 31 Aug 2012 03:22:43 +0000 (11:22 +0800)]
Fixed bug #62976 (Notice: could not be converted to int when comparing some builtin classes)

12 years ago- BFN
Felipe Pena [Thu, 30 Aug 2012 12:33:35 +0000 (09:33 -0300)]
- BFN

12 years agoMerge branch 'PHP-5.4'
Felipe Pena [Thu, 30 Aug 2012 12:32:34 +0000 (09:32 -0300)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  - Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" Windows registry)

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Felipe Pena [Thu, 30 Aug 2012 12:32:26 +0000 (09:32 -0300)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  - Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" Windows registry)

12 years ago- Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" Windows...
Felipe Pena [Thu, 30 Aug 2012 12:32:13 +0000 (09:32 -0300)]
- Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" Windows registry)